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

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Matthew Weber
	Author Site		: 	http://www.visicog.com
	Style Name		: 	Visirococog
	Style URI		:	http://thisaintpublicsoidontevenknowwhyimtypingthis.com
	Version			:	1.0
	Header Height	:	200
	Comments		:	Nuttin honey
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, 'Lucida Grande',  sans-serif;  /*visicog*/
	color: #444;
	background: #eee;
	text-align: center;
	}
	
#header {
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: center left;
	background-image:url(visicog_logo.gif);
	background-repeat: no-repeat;
	}
	
.secondary {
	width: 200px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	padding-top: 37px; /*visicog*/
	}

ul.menu li a {
	font-size: 1.5em;   /* visicog */
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 0px; /* visicog */
	-moz-border-radius-topright: 0px; /* visicog */
	-webkit-border-top-left-radius: 0px; /* visicog */
	-webkit-border-top-right-radius: 0px; /* visicog */
	}
	
h1, h2, h3, h4 {
	font-family: arial, helvetica, 'Trebuchet MS', Verdana, Sans-Serif; /*visicog - I hate Trebuchet */
	}

#header h1 {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 40px 0;
	padding-left:205px; /*visicog*/
	}
	
#header .description { /* Description in header */
	font-size: 1.5em;  /* visicog */
	padding-left: 165px; /*visicog*/
	margin: 0 40px;
	}
	
h3 { /* all visicog baby */
	margin-top: 45px;
	border-top: 8px solid #cccccc;
	font-weight:bold;
	font-size: 3em;
	padding-top:8px;
	}
	
	
h2 {display:none;}	
h2.page {text-align: left; font-size:2.5em; line-height:130%; font-weight:normal; display:block;

	font-weight:bold;
	font-size: 2em;
	padding-top:8px;

}

	
.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	padding: 3px 0 7px; /*visicog */
	border-bottom: 1px dotted #999999; /*visicog*/
	}
	
.entry-content {
	font-size: 1.5em; /*visicog*/
	line-height: 1.6em;
	text-align: justify;
	color: #000;
	font-family:  arial, helvetica, sans-serif;
	margin-bottom:20px;
	}

.entry-content ul,  .entry-content ul li {
	list-style: disc outside;
}

.entry-content ul ul {
	margin-top:0;
}

.entry-content ul ul li, .entry-content ul ul {
	list-style: circle outside; 
	font-style: italic;
}

.entry-content a {text-decoration:underline;}
	
#dynamic-content { /* Make room for the rolling archives */
	padding-top: 10px; /*visicog */
	}
	
h3.entry-title {letter-spacing: -.5px; }  /*visicog*/

div.p1 div.entry-head h3.entry-title {margin-top:38px !important;} /*visicog*/

div.entry-meta {color:#000000;}
div.entry-meta a {color:#000000; text-decoration:underline;}
div.entry-meta abbr.published {color:#000000;}

blockquote { font-family: georgia, times, serif; color:#000000; padding-right:0; font-style:italic;}

h3, h4, .single .k2-asides h3 {letter-spacing: 0px;}  /* removing negative spacing from core css */

.secondary h4 { font-weight: bold;}

.secondary ul li {margin-bottom:5px;}
.secondary ul li a {
	font-size: 1.2em;
	}
	
p.postauthor {color:#ffffff; float: left;  padding: 9px; padding-top:27px;  
background-color:#3371A3; text-align:left; font-size:1.2em; 
font-family: georgia, times, serif; margin: 0px 10px 4px 0;} 

p.postauthor a {color:#ffffff; font-family: georgia, times, serif; font-weight:normal;}

div.bottomnav {text-align:left; padding-top:10px; border-top: 4px solid #cccccc; margin-top:40px;}
div.bottomnav p a {color:#2277DD; font-size:14px;}