/*
Theme Name: VPL Blogging Vortex
Description: Customized theme for VPL Teen Vortex 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 {
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif, Arial;
	color:#ffffff;

}

#rap {
	background: #020D64;
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-size: 0.9em;
	color: #EFF1F9;
	line-height: 1.3em;
}

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

a:visited {
	color: #06FF2A;
}

a:hover {
	color: #06FF2A;
	text-decoration:underline;
}

a.bold_link {
	font-weight: bold
}

a.bold_link:hover {
	text-decoration:underline;
}

input, textarea 
{
	background: #020D64;
	border: #E1D6C6 1px solid;
	color: #ffffff;
}
input {
	width: 170px;
}

textarea {
	width: 100%;
}

#submit {
	margin: 0;
	float: right;
}


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;
}

cite {
	font-style: italic;
}


/* header part */
#header {
	background-color:#020D64;
	width:760px;
}

#header_top {
	background: #ffffff;
	padding: 0 0 0 0;
	width: 760px;
	text-align: right;
}

a#header_link {
	color: #A90E15;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration:none;
}

a#header_link:hover {
	text-decoration:underline;
}

#header_img {
	background: #020D64 url(img/teenvortex.gif) no-repeat;
	width: 760px;
	height: 78px;
	padding: 0 0 0 0;
	margin: 0 0 0 0
}


#blog_name {
	float: left;	
	width: 300px;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	display:inline;
}

#top_nav 
{
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	width: 300px;
	text-align: right;
	display:inline;
}

#top_nav ul {
	list-style:none;
	margin:0;
	padding: 0;
}

#top_nav li 
{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	color:#06FF2A;	
	font-size: 0.9em
}

#top_nav li a:link {
	text-decoration:none;	
	color:#06FF2A;
}

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


/* content part */
#main 
{
	background: #020D64 center;	
	margin:0 auto;
	padding:0;
	width: 760px;
}

#content {
	float: left;
	margin: 0px;
	width: 490px;
	padding: 10px 10px 10px 20px;
	display:inline;
}


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

.post img {
	border: 0px;
	float: left;
	margin-right: 10px;
}


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

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

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

.post_metadata {
	width: 460px;
	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:#06FF2A
}

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

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

/*#content ul {
	color: #06FF2A
}*/

/* Comments*/
.comment {
	width: 480px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top:10px;
	padding: 10px 0 10px 0;
	clear: both;
}

.comment h3 {
	text-align: left;
}

.comment_top {
	background:url(img/comment_top.gif) no-repeat center;
	width: 450px;
	margin-left: 30px;
}

.comment_bottom {
	background:url(img/comment_bottom.gif) no-repeat center;
	width: 450px;
	margin-left: 30px;
}

.replies {
	background: #020F7B;
	width: 440px;
	margin-left: 30px;
	padding: 0 5px 0 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 {
	width:185px;	
	float: right;
	background: #023391;
	border:#B9B9B7 1px solid;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	display:inline;
}

#sidebar h2 {
	font-size: 0.9em;
	color: #EFF1F9;
	margin-bottom: 2px;
	text-align:center;
}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
}

#sidebar .children{
	padding-bottom: 5px;
	margin-left: 35px;
	font-size: 0.8em;		
}
#sidebar .children li {
	list-style-type: none;
	list-style-image: url(img/icon-list.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#sidebar ul p {
	text-align: left;
}

#sidebar ul ul, #sidebar ul ol {
	text-align: left;
	padding-top: 0px;
}

#sidebar ul ul a {
	font-size: 0.8em;
}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	text-align: left;
}


/* Search Form */
#searchform {
	text-align: center;
}

#sidebar #searchform #s_box {
	width: 115px;
	height: 15px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 2px;
	width: 50px;
	height: 22px;
	font-size:0.7em;
}


/* Calendar */
#wp-calendar {
	background: #0363B5;
	empty-cells: show;
	margin: 0 auto 0;
	width: 170px;
	font-size: 0.8em;
	color: #020D64;
}

#wp-calendar caption {
	background: #0363B5;	
	text-align: center;
	width: 170px;	
	padding: 0;
	line-height: 22px;
	font-size: 1em;
	font-weight:bold;
	color: #ffffff;
}


#wp-calendar tfoot {
	background: #0363B5;
}

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

#wp-calendar tbody a {
	color: #04C01F;
	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: #A90E15;
	font-weight:bold;
}


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




/* footer part */
#footer {
	background-color: #BA0000;
	width: 760px;
	font-size: 0.9em;
	clear: both;
}

#footer_top {
	background: #FF1A00 url(img/1x1.gif);
	width: 760px;
	line-height:4px;
	margin:0;
	padding: 0 0 0 0
}

#footer_body {
	width: 760px;
	text-align: center;
	padding: 10px 0 10px 0;
}

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





/* 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 cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

*/
/* End Various Tags & Classes*/



/* 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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

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

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
*/

