/*
Theme Name: Portland Fiddle Camps
Theme URI: http://portlandfiddlecamps.com/
Description: Theme created for www.portlandfiddlecamps.com
Version: 1.0
Author: Nate Laffan
Author URI: http://www.laffandesign.com/

*/



/* positioning */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {margin: 0; padding: 0; border: 0; outline: none;}  
   
ul {list-style: none;}

.navigation, h2 {font-family: Garamond, Georgia, serif;}

p {font-family: Georgia, Garamond, serif;}
p {font-size: .9em; line-height: 1.6em;}
h2 {font-size: 2em; color: #4f8e1c; font-weight: normal; margin-top: -20px; padding-bottom: 20px;}

a:hover {text-decoration: underline; }

.button {
color: #566421;
background-color: #c4d683;
padding: 10px 20px 10px 20px;
border: 1px solid #566421;
font-size: 18px;
text-decoration: none;
display: block;
margin: 10px;
width: 150px;
}

.button:hover {
color: white; 
text-decoration: none;
background-color: #566421;

}




html {
background: #1c1c18;
margin: 0;
}

body {
width: 902px;
margin: 0 auto;
}

.header {
background: url(assets/mast.jpg) no-repeat;
width: 902px;
height: 264px;
display: block;

}

.headerdates {
background: url(assets/dates.png) no-repeat;
width: 257px;
height: 109px;
display: block;
position: absolute;
margin: 15px 0 0 640px;

}

#content {
background:url(assets/contentbg.png) repeat-y;
margin:-40px 0 0 0;
padding: 50px 50px 0 50px;
width: 705px;

}

#page {
background: url(assets/bg.png) repeat-y;
padding-left: 50px;
}

.entry {
padding-bottom: 150px;
}

.entry p  {
padding-bottom: 20px;
}

.navigation {
background: url(assets/navbg.png) no-repeat;
height: 101px;
display: block;
padding: 40px 0 0 80px;
*margin-bottom:-40px;
}

.navigation li {
float: left; 
font-weight: bold;
font-size: 1em;
*font-size: .9em;
margin-right: 23px;
position: relative;
z-index: 20;
}

.navigation a {
color: white; 
text-decoration: none;}

.navigation a:hover {text-decoration: underline; color: #ffe400;}

/* THE VINES */

#vineblock {
width: 300px;
height: 277px;
display: block;
position: absolute;
z-index: 10;
}

.vine_TL {
background: url(assets/vine_TL.png) no-repeat;
margin: -171px 0 0 -50px;
}

.vine_TR {
background: url(assets/vine_TR.png) no-repeat;
margin: -171px 0 0 552px;
}


.vine_BL {
background: url(assets/vine_BL.png) no-repeat;
margin: -225px 0 0 -50px;
}


.vine_BR {
background: url(assets/vine_BR.png) no-repeat;
margin: -225px 0 0 552px;
}




/* ORANGE STRIPES */

.orangestripes {
background: url(assets/footerbg.png) repeat-x;
height: 23px;
width: 800px;
}






/* SECTION SPECIFIC STYLES */

/* HOME */

.section-home img {
float: right;
margin: -50px -34px 0 0; 
padding-left: 40px;
}






/* FOOTER */
#footer {
font-family: Helvetica, Arial, san-serif;
font-size: 12px;
color: #676758;
padding: 30px 0 50px 0;
text-align: center;
width: 800px;
}

#footer a {color: #676758;}
#footer a:hover {color: white;}








