/* Jonathan Mack
Styles for streetercarvings.com
Created 1/19/09 
Last edit 4/20/09 */

/* fonts */
body {font-family: sans-serif; font-size: 11pt}
p {margin-top: .5em}

/* backgrounds */
#background {background-image: url(images/backgrounds/wood004.jpg); background-repeat: repeat}

/* headers */
#header {text-align: center; vertical-align: middle; width: 100%; 
	font-family: "Comic Sans MS"; font-style: italic; font-weight: bold;
	font-size: 75px; height: 226px}

/* navmenu */
#navmenu ul {list-style-type:none}
#navmenu li {display: inline; vertical-align: center}
#navmenu a {text-decoration: none; color: white; font-weight: bold; 
	background:darkgoldenrod; padding:5px 5px}
#navmenu a:hover {background:gold;}
li.currentpage {font-weight: bold; color: black; background: white}

/* content */
#content {width: 600px; margin: 0px auto 0px auto; border-style: none; background: white}
#text {padding: 10px 10px 10px 10px}

/* faq */
.faq p {font-weight: bold; margin: 10px 0px 0px 0px}
.faq span{margin: 0px}

/* thumbnails */
.thumbnail {float: left; width: 258px; height: 258px; margin: 10px; padding: 5px; 
	text-align: center; display: table}

/* layout */
.float-left-nopad {float: left}
.clear-block {clear: both; line-height: 0; height: 0;}