/* 
      Theme Name: DC_Custom
      Theme URI: http://www.davecopeland.com/
      Description: A custom theme for Dave Copeland.
      Version: 1.0
      Author: Travis Sisti
      Author URI: http://18graystudios.com/
*/


body {
	font-size: 11px;
	font-family: Verdana, "Lucida Grande", sans-serif;
	background-image: url(img/burlapbg.png);
}

h1 , h2{
	font-family: "Trebuchet MS", Georgia, serif;
	font-weight: normal;
	margin-bottom: 4px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

#contentmainpage h2 {
	font-size: 16px;
	font-weight: normal;
	color: white;
}

#largebox > h2 {
	padding-top: 10px;
}

a {
	color: #387ab7;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

a img /* img as a subset of a */{
	border: none;
}

#sidebar {
	width: 180px;
	float: right;
}

#headerwrap {
	width: 800px;
	height: 223px;
	margin: auto;
	background: url(img/header.gif) no-repeat 0 top;
}

#pagewrap {
	width: 800px;
	min-height: 1300px;
	margin: auto;
	background-image: url(img/burlapwhite.png);
}

#nav {
	width: 625px;
	float: right;
	margin-top: 156px;
}

#nav ul {
	font-family: Rockwell, Courier, serif;
	font-size: 20px;
	margin: 0;
	list-style: none;
}

#nav li {
	display: block;
	float: left; /* makes the whole thing work, somehow; prevents the nav blocks from stacking vertically*/
	white-space: nowrap;
}

#nav li a {
	font-weight: normal;
	text-align: center;
	display: block;
	width: 103px;
	height: 60px;
	margin-left: 20px;
	padding-top: 20px;
	color: white;
	text-decoration: none;
	background: url(img/navreg.gif) no-repeat 0 13px;
}

#nav li a:hover {
 	background: url(img/navover.gif) no-repeat 0 13px;
 	border: none;
}

#nav li a.current {
	background: url(img/navover.gif) no-repeat 0 13px;
}

#content {
	width: 450px;
	padding-left: 20px;
	padding-top: 20px;
}

#content img {
	max-width: 425px;
	width: expression(this.width > 425 ? 425 : true);
	/* ^^ IE hack */
}

#contentmainpage {
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}

#publicity {
	padding: 5px;
	background-color: #cacaca;
	float: right;
	width: 250px;
	padding-left: 12px;
}

#footer {
	color: white;
	text-align: center;
	clear: both;
}

.div {
	text-align: center;
}

#largebox {
	width: 760px;
	height: 330px;
	background: url(img/burlapbg.png) no-repeat;
}

#largeboxin {
	width: 716px;
	height: 256px;
	padding: 12px;
	background: url(img/burlapwhite.gif) no-repeat;
}

#largeboxin > p {
	font-style: italic;
}

#largeboxin > p, .smallboxin > p {
	font-size: 14px;
}

img#bkcover {
	float: left;
	padding-right: 12px;
}

#smallboxl {
	float: left;
}

#smallboxr {
	float: right;
}

#smallboxl, #smallboxr {
	width: 370px;
	height: 330px;
	background: url(img/burlapbg.png) no-repeat;
}

.smallboxin {
	width: 326px;
	height: 256px;
	background: url(img/burlapwhite.gif) no-repeat;
	padding: 12px;
}

#largeboxin, .smallboxin {
	margin-left: 10px;
}

#rightfloat {
	float: right;
	width: 250px;
	padding-left: 12px;
	text-align: right;
}

#lowercontainer {
	width: 760px;
	height: 300px;
	margin-top: 40px;
}

#latest, #projects, #testimonial {
	padding-left: 20px;
}