/*
Theme Name: Narga v6.2 - Mercury
Theme URI: http://www.narga.net
Description: A simple, less image theme. With custom Admin Panel. The theme by <a href="http://www.narga.org/">Nguyễn Đình Quân</a>.
Date: Jun 10th 2009, Edited: Sep 15th 2009
Author: Nguyễn Đình Quân a.k.a Narga (dinhquan@narga.net)
Author URI: http://www.narga.org
Tags: green, fixed width, three columns
The CSS, XHTML, JS and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/
/*----- CSS Reset -----*/
html, body { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5 { font-weight: normal; font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;}
p { font-weight: normal; line-height: 24px }
a, a:hover {
	color: #46671C;
	outline: none;
	font-weight: 900;
	text-decoration: none;
}
a img { border:none; }
.functions, .highlight { display: inline; color: #FF8000; background-color: #F7F7F0;}

/*----- General Styles -----*/
.clear,.fixed { clear:both; }
.clearfix:after { content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
.hide { display: none; }
.gap { height: 8px; }
body {
	font: normal 12px/18px Verdana, Tahoma, Arial, Sans-serif;
	background: rgb(228, 228, 228) url('images/body-gradiant.png') repeat-x scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	}

/* #wrapper ======================================= */
#wrapper { margin: 0 auto; background: rgb(228, 228, 228) url('images/header-bg.png') repeat-x scroll 0% 0%;}
.topbar {height: 34px; padding: 2px 0;}
#wrapper-content { margin: 0 auto; width: 980px; background: transparent url('images/content-background.png') repeat-y scroll 0% 0%; overflow: hidden; position: relative; height: 1%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;}
/* #header ======================================== */
#header { margin: 0 auto; width: 980px; height: 128px;}
#header h1 { margin: 0; padding: 0; }
#header h1 a { color: #fff; font-size: 16px; font-weight: 400; text-decoration: none; padding: 4px 30px 0px 14px; float: left; }
.logo {height: 81px; float: left; padding: 5px 0 0 10px;}
/* #pages-nav ======================================= */
.pages-nav ul { margin: 6px 0; float: left; font-weight: 900;}
.pages-nav ul li {  float: left; margin-left: 20px; font-size: 14px; }
.pages-nav ul li a { padding: 2px 4px 4px 4px; color: #fff; text-transform: uppercase; font-size: 12px;}
.pages-nav ul li a:hover { color: #262724; background: #DDE842; -moz-border-radius: 3px;-webkit-border-radius: 3px;}
.pages-nav ul li.current_page_item a { background: #A1C86E; color: #000; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
/* .google-search */
.google-search { float: right; margin: 4px 10px;}
#cse-search-results { margin-left: 10px; padding: 0 10px;}
.ads468x60 {float: left; margin: 10px 0 0 80px;}

a.rss{position: relative; float: right; top:58px; height:66px; width:47px; background:url('images/narga-sprites.png') -47px -71px no-repeat;}
a.twitter{position: relative; float: right; top:58px; height:66px; width:44px; background:url('images/narga-sprites.png') 0 -71px no-repeat;}
/* #navigation ======================================= */
.navigation {
	margin: 0 auto;
	height: 31px;
	width: 960px;
	background-color: #70983B;
	border-top: 1px solid #F8C92D;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	margin-bottom:	1em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** MENU SKIN ***/
.sf-menu a {
	padding: 		0.75em 1em;
	text-decoration:none;
	border-left:	1px solid #70983B;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	background:		#70983B;
}
.sf-menu li li {
	background:		#70983B;
}
.sf-menu li li a {
	border-bottom:		1px solid #A6CB1B;
	border-left:		1px solid #A6CB1B;
	border-right:		1px solid #A6CB1B;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#A6CB1B;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Content */
#content-box { float: left; width: 560px; margin: 0 10px;}
#content-box .content  { position: relative; clear: left; text-align: justify; padding: 5px 10px;}

/* Content Styles */
#content-box .content ul { list-style: circle; margin: 0 0 15px 25px; }
#content-box .content ol { list-style: decimal; margin: 0 0 15px 25px; }
#content-box .content ul li, #content-box .content ol li { line-height: 15px; margin-top: 10px; }
#content-box .content ul ul { list-style: square; margin: 1px 0 0 15px; }
#content-box .content ol ol { list-style: lower-alpha; margin: 1px 0 0 15px; }
#content-box .content blockquote {
	padding-left: 10px;
	color: #373737;
	border-left: 3px solid #46671C;
	margin: 0 15px;
}
#content-box .content blockquote cite { margin: 5px 0 0; display: block; }
#content-box .content h2.post-title {
	margin-bottom: 1px;
	font-size: 26px;
	line-height: 20px;
	background-color: #ffffff;
	text-transform:capitalize;
	border: none;
}
#content-box .content h2.post-title a{
	font-weight: normal;
	border: none;
}
#content-box .content .post-content h1, h2, h3, h4, h5, h6 {background-color: #fafafa; margin: 0 0 10px 0px; padding: 5px 0px; border-bottom: 1px solid #efefef; border-top: 1px solid #efefef;}
#content-box .content h2 {
	font-size: 26px;
}
#content-box .content h3 {
	font-size: 22px;
}
#content-box .content h4 {
	font-size: 18px;
}
/* Content Information */
#content-box .content dl#meta-header {
	font-size: 95%;
	border-top: 1px solid #DCDCDB;
	padding-top: 3px;
	display: block;
}
#content-box .content dl#meta-header dd {
	height: 16px;
	padding-left: 17px;
	margin-left: 3px;
}
#content-box .content dl#meta-header dd.postdate {
	background:url('images/narga-sprites.png') -582px -96px no-repeat;
	float: left;
}
#content-box .content dl#meta-header dd.postauthor{
	background:url('images/narga-sprites.png') -580px -45px no-repeat;
	float: left;
}
#content-box .content dl#meta-header dd.postcat {
	background:url('images/narga-sprites.png') -582px -146px no-repeat;
	float: left;
}
#content-box .content dl#meta-header dd.postcomment {
	background:url('images/narga-sprites.png') -580px -62px no-repeat;
	font-weight: bold;
	float: right;
}
#social-float-container {float:left; display:block; margin-left:-95px;}
#social-float-box { position: absolute;  top: 165px; }
#social-float-box.fixed {position: fixed; top: 0;}
#social-float-box .social-float{
	border:1px solid #E8E8E8;
	background:#fff; 
	width: 60px;
}

#social-float-box .social-media-icon{
	padding: 3px;
	border-bottom: 1px solid #e8e8e8;
}
#content-box .content .social-icons {
	display:block;
	float: right;
	margin: 5px;
}
#content-box .content .share-retweet {
	position:relative; top:8px; display:block;
}

/* Social Information */
.delicious-button {
	padding:2px 0 0 0;
	background:#FFF url('images/badgeRect50x60.png') 0 0 no-repeat;
	margin:0 auto;
	display:block;
	width:50px;
	height:60px;
	text-align:center;
	line-height:16px;
}
.delicious-button a.del-link{
	display:block;
	color:#900;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	height:100%;
}
.delicious-button a.del-link:hover{
	color:#CF0000;
	text-decoration:none;
}

#content-box .meta-footer {
	display: block;
}
#content-box .meta-footer .readmore {
	margin: 5px 0;
	float: left;
}
#content-box .meta-footer .readmore a {
	padding: 5px;
	color: #fff;
	background-color: #70983B;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#content-box .meta-footer .readmore a:hover {
	background: #7BAF36;
}
#content-box .meta-footer .post-edit-link {
	float: right;
	margin: 4px;
	color: #fff;
	padding: 5px;
	background: #A7161D;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#content-box .meta-footer .post-edit-link:hover {
	background: #C8205E;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#content-box .content .post-content {
	margin: 10px 0;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.donate-message img {
	padding-left: 35px;
}
.donate-message a {
	display: block;
}
a.download, a.download:visited {
	background:#E4E4E4 url('images/narga-sprites.png') no-repeat -1px -134px !important;
	display:block;
	border:1px solid #b5cad0;
	padding:20px 0 20px 65px;
	margin:22px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#1c1f20;
}
a.demo, a.demo:visited {
	background:#FFFDDE url('images/narga-sprites.png') no-repeat -1px -184px !important;
	display:block;
	border:1px solid #b5cad0;
	padding:20px 0 20px 65px;
	margin:22px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#1c1f20;
}
a.homepage, a.homepage:visited {
	background:#E6F1FF url('images/narga-sprites.png') no-repeat -1px -238px !important;
	display:block;
	border:1px solid #b5cad0;
	padding:20px 0 20px 65px;
	margin:22px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#1c1f20;
}
a.download:hover, a.demo:hover, a.homepage:hover {
	border:1px solid #9ba6ac;
}
.download span, .demo span, .homepage span {
	font: 0.7em Georgia, "Times New Roman", Times, serif;
}	


/* Tagged */
.post-tags span {
	background:url('images/narga-sprites.png') -561px -61px no-repeat;
	width:16px;
	height:14px;
	text-indent:-9999px;
	position: relative;
}

.post-tags {
	margin: 10px 0;
	padding: 5px 10px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#f7f7f7;
}
/* Related Post			*/
#content-box .related-post{
	font-size: 16px;
	font-weight: 800;
	color: #F5F5F5;
	text-shadow: 1px 1px 1px #F1F1F1;
	background-color: #666666;
	padding: 7px 10px;
}
#content-box .related_post_title {display: none;}
#content-box .related {
	padding: 0 0 5px 10px;
	background:#f7f7f7;
}
#content-box .related ul{
	list-style-position: inside;
	list-style-type:circle
	}
#content-box .related ul li {
	padding: 5px 0;
	border-bottom:solid 1px #DEDEDE;
}
#content-box .related .excerpt { display: block; }

.post-extra {
	background:#f1f8df;
	height:480px;
	border:1px solid #A1CF26;
}
.post-author-title {
	font-size: 16px;
	font-weight: 800;
	color: #F5F5F5;
	text-shadow: 1px 1px 1px #F1F1F1;
	background-color: #76AF2B;
	padding: 7px 10px;
}
.post-author {
	height:95px;
	text-align: justify;
	padding: 0 15px;
	background:#f1f8df;
	border-bottom:1px solid #A1CF26;
}
.post-author p {
	margin: 5px 0 10px 0;
}
.post-author img {
	float:left;
	margin: 5px 5px 5px 0;
}
.post-share-title {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	color: #F5F5F5;
	text-shadow: 1px 1px 1px #F1F1F1;
	background-color: #0186E1;
	padding: 7px 10px;
}
.post-share {
	background: #E6F1FF;
	border-bottom: 1px solid #CAE2FF;
	height: 80px;
	text-align: justify;
	padding: 8px;
}
.social-button-more {display:none;}
.social-button ul {
	list-style: none;
}
.social-button li {
	float:left;
	margin:0 1px;
	display: inline;
	text-indent:-9999px;
	opacity: .7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.social-button li a {
	display: block;
	width: 32px;
	height: 32px;
}
.social-button li:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.social-button li a:hover {cursor:pointer;} /* For IE6 */
.social-button li.digg {
	background:url('images/narga-sprites.png') -2px -2px no-repeat;
}
.social-button li.twitter {
	background:url('images/narga-sprites.png') -37px -2px no-repeat;
}
.social-button li.delicious {
	background:url('images/narga-sprites.png') -70px -2px no-repeat;
}
.social-button li.designfloat {
	background:url('images/narga-sprites.png') -104px -2px no-repeat;
}
.social-button li.rss-feed {
	background:url('images/narga-sprites.png') -138px -2px no-repeat;
}
.social-button li.facebook {
	background:url('images/narga-sprites.png') -172px -2px no-repeat;
}
.social-button li.mixx {
	background:url('images/narga-sprites.png') -206px -2px no-repeat;
}
.social-button li.addmore a {
	background:url('images/narga-sprites.png') -240px -2px no-repeat;
}
.social-button li.stumbleupon {
	background:url('images/narga-sprites.png') -272px -2px no-repeat;
}
.social-button li.buzz {
	background:url('images/narga-sprites.png') -306px -2px no-repeat;
}
.social-button li.designmoo {
	background:url('images/narga-sprites.png') -340px -2px no-repeat;
}
.social-button li.tumblr {
	background:url('images/narga-sprites.png') -371px -2px no-repeat;
}
.social-button li.reddit {
	background:url('images/narga-sprites.png') -405px -2px no-repeat;
}
.social-button li.myspace {
	background:url('images/narga-sprites.png') -437px -2px no-repeat;
}
.social-button li.wong {
	background:url('images/narga-sprites.png') -472px -2px no-repeat;
}
.social-button li.designbump {
	background:url('images/narga-sprites.png') -504px -2px no-repeat;
}
/* Sign up for Newsletter! */
.newsletter {
	padding: 1px;
}
.newsletter form {
	color: #46671C;
	font-weight: 900;
	background: #f7f7f7;
	text-align: left;
	overflow: hidden;
	padding: 2px 10px;
	border: 1px solid #ccc;
}

.newsletter input {
	color: #666;
	font-size: 12px;
	margin: 1px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 220px;
}
.newsletter #newsbut {
	background: #555;
	color: #f9f9f9;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px;
	width: 100px;
	float: right;
	border: 1px solid #CCC;
}
/* post footer tabbed */
#discussion .simpleTabs-nav {
	background-color: #F8C828;
	height:36px;
	display:block;
}
#discussion .simpleTabs-nav ul{
	padding: 16px 0 9px 10px;
	overflow: hidden;
	list-style: none;
	text-align:left;
}
#discussion .simpleTabs-nav li, .simpleTabs-nav li.actif {
	list-style:none;
	display:inline;
	padding: 8px;
	font-weight: bold;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
#discussion .simpleTabs-nav li:hover{
	background-color:#FFFDDE;
}
#discussion .simpleTabs-nav li.close{
	float: right;
}
#discussion .simpleTabs-nav ul li.actif{
	background:#FFFDDE;
	color: #46671C;
}
#discussion .simpleTabs-content{
	padding: 5px 10px;
	display:none;
	background-color: #FFFDDE;
}

/* Begin Comments */
#comments {
	margin:0;
	padding: 0;
	text-align: justify;
}
.thread-alt {
	background: #F8F8F8;
	border: 1px solid #DFDFDF;
	}
.thread-even {
	background: #EAF8CF;
	border: 1px solid #DFDFDF;
}
.commentlist li {
	margin: 5px 0;
	padding: 5px 5px;
	list-style: none;
}
.commentlist li ol li { 
	margin: 0 -5px 0 10px;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist li.bypostauthor {
	background: #E6F1FF;
	border: 1px solid #CAE2FF;
}
.commentlist cite.fn { /* comment author */
	background:url('images/narga-sprites.png') -581px -110px no-repeat;
	margin: 0 0 0 60px;
	padding: 5px 0 0 20px;
	display:block;
	height: 18px;
}
.commentlist url a {
	}
.comment-body em { /* comment is awaiting moderation */
	color: #FF0000;
	float: right;
	}
.comment-body p {
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #FFFDDE;
}

.says {
	display:none;
	}
#comments .comment-meta { /* comment date */
	background:url('images/narga-sprites.png') -582px -92px no-repeat;
	padding: 5px 0 0 20px;
	margin: 0 0 0 60px;
}
.nocomments span {
	background:url('images/narga-sprites.png') -540px -62px no-repeat;
	width: 12px;
	height: 13px;
	margin: 0 15px;
	}
.nocomments {
	text-align: center;
	background-color: #FFEAE7;
	border: 1px solid #F23000;
	margin: 10px;
	padding: 10px 10px;
	}
ol.pinglist {
	list-style-position: inside;
	margin: 0 0 0 10px;
	list-style-type: decimal;
}
ol.pinglist li {
	border-bottom: 1px dotted #46671C;
	padding-bottom: 2px;
}
/* Post Comment */
.post-opinion {
	float: left;
	clear: both;
}
.post-opinion .form-title {
	font-size: 16px;
	font-weight: 800;
	color: #F5F5F5;
	text-shadow: 1px 1px 1px #F1F1F1;
	background-color: #92C400;
	padding: 7px 10px;
}

.post-opinion h3 {
	margin: 0 10px;
	padding-bottom: 5px;
	font-size: 22px;
	display: block;
	line-height: 18px;
	border-bottom:1px solid #DCDCDB;
}
.post-opinion p {
	float: left;
	clear: both;
	width: 540px;
	margin: 0 0 2px 0;
	padding: 10px 10px;
	background: #E5E5E5;
	color: #66685b;
}
.post-opinion .subscribe-to-comments label {
	width: 280px;
}
.post-opinion .subscribe-to-comments {
	background: #E2EEF2;
}
.post-opinion p.h { background: #E2EEF2; }
.post-opinion p label {
	display: block;
	float: left;
	width: 80px;
}

.post-opinion p input {
	width: 300px;
	padding: 5px;
	border: solid 1px #D9E0E7;
	color: #666;
}
.post-opinion p.h input { border: solid 1px #C0D2DD; }
.post-opinion p.math { background-color: #FFFDDE; }
.post-opinion p textarea {
	width: 440px;
	padding: 5px;
	border: solid 1px #C0D2DD;
	font-size: 12px;
	color: #666;
}
.post-opinion p input:focus, .post-opinion p textarea:focus {
	background: #F1F8DF;
	border: solid 1px #A1CF26;
}
.post-opinion p input.required {
	width: 242px;
	padding-right: 63px;
	background: #fff url('images/required.png') no-repeat 254px 6px;
}
.button {
	background: #E5E5E5;
}
.button input {
	border: none;
	padding: 0;
	width: auto;
	cursor: pointer;
}
.awesome, .awesome:visited {
	background: #222 url('images/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
}
.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.awesome, .awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
button::-moz-focus-inner { border: 0; padding: 0; }
/* Sidebar */
#sidebar { float: right; width: 400px;}
#sidebar h3 { text-transform: uppercase; font: 900 11px Venada, Arial, Tahoma, Helvetica, sans-serif; padding: 5px 10px; background-color: #A8CC45;}
#sidebar .col a, #sidebar .col2 a, #sidebar .colx2 a { font-weight: 400; }
#sidebar .col ul, #sidebar .col2 ul, #sidebar .colx2 ul { list-style: none; padding: 0; text-align: left;}
#sidebar .col ul ul, #sidebar .col2 ul ul, #sidebar .colx2 ul ul { padding: 0; }
#sidebar .col ul li a, #sidebar .col2 ul li a, #sidebar .colx2 ul li a { padding: 2px 10px; display: block;}
#sidebar .col ul li a:hover, #sidebar .col2 ul li a:hover, #sidebar .colx2 ul li a:hover { background-color: #E6F1FF; }
#sidebar  ul li { border-bottom: 1px dotted #DCDCDB; padding: 2px 0; }
#sidebar .col { float: left; display: inline; width: 220px; padding-right: 20px;}
#sidebar .col2 { float: left; display: inline; width: 140px;}
#sidebar .colx2 { float: left; display: inline; width: 380px; padding-top: 10px;}
#sidebar .box { background-color: #f7f7f7; border: 1px solid #e0e0e0; -moz-border-radius: 4px; -webkit-border-radius: 4px;margin-bottom: 15px; }
/* Subscribe */
.information {
	margin: 10px 0 0 0;
	width: 400px;
	float: right;
}
.information span {
	padding: 2px 0;
	background-image:url('images/narga-sprites.png');
	background-repeat:no-repeat;
}
.profiles-1, .profiles-2 { float:left; display: inline; width: 180px; font-size: 11px; }
.profiles-1 { padding-right: 20px;}
.profiles-1 ul, .profiles-2 ul { list-style: none; padding: 0; text-align: left;}
.profiles-1 dd a, .profiles-2 dd a { padding: 5px 0; display: block; color:#333; border-bottom:1px solid #ccc;}
.profiles-1 dd a:hover, .profiles-2 dd a:hover { border-bottom:1px solid #aaa; background-color: #D1E8EF;}

.rss-feed span {
	background-position: -559px -23px;
}
dd.rss-feed:hover, dd.facebook:hover {
	border-top:1px solid #aaa;
}
.rss-email span {
	background-position: -581px -76px;
}
.twitter-follower span {
	background-position: -539px -23px;
}
.del-saved span {
	background-position: -539px -3px;
}
.total-comments span {
	background-position: -581px -60px;
}
.facebook span {
	background-position: -580px -3px;
}
.linkedin span {
	background-position: -580px -23px;
}
.tumblr span {
	background-position: -559px -3px;
}
/* Sidebar Ads */
.ads {
	text-align: right;
	margin: 6px 20px;
}
.show-ads {
	margin: 0;
}
/* Sidebar Content Tabs */
#sidebar-tabs { float: left; display: inline; width: 380px; padding-top: 10px; }

#sidebar-tabs .simpleTabs-nav {
	background-color: #A8CC45;
	height:24px;
	display:block;
	font-size: 12px;
	text-transform: uppercase; font: 900 11px Venada, Arial, Tahoma, Helvetica, sans-serif;
}
#sidebar-tabs .simpleTabs-nav ul{
	padding: 10px 0 4px 10px;
	overflow: hidden;
	list-style: none;
	text-align:left;
	cursor: pointer;
}
#sidebar-tabs .simpleTabs-nav li, .simpleTabs-nav li.actif {
	list-style:none;
	display:inline;
	padding: 4px;
	margin-right: 5px;
	font-weight: bold;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
#sidebar-tabs .simpleTabs-nav li:hover{
	background-color:#FFFDDE;
}
#sidebar-tabs .simpleTabs-nav li.close{
	float: right;
}
#sidebar-tabs .simpleTabs-nav ul li.actif{
	background:#FFFDDE;
	color: #46671C;
}
#sidebar-tabs .simpleTabs-content{
	padding: 5px 10px;
	display:none;
	background-color: #FFFDDE;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#sidebar small {font-style:italic; font-size: 11px; color:#0066CC;}
#sidebar #tweets li { margin:1px 0; color:#1F1F1F;padding: 2px 10px;}
#sidebar #tweets .hash, #sidebar #tweets .reply { color:#0066CC; } 
#sidebar #tweets a { display:inline; } 
#sidebar .follow { font: 900 Venada, Arial, Tahoma, Helvetica, sans-serif; background-color: #A8CC45; display:block; padding: 5px 10px; color: #000000;}
/* pagination */
div.pagination {
	display: block;
	text-align: center;
	width: 99%;
	font-size: 95%;
	margin: 30px auto 5px auto;
	font-weight: bold;
}
div.pagination a:hover {
	border:1px solid #85BD1E;
	background-color: #B2E05D;
	color: #638425;
}
div.pagination a, .pagination a:visited {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #70983B;
}
div.pagination .current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #70983B;
	background-color: #70983B;
	color: #FFF;
}
div.pagination span.totalpages {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #70983B;
	background-color: #70983B;
	color: #FFF;
}
.previous-entries a{
	float: left;
	padding-left: 18px;
	background: url('images/mini-nav-left.gif') no-repeat left center;
}
.next-entries a{
	float: right;
	padding-right: 18px;
	background: url('images/mini-nav-right.gif') no-repeat right center;
}
/* Footer */
#footer {
	clear: both;
	margin: 0 10px;
	padding: 5px 10px;
	position: relative;
	text-align: right;
	font-size: 11px;
	background: #70983B;
	height: 20px;
}
#footer, #footer a {
	color: #FFF;
}
#footer .copyright {
	float: left;
}
.backtotop {
	float: right;
}
/* Page not found */
#content-box .content .notfound-block {
	margin: 10px 0;
}
#content-box .content .notfound {
	text-transform:uppercase;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #FF3A1A;
	padding: 2px;
}
#content-box .content .notfound-form {
	display: block;
	margin: 0 auto;
}

/* Contact form */
.contact-form {
	margin: 10px;
}
.contact-form label {
	margin: 5px 0;
}
.contact-form #contactName, .contact-form #email {
	width: 400px;
	display: block;
}
.contact-form input {
	padding: 5px;
	border: solid 1px #D9E0E7;
	color: #666;
}
.contact-form input:focus, .contact-form textarea:focus {
	background: #F1F8DF;
	border: solid 1px #A1CF26;
}
.contact-form textarea {
	display: block;
	width: 400px;
	padding: 5px;
	border: solid 1px #C0D2DD;
	font-size: 12px;
	color: #666;
}
.contact-form .required {
	width: 400px;
	background: #fff url('images/required.png') no-repeat 354px 6px;
}
.contact-form p textarea.required {
	width: 400px;
	background: #fff url('images/overlay-button.png') no-repeat 354px 6px;
}
.contact-form .error {
	display: inline;
	color: #FF0000;
}
/* HTML format ======================================= */
::selection { /* Safari */
	background: #779d03;
	color: white;
}
::-moz-selection { /* Firefox */
	background: #779d03;
	color: white;
}
.code { font: 400 9px Tahoma, Arial, Helvetica, sans-serif; color: #666; }
.vcard em { font-style: normal; padding-bottom: 10px; display: block; font-weight: 900; }
.vcard small { font: 9px/9px Tahoma, Arial, Helvetica, sans-serif; color: #999; }
img, img a {
   margin: 0;
   padding: 0;
   border: 0 none;
}
hr{color:#DCDCDB;background-color:#DCDCDB;height:1px;border:0px;}
.valign-img{
	line-height:15px;
	display:inline;
	border:0;
	margin:0 0 0 5px;
	padding:0;
	vertical-align:middle;
}
/* Box styles ======================================= */
.bluebox {
	background: #9DD1F2;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}

.yellowbox {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}

.redbox {
	background: #ffcccc;
	border-top: 2px solid #c90404;
	border-bottom: 2px solid #c90404;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}

.greenbox {
	background: #D0F29D;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}

.greybox {
	background: #f2f2f2;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}
.tagbox {
	border: 1px solid rgb(204, 204, 204);
	padding: 10px 10px 10px 10px;
	background: #ebf5ff;
	color: #888888;
	margin: 10px auto;
	text-align: left;
}

/* misc ======================================= */

.previous-entries a{
	float: left;
	padding-left: 18px;
	background: url('images/mini-nav-left.gif') no-repeat left center;
}
.next-entries a{
	float: right;
	padding-right: 18px;
	background: url('images/mini-nav-right.gif') no-repeat right center;
}
/* Captions */
.alignleft {
	float: left;
	margin: 5px 5px 0 0;
}

.alignright {
	float: right;
	margin: 5px 0 0 5px;
}

img.alignleft {
   float: left;
   padding: 4px;
   background-color: #fff;
   margin: 5px 5px 0 0;
}

img.alignright {
   float: right;
   padding: 4px;
   background-color: #fff;
   margin: 5px 0 0 5px;
}

a img.attachment-thumbnail {
   padding: 4px;
   border: 1px solid #e0e0e0;
   background-color: #fff;
   margin: 0 5px 0 5px;
   float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
   padding:8px 5px;
   margin: 10px;
   text-align:center;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-shadow:#ddd 1px 1px 0px;
}
/* End captions */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}