/*
THEME NAME: Vulcan County History Blog Theme
DESCRIPTION: Customized Theme for Vulcan County History Blog project using SandBox
AUTHOR: <a href="http://www.gogogarrett.com/">Garrett Baumgartner</a> &amp; <a href="http://www.shiorisaito.com/">Shiori Saito</a>
*/

/* Two-column with sidebar on rightfrom the /examples/ folder  */
/* @import url('examples/2c-r.css'); */


/* =universals */

* {
	margin: 0;
	padding: 0;
	border:0;
}

/* =html */

html { 
	background:#f7f6dc url('images/shadowBg.jpg') repeat-y top center;
}

/* =body*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #302301;
    background: url('images/bodyBg.jpg') no-repeat top center;

}

/* =p*/

p {
	margin-top: 2ex;
line-height: 1.5em; 
}

/* =h1, h2, h3 ,h4 */

h1, h2, h3, h4 {
 font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

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

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #1c1309;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
	color: #6b4a21;
}




/* hyperlinks */

a:link,a:visited	{ color:#0066CB; text-decoration:none; outline:none;}
a:hover,a:active	{ color:#023466; text-decoration:underline; outline:none;}

a img {border:none;}

/* =layout divs */

div#container {
position:relative;
top: 217px;  /* default: 211px */
width: 905px;
margin: 0 auto;
overflow: visible;
background: #f7f6dc url('images/contentBg.jpg') repeat-y top center;
}

div#content {
float: left;
width: 512px;
margin-top: 0;
padding-left: 97px;
padding-right: 20px;
text-align: left;
}

div.sidebar {
padding-left: 20px;
padding-top: 0px;
overflow:hidden;
width:180px;
border-left: 1px solid black;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
height: 520px;
margin-top: 217px;  /* default: 211px */
background: #f7f6dc url('images/footerBg.jpg') no-repeat top;
}

div#login {
padding-bottom: 20px;

}



/* Navbar */

#navhead {
    position: relative;
	top: 95px;
    width: 907px;
    margin: 0 auto;
    overflow: hidden;
}

#navlinks {
    margin: 0;
}

#navlinks ul {
        
}

#navlinks li {
    float: left;
	/* height: 38px; */
	list-style: none;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
    /* padding: 10px 7px 0 7px; */
    background: #fff;
    
    display: block;
	font-family: "Palatino Linotype", Palatino, serif;

}


#navlinks li a:link,
#navlinks li a:visited {
    background-image: url(http://vulcancountyhistory.com/wp-content/uploads/2010/06/tab_gradient.gif);
    background-repeat: repeat-x; 
	color: #1c1309;
    display: block;
	text-decoration: none;

padding: 10px 7px 0 7px;
height: 32px;
	}

#navlinks li a:hover {
    background-image: url(http://vulcancountyhistory.com/wp-content/uploads/2010/06/tab_gradient.gif);
    background-repeat: repeat-x; 

    color: #1c1309;
    text-decoration: underline;
}

#navlinks li.current_page_item a {
	background: #FFF;
	color: #1c1309;
        text-decoration: none;
}



/* End of Navbar */




ul.blogroll li a {
padding-top: 10px;
display:block;
clear:right;
}






/* =Miscellaneous classes  */ 

div.entry-date {
	font-size: 0.9em;
	line-height: 1.5em;
 font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
	color: #6b4a21;
}

div.post {
border-bottom:1px solid #1c1309;
margin-bottom: 2em;
}




/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

.entry-meta{
font-size: 0.8em;
font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-weight: bold;
font-variant: normal;
margin-top: 4ex;
padding-bottom: 4ex;
}

div#container,div#primary {
margin-top:0;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
border: 1px solid #1c1309;

}

/* button */

.button {
	border:1px solid #000000;
	padding:1px;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin-top:5px;
	cursor:pointer;
}

.button:hover {
	border-color:#1c1309;
	background-color:#1c1309;
	color:#ffffff;

}

/* end button */

img{
margin: 1em 0 0 0;
border: 1px solid #6b4a21;
}

.noborder, img.noborder{
border-style: none;
}

.alignright,img.alignright{
display:inline-block;

float:right;
margin:1em 0 1em 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 1em 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-size: 0.8em;
font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-weight: normal;
font-variant: normal;
font-style:italic;
margin-top: 1ex;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
clear: both;
font-size: 0.8em;
font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-weight: bold;
font-variant: normal;
margin-bottom:3em;
}

div#nav-below {
clear: both;
font-size: 0.8em;
font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-weight: bold;
font-variant: normal;
margin-top: 1em;
margin-bottom:4em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;

}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}




#div logo{
position:relative;
height: 70px;

}



