/*  
Theme Name: Cadence
Theme URI: http://cadencewinery.com
Description: The theme for Cadence Winery.
Version: 1.0
Author: Rick Gregory
Author URI: 
Cadence V 1.0
*/

/* Begin Typography & Colors */

p {line-height: 130%;}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff ;
	color: #333;
	text-align: center;
	}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
	}

li {
    margin-bottom: 7px;
    }

#container {
	background-color: white;
	text-align: left;
        width: 750px;
        margin: 50px auto auto 100px;
	}

/*block level elements */

#pagehead {
	background: #09018b;
        height: 150px;
	}

#sidebar {
          float:left; 
          width: 150px; 
          margin: 50px 20px 0 0;
          }

#sidebar ul#social li {width: 55px;float: left;}

#nav {display: block; color: #09018b; font-size: 90%;}

#headerimg 	
       { height: auto; width:760px;} 

#content { font-size: 12px; }

#text {float:left; width: 570px; margin: 40px 0 0 5px; padding:0;}

#footer {
clear:both; 
color: #777;
float:left; 
text-align: left;
margin-left: 100px; 
line-height: 100%;
}
#footer p {font-size: 10px;
}

/* post styles */

.post {margin:0; padding:0;}



/* Link Styles */
a {text-decoration: none; margin:0;}

a:link {color: #b54a2d;}

a:visited {color: #b54a2d;}

a:active {color: #09018b;}

a:hover {color: #09018b;}

a img {border: none;}

a.reverse:link {color: #b54a2d;}

a.reverse:visited {color: #b54a2d;}

a.reverse:active {color: #fff;}

a.reverse:hover {color: #fff;}

/* Heading styles */

H1 {font-size: 150%;}

H2 {font-size: 125%; color: #09018b; line-height: 100%;}

H3 {font-size: 90%; line-height: 0%;}

.leftpicture {float: left;  margin-right: 5px; }

.rightpicture {float:right; margin-left: 5px;}

.centerpicture {position: relative; text-align: center;}

.post H2 a {color: #09018b;}

div .entry {
    
	font-family: 'Lucida Grande', 'Lucida Sans', Lucida, Verdana, Arial, Sans-Serif;
	background: #fff ;
	color: #333;
}