/* CSS reset */

html, body, div, span, applet, object, iframe,
h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
.post ul {list-style-type: disc; padding-right:40px;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
img.alignright {
clear:right;
float:right;
margin-left:5px;
}
img.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin-right:35px;
}

/* Custom CSS*/

body {
	background:					#333;
	color:						#111;
	font-family:				arial, helvetica, sans-serif;
}

a {
	color:						#70931d;
	text-decoration:			none;	
}

a:hover {
	text-decoration:			underline;
}

#page {
	width:						936px;
	margin:						auto;
}

#banner {
	width:						730px;
	height:						92px;
	border:						1px solid #808080;
	margin:						10px auto;
	background:					#111;
}

/* header */

#header {
	overflow:					hidden;
}

#header .logo {
	float:						right;
	margin-left:				70px;
	margin-right:				10px;
}

#topnav {
	margin-top:					35px;
}

#topnav li {
	float:						right;						
}

#topnav li a {
	display:					block;
	padding:					0 8px;
	line-height:				34px;
	vertical-align:				middle;
	color:						#fff;
	text-decoration:			none;
	font-size:					15px;
}

#topnav li.selected {
	background:					url('../graphics/topnav_sdoor_left.gif') no-repeat top left;
}

#topnav li a {
	float:						left;
	padding-left:				17px;
}

#topnav li span {
	display:					block;
	width:						12px;
	height:						34px;
	float:						left;
}

#topnav li.selected span{ 
	background:					url('../graphics/topnav_sdoor_right.gif') no-repeat top right;
}

#topnav .rss {
	background:					url('../graphics/rss_icon.gif') no-repeat left 6px;
	padding-left:				27px;
}

#topnav li.n a:hover {
	text-decoration:			underline;
}

/* Canvas */

div.canvas_bg {
	display:					block;
	height:						24px;
	background:					url('../graphics/canvas_borders.gif') no-repeat left top;				
}

div.canvas_bg.bottom {
	background-position:		left -24px				
}

#canvas .center {
	padding:					6px 31px;	
	background:					url('../graphics/canvas_bg.gif') repeat-y left top;	
	overflow:					hidden;	
}

#canvas .col {
	float:						right;
	direction:					rtl;
}

#canvas .col.right {
	width:						570px;
	margin-left:				55px;
}

#canvas .col.left {
	width:						248px;
}

/* Sidebar */

.mbottom {
	margin-bottom:				25px;	
}

#search {
	direction:					rtl;
	font-size:					12px;
}

#search #q {
	background:					url('../graphics/search_input_bg.gif') no-repeat right top;
	border:						0;
	width:						212px;
	padding:					5px 1px;
	font-family:				arial, helvetica, sans-serif;
}

#search div {
	margin-bottom:				5px;
}

#search .submit {
	width:						30px;
	background:					url('../graphics/search_input_bg.gif') no-repeat left top;
	border:						0;
	padding:					4px 1px;
	cursor:						pointer;
}

.sidebar_box .title {
	font-size:					14px;
	font-weight:				bold;
	color:						#fff;
	padding:					0px 6px;
	height:						28px;
	line-height:				28px;
	vertical-align:				middle;
	overflow:					hidden;
}

.sidebar_box.black .title {
	background:					url('../graphics/sidebar_box_black.gif') no-repeat left top;
}

.sidebar_box.green .title {
	background:					url('../graphics/sidebar_box_green.gif') no-repeat left top;
}

.sidebar_box .holder {
	padding:					10px 5px;
	border-bottom:				1px solid #ccc;
	background:					#fff;
	overflow:					hidden;
}

a.follow_icon {
	display:					block;
	width:						33px;
	height:						33px;
	background:					url('../graphics/follow_sprite.gif') no-repeat left top;
	float:						right;
	margin-left:				6px;
}

a.follow_icon.i2 {
	background-position:		-40px top;
}

a.follow_icon.i3 {
	background-position:		-80px top;
}

a.follow_icon.i4 {
	background-position:		-120px top;
}

.sidebar_box .title a {
	color:						#fff;
}

.sidebar_box .title a.tab {
	float:						left;
	font-size:					11px;
	color:						#222;
	background:					url('../graphics/sidebar_tab_notactive.gif') no-repeat left bottom;
	line-height:				23px;
	padding:					2px;
	width:						55px;
	text-align:					center;
	margin:						2px 0px;
	display:					block;
	cursor:						pointer;
	vertical-align: 			bottom;
	margin-top:					2px;
	overflow:					hidden;
}

.sidebar_box .title a.tab.selected {
	line-height:				22px;
}

.sidebar_box .title a:hover {
	text-decoration:			none;
}

.sidebar_box .title a.selected {
	background:					url('../graphics/sidebar_tab_active.gif') no-repeat left bottom;
}

/* Apps list */

.apps_list li {
	overflow:					hidden;
	margin-bottom:				10px;
	padding:					2px;
}	

.apps_list li,
.apps_list li a {
	font-size:					12px;
	color:						#111;
}

.apps_list li a {
	float:						right;
	display:					block;
	margin-left:				6px;
}

.apps_list li:hover {
	background:					#f5f5f5;
}

.apps_list li:hover a {
	color:						#70931d;
	text-decoration:			underline;
}

.apps_list .price {
	float:						left;
	font-size:					11px;
	font-weight:				bold;
	color:						#333;
	padding:					2px;
	display:					none;
}

.apps_list li:hover .price {
	display:					block;
}

.more {
	font-weight:				bold;
	font-size:					12px;
	display:					block;
	padding:					2px 5px;
	text-decoration:			underline;
}

/* Links list */

.links_list.split {
	margin-bottom:				5px;
	overflow:					hidden;
}

.links_list li {
	margin-bottom:				5px;
}

.links_list a {
	font-size:					12px;
	color:						#111;
	text-decoration:			underline;
}

.links_list a,
.links_list img {
	line-height:				20px;
	vertical-align:				middle;
}

.links_list img {width:16px; float:right; margin-left:3px}
.links_list p {float:right; width:219px;}
.links_list li {clear:both;}
.links_list li:hover{background:#f5f5f5;}

.links_list.split a {
	line-height:				1;
	text-decoration:			none;
}

.links_list.split li {
	color:						#ccc;
	list-style:					disc;
	margin-right:				18px;
	float:						right;
}

.links_list a:hover {
	text-decoration:			underline;
	color: 						#70931d;
}

/* Primary col */

.blog_entry .title {
	font-size:					25px;
	font-weight:				bold;
	letter-spacing:				-1px;
}

.blog_entry .rating,
.blog_entry .info {
	margin:						10px 0;
	overflow:					hidden;
	font-size:					11px;
	color:						#aaa;
}

.blog_entry .info .pipe {
	color:						#d3d3d3;	
}

.blog_entry .info a {
	font-size:					11px;
	color:						#999;
}

/*
.stars_rating li {
	float:						right;
}

.stars_rating li.star {
	width:						13px;
	height:						13px;
	background:					url('../graphics/stars_sprite.gif') no-repeat left top;
}

.stars_rating li.on {
	background-position:		-13px top;
}
*/
.blog_entry p{
	font-size:					14px;
	line-height:				140%;
	margin-bottom:				10px;
}
.blog_entry li {
	font-size:					14px;
	line-height:				125%;
}
.blog_entry{font-size:14px;}

img.mood {
	float:						right;
	margin-left:				10px;
	margin-bottom:				10px;
}

.space_split {
	margin-bottom:				20px;
	padding-bottom:				20px;
	border-bottom:				1px solid #ccc;	
}

.adv {
	overflow:					hidden;
}

.adv .holder {
	float:						right;
	margin-left:				10px;
}

.popular_posts_list {
	float:						right;
	width:						250px;
}

.popular_posts_list h3 {
	font-weight:				bold;
	margin-bottom:				10px;
}

.popular_posts_list li {
	margin-bottom:				7px;
	color:						#aaa;
	margin-right:				15px;
	list-style-type:			disc;
}

.popular_posts_list li span {
	color:						#aaa;
	font-size:					11px;
}

.popular_posts_list li a {
	text-decoration:			underline;
	display:					block;
	margin-bottom:				2px;
	font-size:					15px;
	line-height:				1.2;
}

img.recommended {
	margin-right:				5px;
}

/* Pager */

#pager, .wp-pagenavi {
	padding-right:				25%;
}
.wp-pagenavi a, .wp-pagenavi a:link{font-weight:bold; color: #222 !important;}
#pager li {
	display:					block;
	padding:					3px 5px;
	float:						right;
	margin-left:				5px;
}

#pager li a {
	font-weight:				bold;
	color:						#222;
	font-size:					14px;
}

#pager li.selected {
	border:						1px solid #85b317;
}

/* Carousel */

#carousel {
	width:						566px;
	border:						1px solid #ccc;
	position:					relative;
	margin-bottom:				30px;
	overflow: 					hidden;
}

#carousel li {
	height:						51px;
	width:						140px;
	padding-left:				30px;
	padding-right:				10px;
	background:					#fff;
	border-bottom:				1px solid #ccc;
	border-left:				1px solid #ccc;
}

#carousel li.highlight {
	background:					#333 url('../graphics/slider_li_bg_hover.png') no-repeat 0 0px;	
}

#carousel li.highlight a {
	color:						#fff;	
}

#carousel li a {
	font-size:					11px;
	display:					block;
	padding-top:				9px;
	text-decoration:			none !important;
	line-height:				1.4;
	overflow:					hidden;
}

#carousel .holder {
	position:					absolute;
	width:						386px;
	height:						300px;
	top: 						0;
	left:						0;
	z-index:					0;
	cursor:						pointer;
}

#carousel .opac_text {
	width:						366px;
	bottom:						0;
	left:						0;
	height:						35px;
	background:					#70931D;
	opacity:					0.9;
	position:					absolute;
	padding:					10px;
	z-index:					0;
	filter:						alpha(opacity=90);
}

#carousel .opac_text a {
	font-size:					16px;
	color:						#fff;
}
	
/* Footer */

#footer {
	direction:					rtl;
	font-size:					11px;
	color:						#d6d6d6;
	padding:					5px 0 20px 0;
	overflow:					hidden;
}

#footer .right ul {float: right; line-height: 34px;}
#footer .right ul li {float:right;}
#footer .right ul li a{ border-right:1px solid white;  padding: 0 5px;}
#footer .right ul li:first-child a{border-right:none;}
#footer .right a {
	font-size:					11px;
	color:						#fff;
	vertical-align:				middle;
	line-height:				20px;			
}

#footer .right a img {
	vertical-align:				middle;
	line-height:				20px;	
}

#footer .right {
	float:						right;
}

#footer .left {
	float:						left;
	vertical-align:				middle;
	line-height:				34px;	
	color:						#777;
}

#footer .left a {
	color:						#777;
}


