/*
Theme Name: Interactive Slidin' 1.0
Theme URI: http://www.googleadsexposed.com/slidin_10.zip
Description: Slidin in to your blog.
Author: GuessLotto
Author URI: http://www.guesslotto.com/
*/

/* ------------ Globals ------------ */

body {
	margin:0;
	padding-top:0px;
	font-family: Arial, Georgia, Sans-serif;
	color:#000;
	font-size:13px;
}
	
img {
	border:0;
}

.alt {

}

a {
	color:#377443;
	text-decoration:none
}
		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
blockquote {
	padding-left:10px;
	padding-right:10px;
	font-size: 10px;
	font-family: "century gothic", Arial, Sans-Serif;
	color:#000;
	letter-spacing: 0.1em;
    background:#dddddd;
    border: 1px solid #fff;
	font-style: normal;
}

/* ------------ Header ------------ */

#header {
	position: relative;
	top: 178px;
}

#hide_header {
	position: absolute;
	top: -178px;
	left: 0;
}

#hide_pocket {
	position: absolute;
	top: -18px;
	left: 0;
}

ul#sliding_top_boxes {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sliding_top_boxes h2 {
	font-size: 24px;
	margin: 19px 0 0 80px;
}

ul#sliding_top_boxes p {
	padding: 0 10px 0px 10px;
}

ul#sliding_top_boxes li.box_left {
	float: left;
	display: block;
	width: 326px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(images/box_left.png) no-repeat;
}

ul#sliding_top_boxes li.box_mid {
	float: left;
	display: block;
	width: 326px;
	height: 160px;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	background: url(images/box_mid.png) no-repeat;
}

/* -------- Mid Box Form -------- */

ul#sliding_top_boxes li.box_mid form {
float: left;
	margin: -10px 0 0 0;
	padding: 0 0 0 27px;
	width: 300px;
}

ul#sliding_top_boxes li.box_mid input#name_news {
	margin-bottom: 2px;
	border: 1px solid #bbb;
}

ul#sliding_top_boxes li.box_mid input#email_news {
	margin-left: 1px;
	margin-bottom: 2px;
	border: 1px solid #bbb;
}

ul#sliding_top_boxes li.box_mid input#submit_news {
	float: right;
	margin-top: -24px;
	margin-right: 35px;
}

ul#sliding_top_boxes li.box_right {
	float: left;
	display: block;
	width: 326px;
	height: 160px;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	background: url(images/box_right.png) no-repeat;
}

ul#sliding_top_boxes li.box_right img {
	margin: 0 0 0 85px;
}

/* ------------ Search ------------ */

#search_box {
	position: relative;
	width: 242px;
	height: 67px;
	margin-top: -297px;
	margin-left: -80px;
	background: url(images/search_box.png) no-repeat;
}

#search_box form {
	margin-left: 25px;
	padding-top: 20px;
}

#search_box #s {
	float: left;
	width: 163px;
	margin-top: -1px;
	padding: 5px 0 0 2px;
	height: 28px;
	font-size: 18px;
	border: 0;
}

#search_box #searchsubmit {
	width: 33px;
	height: 31px;
	margin: 0;
	padding: 0;
	background: url(images/search_button.png);
	border: 0;
}


/* ------------ Wrappers ------------ */

#main_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#content_wrapper {
	clear: both;
	float: left;
	margin-top: 200px;
	top: 370px;
	width: 1000px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}



/* ------------ Content ------------ */	

#content {
	float: left;
	width: 732px;
	background: url(images/content_main.png) repeat-y top;
}

#content .pagetitle {
	text-align: center;
	margin-bottom: 5px;
	color: #000;
}

/* ------------ Post ------------ */

#content .post {
	margin-top: 5px;
}

#content .post .date {
	float: left;
	clear: left;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 52px;
	height: 52px;
	text-align: center;
	background: url(images/date.png) no-repeat;
}

#content .post .date .span_month {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

#content .post .date .span_date {
	font-size: 26px;
	color: #333;
}

#content .post .top_post_container {
	float: right;
	width: 673px;
	margin-bottom: 10px;
}

#content .post .top_post_container h2 a {
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 26px;
	font-weight: normal;
	color: #2771bc;
}

#content .post .top_post_container span {
	font-size: 11px;
	letter-spacing: 0.1em;
}

#content .post .cover {
	padding-top: 10px;
	clear: both;
	border-top: 1px dashed #bbb;
}

#content .post .cover .entry p {
	margin: 0;
	padding: 0 23px 0 0;
}

/* Remove CSS between these tags to stop text from wrapping around an image */

#content .post .cover .entry img {
	float: left;
	margin: 1em;
}

/* End image tag */

/* ------------ Post Comments ------------ */

#content .post .postmetadata {
	margin: 5px 20px 5px 0;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#content .post .postmetadata img {
	margin: 0 4px 0 0;
}

/* ------------ The Sidebar ------------ */

#sidebar {
	float: right;
	margin-right: 18px;
	padding: 5px  0 5px 20px;
	width: 200px;
	border-left: 1px solid #bbb;
}

ul#sliding_sidebar {
	margin: 235px 0 0 0;
	padding: 0;
	list-style: none;
}



ul#sliding_sidebar li h2 {
	width: 155px;
	height: 28px;
	margin: 10px 0 10px 0;
	padding: 7px 0 0 45px;
	font-size: 18px;
	color: #333;
	background: url(images/sidebar_header.png);
}

ul#sliding_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sliding_sidebar a {
	display: block;
	width: 190px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background: #eee;
}

ul#sliding_sidebar ul li li {
	margin: 0;
	padding: 0;
}

/* ------------ Footer ------------ */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#footer p {
	color: #000;
	font-size: 10px;
}

#footer #footer_container {
	float: left;
}

#footer #footer_container_two {
	float: right;
}

/* ------------ Post Navigation ------------ */

#navigation {
	padding: 10px 0 0 0;
	text-align: center;
	color: #000;
}

#navigation a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #ff0000;
}


/* ------------ Attachment ------------ */



/* ------------ The Page Title ------------ */



/* ------------ Comments ------------ */

#comments {
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 20px;
	width: 500px;
}

#comments h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #bbb;
	border-bottom: 1px dashed #bbb;
}

#comments ol {
	margin: 12px 0 10px 0;
	padding: 0;
	list-style-position: inside;
}

#comments ol li {
	margin: 5px 0 0 0;
	padding: 10px 10px 1px 10px;
	background: #eee;
	border: 1px solid #bbb;
}

#comments #commentform #author {
	width: 200px;
}

#comments #commentform #email {
	width: 200px;
}

#comments #commentform #url {
	width: 200px;
}
#comments #commentform #comment {
	width: 500px;
}

/* ------------ Calendar ------------ */

#calendar_wrap caption {
	margin: 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#wp-calendar {
	margin: 0 auto;
	width: 160px;
}