/*
Theme Name: Bright Sun
Theme URI:  http://www.templateworld.com
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: TemplateWorld
Author URI: http://www.templateworld.com
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#818c8c;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fcfeff url(images/bgr_main.png) repeat-x;
	color:#818c8c;
	font:62.5%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:962px;
}
/* menu */
#mainmenu{
	width:552px;
	height:34px;
	margin:0 0 15px 0;
	background:url(images/bgr_mainmenu.gif) no-repeat;
}
#mainmenu ul{
	float:left;
	padding:6px 0 0 8px;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#cfcfcf;
	padding:0 0 0 4px;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:1.1em;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#cfcfcf;
	background:url(images/bgr_menu_a.gif) repeat-x;
	height:18px;
	padding:4px 15px 0 15px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
	background:url(images/bgr_menu_a_hover.gif) repeat-x;
	color:#554b00;
	border-left:1px solid #cfad62;
	border-right:1px solid #cfad62;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 4px;
	padding:0;
	background:#e4c674;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border:0;
	border-bottom: 1px solid #cfad62;
	background:#e4c674;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em;
	color:#554b00;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#eece78;
	color:#554b00;
	border:0;
	border-bottom: 1px solid #cfad62;
}
/* header */
#header{
	width:100%;
	height:192px;
	overflow:hidden;
	background:url(images/bgr_header.png) no-repeat;
}
/*header_logo*/
#header_logo{
	float:left;
}
#logo{
	width:238px;
	height:159px;
	background:url(images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
#header_logo .description{
	font-size:1.1em;
	color:#fff;
	position:absolute;
	margin:-40px 0 0 30px;
}
#header_slogan{
	float:left;
	padding:40px 0 0 50px;
}
#header_slogan h2{
	color:#032734;
	font-size:5.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#header_slogan h2 span{
	color:#b05a30;
}
#header_slogan p{
	color:#00597d;
	font-size:1.1em;
	width:250px;
}
#pic_girl{
	position:absolute;
	margin:38px 0 0 590px;
}
/*body*/
#body{
	width:920px;
	background:url(images/bgr_body.gif) repeat-y right;
	margin:0 0 20px 0;
}
#body_top{
	width:100%;
	background:url(images/bgr_body_top.png) no-repeat right top;
}
#body_end{
	width:100%;
	overflow:hidden;
	padding:0 0 15px 0;
	background:url(images/bgr_body_end.png) no-repeat right bottom;
}
#content{
	float:right;
	width:552px;
	padding:24px 15px 0 15px;
}
#sidebar{
	float:left;
	width:296px;
}
/*post*/
.post{
	width:530px;
	background:#f2f4f3;
	border:1px solid #eceeec;
	padding:15px 11px 11px 11px;
	margin:0 0 25px 0;
}
.post .title{
	color:#005678;
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 10px 0;
}
.post .title a{
	color:#005678;
}
.post .entry{
	font-size:1.3em;
	line-height:1.6em;
	padding:10px 0 5px 0;
}
.post .entry a{
	color:#005678;
	text-decoration:underline;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #e9e5d7;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 15px;
}
.post .entry ul li{
	margin: 0;
	background:url(images/ico_list.gif) no-repeat left 5px;
	padding:0 0 0 12px;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 0;
}
.postinfo{
	width:100%;
	border-bottom:1px solid #d6dddd;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	overflow:hidden;
	color:#5b6e6e;
	font-size:1.1em;
	line-height:1.3em;
}
.postinfo a{
	color:#5b6e6e;
}
.postinfo .post_date{
	float:left;
	padding:0 20px 0 9px;
	background:url(images/ico_date.gif) no-repeat left center;
}
.postinfo .post_author{
	float:left;
}
.postinfo .post_comment{
	float:right;
}
.postinfo .post_comment a{
	background:url(images/ico_comm.gif) no-repeat left center;
	padding:1px 0 1px 18px;
}
.postmetadata{
	width:100%;
	border-top:1px solid #d6dddd;
	padding:10px 0 0 0;
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.postmetadata a{
	color:#a34c22;
}
.postmetadata .post_more{
	width:100%;
	overflow:hidden;
}
.postmetadata .post_more a{
	float:left;
	background:url(images/ico_more.gif) no-repeat;
	padding:5px 0 10px 50px;
}
/*header_search*/
#header_search{
	width:100%;
	height:109px;
	overflow:hidden;
	margin:0 0 20px 0;
	background:url(images/bgr_header_search.png) no-repeat;
}
#header_search fieldset{
	float:left;
	padding:20px 0 0 109px;
}
#main_search_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9fd0d8;
	font-size:2.7em;
	padding:0 0 10px 0;
}
#main_search_val{
	float:left;
	border:0;
	background:#0a4b57;
	border:0;
	color:#8ec3cb;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	padding:10px;
	margin:0 10px 0 0;
	width:120px;
}
#main_search_sub{
	float:left;
	margin:7px 0 0 0;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	color:#8e9491;
}
.sidebar_widgets a{
	color:#8e9491;
}
.sidebar_widgets .widgettitle{
	font-size:2.7em;
	line-height:1.3em;
	color:#213e4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #d7ebf0;
	padding:0 0 10px 0;
	font-weight:normal;
	margin:0 0 5px 0;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	background:url(images/ico_arrow.gif) no-repeat left 5px;
	padding:0 0 0 20px;
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_arrow.gif) no-repeat left 4px;
}
.sidebar_widgets .widget_recent_comments a.url{
	color:#213e4b;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 25px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	padding:5px 0 5px 10px;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 15px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
/*sidebar_rss*/
#sidebar_rss{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#sidebar_rss a{
	float:left;
	width:100%;
	height:76px;
	background:url(images/button_rss.png) no-repeat;
	cursor:pointer;
	color:#213e4b;
	font-size:2.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar_rss a span{
	float:left;
	padding:37px 0 0 90px;
}
/*sidebar_ads_space*/
.sidebar_ads_space{
	background:#c9e4e9;
	border:1px solid #aacdd5;
	padding:15px 0 0 0;
	margin:0 0 20px 0;
}
.sidebar_ads_space ul{
	width:100%;
	overflow:hidden;
}
.sidebar_ads_space ul li{
	float:left;
	padding:0 0 15px 15px;
}
.sidebar_ads_space ul li img{
	float:left;
	width:125px;
	height:125px;
}
/*footer*/
#footer{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:30px 0 30px 0;
	border-top:1px dashed #e3e3e3;
}
#footer ul{
	padding:0 0 10px 0;
}
#footer li{
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
	color:#727879;
	font-weight:bold;
	padding:0 0 0 20px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#727879;
}
#footer .copyrights{
	color:#0a262a;
	padding:15px 0 0 0;
	line-height:1.4em;
	font-family:Verdana, Geneva, sans-serif;
}
#footer .copyrights a{
	color:#a34c22;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#5f6963;
}
#respond a{
	color:#5f6963;
}
#respond h3{
	font-size:1.8em;
	line-height:1.4em;
	color:#213e4b;
	border-bottom:1px dashed #d7ebf0;
	padding:0 0 6px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#9aa8ae;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:1.8em;
	line-height:1.4em;
	color:#213e4b;
	border-bottom:1px dashed #d7ebf0;
	padding:0 0 6px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#5f6963;
}
.commentlist a{
	color:#5f6963;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #d7dfe1;
	background:#ebeff0;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#9aa8ae;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#675501;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #9aa8ae;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote blockquote{
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.navigation a{
	font-weight:bold;
	color:#217098;
}
#content .wp-pagenavi{
}
#content .wp-pagenavi a {
	padding: 4px; 
	margin: 2px;
	color:#818c8c;
	background:#f2f4f3;
	border:1px solid #eceeec;
}
#content .wp-pagenavi a:hover{
	color:#000;
	border:1px solid #d6dddd;
	background:#f2f4f3;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#818c8c;
	background:#f2f4f3;
	border:1px solid #eceeec;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	color:#818c8c;
	background:#f2f4f3;
	border:1px solid #eceeec;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*sidebar_twitter*/
#sidebar_twitter{
	width:100%;
	margin:0 0 20px 0;
}
#sidebar_twitter p{
	text-align:center;
}

/*footer_sidebar*/
#footer_sidebar{
	width:100%;
	overflow:hidden;
}
/*footer_widgets*/
.footer_widgets{
	float:left;
	width:164px;
	padding:10px;
	font-size:1.1em;
	background:#e2c575;
	border:1px solid #dabe70;
	color:#6b5109;
}
.footer_widgets_last{
	padding:0 0 0 10px;
}
.footer_widgets a{
	color:#6b5109;
}
.footer_widgets .widgettitle{
	font-size:2.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	margin:0 0 5px 0;
	background:url(images/ico_tit_01.png) no-repeat left 3px;
	padding:14px 0 14px 40px;
}
.footer_widgets .widget_categories a, .footer_widgets .widget_archive a, .footer_widgets .widget_links a, .footer_widgets .widget_meta a, .footer_widgets .widget_pages a, .footer_widgets .widget_meta a, .footer_widgets .widget_recent_entries a{
	display:block;
	background:url(images/ico_star.gif) no-repeat left 3px;
	padding:0 0 0 9px;
}
.footer_widgets .widget_categories a{
	display:inline;
}
.footer_widgets .widget_recent_comments a.url{
	color:#fff;
}
.footer_widgets ul{
}
.footer_widgets ul li{
	margin:0 0 15px 0;
}
.footer_widgets ul ul{
}
.footer_widgets ul li ul li{
	background:none;
	padding:6px 0 6px 10px;
	margin:0;
}
.footer_widgets ul ul ul{
	margin:0 0 0 5px;
}
.footer_widgets ul li ul li ul li{
	border:0;
	margin:0;
	padding:5px 0 0 0;
}
/*sidebar_ads*/
.sidebar_ads{
	float:right;
	background:3408f9a;
	padding:20px;
	width:309px;
	background:#347b85;
}
.sidebar_ads h2{
	font-size:2.3em;
	line-height:1.3em;
	color:#213e4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
}
.sidebar_ads_google{
	text-align:center;
}
