/*  
Theme Name: Lars Vargas 2
Theme URI: http://mars/wp
Description: Newer cleaner LV
Version: 2.0
Author: Chris Mospaw
Author URI: http://mospaw.com/

*/

* { padding: 0; margin: 0; font-family: Verdana, Tahoma, "Trebuchet MS", Trebuchet, Arial, Helvetica, Geneva, Univers, sans-serif; font-size: 12px;  }

/* GENERAL STYLING */

body {
	position: relative;
	background: url(images/bg.jpg) #EEF8FF left top repeat-x;
	color: #000;
	margin: 0 30px;
	padding: 0;
	
}

#header {
	position: relative;
	top: 40px;
	left: 38px;
	margin-right: 10px;
	background: url(images/bluebar.jpg) #09F left top repeat-x;
	color: #fff;
	height: 47px;
}

.headerleft {
	position: absolute;
	background: url(images/blueleft.jpg) left top no-repeat;
	top: 0; left: 0;
	width: 24px;
	height: 47px;
}

.headerright {
	position: absolute;
	background: url(images/blueright.jpg) right top no-repeat;
	top: 0; right: -1px;
	width: 24px;
	height: 47px;
}

#header p {
	color: #9cf;
	text-align: right;
	margin: 0;
	padding: 12px 28px 8px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Geneva, Univers, sans-serif;	
}

#header a, #header a:link, #header a:visited {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px dotted #9Cf;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Geneva, Univers, sans-serif;	
}

#header a:hover {
	color: #f0f0ff;
	border-bottom: 2px solid #fff;
}


#sidebar {
	position: absolute;
	top: 74px;
	left: 2px;
	width: 212px;
	background: url(images/goldback.jpg) left top repeat-y;
	padding: 70px 10px 0 10px;
	margin: 0;
}

#goldbottom {
	background: url(images/goldbottom.jpg) left bottom no-repeat;
	width: 212px;
	height: 8px;
	position: absolute;
	bottom: -2px;
	left: 0;
	padding: 0; margin: 0;
}

#maincontent {
	position: absolute;
	background: #fff;
	top: 84px;
	right: -2px;
	left: 194px;
	border: 1px solid #000;
	border-top: 0;
	margin: 0 0 20px 0;
	padding: 12px 22px 4px 30px;
}

#logo {
	position: absolute;
	top: 0;
	left: -28px;
	background: url(images/logo.gif) left top no-repeat;
	width: 283px;
	height: 155px;
	z-index: 10;
}

#maincontent a {
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}

#maincontent h1, #maincontent h1 a, #maincontent h2, #maincontent h2 a, #maincontent h3, #maincontent h3 a, #maincontent h4, #maincontent h4 a {
	color: #c00;
	font-weight: bold;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	text-decoration: none;
	margin: .7em 0; padding: .7em 0;
	}

#maincontent h1, #maincontent h1 a {
	font-size: 150%;
}
#maincontent h1 {
	padding: 0 0 6px 0; margin: 0 0 10px 0;
	border-bottom: 2px dotted #09F;
}

#maincontent h2, #maincontent h2 a {
	font-size: 140%;
}

#maincontent h2 {
	padding: 0 0 4px 0; margin: 0 0 10px 0;
	border-bottom: 2px dotted #09F;
}

#maincontent h2 a:hover {
	margin: 0; padding: 0;
	text-decoration: none;
	border-bottom: 1px dotted #f99;
}

#maincontent h3, #maincontent h3 a {
	font-size: 115%;
}

#maincontent h3 {
	padding: .5em 0 .25em 0;
	margin: 0 0 9px 0;
	border-bottom: 2px dotted #FFD857;
}

#maincontent h3 a:hover {
	margin: 0; padding: 0;
	text-decoration: none;
	border-bottom: 1px dotted #f99;
}


#maincontent h4, #maincontent h4 a {
	font-size: 110%;
}

#maincontent p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0 0 1.1em 0;
	padding: 0;
}

#maincontent div.navigation {
	width: 90%;
	text-align: center;
	padding: 5px 0;
	margin: 10px auto;
	color: #039;
	border-top: 2px dotted #09f;
	border-bottom: 2px dotted #09f;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 9px;	
	font-weight: bold;
}



#maincontent div.navigation a {
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 10px;	
	color: #c00;
}

#maincontent .postmetadata {
	border-top: 2px dotted #FFD857;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;	
	margin: 3px; padding: 2px 0 10px 0;
	font-style: italic;
}
#maincontent .postmetadata a {
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #f66;
}

#maincontent blockquote {
	margin: 0 1.5em 1.1em 2em;
}

#maincontent blockquote em {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #345;
}

#maincontent hr {
	padding: 0;
	margin: 0;
	color: transparent;
	background: transparent;
	border: 0;
	border-bottom: 2px dotted #FFD857;
}


.alignleft {
	float: left;
	text-align: left;
	}
.alignright {
	float: right;
	text-align: right;
	}

.centered { text-align: center; }

#maincontent div.navigation .pclear {
	clear: both; font-size: 1pt; padding: 0; margin: 0; }

#maincontent ol, #maincontent ul {
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 1em 1.1em 3em;
	padding: 0;
}

#maincontent ol ul, #maincontent ul ul, #maincontent ol ol, #maincontent ul ol {
	margin: 0 1em 1.1em 5em;
}



#maincontent ol.commentlist  {
	margin-left: 4em;
	margin-right: 2em;
}
#maincontent ol.commentlist li {
	color: #C00;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 18px;	
	font-weight: bold;
	border-bottom: 2px dotted #09F;
	
} 

#maincontent ol.commentlist li.larscomment {
	color: #900;
        background: #fff6d9;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 18px;	
	font-weight: bold;
	border-bottom: 2px dotted #09F;
        padding: 0 10px;
} 


#maincontent li.larscomment p.commentmetadata, #maincontent li.larscomment .commentmetadata cite, #maincontent li.larscomment .commentmetadata a  { 
	color: #900; 
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 13px;
        font-weight: bold;	
	}

#maincontent p.commentmetadata, #maincontent .commentmetadata cite, #maincontent .commentmetadata a  { 
	color: #06C; 
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 13px;	
	}

#maincontent p.commentmetadata {
	margin: 0; padding: .5em 0 .25em 0;
}	
	
#maincontent .commentmetadata a:hover {
	color: #036;
}

#maincontent p {
	font-size: 13px;	
	color: #333;
	font-weight: normal;
}

#maincontent .postdate {
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;	
	font-style: italic;
	margin: 0;
	padding: 0 0 .5em 0;
}

#sidebar h2 {
	width: 166px;
	height: 22px;
	font-size: 16px;

	font-weight: bold;
	color: #FFf;
	background: url(images/sideh2.gif) #09f left top no-repeat;
	padding: 4px 8px 2px;
	border: 0;
	margin: 12px 0 6px 0;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
}


#sidebar ul {
	list-style-type: none;
	padding: 2px;
	margin: 0;
	font-size: 11px;	
}
#sidebar ul li {
	margin: 0 15px 0 0;
	padding: 0;	
	font-size: 11px;	
}

#sidebar ul li ul {
	list-style-type: none;
	padding: 0 10px;
	margin: 0;
	font-size: 11px;	
}
#sidebar ul li ul li {
	margin: 0 15px 3px 0;
	padding: 0;	
	font-size: 11px;	
}

#sidebar ul li ul li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 11px;	
}
#sidebar ul li ul li ul li {
	margin: 0 15px 0 10px;
	padding: 0;	
	font-size: 11px;	
}

#sidebar li a, #sidebar li p {
	margin: 0; padding: 0;
	text-decoration: none;
	border:none;
	font-size: 11px;	
}
#sidebar li a:link {
	color: #C00;	
}
#sidebar li a:visited {
	color: #C00;	
}
#sidebar li a:hover, #sidebar li a:active {
	color: #039;
	border-bottom: 1px dotted #09F;
}

#sidebar li.ads { text-align: center; }
#sidebar li.ads form table { text-align: center; }

#sidebar li.ads h2 { text-align: left; }

#sidebar li.ads p { padding-bottom: .8em; margin-left: -18px; }

#sidebar .search {
	font-size: 9px;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 4px;
	border: 1px solid #000;
	margin: 12px 0 6px 0;
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", "Garamond", "Times New Roman", Times, serif;
	width: 172px;
}

#sidebar .search input#googlesearch {
	padding: 0;
	margin: 2px;
	width: 162px;
}


table#wp-calendar {
	width: 182px;
	padding: 0;
	margin: 0;
	font-family: "lucida console", courier, "courier new", mono;
	border-bottom: 1px solid #FFEAA3;
	border-left: 1px solid #E5B209;
	border-top: 1px solid #E5B209;
	border-right: 1px solid #FFEAA3;
	background: #F7CE45;
	}
	
#wp-calendar caption {
	font-weight: bold;
	padding-top: 3px;
}

#wp-calendar th, #wp-calendar td {
	font-family: "lucida console", courier, "courier new", mono;
	border: 0;
	margin: 0;
	padding: 0;
	width: 14%;
	border-top: 1px solid #FFEAA3;
	border-right: 1px solid #E5B209;
	border-bottom: 1px solid #E5B209;
	border-left: 1px solid #FFEAA3;
	background: #FFD857;
	}

#wp-calendar thead th {
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	background: #FFDF78;
	color: #660;
	}





#wp-calendar tbody td  {
	height: 17px;

	font-size: 11px;
	text-align: center;
	}
	
#wp-calendar tbody td a {
	font-size: 11px;
	text-align: center;
	color: #c00;
}	
	
#wp-calendar tbody td a, #wp-calendar tbody td a:visited  {
	font-size: 11px;
	text-align: center;
	color: #c00;
	font-weight: bold;
}	

#wp-calendar tbody td a:hover {
	color: #fff;
	text-decoration: underline;
}

#wp-calendar #today {
	background: #6cf;
	color: #023;
	font-weight: bold;
}

#wp-calendar tfoot td {
	font-size: 9px;
	font-weight: normal;
	background: #FFDF78;
	color: #660;
}

#wp-calendar tfoot #prev {
	text-align: left;
}
#wp-calendar tfoot #prev a {
	font-size: 9px;
	font-weight: normal;
	color: #660;
}

#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot #next a {
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

#wp-calendar .pad {
	border: 0;
	background: #F7CE45;
}

#wp-calendar tfoot td.pad {
	border-top: 1px solid #FFEAA3;
	border-right: 1px solid #E5B209;
	border-bottom: 1px solid #E5B209;
	border-left: 1px solid #FFEAA3;
	background: #FFDF78;
	}
	
#lasvegastime {
	position: absolute;
	right: 5px;
	top: 26px;
	color: #059;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	}
	
#vegasinfo {
	position: absolute;
	right: 5px;
	top: 10px;
	color: #059;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	}

