/*  
Theme Name: Delta Charter, California
Version: 1.0
Author: Raine Walker
Author URI: http://wild-type.com/
Date: Aug 2008
colors: 
#cc0000 - scarlet
#cc0000 - brick
#2f2826 - weathered leather 
#262221 - dark leather
#74570 - gold 
#BF9F2F - lighter gold
 */


/* universal styles */
/*
* {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table{
margin:0;
}*/

img {
border: 0;
}

a:link {
color: #cc0000;
text-decoration: none;
border-bottom: 1px dashed #745700; 
}

a:visited {
color: #745700;
text-decoration: none;
border-bottom: 1px dashed #745700; 
}

a:hover {
text-decoration: none;
color: #ff0000;
} 

.clear {
clear:both;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */

body {
background: #000000;
margin: 0px auto;
padding: 0px;
font-family: "Trebuchet MS", "Century Gothic", Tahoma, Verdana, sans-serif;
font-size: 100%; 
text-align: center;
color: #cc0000;
}

#wrapper {
background: transparent;
background-image: url('http://www.vnvmc-cad.com/img/bbykil.png');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50% 63px;
width: 1000px;
margin: 0px auto;
padding: 0px;
/*border: 5px solid #2f2826;*/
}

#logo {
background: transparent url("http://www.vnvmc-cad.com/img/deltalogo.png");
width: 1000px;
height: 430px;
margin: -20px auto;
padding: 0px;
text-decoration: none;
}

.container {
background: transparent; 
width: 100%;
margin: 0px auto;
}

#post-3 {/* home page blurb*/
background: transparent; 
padding-top: 30px;
}

blockquote {
background: transparent;
width: 550px;
margin: 3px auto;
padding: 15px 0 15px 0;
border: 1px solid #745700;
}

.content {
clear: both;
background: transparent;
font-size: 100%;
width: 1000px;
margin: 0px auto;
padding: 40px 0px 10px 0px;
color: #cc0000;
}

.topmenu {
background: transparent;
width: 1000px;
height: 35px;
font-size: 1em;
margin: 0px auto; 
padding: 5px 0 0 0;
color: #cc0000;
}

.topmenu .right_ {
float: right;
background: transparent;
text-align: right;
margin: 0;
padding: 0;
color: #cc0000;
}
	
.topmenu a { color: #cc0000; }
.topmenu a:hover { color: #cc0000; }
.topmenu .date_ { 
float: left; 
background: transparent; 
color: #cc0000; 
padding: 5px 0 0 5px; }

.secbar {
background-color: transparent;
width: 1000px;
margin: 0px auto;
padding: 0;
}

.secbar ul, .secbar ul ol {
margin: 0;
padding: 0;
font-size: 100%;
}

.secbar ul li {
display: inline;
list-style-type: none;
margin: 0px auto;
padding: 0 7px 0 7px;
font-size: 110%;
text-transform: uppercase;
}

.secbar ul li a{
text-decoration: none;
border-bottom: 1px dashed #745700; 
}

#footer {
clear: both;
bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: #750000;
font-size: 85%;
line-height: 100%;
}

#footer h4{
font-size: 110%;
color: #cc0000;
font-weight: bold;
line-height: 100%;
margin: 0px;
padding-bottom: 3px;
}

#footer a:link, #footer a:hover{
padding: 0px;
color: #750000;
text-decoration: none;
border-bottom: 1px dashed #745700;
} 


/*************** Default styles *********************************/ 

/* Begin Typography & Colors */

.entry p {
font-size: 105%;
font-weight: normal;
color: #cc0000;
}

.entry {
line-height: 1.4em;
}

small {
font-size: 85%;
line-height: 1.3em;
color: #cc0000;
}

.header .description {
font-size: 150%;
color: #cc0000;
margin: 5px;
}

h2 {
font-size: 150%;
color: #cc0000;
}

h2.pagetitle {
font-size: 120%;
}

.secbar h2 {
font-size: 150%;
color: #cc0000;
}

h3 {
font-size: 12px;
}

h2, h2 a, h3, h3 a {
color: #cc0000;
}
 
h2 a:visited, h3 a:visited {
color: #745700;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #745700;
}

.secbar ul ul li, .secbar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #cc0000;
}

h2 a:hover, h3 a:hover {
color: #262221;
text-decoration: none;
}

/* End Typography & Colors */
/* Begin Structure */
.post {
background: transparent;
margin: 0px auto;
text-align: justify;
}

/* End Structure */

/*	Begin Headers */
h2 {
margin: 24px 0 0;
}

h2.pagetitle {
margin-top: 24px;
text-align: center;
}

.secbar h2 {
margin: 5px 0 0 0;
padding: 0;
}

h3 {
padding: 0;
margin: 30px 0 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}

/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*	Using 'class="alignright"' on an image will aligns image to the right. Using 'class="centered',
	centers the image. This is much better than using align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

/* End Images */
/* 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, .secbar 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;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px; 
text-align: center;
}

.secbar #searchform #s {
width: 108px;
padding: 2px;
background: #b4987e;
color: #cc0000;
border: 1px solid #cc0000;	
}

.secbar #searchsubmit {
background: #b4987e;
color: #cc0000;
border: 1px solid #cc0000;
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

/* End Form Elements */
/* Begin Sidebar */

.secbar form {
margin: 0;
}

/* End Sidebar */
/* Begin Various Tags & Classes */

.center {
text-align: center;
margin: 0px auto;
}

hr {
display: none;
}

a img {
border: none;
text-decoration: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0px;
}

/* End Various Tags & Classes*/
h1, h2, h3, h5, h6 {
font-weight: normal;
}