/*  

Theme Name: Spring Blog WordPress Theme
Theme URI: http://www.wordpressthemed.com/
Description: Spring Blog WordPress theme brought to you by <a href="http://www.wordpressthemed.com">http://www.wordpressthemed.com</a>.
Version: 1.0
Author: WordpressThemed
Author URI: http://www.wordpressthemed.com/
Tags: Spring Wordpress Themes, Free Wordpress Themes, 2 Column, Spring, Right Post, CSS, Images, Left Sidebar, Widget Ready, Wordpress 2.7.1, Wordpress 2.5.x, Wordpress 2.3.x, XHTML

*/


/* Begin Typography & Colors */


.narrowcolumn .entry, .widecolumn .entry {
	line-height:18px;
	padding:0px 0px 10px 0px;
	}

.thread-alt {
	background-color: #f8f8f8;
	text-align:left !important;
	}
	
.thread-even {
	background-color:#ffffff;
	text-align:left !important;
	}
	
.depth-1{
	border: 1px solid #ddd;
	}
	
.even{
	border-top:solid 2px #529de0;
	border-bottom:solid 2px #529de0;
	background-color: #f8f8f8;
	color:#303030 !important;
	}
	
.alt {
	border-top:solid 2px #529de0;
	border-bottom:solid 2px #529de0;
	background-color:#fbfbfb;
	color:#303030 !important;
	}
	
.alt a, .alt a:visited{
	color:#529de0 !important;
	}
	
.alt a:hover{
	color:#529de0 !important;
	text-decoration:underline;
	}
	
.alt small{
	color:#303030 !important;
	}

small {
	font-size:11px;
	}
	
.postmetadata small, .postmetadata1 small{
	font-size:10px !important;
	color:#ffffff;
	}


h1, h2, h3 {
	font-family:Arial, Verdana, tahoma;
	font-weight:normal;
	}

h1 {
	font-size:22px;
	text-align: center;
	line-height:25px;
	}

h2 {
	font-size:18px;
	line-height:25px;
	}

h2.pagetitle {
	font-size: 20px;
	}


h3 {
	font-size: 16px;
	line-height:25px;
	}
	
h3#comments, h3#respond{
	font-size:18px;
	padding-left:20px;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#529de0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#529de0;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

	
.entry p a, .entry p a:visited {
	color:#317ac6;
	text-decoration:none;
	}
	
.entry p a:hover {
	color: #58a1ed;
	text-decoration:underline;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px Arial, Arial, Verdana, tahoma;
	}
	
.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight:normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
.commentlist cite a:hover {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


#commentform p {
	font-family:Arial, Arial, Verdana, tahoma;
	}

.commentmetadata {
	font-weight: normal;
	font-size:11px;
	}


small{
	color:#ffffff;
	}

code {
	font: 1.1em Arial, Verdana, tahoma;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:#58a1ed;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.2em Arial, Arial, Verdana, tahoma;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	padding:0px 0px 20px 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px ;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	padding:0px;
	margin:0px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.clear {
	clear: both;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin:0px 0px 0px 0px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 0px 0 0px 0px;
	}

#sidebar ul ul li:before, #sidebar2 ul ul li:before, #sidebar3 ul ul li:before, #sidebar4 ul ul li:before,
#sidebar ul ul li, #sidebar2 ul ul li, #sidebar3 ul ul li, #sidebar4 ul ul li {
	list-style-type:none;
	background-image:url(images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:0px 0px 0px 0px;
	line-height:20px;
	}
	
.entry ul li:before{
	background-image:url(images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:20px;
	}
	

.entry ol {
	padding:0px 0px 0px 20px;
	margin:0px 0px 10px 0px;
	}

.entry ol li {
	margin: 0;
	padding: 0px 0px 0px 1px;
	line-height:20px !important;
	}
	
.entry ul{
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
	}
	
.entry ul li{
	background-image:url(images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	background-position:left;
	padding:0px 0px 0px 20px !important;
	margin:0px !important;
	line-height:20px !important;
	}


.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar2 ul, #sidebar3 ul, #sidebar4 ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}

	
#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li, #sidebar4 ul li{
	color:#303030 !important;
	line-height:20px;
	font-family:Tahoma, Arial, Verdana;
	}
	
#sidebar ul li a, #sidebar ul li a:visited, #sidebar2 ul li a, #sidebar2 ul li a:visited, #sidebar3 ul li a, #sidebar3 ul li a:visited,
#sidebar4 ul li a, #sidebar4 ul li a:visited
	{
	text-decoration:underline;
	color:#303030;
	}
	
#sidebar ul li a:hover, #sidebar2 ul li a:hover, #sidebar3 ul li a:hover, #sidebar4 ul li a:hover{
	text-decoration:underline;
	color:#58a1ed !important;
	}
	



#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol, #sidebar3 ul, #sidebar3 ul ol, #sidebar4 ul, #sidebar4 ul ol  {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li, #sidebar4 ul li  {
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding:0px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select, #sidebar3 ul p, #sidebar3 ul select, , #sidebar4 ul p, #sidebar4 ul select  {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol, #sidebar3 ul ul, #sidebar3 ul ol, #sidebar4 ul ul, #sidebar4 ul ol {
	margin: 5px 8px 20px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol, #sidebar3 ul ul ul, #sidebar3 ul ol, #sidebar4 ul ul ul, #sidebar4 ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li,  #sidebar2 ul ol li, #sidebar3 ul ol li, #sidebar4 ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, #sidebar3 ul ul li, #sidebar3 ul ol li, #sidebar4 ul ul li, #sidebar4 ul ol li {
	margin: 0px 0 0;
	padding:0px 0px 0px 15px;
	}
	
li.widget_tag_cloud h2{
	text-align:left;
	}
	
li.widget_tag_cloud{
	padding-bottom:20px !important;
	text-align:center;
	}
	
/* End Entry Lists */

#sidebar h2{
	background-image:url(images/bg_titlebox.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0px;
	height:23px;
	padding:4px 0px 2px 35px;
	font-size:18px;
	color:#529de0;
	font-weight:normal;
	line-height:normal;
	}
	
#sidebar2 h2 {
	background-image:url(images/bg_titlebox.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0px;
	height:23px;
	padding:4px 0px 2px 35px;
	font-size:18px;
	color:#529de0;
	font-weight:normal;
	line-height:normal;
	}
	
#sidebar3 h2 {
	background-image:url(images/bg_titlebox.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0px;
	height:23px;
	padding:4px 0px 2px 35px;
	font-size:18px;
	color:#529de0;
	font-weight:normal;
	line-height:normal;
	}
	
#sidebar4 h2 {
	background-image:url(images/bg_titlebox.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0px;
	height:23px;
	padding:4px 0px 2px 35px;
	font-size:18px;
	color:#529de0;
	font-weight:normal;
	line-height:normal;
	}


	
#sidebar, #sidebar2, #sidebar3, #sidebar4{
	color:#303030;
	font-family:Arial, Verdana !important;
	}



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width:100px;
	padding: 0px 0px 0px 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width:90%;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:solid 1px #dad8d8;
	}

#commentform {
	margin: 5px 10px 0 20px;
	}
	
#commentform textarea {
	width:90%;
	padding: 2px;
	border:solid 1px #dad8d8;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 0px auto;
	float: left;
	border:none;
	font-weight:bold;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 20px 0px 0px 0px !important;
	padding: 10px !important;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:16px;
	}

.commentlist {
	padding: 0;
	text-align:left !important;
	}
	
ol.commentlist{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 20px;
	}
	
ol.commentlist a, ol.commentlist a:visited{
	color:#529de0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 10px;
	list-style: none;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	}

#sidebar form {
	margin: 0;
	}
	
.textwidget{
	padding:6px 20px 6px 20px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width:80%;
	}

#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:auto;
	margin:0px;
	padding:8px 0px 8px 0px;
	}

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color:transparent; }
	
#today{
	font-weight:bold;
	color:#529de0;
	}
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
	border-left: 4px solid #529de0;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	padding:5px 20px 25px 20px;
	}
	
.navigation2 {
	padding:5px 20px 25px 20px;
	}
/* End Various Tags & Classes*/



/* 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 */

/* ------------------------------------------------------ For Frame ------------------------------------------------*/



body{
	font-family:Arial, Verdana, tahoma;
	font-size:12px;
	color:#323232;
	margin:0px;
	padding:0px;
	line-height:18px;
	background-image:url(images/bg_body.gif);
	background-color:#ffffff;
	background-repeat:repeat-x;
	}
	
a, a:visited{
	color:#317ac6;
	text-decoration:none;
	}
	
a:hover{
	color:#58a1ed;
	}
	
#container{
	width:100%;
	
	}
	
#frame{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
#main_body{
	width:800px;
	float:left;
	background-image:url(images/bg_container.jpg);
	background-repeat:no-repeat;
	}
	
#main{
	background-image:url(images/main_repeaty.gif);
	background-repeat:repeat-y;
	float:left;
	}
	
#main_left{
	width:247px;
	float:left;
	color:#303030;
	}
	

.box {
	padding:0px 20px 0px 35px;
	}
	
	
#main_search{
	padding:315px 0px 0px 10px;
	}
	
.box_search{
	background-image:url(images/icon_search.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	height:48px;
	}
	
.inputbox{
	vertical-align:middle;
	border:solid 1px #b6b5b5;
	margin-right:3px;
	width:140px;
	}
	
.button{
	vertical-align:middle;
	border:0px;
	padding:0px 0px 0px 0px;
	font-weight:400;
	width:70px !important;
	height:25px;
	font-size:1.0em;
	color:#fff;
	font-family: Arial, Verdana;
	background-image:url(images/bg_button2.gif);
	background-repeat:no-repeat;
	}
	
.button_search{
	vertical-align:middle;
	border:0px;
	padding:0px 0px 2px 0px;
	font-weight:400;
	width:57px !important;
	height:20px;
	font-size:1.0em;
	color:#fff;
	font-family: Arial, Verdana;
	background-image:url(images/bg_button.gif);
	background-repeat:no-repeat;
	}


	
.main_content{
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 7px 30px 7px;
	width:537px;
	}
	
.bg_glow{
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	background-image:url(images/bg_glow.gif);
	background-repeat:no-repeat;
	}
	
	
.title_content{
	margin:0px;
	padding:10px 0px 0px 0px;
	float:left;
	width:100%;
	}
	
	
#main_right{
	width:553px;
	float:left;
	}
	
#top_menu{
	float:left;
	}
	
	
/*menu top*/
.tabmenu{
	font-size:12px;
	line-height:normal;
	margin-bottom:0px;
	padding-left:10px;
	}

* html .tabmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom:0px;
	}

.tabmenu ul{
	list-style-type: none;
	padding:0;
	margin:0px;
	}

.tabmenu li{
	margin:0px !important;
	padding:0;
	list-style-type: none;
	}

.tabmenu li.page_item {
	float:left;
	background:url(images/bg_navtop_l.gif) no-repeat left top;
	margin:0px 10px 0px 0px !important;
	padding:0px 0px 0px 26px;
	text-decoration:none;
	height:42px;
	}

.tabmenu li.page_item a {
	float:left;
	display:block;
	background:url(images/bg_navtop_r.gif) no-repeat right top;
	padding:10px 26px 0px 0px;
	font-weight:normal;
	color:#939393;
	height:32px;
	border:0px;
	}
	
.tabmenu li.page_item a:hover{
	color:#58a1ed;
	}
	
.tabmenu ul li ul{
	display: inline;
	margin:0px;
	padding:0px;
	}
	
.tabmenu ul li ul li.page_item{
	margin:0px 0px 0px 10px !important;
	}
	
#box-top{
	clear:both;
	padding:60px 0px 0px 20px;
	}

.bg_boxtop{
	background-image:url(images/bg_boxtop.gif);
	background-repeat:repeat-y;
	float:left;
	margin-bottom:20px;
	background-position:left;
	}
	
.mainbox-top{
	padding:0px 0px 0px 0px;
	float:left;
	}
	
	
	
.mainbox-top1{
	padding-right:0px;
	width:160px;
	}
	
.mainbox-top2{
	padding:0px 0px 0px 15px;
	width:180px;
	}
	
.mainbox-top3{
	padding:0px 0px 0px 10px;
	width:160px;
	}

	
#footer{visibility: hidden;
	}
	

	
/*===============================================Main Text=======================================*/
.main_txt{ padding:2px 0px 0px 0px; clear:both;}

p{ margin:10px 0px 10px 0px; }
	
.add{ text-align:right;	padding:3px 0px 0px 0px; font-size:11px;}

	
.postby{}

.title{
	float:left;
	border-bottom:solid 1px #529de0;
	width:85%;
	padding-bottom:10px;
	}
	
.title2{
	float:left;
	border-bottom:solid 1px #529de0;
	width:100%;
	padding-bottom:10px;
	}

	
.time{
	float:right;
	background-image:url(images/bg_time.gif);
	background-repeat:no-repeat;
	width:66px;
	height:78px;
	}
	
.month{
	color:#fff;
	font-size:18px;
	font-weight:normal;
	display:block;
	padding:2px 5px 5px 0px;
	text-align:center;
	}
	
.date{
	color:#3f3f3f;
	font-size:28px;
	font-weight:normal;
	display:block;
	padding:9px 5px 5px 0px;
	text-align:center;
	}

	
.mainpic{ padding-right:10px; }

.comment a, .comment a:visited{
	color:#fff;
	font-weight:bold;
	}
.comment a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}

.comment{
	height:auto;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-weight:bold;
	}
	
.comment .postmetadata{
	background-image:url(images/list_white.gif);
	background-repeat:no-repeat;
	background-position:15px 5px;
	padding:0px 0px 0px 30px;
	}
	
	
.curve_green_l_t{
	background-image:url(images/curve_blue_lt.gif);
	background-repeat:no-repeat;
	background-position:left top;
	min-width:50%;
	width:50%;
	margin-left:auto;
	margin-right:10px;
	background-color:#529de0;
	}
	
.curve_green_l_b{
	background-image:url(images/curve_blue_lb.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
	
.curve_green_r_t{
	background-image:url(images/curve_blue_rt.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
.curve_green_r_b{
	background-image:url(images/curve_blue_rb.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:2px 0px 5px 0px;
	}
	
.editpost{
	text-align:center;
	}
	
.spacer_height{
	height:300px;
	}
	
