/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	/*background: #222 !important;*/
	background: #222 url(images/main-bg.png) repeat-x top left;
	text-align:center;	
}

h1 { /* H1 is used for the title of your blog */
}

.firstpage #rollingarchives {
/*rollnavigation #rollpages*/
	margin:0;
	border:0px solid #000;
}

#rollingcontent{
	padding:10px 0 0 0;

	border:0px solid #000;
}

#page {
	/* The entire design is contained within the 'page' id */
	border:0 solid #000;
	}

#header {
	/* Contains the H1 and menu */
	background: #fff url(images/headers/rotate.php) no-repeat;
	}
#header h1 {
	font-size: 3.5em;
	padding-top: 45px;
	margin: 0 0 0 6px;
	font-weight: bold; /* Change bold to normal if you prefer that */
	}
#header .description { /* Blog description, under blog title */
	font-size: 1.2em; /* Make it larger with something like 1.1em */
	margin: 0 0 0 50px;
	text-indent:-2000px;
	}
	
#header h1.blog-title{
text-indent:-2000px;
}
		
/*- Main Menu in Header */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: #333;	
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	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 {
	/*color: #333;*/
	color:#2277DD;
	background: white;
	text-decoration: none;
	}

#primary {
	/* Contains the main column */
	margin:0;
	padding:0;
	}

#primary .page-head h2{
	text-align:left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#666;
	font-size:1.8em;
}

h2, h2 a, h2 a:visited{
	/*color: #E4A510;*/
	/*color:#FF7F00;orange*/
	/*color:#203350;*/
	color:#CCCC33;
	}
h2 a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	/*color:#E4A510;*/
	color:#CCCC00;
	padding:0;
	}
h3, h3 a, h3 a:visited{
	/*color: #E4A510;*/
	/*color:#CCCC00;*/
	color:#2277DD;/*blue*/
	/*color:#203350;*/
	}
h4, h4 a, h4 a:visited {
	color:#203350;
	}

h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: -1px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.entry-head  {
	padding:0;
	}
.entry-head h3  {
	padding:0;
	}
.entry-content p{
	/* The meat and potatoes of every entry */
		padding: 0;
	}
	
.slideshowlink a,.slideshowlink a:visited{
	color:#666;
	/*color:#CCCC33;*/
}
.slideshowlink a:hover{
	color:#CCCC33;
}
.meta-start {
	padding: 0;
	background: none;
	/*background: url('images/time.png') left top no-repeat;*/
	}
.line-divider{
	/*border-bottom:1px dotted #2277DD;*/
	border-bottom:1px dotted #90BBEE;
}

#sidebar-1  {
	/* The first sidebar */
	/*background: #F5F5F5 url(images/top.gif) no-repeat top left;*/
	background: #F5F5F5 url(images/bottom.gif) no-repeat bottom left;
	margin:20px -5px 20px 0;
	}

#sidebar-1 #search {
	margin-top: 5px;
	width:200px;
	}

#sidebar-1  #calendar{
	margin-top:-14px;
	}

#sidebar-1 #recent-posts{
	margin-top:-2px;
	}
#sidebar-1 #archives{
	padding-bottom:10px;
}

#sidebar-2 {
	/* The second sidebar */
	}
.secondary #sidebar-top{
	/* Contains both sidebars */
	/*background:#F5F5F5;*/

	/*margin-right:-20px;
	margin-bottom:-11px;
	padding:10px;
	margin:0px;
	padding:0px;
	border-left: 1px dotted #eee;*/
	}
.secondary {
	/* Contains both sidebars */
	
	/*margin-right:-20px;
	margin-bottom:-11px;
	padding:10px;
	margin:0px;
	padding:0px;
	border-left: 1px dotted #eee;*/
	}
.secondary h3 {
	position:relative;
	width:220px;
	height:20px;	
	padding:0;
	margin:0;
	color: #F5F5F5;
	
}
.secondary h3 span {
	position:absolute;
	left:0;
	top:0;	
	padding:0;
	margin-left:-10px;
	width:100%;
	height:100%;
	background: #F5F5F5 url(images/top.gif) no-repeat;
	color: #F5F5F5;
}


#page{
	background:#fff url(images/page-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#page .post-date{
	float: left;
	display: inline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	width:40px;
	height:42px;
	margin: 0 10px 0 0;
	background: url(images/date_button_template_4.gif) no-repeat;
}
#page .post-date .month{
	text-transform:capitalize;
	font-size:10px;
	color:#2277DD;
	font-weight:bold;
	/*color:#666;*/
}
#page .post-date .day{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
#rollingcontent .entry-content {
	margin-left:52px;
}

/*.entry-content {
	margin-left:52px;
}*/
.entry-content .announcement_post{
	text-transform:capitalize;
	font-size:1.5em;
	color:#c1111e;
	font-weight:normal;
}
.entry-content .sticky_post{
	text-transform:capitalize;
	font-size:1.25em;
	color:#2277DD;
	font-weight:normal;
}

.entry-meta{
	/*margin-left:50px;*/
}


#page h3{
	padding:0;
	margin:0;
}
#page dl{
	float:left;
	width:480px;
	padding:0;
	margin:10px 0 0 0;
	border:0px solid #000;
}
#page dt{
	float:left;
	clear:left;
	padding:0;
	margin:0;
	width:100px;
	color:#333;
	border:0px solid #00ff00;
}
#page dd{
	float:left;
	padding:0 0 6px 0;
	margin:0;
	width:378px;
	color:#999999;
	clear:none;
}
#page dd a{
	color:#2277DD;
	clear:none;
}
#page dd span{
	padding:0;
	margin:0;
	font-weight:bold;
	color:#333;
}

