/*  
Theme Name: WordPress Default
Theme URI: http://www.lcvalentine.com/
Description: Mine
Version: 1.0
Author: L.C. Valentine
Author URI: http://www.lcvalentine.com/
*/

body {
	background: #fff url("http://www.lcvalentine.com/wp-content/themes/valentine/images/leftbg-bow.gif") repeat-y left top;
	color: #000000;
	margin: 0px;
}

h1 {
	color: #000;
	margin: 10px;
}

h1 a{
	color: #000;
	text-decoration: none;
}

h3 {
	cursor: pointer;
	margin-top: 0px;
}

#header {
	text-align: center;
}

#sidebar {
	background: #fff url("http://www.lcvalentine.com/wp-content/themes/valentine/images/left-bow.gif") left top no-repeat;
	position: absolute;
	left: 0px;
	height: 600px;
	width: 260px;
}

#nav {
	margin: 130px 0px 0px 41px;
	position: absolute;
	z-index: 1;
}

#nav_shade {
	margin: 132px 0px 0px 40px;
	position: absolute;
	z-index: 0;
}

#nav h2 a, #nav_shade h2{
	display: block;
	color: #000000;
	font-family: Times, serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-decoration: none;
}

h2#v {
	color: #ffcccc;
}

h2#d {
	color: #ffccff;
}

h2#m {
	color: #ccccff;
}

h2#u {
	color: #ccffff;
}

#nav ul, #nav_shade ul {
	font-weight: bold;
	list-style: none;
	padding-left: 33px;
	margin: 10px 0px 0px;
}

#nav ul a{
	color: #000;
	text-decoration: none;
}

#nav_shade ul a{
	color: #fff;
	text-decoration: none;
}

#google {
	clear: right;
	float: right;
	position: relative;
	height: 720px;
	width: 120px;
}

#page {
	margin: 0px 200px 0px 260px;
	vertical-align: top;
}

#p0 {
	margin: 80px 140px 0px 60px;
	z-index: 10;
}

#p1 {
	color: #bbb;
	cursor: pointer;
	margin: 40px 180px 0px 30px;
	z-index: 9;
}

#p2 {
	color: #bbb;
	cursor: pointer;
	margin: 0px 220px 0px 0px;
	z-index: 8;
}

.char {
	display: block;
	font-weight: bold;
	line-height: .9em;
}

.navigation {
	text-align: left;
}

.navigation .left {
	margin-left: 60px;
	text-align: left;
}

.navigation .right {
	float: right;
	text-align: right;
}

.navigation .left a, .navigation .right a {
	color: #000;
	font-weight: bolder;
}

.navigation .left a:hover, .navigation .right a:hover {
	textext-decoration: none;
}

.post {
	background: #ffffff;
	border-top: 2px solid #000;
	border-right: 2px solid #003;
	border-bottom: 2px solid #030;
	border-left: 2px solid #300;
	min-width: 120px;
	padding: 15px;
	position: absolute;
}

.post a {
	color: #000;
}

.post a:hover {
	text-decoration: none;
}

.vtitle {
	background: #000;
	color: #fff;
	cursor: pointer;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px;
	text-align: center;
	width: 15px;	
}