/*  
Theme Name: Simple Balance 2.2.1
Theme URI: http://blogsessive.com
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Alex Cristache
Author URI: http://blogsessive.com
*/

/* License and other information:

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.

*/


/* General styles */
body {
	background: #6a5250 url('img/bodybg.jpg') repeat-x;
	margin: 0 auto;
	text-align: center;
	color: #412c2e; font-style:normal; font-variant:normal; line-height: 19px; font-weight:normal; font-size:11px; font-family: Tahoma;
}

#wrap {
	margin: 0 auto;
	width: 980px;
	background: #ffffff url('img/mainbg.jpg') repeat-x;
	 -webkit-border-radius: 45px; 
    border-radius: 45px;
    -moz-border-radius: 45px; 
	padding: 8px;
	text-align: left;
}

 #topBanner {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	z-index: 999;
	text-align: center;
	background: url('img/01.png') repeat-x;
	}


.navmenu {
	border-top: 0px;
	font-style: normal;
	width: 900px;
	margin: 1px auto 0 auto;
	padding-top: 15;
	text-align: left;
	background: transparent;
	}

.navmenu ul {
	border-top: 0px;
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
	}

.navmenu li {
	border-top: 0px;
	display: inline;
	padding: 0;
	margin: 0;
	}

.navmenu li a {
	text-shadow: #ffffff 1px 1px 1px;
	border-top: 0px;
	margin: 0;
	font-family: Georgia;
	padding: 0.5em 1.2em 0.5em 1.2em;
	color: #040404;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-transform: normal;
	text-decoration: none;
	letter-spacing: -1px;
	}

.navmenu li a:hover {
	text-shadow: #ffffff 1px 1px 1px;
	font-weight: bold;
	background:url('img/arrow.png') no-repeat bottom center;
	color: #040404;
	border: 0px none;
	}

.navmenu li.current a {
	text-shadow: #ffffff 1px 1px 1px;
	font-weight: bold;
	color: #040404;
	border: 0px;
	}


a {
	color: #342626;
	text-decoration: none;
}

a:hover {
	color: #e797eb;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}


/* Header styles */
#header {
	width: 980px;
	overflow: hidden;
	margin-bottom: 35px;
}

.topLogo {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-top: 25px;
}

.topLogo h1, .topLogo h2 {
	font: normal normal 25px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #d90202;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #d90202;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #207f7b;
}

.topLogo .blogDescription {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #207f7b;
}

.topMenu {
	width: 470px;
	float: left;
	margin-right: 20px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 20px 0 0;
	padding: 25px 0 0 0;
	float: left;
	border-top: 5px solid #d2ebea;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #d90202;
}

.topMenu ul li a {
	color: #207f7b;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #d90202;
}

.topSearch {
	width: 900px;
	float: left;
	padding-top: 23px;
}

.s {
	border: 1px solid #92bdbb;
	width: 200px;
	float: left;
	height: 18px;
}

.searchSubmit {
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	float: right;
	line-height: 20px;
}

.welcomenote {
    text-align: justify;
    margin-left: 20px;
}


/* Page structure styles */

#page {
	width: 980px;
	overflow: hidden;
}

#lsidebar {
	width: 220px;
	float: left;
	margin-right: 20px;
}

#rsidebar {
    margin-top: 200px;
	float: right;
	width: 250px;
}

#content {
    margin-top: 200px;
	float: left;
	width: 460px;
	margin-left: 10px;
}

/* Sidebars styles */

#lsidebar .leftPic{
	padding-top: 370px;
	background: url('img/pic-sidebar.jpg') no-repeat;
}

#lsidebar .leftPicCustomWrap {
	width: 210px;
	overflow: hidden;
}

#lsidebar .leftPicCustom {
	margin: 0;
	border: 0px none;
	background: none
}

#lsidebar h2, #rsidebar h2 {
	font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
	background: #b564be url('img/h2bg.jpg') repeat-x;
	-webkit-border-radius: 15px; 
    border-radius: 15px;
    -moz-border-radius: 15px; 
	margin: 0;
	padding: 8px;
}

#lsidebar ul, #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lsidebar ul ul ul, #rsidebar ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#lsidebar ul li, #rsidebar ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#lsidebar li li, #rsidebar li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#lsidebar li li li, #rsidebar li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#lsidebar ul ul ul a, #rsidebar ul ul ul a {
	font-size: 11px;
}

#lsidebar li.rssFeed {
	background: url('img/bg-rss.gif') no-repeat;
	width: 200px;
	height: 50px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Georgia, Times New Roman, serif
}

.textwidget {
	padding-top: 10px;
}

.rssFeed a {
	line-height: 50px;
	width: 143px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 57px;
}

.rssFeed a:hover {
	color: #fffcc5;
}

.rssForm form {
	margin: 10px 0;
}

.rssEmail {
	border: 1px solid #92bdbb;
	width: 126px;
}

.rssSubmit {
	width: 66px;
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	color: #207f7b;
}

.rssForm small {
	padding: 2px;
	background: #eff7f7;
	display: block;
}

#rsidebar .ads125 {
	padding: 10px 0 0 0;
	width: 260px;
	overflow: hidden;
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	margin-bottom: 10px;
}

.google250 {
	text-align: center;
}


/* Content styles */

.topAd {
	margin-bottom: 25px;
}

.archiveTitle {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.post {
	text-align: justify;
	margin-bottom: 20px;
	width: 470px;
	overflow: hidden;
}

.postFeatured {
	margin-bottom: 25px;
	width: 450px;
	overflow: hidden;
	padding: 10px;
	background: #f5f5f5;
}

.post a, .postFeatured a {
	text-decoration: underline;
}

.postTitle h1, .postTitle h2 {
		font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
	background: #b564be url('img/h2bg.jpg') repeat-x;
	-webkit-border-radius: 15px; 
    border-radius: 15px;
    -moz-border-radius: 15px; 
	padding: 8px;
}

.postTitle h1 a, .postTitle h2 a {
font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
	padding: 8px;
	text-decoration: none;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
	padding: 8px;
}

.postInfo {
	font-size: 11px;
}

.postContent {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 17px;
	width: 470px;
	overflow: hidden;
}

.sizeFeatured {
	width: 450px;
}

.featHead {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #777;
	font-variant: small-caps;
	text-transform: capitalize;
	background: #ddd;
	padding: 3px 10px;
}

.postContent h1 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postContent h2 {
	font: normal normal 20px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postContent h3 {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postContent h4 {
	font: normal bold 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
}

.postContent blockquote {
	margin: 0;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Georgia, Times New Roman, serif; padding-left:40px; padding-right:20px; padding-top:20px; padding-bottom:20px
}

.postExtras {
	border-top: 1px dashed #c570bd;
	padding: 5px 0;
	font-size: 11px;
}

.postMeta {
	border-top: 1px dashed #c570bd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 470px;
	overflow: hidden;
}

.postMetaFeatured {
	border-top: 1px dashed #c570bd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 450px;
	overflow: hidden;
}

.postMeta a, .postMetaFeatured a {
	color: #000000;
	text-decoration: none;
}

.postMeta a:hover, .postMetaFeatured a:hover {
	color: #444444;
}

.postLink {
	float: left;
}

.postComments a {
	background: url('img/icon-comments.gif') no-repeat 0 4px;
	padding-left: 16px
}

.postLink a {
	background: url('img/icon-postlink.gif') no-repeat 0 1px;
	padding-left: 14px
}

.navigation {
	width: 470px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	margin: 0 auto;
}

/* Comments styles */

.commentZone {
	margin-bottom: 25px;
}

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #d90202;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList .reply {
	margin-bottom: 10px;
}

.commentList li.depth-1 ul.children {
	border-bottom: none;
}

.commentList li {
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
}

.commentList li ul.children {
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	border: 1px solid #ddd;
	background: #eee;
}

.commentList li ul.children li {
	padding: 0;
	margin: 0;
}

.commentList li ul.children ul.children {
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
}

.commentList li.depth-1 {
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px Georgia, "Times New Roman", serif;
}

.commentAuthor a {
	color: #d90202;
}

.commentAuthor a:hover {
	color: #207f7b;
}

.commentRight {
	float: right;
	width: 390px;
	overflow: hidden;
}

.commentList li ul.children .commentRight {
	float: right;
	width: 368px;
	overflow: hidden;
}

.commentList li ul.children ul.children .commentRight {
	float: right;
	width: 346px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #92bdbb;
}

#comment {
	border: 1px solid #92bdbb;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: medium none;
	background: url('img/bg-addcomment.gif') no-repeat;
	color: #fff;
	text-align: center;
	cursor: pointer; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Georgia, Times New Roman, serif
}

.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}

  /* Images */
          
          .post img {
border: 1px solid #a5939e;
padding: 1px;
margin: 2px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px
}

.post a img {
border: 1px solid #a5939e;
padding: 1px;
margin: 2px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px
}

.post a img:hover {
border: 1px solid #6f5c68;
padding: 1px;
margin: 2px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px
}

.latest  {
border: 1px solid #9a6850;
background-color: #;
padding: 2px;
margin: -1px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
width: 70px;
height: 59px;
}

.latest a  {
border: 1px solid #9a6850;
background-color: #;
padding: 2px;
margin: -1px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
width: 70px;
height: 59px;
}

.latest a:hover {
border: 1px solid #8a4b88;
background-color: #;
padding: 2px;
margin: -1px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
width: 70px;
height: 59px;
}
	
.elites {
border: 1px solid #ccd268;
padding: 1px;
background-image: url('http://despinavandifan.org/wp-content/themes/sirius-free/sirius/images/contentbg.png');
opacity:.70;
filter: alpha(opacity=70);
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px; background-position-y:50%
}

.elites a {
border: 1px solid #ccd268;
padding: 2px;
background-image: url('http://despinavandifan.org/wp-content/themes/sirius-free/sirius/images/contentbg.png');
opacity:.70;
filter: alpha(opacity=70);
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px; background-position-y:50%
}

.elites a:hover {
border: 1px solid #6f5c68;
padding: 1px;
background-image: url('http://despinavandifan.org/wp-content/themes/sirius-free/sirius/images/contentbg.png');
opacity:.90;
filter: alpha(opacity=90);
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
background-position-y:50%
}

		
		/* WP PageNavi */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
padding: 8px; 
margin: 2px;
background-color: #ba5cae;
font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
font-size: 11px;
color: #FFFFFF;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; background-position-y:50%
}

.wp-pagenavi a:hover {	
padding: 8px; 
margin: 2px;
background-color: #ba5cae;
font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
font-size: 11px;
color: #FFFFFF;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; background-position-y:50%
}

.wp-pagenavi span.pages {
padding: 8px; 
margin: 2px;
background-color: #ba5cae;
font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
font-size: 11px;
color: #FFFFFF;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; background-position-y:50%
}

.wp-pagenavi span.current {
padding: 8px; 
margin: 2px;
background-color: #ba5cae;
font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
font-size: 11px;
color: #FFFFFF;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; background-position-y:50%
}

.wp-pagenavi span.extend {
padding: 8px; 
margin: 2px;
background-color: #ba5cae;
font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
font-size: 11px;
color: #FFFFFF;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; background-position-y:50%
}
			

/* Footer styles */

#footer {
	border-top: 1px dotted #ba5cae;
	padding-top: 5px;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 980px;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}
