/*
Theme Name: For Your Leisure - Summer
Theme URL: 
Description: Summer theme for VPL @ Your Leisure Blog, based on the default WordPress theme.
Author: Yue Sun


The default WordPress theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/
*/

body {
	background: #1966a5;
	margin: 10px;
	padding:0;
	font-family: Verdana, sans-serif, Arial;
	color:#0F1100;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
}


a {
	font-family: Verdana, sans-serif, Arial;
	color: #056e95;	
	text-decoration:none;
}

a:visited {
	color: #2e5864;
}

a:hover {
	color: #2e5864;
	text-decoration:underline;
}


textarea, .text_box 
{
	background: #e2f1f5;
	border: #E1D6C6 1px solid;
	color: #052340;
	width: 100%;
}

.text_box {
	width: 130px;
	height: 18px;
}

.submit_button {
	background: #e2f1f5;
	border: #434729 1px solid;
	color: #434729;
	width: 140px;
}

h2, h3 {
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold
}


h2 {
	font-size: 1.0em;
}


h3 {
	font-size: 0.9em;
}

.page_title {
	padding: 0 0 0 0;
	margin-top: 0;
	margin-bottom: 15px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
	background-color: #ffffff;
	overflow: hidden
}

/* header part */
#header {
	background-color:#1966a5;
	min-width: 960px;
	height: 137px;
	display: block;
}

#header .wrapper {
	background-color:#1966a5;
}


#header_left {
	float: left;
	background: #1966a5 url(img/spring_big_text.gif) no-repeat;
	width: 960px;
	height:137px;
	padding: 0px;
	margin: 0px;
}


#header_left ul {
	float: left;
	list-style: none;
	min-width: 500px;	
	margin-top: 100px;
	margin-left: 10px;
	padding: 0px;
}

#header_left ul li {
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: center;
	color: #ffffff;	
}

#header_left ul li a {
	font-weight: bold;
	line-height: 34px;
	font-size: 12px;
	color: #ffffff;	
	padding: 0px 10px 0px 0px;
}

#header_left ul li a:hover {
	color: #15ee05;
	text-decoration:none;
}

#header_left ul li a.current {
	color: #15ee05;
	background: #1966a5;
	
}


#header_right {
	padding: 0;
	width: 200px;
	height:137px;
	float: right
}

#header_right_home {
	background-image:url(img/book_coffee.gif);
	padding: 0;
	width: 200px;
	height:137px;
	float: right
}
#header_right_read {
	background-image:url(img/read.gif);
	padding: 0;
	width: 200px;
	height:137px;
	float: right
}
#header_right_movie {
	background-image:url(img/movie.gif);
	padding: 0;
	width: 200px;
	height:137px;
	float: right
}
#header_right_music {
	background-image:url(img/music.gif);
	padding: 0;
	width: 200px;
	height:137px;
	float: right
}

#header_right_nav {
	text-align: right;
	margin-top: 130px;
}

#header_right_nav ul {
	list-style:none;
	margin:0;
	padding-right: 5px;
}

#header_right_nav li 
{
	list-style:none;
	line-height: 15px;
	padding:0;
	margin:0;
	color:#fff;	
	font-size: 0.7em
}

#header_right_nav ul li a:link {
	text-decoration:none;	
	color:#fff;
}

#header_right_nav ul li a:visited {
	text-decoration:none;	
	color:#fff;
}

#header_right_nav ul li a:hover {
	text-decoration:underline;	
}





/* content part */
#main 
{
	background: #1966a5;	
	margin-top: 20px;
}

#content {
	background: #ffffff;
	float: left;
	width: 520px;
	display:inline;
	margin-top: 10px;
	padding: 10px 10px 10px 20px;
}


.post {
	background: #ffffff;
	border:#B9B9B7 1px solid;
	width: 500px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px
}


.post_title {
	font-family: Verdana, sans-serif, Arial;
	font-size: 0.9em;
	width: 70%;
	float: left;
	text-align: left;
}

.post_date {
	 width: 30%; 
	float: right;
	font-size: 0.7em;
	text-align: right;
}

.post_entry {
	width: 100%; 
	font-size: 0.9em;
	text-align: left;
	padding-top:10px;
	padding-bottom: 10px;
	display: block;
}

.post_metadata {
	width: 100%; 
	font-size: 0.7em;
	clear: both;
}

p.nothing {
	padding: 10px 0 0 0;
}


.page_nav {
	display: block;
	font-size: 0.8em;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.prev_nav {
	float: left;
	width: 220px;
	text-align: left;
	color:#004d8c
}

.next_nav {
	float: right;
	width: 220px;
	text-align: right;
	color:#004d8c
}

.postmetadata_alt {
	margin: 0;
	font-size: 0.8em
}



/* Comments*/
.comment {
	background: #ffffff;
	width: 500px;
	margin-bottom: 30px;
}

.comment h3 {
	text-align: left;
	margin-top: 20px;
}

.comment_top {
	background:url(img/comment_top.gif) no-repeat center;	
}

.comment_bottom {
	background:url(img/comment_bottom.gif) no-repeat center;	
}

.replies {
	/*background: #e2f1f5;*/
	/*border:#B9B9B7 1px solid;*/
	width: 500px;
	padding: 10px 5px 5px 5px;
}

.comment_list {
	margin-top: 0;
	margin-bottom: 0;
}

.comment_list li {
	font-size: 0.8em;
	text-align: left;
}

.comment_list p {

}

.comment_footer 
{
	background:url(img/divider.gif) no-repeat center;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

#tag_cloud {
	margin-bottom: 80px;
	line-height: 200%; 
}


/* side bar */

#sidebar_left {
	background: #ffffff;
	float: left;
	width:185px;
	margin-top: 10px;
	padding: 10px 5px 10px 10px;
	display:inline;
	text-align: left;
}

#sidebar_right {
	background: #ffffff;
	float: left;
	width:170px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	display:inline;
	color: #2e5864

}

/* Search Form */

.search_form {
	display: inline;
	font-size: 0.7em;
	float: left;
	padding-bottom: 5px
}
#search_box {
	float: left;
	padding: 2px;
	margin-bottom: 1px;
	margin-right: 1px;
	border: #E1D6C6 1px solid;
	color: #A0A198;
}

.search_button {
	float:left; 
	width:15px; 
	height: 15px; 
	border:none; 
	background:url(img/search_submit.gif) right no-repeat; 
	cursor:pointer
}


#sidebar_left h2, #sidebar_right h2 {
	font-size: 0.9em;
	color: #052340;
	margin-bottom: 2px;
}


#sidebar_left ul, #sidebar_left ol, #sidebar_right ul, #sidebar_right ol {
	margin: 0;
	padding: 0;
}

#sidebar_left ul li, #sidebar_right ul li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-bottom: 15px;
}


#sidebar_left ul ul li, #sidebar_left ul ol li{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#sidebar_right ul ul li, #sidebar_right ul ol li {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 0.8em;
	border:#B9B9B7 solid;
	border-width:0px 0px 1px 0px
}


/* Calendar */
#wp-calendar {
	background: #e2f1f5;
	empty-cells: show;
	margin: 0 auto 0;
	width: 100%;
	font-size: 0.8em;
	color: #000000;
	border: #E1D6C6 1px solid;
}

#wp-calendar caption {
	background: #e2f1f5;	
	text-align: center;
	width: 100%;	
	padding: 0;
	line-height: 22px;
	font-size: 1em;
	font-weight:bold;
	color: #255e6f;
	border: #E1D6C6 1px solid;
}

#wp-calendar th {
	color: #255e6f;
}

#wp-calendar tfoot {
	background: #e2f1f5;
	border: #E1D6C6 1px solid;
}

#wp-calendar thead, #wp-calendar tbody {
	background: #ffffff;
}

#wp-calendar tbody a {
	color: #2e5864;
	font-weight: bold
}

#wp-calendar #next, #wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
	font-size: 1em;
}

#wp-calendar #prev, #wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	font-size: 1em;
}

#wp-calendar #today {
	color: #F26C13;
	font-weight:bold;
}


#wp-calendar td, #wp-calendar th {
	padding: 0;
	text-align: center;
	font-size: 0.8em;
}




/* footer part */
#footer {
	background-color: #1966a5;
	clear: both;
	font-size: 0.9em;
	text-align: center;
	padding: 0px;
	margin: 0 auto
}

#footer .wrapper {
	padding-bottom: 20px;
}

#footer img {
	background-color: #ffffff;
	float: left;
	padding: 0 5 10 5;
	border: none
}

#footer a.footer_link {
	font-size: 0.9em;
	color: #004d8a;
	text-decoration: underline
}






