/*
Theme Name: Gregory New Theme
Theme URI: http://getk2.com
Description: <strong><a href="themes.php?page=k2-options">Configure K2</a></strong> or visit the <a href="http://getk2.com/forum/">support forums</a>, <a href="http://k2.stikipad.com/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>. K2 was developed by <a href="http://binarybonsai.com/">Michael</a>, <a href="http://chrisjdavis.org/">Chris</a>, <a href="http://zeo.unic.net.my/">Zeo</a>, <a href="http://stevelam.org/">Steve</a> and Ben, and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0
Author: Various Artists
Author URI: http://getk2.com/

CSS Documentation:	http://k2.stikipad.com/docs/show/CSS+Overview
The Real K2: 		http://en.wikipedia.org/wiki/K2
*/

@import url('css/core.css.php');
#page #header { background-color: #fff; background-repeat: none; height: 200px; color: #000; background-position: -50px 0; }
#page #header h1 a, #page #header .description { color: #000; }


/* Custom CSS */

#content {
	padding-top: 10px !important;
}
#primary-wrapper {
	border-top: 4px double #dcded3;
}
#primary {
	margin-top: 0px;
	width: 635px;
	margin-right: 0px;
}
#header h1, #header h1 a {
	width: 960px !important;
	height: 243px !important;
	margin: 0px;
	padding: 0px;
	display: block;
}
#header h2 {
	display: none;
}
#header h1 span {
	display: none;
}
#rollingarchives {
	padding-top: 5px;
	display: block;
	width: 630px !important;
}
#rollnavigation {
	padding-top: 10px;
	height: 30px;
}
/* Sidebar */
#sidebar-1 {
	width: 235px !important;
	margin-top: 4px;
	padding: 10px 0px 0px 5px;
	border-left: 1px solid #dcded3 !important;
	text-align: left;
}
#sidebar-1 ul {
	margin-bottom: 15px;
}
#sidebar-1 h4 {
	font-size: 12pt !important;
	border-bottom: 1px solid #8a8d7d;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px !important;
}
#sidebar-1 div {
	margin-bottom: 30px;
}
/*#search-me h4, #follow-gregory h4 {
	border-bottom: none !important;
	margin-top: none !important;
	text-transform: capitalize !important;
}*/
#follow-gregory ul {
	background-color: #e2e2e2;
	padding: 10px;
}
#follow-gregory ul li {
	float: left;
	height: 45px;
	width: 50px;
	margin: 0;
}
#follow-gregory ul li a {
	color: #000;
}
#follow-gregory ul li img {
	margin-left: 12px;
}
#follow-gregory ul li p {
	text-align: center !important;
	font-size: 7pt;
}
#nav-above {
	padding-bottom: 15px !important;
}
.entry-title {
	border-bottom: 1px solid #585a44;
	margin-top: 5px;
}
#sidebar-1 li a {
	color: #7eaea6;
}
#gregory-goes-where {
	margin-bottom: 40px;
}

#footer {
	margin-top: 20px;
}


/* Clearfix */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
.clearfix {
    display:inline-block;
	}
.clearfix {
    display:block;
	}
* html .clearfix {
    height:1px;
	}
