/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Tamas Jakab
	Author Site	: http://elgorgo.com
	Style Name	: Gorgo!
	Style URI	:
	Version		: 1.0
	Comments	: The World's Most Awesome Stylesheet!
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #000;
	text-align: center;
	}

strong, b {
		font-weight: bold !important;
		font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
	}
	
em, i {
	font-style: italic !important;

}

#page {
	/* The entire design is contained within the 'page' id */

	color: #333;
	font-size: 12px;
	font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
	
	}
	
#header {
	/* Contains the H1 and menu */
	position: relative;
	                              
	width: 780px;
	                              
	background-color: #990000;
	height: 200px;                         
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('elgorgo_header.png');
	color: #990000;
	}

#header h1 {
		visibility: hidden;
	}

.menu {
	font-weight: bold;
	text-transform: uppercase;
}

.blog-title {
	visibility: hidden;
	display: none;
	font-size: 3em;
	font-weight: bold;
	padding: 75px 40px 0;
	}

.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
	}

.blog-title a:hover {
	text-decoration: underline;
	}


.description {
		visibility: hidden;
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}
	
.content {
	padding: 0 20px 10px;
	}

#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 12 px;
	/* font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;*/
	text-align: left;
	font-family: Constantia, Georgia, Times, Serif;
	}

.entry-content strong, b {
	font-size: 12 px;
	/* The meat and potatoes of every entry */
	text-align: left;                                          
	font-weight: bold;
	font-family: Constantia, Georgia, Times, Serif;
	}

.entry-content em, i {
	font-style: italic;
	font-size: 12 px;
	/* The meat and potatoes of every entry */
	text-align: left;
	font-family: Constantia, Georgia, Times, Serif;
	}

#sidebar-1 {
	/* The first sidebar */
	                       
	}

#sidebar-2 {
	/* The second sidebar */
	                        
	}

.secondary {
	/* Contains both sidebars */
	}
	
/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	
	}

a {
	color: #cc0000;
	text-decoration: none;
	}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.6em;
	font-weight: bold;
	}

.entry-content a:visited {
	color: #b41;
	}

h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */                                                                    
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */                                                                    
	font-size: 1.3em;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	/*font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif !important;*/
	}
	
.entry-content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 25px;
	}

.clearbr {
		clear: both;
	}

.social {
		width: 180px;
		text-align: center;
		text-decoration: none;
		display: block;
	}

.social ul li {
		padding: 1px;
		margin: 0px;
		text-align: center;
		list-style-type: none;
		display: inline;
	}

