/* -------------------------------------------------------------------------------
	Theme Name: Girly Nature
	Theme URI: http://www.templatelite.com/girly-nature-free-wordpress-theme/
	Description: A 3-column professional Wordpress theme with feminine elements suitable for personal blog. Brought to you free by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 1.00
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: Blue, Right Sidebar, Fixed Width, 3 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */

/***** GENERAL *****/
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#225A6F;
	background:#103855 url(images/bg_repeat.jpg) repeat-y top center;
}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#568D9F;text-decoration: underline;}
a:hover {color: #A35926;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:40px;}
h6 a { clear: both;
color: #f79c41;
text-decoration: underline;
font-size: 18px;
line-height: 25px;
}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5D769A; width:95%;}
del {color:red;}
ins {color:green;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #ACACAC;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:30px;}

/********** LAYOUT **********/
#body_top{
	background:url(images/bg_top.jpg) no-repeat top center;
	margin:0;	padding:0;
}
#body_btm{
	background:url(images/bg_btm.jpg) no-repeat bottom center;
	margin:0;	padding:0;
}

#base{
	position:relative;
	background:url(images/bg_base_repeat.jpg) repeat-y top center;
	width:950px;
	margin:0px auto;
	padding:0;
}
#base_top{
	position:relative;
	background:url(images/bg_base_top.jpg) no-repeat center 158px;
}
#base_btm{
	position:relative;
	background:url(images/bg_base_btm.jpg) no-repeat bottom center;
}

#header{
	position:relative;
	width: 950px;
	height: 158px; /*bg=158px*/
	background:url(images/bg_header.jpg) no-repeat top center;
	border:0px red solid;
}
#menu{
	position:relative;
	width:565px;
	padding:0;
	margin:10px 0 0 30px;
	height:31px;
	background:url(images/bg_menu_line.jpg) repeat-x bottom;
}

#container{
	position:relative;
	overflow:hidden;
	width:950px;
	padding-bottom:42px;
}

#content{
	display:inline; 
	overflow:hidden; 
	width:580px; /*580*/
	margin:0px 0px 0px 23px;
	padding: 0 0px 0 0px;
}

#sidebar{
	float:right;
	display:inline; 
	width:333px;
	overflow:hidden;
	margin: 0px 12px 0 0px;
	padding:0px 0 0px 0px;
}

#footer{
	overflow:hidden;
	font-size:10px;
	height:65px;
	padding:10px 0 0 160px;
}
#footer a, #footer a:hover{
	color:#225A6F;
	font-style:italic;
	text-decoration:none;
}


/*=================== Header ===================*/
#blogtitle{
	position:relative;
	overflow:hidden;
	width:650px;
	padding:15px 0 0 15px;
	margin:0;
	font-family: Arial,Verdana; 
	font-size:32px; 
	font-weight:bold;
	text-align:left;
}
#blogtitle a, #blogtitle a:hover {
	color:#33788F; 
	text-decoration:none;
}
#subtitle {
	position:relative;
	overflow:hidden;
	width:550px;
	margin:0;
	padding:5px 0 0 20px;
	font-family: Arial, Verdana;
	font-size:12px; 
	font-style:italic;
	font-weight:bold;
	color:#398DA7;
	text-align:left;
	
}
#header .home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 0px;
	top: 0px;
	width:600px;
	height:150px;
}
#header .rss {
	position:absolute;
	display:block;
	top:118px;
	right:266px;
	width:64px;
	height:100px;
	background:url('images/bg_rss.jpg') no-repeat 0 0;
}
#header .rss:hover{
	background:url('images/bg_rss.jpg') no-repeat -64px 0;
}
/*=================== Menu ===================*/
#menu ul {
	overflow:hidden;
	margin:0;
	padding:0;
	height: 30px;
}
#menu ul li {
	display:inline;
	font-size: 11px;
	font-family:Arial,Verdana;
	font-weight: bold;
	height:3px;
	margin:0px;
}

#menu ul li a {
	float: left;
	display: block;
	overflow:hidden;
	height:30px;
	line-height:30px;
	color: #576C73;
	padding:0px 10px 0px 18px;
	margin:0;
	text-align:left;
	text-decoration:none;
	background:url(images/bg_menu.jpg) no-repeat 0px 8px;
}
#menu ul li a:hover, #menu ul li.current_page_item a{
	color:#0082BD;
	background:url(images/bg_menu_hover.jpg) no-repeat 0px 8px;
}

/*=================== Content ===================*/
.archivetitle {
	color: #7B592C;
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	padding: 5px 20px 10px 20px;
	margin:0;
}
.post,.page{
	position:relative;
	width:568px;
	margin:0 0 35px 5px;
	background:url('images/bg_post_title.jpg') no-repeat top;
}
.sticky {
	background:url('images/bg_post_title_sticky.jpg') no-repeat top;
}
.post_title{
	float:right;
	width:445px;
	padding:5px 5px 0px 5px;
	margin:0px 0px 10px 0px;
}

.post_title a, .post_title a:hover{
	color: #225A6F;
	text-decoration:none;
}
.post_title h1, .post_title h2{
	font-size:19px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	padding:0;	
}
.post_author{
	font-size:10px;
	text-align:right;
	font-style:italic;
	margin:0px 0 0px 0;
	padding:8px 10px 0px 10px;
	color:#817753;
}
.post_date{
	float:left;
	width:90px;
	height:35px;
	padding:7px 0 0 0px;
	color:#817753;
	text-align:center;
}
.sticky .post_date{
	color:#FDDF71;
}

.post_date_day{
	height:22px;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.post_date_month{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.entry{
	position:relative;
	overflow:hidden;
	line-height: 1.7em;
	width:550px;
	margin: 10px 10px 0px 10px;
	padding:0 0 10px 0;
	color:#225A6F;
}

.info {
	position:relative;
	line-height: 1.7em;
	font-size: 10px;
	padding:5px 0 0 0;
	margin:0 15px 0 15px;
}
.info a{
	text-decoration:none;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_category.gif') no-repeat top left;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.gif') no-repeat top left;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_comment.gif') no-repeat top left;
}

.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 40px 25px 30px 25px;
	padding: 5px 5px 15px 5px;
	background:url(images/bg_menu_line.jpg) repeat-x top;
}
.navigation a{
	text-decoration:none;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #8D7650;
}

/*=================== Sidebar ===================*/
#mainsearch {
	position:relative;
	overflow:hidden;
	width:162px;/*122*/
	height:40px;
	margin:94px 0 20px 74px;
	background:url('images/bg_search.jpg') no-repeat right top;	
}
#mainsearch:hover{
	background:none;
}
#mainsearchform .input {
	position:absolute;
	top:10px;
	left:40px;
	width:100px;
	height:17px;
	padding:5px 5px 0px 5px;
	margin:0 0 0 0;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#ffffff; 
	border:none;
	border:1px #4A442C dotted;
	background:none;
}
#mainsearchform .submit{
	position:absolute;
	cursor:pointer;
	border:none;
	top:10px;
	left:00px;
	height:40px;
	width:40px;
	background:transparent;
}

#sidebar1{
	float:left;
	display:inline; 
	overflow:hidden;
	width:166px;
	padding:0;
	border:0px red solid;
}
#sidebar2{
	float:right;
	display:inline; 
	overflow:hidden;
	width:166px;
	padding:0 0px 0 0;
}

#sidebar select{
	margin:10px 0px 0px 10px;
	font-size:11px;
	width:130px;
	overflow:hidden;
}
/***** Sidebar 1 *****/
#sidebar1 {color:#000000; font-size:11px;}
#sidebar1 a{color:#322C21; text-decoration:none;}
#sidebar1 a:hover {color:#A35926; text-decoration:underline;}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 25px 5px 15px 5px;
}
#sidebar1 h4 {
	color: #835519;
	font-size: 11px;
	line-height:13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0;
	padding: 8px 15px 20px 20px;
	background:url('images/bg_sb_head1.gif') no-repeat top center;
}


#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 15px;
	background: url('images/bg_sb_arrow1.gif') no-repeat 0px 9px;
}


/***** Sidebar 2 *****/
#sidebar2 {color:#000000; font-size:11px;}
#sidebar2 a{color:#468097; text-decoration:none;}
#sidebar2 a:hover {color:#468097; text-decoration:underline;}

#sidebar2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar2 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 25px 6px 15px 6px;
	background:url('images/bg_sb_btm2.gif') no-repeat bottom center;

}

#sidebar2 h4 {
	color: #647378;
	font-size: 11px;
	line-height:13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 0px 0 0;
	text-align:center;
	padding: 5px 30px 8px 25px;
	background:url('images/bg_sb_head2.gif') no-repeat top left;
}

#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 2px 15px;
	background: url('images/bg_sb_arrow2.gif') no-repeat 0px 9px;
}
#sidebar2 ul ul ul li {
	margin:0;
}


/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 5px 15px 5px 15px;
	background: #EFF5F3;
	border:1px #CDE3EE solid;
}

.nocomments {background: none;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding:0;
	font-variant: normal;
	border-bottom: 1px dotted #CDE3EE;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px 0px ;
	padding:5px 10px 5px 10px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #468097 dotted;
}
ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	background: #EFF5F3;
	border:1px #CDE3EE solid;
	padding:5px;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #CDE3EE dashed;
}

ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	font-weight:bold;
	font-size: 11px;
}
ol.commentlist .fn a{
	text-decoration:none;
	border:none;

}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

	/* can remove if set in jQuery*/
	/* ie6 not support */
ol.commentlist .bypostauthor>div>div>.fn,
ol.commentlist .bypostauthor>div>div>.fn a,
ol.commentlist .bypostauthor>div>div>.fn a:hover{
	text-decoration:underline;
	border:none;
}

ol.commentlist .comment .comment-meta,
ol.commentlist .trackback .comment-meta, 
ol.commentlist .pingback .comment-meta{
	border-bottom: 1px dashed #C1D4DB;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	clear:both;
	margin:5px 0 0 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
ol.commentlist .comment .reply a{
	text-decoration:none;
}
ol.commentlist .trackback .reply, 
ol.commentlist .pingback .reply{
	display:none;
}


/**comment paging WP2.7**/
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;

	
}
.page-numbers{
	font-weight:normal;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:15px 15px 0px 15px;
	font-size:11px;
	background: #EFF5F3;
	border:1px #CDE3EE solid;
}
.commentlist #respond{
	margin-right:0;
}
#respond .cancel-comment-reply a{
	color:#ff0000;
}
#respond a, #respond a:hover{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #CDE3EE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #CDE3EE;
	padding: 2px 2px 2px 2px;
}
#submit {
	cursor:pointer;
	height: 20px;
	color: #3A3122;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #CDE3EE;
	background:#EDF8FC;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}


/********** WIDGET **********/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {color:#000000;font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 140px;
	margin:0 0 0 5px;
	text-align: center;
	font-size:11px;
	color:#999999;
}

.wp-caption {  
    text-align: center;
    color:#999999;
}

.textwidget {
	margin:2px 5px 0 5px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

