/*  
Theme Name: 4v
Theme URI: http://www.vivivava.com/free-wordpress-theme
Description: 4v theme is designed by <a href=http://www.vivivava.com>vivivava.com</a>
Version: 1.0
Author: Eric
Author URI: http://www.vivivava.com
*/

/************************************************
*	Global									*
************************************************/
* {
	margin:0;
	padding:0;
}
li,dd {
	margin-left:5%;
}
fieldset {
	padding:.5em;
}
select option {
	padding:0 5px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
body {
	color:#647585;
	font-size:9pt;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}
.wrap {
	width:730px;
	margin:0 auto;
	clear:both;
}
p {
	line-height:1.75em;
}
blockquote {
	margin-left:2em;
	padding-left:1em;
	border-left:1px solid #AEB6BA;
	color:#AEB6BA;
}
pre {
	width:100%;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:1em 0;
}
.rule {
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}
#seperator {
	margin-top:30px;
}


/************************************************
*	Header									*
************************************************/
#header {
	background:#3B3B3B;
}
#header .wrap {
	padding:1.9em 0;
}

#header h1 
{
	font-size:1.4em;
	margin:0;
	font-variant:small-caps;
	letter-spacing:0px;
}
#header h1 a {
	text-decoration:none;
	color:#FFFFFF;
	margin-left:10px;
}
#header h2 
{
	margin:1px 0 0 67px;
	color:#BBBA9C;
	font-size:0.9em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
}
#header .logo {
	float:left;
	width:56px;
	height:42px;
	background:url(img/logo.gif) 0 0 no-repeat;
	position:relative;
}

/************************************************
*	Photos									*
************************************************/
#photo_area {
	background:#5D7584;
	height:150px;
	margin:0 auto;
	border-top:#728997 1px solid;
	border-bottom:#728997 1px solid;
}
#photo {
	clear:both;
	float:left;
	width:730px;
	height:140px;
	background: #5D7584 url(img/photos.png) 0 0 no-repeat;
	position:relative;
}

/************************************************
*	Menu									*
************************************************/
#menu {
	font-size:12px;
	background-color:#333;
	height:26px;
	position:static;
}
#menu .menu,#menu li {
	list-style:none;
	margin:0;
	padding:0;
}
#menu .menu_width {
	width:730px;
	margin:0 auto;
}
#menu .menu {
	background:transparent url("img/menu_right.png") repeat-y left top;
	height:26px;
	padding:0 0 0 1px;
}
#menu .menu_width_left {
	float:right;
	background:transparent url("img/menu_left.png") repeat-y right top;
	height:26px;
	padding:0 1px 0 0;
}
#menu .menu li {
	float:left;
	line-height:25px;
	height:26px;
	background-image:url(img/menu_left.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#menu .menu a {
	height:26px;
	background-image:url(img/menu_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	color:#ccc;
	display:block;
	width:85px;
	text-align:center;
	padding:0 10px;
	text-decoration:none;
}
#menu .menu a:hover {
	height:24px;
	color:#fff;
	border-bottom:#fff 2px solid;
	display:block;
	background-color:#5D7584;
	text-decoration:none;
}
#menushadowbottom {
	clear:both;
	height:13px;
	background: url(img/shadowbottom.gif) 0 0 repeat;
}

/************************************************
*	Content									*
************************************************/
#content {
	padding:1em 0;
}
#content-main {
	float: left; 
	width: 480px;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content h2 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em; 	
	letter-spacing:0px;
	font-weight:normal;
}
#content h3 {
	font-size: 0.9em; 
	font-weight:normal;
	margin-top:0;
	padding-top:2px;
	padding-bottom:10px;
	background:url(img/line.gif) no-repeat bottom left;
}
#content h4 {
	font-size: 1.0em;
	border:#eee 1px solid;
	padding:3px;
	font-weight:bold;
}
#content h5 {
	font-size: 0.6em; 
	margin: 1em 0;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main a:link, #content-main a:visited {
	color:#99CC00;
	text-decoration:none;	
}
#content-main a:hover, #content-main a:active {
	color: #99CC00;
	background-color:#F5F7E5;
	text-decoration:none;	
}
#content a.titlelink, a.titlelink:visited {
	color: #000;
	text-decoration:none;	
}
	
#content a.titlelink:hover {
	color: #99CC00;
	background-color:#F5F7E5;
	text-decoration:none;	
}
#content .icon {
	border:0;
	background:none;
	margin:0;
	padding-right:1px;
	padding-left:0;
	padding-top:0;
	padding-bottom:2px;
	float:none;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
#content .entry p {
	margin-bottom:15px;
}
#content .entry img 
{
	padding:6px 6px 6px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#eee 1px solid;
	border-right:#eee 1px solid;	
	margin-right:15px;
}
#content .entry a:link img,
#content .entry a:visited img,
#content .entry a:hover img,
#content .entry a:active img {
	padding:6px 6px 6px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#eee 1px solid;
	border-right:#eee 1px solid;	
	margin-right:15px;	
}
#content .entry .wp-smiley, .entry #wpstats {
	float:none;
	background: none;
	border: 0;
	padding: 0;
}
#similarpost {
	margin-top:10px;
	margin-bottom:10px;
	border:#eee 1px solid;
	padding:6px;
} 
#myavatar a:link img,
#myavatar a:visited img,
#myavatar a:hover img,
#myavatar a:active img {
	padding:6px 6px 6px 6px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	border-bottom:#eee 1px solid;
	border-right:#eee 1px solid;	
	margin-right:15px;	
	float:left;
}

/************************************************
*	Sidebar									*
************************************************/

#sidebar {
	float: right; 
	width: 220px;
}
#sidebar h2 {
	color:#000;
	font-size:1.3em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
	padding-bottom:2px;
	border-bottom:#eee 1px solid;
}
#sidebar ul
{
	list-style:none;
	padding:0;
}
#sidebar li 
{
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar ul ul
{
	list-style:none;
}
#sidebar ul li ul a:link, #sidebar ul li ul a:visited {
	color:#647585;
	text-decoration:none;
}
#sidebar ul li ul a:hover {
	color: #99CC00;
	background-color:#F5F7E5;
	text-decoration:none;	
}
#sidebar a.sidebarlink:link {
	border-bottom:#647585 dashed 1px;
}
#sidebar a.sidebarlink:hover, #sidebar a.sidebarlink:visited {
	border-bottom:#647585 solid 1px;
}
li.sb {
	padding-bottom:10px;
}
#sidebar .about {
	border:#728997 1px solid;
	padding:10px;
	background-color:#5D7584;
	color:#E5E9EB;
	margin-left:10px;
	margin-bottom:10px;
}
#sidebar .about h2 {
	color:#5D7584;
	background-color:#fff;
	padding:5px;
	width:46px;
	font-size:1.3em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
}
#sidebar .about a, #sidebar .about a:visited {
	text-decoration:none;
	color:#E5E9EB;
	border-bottom:#E5E9EB 1px dotted;
}
#sidebar .about a:hover {
	text-decoration:none;
	color:#E5E9EB;
	border-bottom:#E5E9EB 1px solid;
}

/************************************************
*	footer									*
************************************************/
#footer {
	clear:both;
	color:#BBBA9C;
	background:#141414;
	border-top:#728997 3px solid;
}

#footer p {
	font-size:10px;
	line-height:30px;
	margin:0;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px dotted;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px solid;
}

/************************************************
*	Search									*
************************************************/
#search {
	left:50%;
	width:200px;
	text-align:right;
	margin:22px 0 0 164px;
	position: absolute;
}
#search .searchimg {
	float:left;
	width:14px;
	height:13px;
	background:url(img/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}

#search input {
	width:175px;
	font-size:9pt;
	background:#CCC;
	margin-top:2px;
}

#search input:focus {
	background:#FFF;
}

/************************************************
*	Comments									*
************************************************/
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#F6F6FF;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
.commentlist {
	width:460px;
}
.commentlist li 
{
	list-style:none;
	margin: 1px;
	padding: 1em 0.5em;	
	border-bottom: #eee 1px solid;
	
}
.commentlist li.alt 
{
    background:#f9f9f9;    
}
.commentlist li.authorcomment 
{	
	border-top:#eee 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}

input.textbox, textarea
{
	border:#ccc 1px solid;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:90px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
#submit 
{
	padding:3px 5px;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
