/*
	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	: Chad Johnson
	Author Site	: angrygrandpa.com
	Style Name	: Picture Perfect
	Style URI	: 
	Version		: 1.0
	Comments	:
*/

/*- Typography */

body {
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
color: #949995;
	}

strong, em, b, i {
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	}

h1, h2, h3, h4, h5, h6 {
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
font-style:italic;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}

body {
	background: #EAE6EA; /* GIA - This is your background color*/
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0; /* GIA - this sets the padding at the top of the page... I removed it since it looked odd.*/
	border: none; /* GIA - this kills the border around the page*/
	}
	
#header {
	/* Contains the H1 and menu */
	background: #EAE6EA; /* GIA - this sets the of the header where your image is */
	}

.blog-title{padding:0!important;}

#header .blog-title a{
margin: 0; padding: 0; width: 780px; display: block; height: 200px; text-indent: -9999px;
}


#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	
div.trimmed .hentry {
	background:#F7FAFC none repeat scroll 0 0;
}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #949995; /* GIA - This is the color for your Post Text */
	}
	
.entry-head .entry-meta {
	background:none;
	min-height:0;
	padding-left:0;
}	

.entry-meta {  /* Time and category for blog entries */
	background:transparent url(../../images/time.png) no-repeat scroll left top;
	min-height:16px;
	padding-left:20px;
	font-size: 10px!important; /* GIA - This is the post information font size */
	color: #D9D2CD!important; /* GIA - I set the color to match the sidebar heading */
	}	
	
.entry-meta a, .comment-meta a, .entry-date, .entry-time{
	color: #c2ced3!important; /* GIA - This is the color for the post information.*/
	}
	
#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	color:#949995!important;
	}
	
.secondary .textwidget{margin:0!important;} /* GIA - This removes the large gap in the Sidebar Text Widget to match the links below*/

.secondary h4 { /* Secondary H4 is sidebar headlines */
	color:#D9D2CD!important; /* GIA - This is the color for the Sidebar Headings the important tag overwrites the general h4 color*/
	}
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;
	}
	
.entry-title, h3 {
font-size:1.8em;}
	
.entry-content h5{ /* GIA - This is the css for your H5 tag inside of the post*/
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color:#D9D2CD!important;
}

.entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}

.entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

.k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}

.entry-title, .entry-title a, 
.entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #C2CED3!important; /* GIA - This is the color of your Post Headings*/
	}

ul.menu li a { /*- Main Menu in Header */
	color:#949995; /* GIA - This is the color for the main menu links */
	font-style:italic; /* GIA - This makes the main menu italic */
	}
	
ul.menu li a:hover { /*- Main Menu in Header */
	background: #C2CED3; /* GIA - This is the background color for the main menu links on hover */
	color: #FFF; /* GIA - This is the color for the main menu links on hover */
	text-decoration: none;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover { /*- Main Menu in Header */
	color: #949995; /* GIA - This is the color for the selected main menu link*/
	background: #FFF; /* GIA - This is the background color for the selected main menu link*/
	text-decoration: none;
	}	
	
	
li.bypostauthor blockquote {
	color: #949995;
	background: url('../../images/quote.png') no-repeat 10px 0;              
	}

blockquote {
	color: #949995;	
}	
a, .entry-content a:visited {
	color: #c2ced3; /* GIA - This changes the color for all the links in the post & sidebar*/
	text-decoration: none;
	}
	
	
#rollnext, #rollprevious {
color:#c2ced3;
font-weight:bold;
}

label.overlabel-apply{top:2px; left:4px; color:#949995;}

.page-head{color:#c2ced3;}

input#searchsubmit{height:13px; width:13px; background: url('../../images/reset-fff.png') no-repeat top; text-indent:-999px; border:none;}

#stimuli_overlay{background:#EAE6EA!important;}
#stimuli_caption{display:none;}