/* 
WP theme created by Eyal Zaidman for Microsheep
*/

/* ########## GENERAL ########## */

body {
	background: #333 url("images/bck.jpg") repeat;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.edit_entry {
	font: normal 10px arial;
}



/* ########## TYPEOGRAPHY ########## */

div, form, h1, h2, h3, h4, p, a, ol, ul, li {
	font-family: arial, helvetica, sans-serif;
	color: #999;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #ccc;
}

p {

}

a {
	color: #d58400;
	text-decoration: none;
}

a:hover {
	color: #eee;
}

a:visited {

}

li {
	list-style: none;
}



/* ########## HEADER ########## */

#header_wrapper {
	height: 160px;
}

#header_wrapper h1, #header_wrapper h2, #header_wrapper p { 
	display: none;
}

#header_container {
	background: url("images/page_bck.png") repeat-y top center;
	width: 960px;
	height: 160px;
	margin: 0 auto;
	padding: 0 16px;
}

#header_top {
	background: #111;
	width: 960px;
	height: 128px;
}

#header_bot {
	background: #d82;
	border-bottom: 1px solid #111;
	width: 960px;
	height: 31px;
}

#logo {
	margin: 0 0 0 64px;
}

#logo img  {
	border: 0;
}

#header_adsense {
	margin: 24px 8px 0 0;
}

#search_form {
	margin: 4px 96px 0 0;
}

#search_form input {
}

#search_btn {
	margin: 0 0 0 8px;
}

#header_nav {
	border-right: 1px solid #f92;
	border-left: 1px solid #b61;
	margin: 4px 0 0 64px;
	font: bold 16px arial;
}

#header_nav ul {
}

#header_nav li {
	border-right: 1px solid #b61;
	border-left: 1px solid #f92;
	padding: 0 8px;
	display: inline;
	float: left;
}

#header_nav li a {
	color: #333;
}

#header_nav li a:hover {
	color: #eee;
}



/* ########## SIDEBAR ########## */

#sidebar_container {
	background: #222;
	width: 352px;
	font: normal 12px arial;
}

#sidebar_container .widgettitle {
	font: bold 16px arial;
}

#sidebar_container .tab {
	width: 96px;
	float: left;
}

#sidebar_container ul {
	margin: 4px 0 12px 0;
	padding: 0;
}

#sidebar_adsense {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	width: 316px;
	height: 268px;
	margin: 0 1px;
	padding: 16px 16px;
}

#sidebar_adsense_frame {
	background: #111;
	border: 1px solid #333;
	width: 300px;
	height: 250px;
	padding: 8px;
}

#sidebar_deco_top {
	border-bottom: 1px solid #111;
	width: 350px;
	height: 6px;
	margin: 0 1px;
}

#sidebar_deco_bot {
	border-top: 1px solid #333;
	width: 350px;
	height: 6px;
	margin: 0 1px;
}

#sidebar_header {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	width: 318px;
	height: 206px;
	margin: 0 1px;
	padding: 8px 16px;
}

#sidebar_random_posts {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	width: 318px;
	margin: 0 1px;
	padding: 8px 16px;
}

#random_posts_container {
	padding: 8px 0 0 0;
	text-align: center;
}

#random_posts_container img {
	background: #111;
	border: 1px solid #333;
	margin: 0 2px;
	padding: 7px;
}

#sidebar_top {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	width: 318px;
	margin: 0 1px;
	padding: 8px 16px;
}

#sidebar_bottom {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	width: 318px;
	margin: 0 1px;
	padding: 8px 16px;
}

#sidebar_middle {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	width: 318px;
	margin: 0 1px;
	padding: 8px 16px;
}

#sidebar_left {
	width: 152px;
	padding: 8px 0;
}

#sidebar_right {
	width: 152px;
	padding: 8px 0;
}



/* ########## PAGE ########## */

.page {
	width: 592px;
	font: 14px arial;
}

.page h2 {
	background: #222;
	border-bottom: 1px solid #444;
	padding: 0 0 0 8px;
	font: bold 24px arial;
}

.page h3 {
	background: #222;
	border-bottom: 1px solid #444;
	margin: 16px 0 0 0;
	padding: 0 0 0 32px;
}

.page_entry {
	margin: 8px 0;
}



/* ########## SINGLE ########## */

.single {
	width: 592px;
	font: normal 14px arial;
}

.single_title {
	background: #222;
	border-bottom: 1px solid #444;
	height: 32px;
}

.single_title_buynow {
	margin: 7px 0 0 0;
	float: right;
}

.single_title h2 {
	padding: 8px 0 0 8px;
	font: bold 16px arial;
}

.single_stats {
	border-bottom: 1px solid #444;
	height: 16px;
	padding: 4px 0 0 8px;
	font: bold 10px arial;
	color: #aaa;
}

.flashmovie {
	background: #222;
	border: 1px solid #444;
	margin: 8px 0;
	padding: 7px;
	display: block;
}

.single_entry {
	border-bottom: 1px solid #444;
	margin: 8px 0;
	padding: 8px 0 32px 0;
}

.single_entry ul {
	padding-left: 16px;
	
}

.single_entry li {
	list-style: square;
}

.single_entry_promo {
	margin: 0 0 8px 0;
}

.single_entry_promo img {
	background: #222;
	border: 1px solid #444;
	padding: 7px;
}

.tags {
	margin-top: 16px;
}

.tags p {
	font: 11px arial;
}



/* ########## COMMENTS ########## */

.single_comments {

}

.single_comments h3 {
	font: bold 16px arial;
}

.single_comments p {
	font: normal 10px arial;
}

.navigation {
	padding: 8px 0;
	font: bold 10px arial;
}

#respond {
	padding: 8px 8px;
	background: #232323;
	border-bottom: 1px solid #444;
}

#comment_form {
}

#comment_form input {
	background: #aaa;
	border-color: gray gray silver silver;
	border-style: solid;
	border-width: 1px;
	margin: 4px 0;
}

#comment_form textarea {
	background: #aaa;
	border-color: gray gray silver silver;
	border-style: solid;
	border-width: 1px;
	width: 574px;
	margin: 4px 0;
	font: normal 14px arial;
}

ol.commentlist {}
ol.commentlist li { background: #232323; border-bottom: 1px solid #444; margin: 4px 0; padding: 12px 8px 0 56px; position: relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { background: #111; border-bottom: 1px solid #444; }
ol.commentlist li div.vcard cite.fn { margin-left: 8px; font: bold 12px arial;}
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard cite.fn a.url:hover {}
ol.commentlist li div.vcard img.avatar { border: 4px solid #444; position: absolute; left: 8px; top: 8px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says { font: normal 12px arial;}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font: normal 10px arial; position: absolute; right: 12px; text-align: right; top: 14px; }
ol.commentlist li div.comment-meta a {}
ol.commentlist li div.comment-meta a:hover {}
ol.commentlist li p { font: normal 11px arial; margin:0 0 8px 8px; }
ol.commentlist li ul { font: normal 11px arial; list-style: square; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply:hover {}
ol.commentlist li div.reply a {}
ol.commentlist li ul.children {}
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback.parent {}
ol.commentlist li.pingback div.vcard { padding: 0 170px 0 0; }
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}








/* ########## CONTENT ########## */

#content_wrapper {
}

#content_container {
	background: url("images/page_bck.png") repeat-y top center;
	width: 960px;
	margin: 0 auto;
	padding: 0 16px;
}

#main_container {
	width: 592px;
	padding: 8px 8px;
}

#posts_container {
	width: 592px;
	float: left;
}

.link_adsense {
	background: #222;
	border-bottom: 1px solid #444;
	width: 468px;
	height: 15px;
	margin: 16px 0 0 0;
	padding: 4px 62px;
	float: left;
}

.category_container {
	background: #222;
	border-bottom: 1px solid #444;
	width: 592px;
	height: 32px;
	margin: 8px 0;
	float: left;
}

.category_title {
	width: 256px;
	height: 32px;
	margin: 0 0 0 120px;
	float: left;
}

.category_title h2 {
	padding-top: 6px;
	font-size: 18px;
}

.post_container {
	border-bottom: 1px solid #111;
	width: 592px;
	height: 128px;
	margin: 0 0 8px 0;
	float: left;
}

.post_L {
	width: 224px;
	float: left;
}

.post_R {
	width: 368px;
	float: right;
}

.post_stats {
	width: 96px;
	margin: 24px 0 0 8px;
	font: 10px arial;
	float: left;
}

.post_stats p {
	padding-top: 4px;
}

.post_icon {
}

.post_icon img {
	background: #222;
	border: 1px solid #444;
	margin: 8px 0 0 0;
	padding: 7px;
	float: left;
}

.post_title {
	background: #222;
	border-bottom: 1px solid #444;
	width: 352px;
	height: 24px;
	margin: 16px 0 0 8px;
	float: left;
}

.post_title h3 {
	padding: 4px 0 0 8px;
	font: bold 14px arial;
}

.post_desc {
	width: 344px;
	height: 72px;
	margin-left: 8px;
	padding-left: 8px;
	float: left;
	font: 11px arial;
}

.post_desc p {
	padding-top: 4px;
}



/* ########## Featured  ########## */

#featured_container {
	background: #222;
	border: 1px solid #444;
	width: 590px;
	height: 222px;
}

#featured_main {
	width: 496px;
	height: 224px;
}

#featured_secondary {
	width: 72px;
	height: 224px;
	margin: 2px 8px 0 0;
}

#featured_secondary li {
	width: 64px;
	height: 64px;
	margin: 6px 0;
}

#featured_secondary img {
	background: #111;
	border: 1px solid #444;
	padding: 4px;
}

#featured_carousel_controls {
	width: 32px;
	height: 160px;
	margin: 32px 0 0 16px;
}

#featured_carousel_controls ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.sel1, .sel2, .sel3 {
	width: 32px;
	height: 32px;
	margin: 4px 0;
	cursor: pointer;
}

.prev, .next {
	width: 32px;
	height: 16px;
	margin: 4px 0;
	cursor: pointer;
}

#featured_carousel {
	width: 432px;
	height: 208px;
	margin: 7px 0 0 16px;
	overflow: hidden;
	position: relative;
	left: -5000px;
    visibility: hidden;
}

#featured_carousel li {
	width: 432px;
	height: 208px;
	padding: 0;
	font: 12px arial;
	color: #444;
}

.featured_post {
}

.post_ratings {
	margin-top: 8px;
}

.post_excerpt {
	margin-top: 40px;
}

.featured_post_icon {
}

.featured_post_icon img {
	background: #111;
	border: 1px solid #444;
	margin-right: 4px;
	padding: 7px;
	float: left;
}

.featured_post_desc {
	padding: 8px 0 0 0;
}

.featured_post_desc h4 {
	font-size: 14px;
}

.featured_post_desc p {
	padding-top: 8px;
}



/* ########## FOOTER ########## */

#footer_wrapper {
	height: 96px;
}

#footer_container {
	background: url("images/page_bck.png") repeat-y top center;
	width: 960px;
	height: 96px;
	margin: 0 auto;
	padding: 0 16px;
}

#footer_top {
	background: #111;
	border-bottom: 1px solid #111;
	height: 63px;
}

#footer_bot {
	background: #111;
	border-top: 1px solid #333;
	height: 27px;
	padding: 4px 4px 0 4px;
	font: bold 12px arial;
}



/* ########## ADDITIONAL ########## */

.imgblock {
	background: #222;
	border: 1px solid #444;
	margin: 8px;
	padding: 5px;
}