/*
Theme Name: Baldacci
Theme URI: http://baldacciwineblog.com/
Description: Custom theme for Baldacci Vineyards
Version: 1.0
Author: Kevin Crawford, under Epraxa.com/Gunn-Jerkens.com
Author URI: http://kevinvancrawford.com/
*/

@import url('./reset.css');

body { background:#F6E2C9 url(./img/layout/bg.png) repeat-y top center; font:100% "Times New Roman", Times, serif; color:#775C40; }


/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* LAYOUT */

#container { width:960px; margin:29px auto; }


/*------------------------*/
/* HEADER */
#head { width:100%; overflow:hidden; }

#head h1 { float:left; position:relative; width:279px; height:212px; margin:0 3px 0 0; background:url(./img/layout/h1_logo.jpg) no-repeat; }
#head h1 a { position:absolute; top:0; left:0; width:100%; height:100%; text-indent:-9999px; overflow:hidden; }

#nav-secondary { background:#E3D8AB url(./img/layout/nav_bg.jpg) no-repeat bottom center; padding:0 60px 127px 0; margin:24px 0 0; width:618px; overflow:hidden; float:right; }
#nav-secondary li { float:right; }
#nav-secondary li a, #nav-primary a {
	display:block; border-width:0 1px 0 1px; border-color:#EEE7CE; border-style:solid; color:#6C4F31; padding:0 15px;
	line-height:28px; font-size:.8em; text-decoration:none; text-transform:uppercase; 
}
#nav-secondary li.cart a, #nav-primary li.welcome a { border-left:0 none; }
#nav-secondary li.visit-us a, #nav-primary li.news a { border-right:0 none; }
#nav-secondary li a:hover, #nav-secondary li a:active, #nav-primary li a:hover, #nav-primary li a:active { color:#A35533; background-color:#EEE7CE; }

#nav-primary { background-color:#E3D8AB; border-bottom:2px solid #EEE7CE; width:618px; padding:0 60px 0 0; overflow:hidden; float:right; clear:right; }
#nav-primary li { float:right; }
#nav-primary li a { line-height:32px;}

#nav-tertiary { background-color:#D6B28A; float:right; clear:both; width:678px; overflow:hidden; }
#nav-tertiary li { float:left; padding:6px 0; }
#nav-tertiary li a { display:block; color:#735A3F; text-decoration:none; padding:0 10px; text-transform:uppercase; font-size:.8em; line-height:1; }
#nav-tertiary li a:hover, #nav-tertiary li a:active, #nav-tertiary li.blog a { color:#EEE7CE; }
#nav-tertiary li.news a { border-right:1px solid #735A3F; }

h2#baldacci-blog { width:481px; height:180px; margin:35px 0 0 70px; position:relative; background:url(./img/layout/h2_baldacci-blog.gif) no-repeat; }
h2#baldacci-blog a { display:block; position:absolute; width:100%; height:100%; text-indent:-9999px; overflow:hidden; }


/*------------------------*/
/* BODY */

#body { padding:0 50px; width:860px; overflow:hidden; line-height:1.5; }

#body #primary { width:600px; margin-right:65px; float:left; }
#body #column { float:right; width:175px; }

#body .post { margin:0 0 3em; }
#body .post:last-child { margin:0; }

.post-meta, .sociable { border-left:1px solid #EEDDB3; padding-left:1em; }
#body .post-meta p { margin:.5em 0; font-size:.9em; }

#column ul { margin:0 0 2em; }

div.navigation { margin:3em 0; width:100%; overflow:hidden; }
div.navigation .left { float:left; }
div.navigation .right { float:right; }

.commentlist li { padding:10px; border:1px solid #D0C3A4; background-color:#F2EAC9; margin:1em 0; }
.commentlist li.even { background-color:#FFEFCD; }
.commentlist li img.avatar { float:right; margin:0 0 1em .5em; border:1px solid #AF9D7E; }
.commentmetadata { font-size:.8em; }
#primary .commentmetadata a, #primary .comment-author a, #primary .meta-head a, #primary .post-meta a { border:0 none; }

#commentform textarea { width:100%; }


#column .social li { margin-bottom:0.5em; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* TYPOGRAPHY */

h3 { font-size:1.3em; font-weight:normal; color:#9A441D; border-bottom:1px solid #EEDDB3; }
#primary h3 a { border:0 none; }
#primary h3 a:hover, #primary h3 a:active { border:0 none; }

#primary h4 { font-size:1.2em; font-weight:normal; color:#9A441D; border-bottom:1px solid #EEDDB3; margin:1em 0; }
#column h4 { font-weight:normal; font-size:1em; line-height:1.95; text-transform:uppercase; border-bottom:1px solid #EEDDB3; color:#9A441D; margin:0 0 .5em; }

#body p { margin:1em 0; }
#body p.meta-head { margin-top:0; font-style:italic; }

#body img.right { float:right; margin:0.3em 0 0.3em 0.5em; }

a { color:#9A441D; text-decoration:none; }
a:hover, a:active { color:#775C40; }

#primary a {  border-bottom:1px dotted #9A441D; }
#primary a:hover, #primary a:active { border-bottom:1px solid #775C40; }

#column a { color:#775C40; }
#column a:hover, #column a:active { color:#9A441D; border-bottom:1px solid #9A441D; }
