/*jenniferhoffman.net
portfolio main style*/

*{
	font-family:verdana;
	color:#47382d;
	font-size:10pt;
	border:0px;
}

html { height:100% }
body {
	background:url('layout/bbg.jpg') #615839 no-repeat center 170px;
	margin:0;
	height:100%;
}
h1 {
	font-weight:bold;
	font-size:16pt;
	font-family:georgia, serif;
	color:#fcb955;
	margin-bottom:0px;
}
h2, h3 { margin-bottom:0px }
p {
	margin-top:0px;
	margin-bottom:20px;
}
a {
	color:#fcb955;
	text-decoration:none;
}
a:hover { color: #ffe3b9 }
a:active { color: #fff2df }
img.thumb {
	border:1px solid #fcb955;
	width:100px;
	height:75px;
}
img.thumb:hover { border:1px solid #ffe3b9 }
img.thumb:active { border:1px solid #fff2df }

*.button a {
	margin:0px 20px;
	float:right;
}
*.button a:hover,  *.button a:active { text-decoration:underline }
td.date { width:150px }
ul { margin-bottom:0px; margin-top:0px; }

#container {
	min-height:100%;
	height: auto !important;
	height:100%;
}
#wrapper1 {
	width:750px;
	background:#a27953;
	border:2px solid #614b3b;
	left:50%;
	position:absolute;
	margin-left:-375px;
	min-height:100%;
	height: auto !important;
	height:100%;
}
#wrapper2 {
	position:absolute;
	width:100%;
	background:url('layout/bbg.jpg') #615839 no-repeat center 20px;
	min-height:100%;
	height: auto !important;
	height:100%;
}
#content {
	padding-bottom:100px;
}

#topbanner {
	width:100%;
	height:150px;
	background-image:url('layout/hbg.gif');
}
#topbanner a {
	display:block;
	width:100%;
	height:150px;
	background:url('layout/sunset.png') right no-repeat;
}

#smalltitle {
	width:100%;
	height: 55px;
	background-image:url('layout/hbgsm.gif');
}
#smalltitle a {
	display:block;
	width:100%;
	height: 55px;
	background:url('layout/sunset.png') right no-repeat;
}

#title {
	width:100%;
	background:#fcb955;
	margin-bottom:20px;
}
#title p {
	color:#ffffff;
	font-weight:bold;
	font-family:georgia, serif;
	font-size:14pt;
	text-align:right;
	margin-right:10%;
	margin-bottom:0px;
}

#contact {
	margin-left:20px;
	width:260px;
	float:left;
}
div.category {
}
#artblock {
	width: 425px;
	margin-left:300px;
}

#artblock h1 {
	text-align:right;
}

#pagenav {
	width:100%;
	background:#fcb955;
}
#pagenav a {
	color: #47382D;
	font-size:14px
}
#pagenav a:hover, #pagenav a:active { text-decoration: underline}
#pagenav p {
	text-align:center;
	padding:1px 0px;
}
#pagenav span {
	color:#a77946;
	font-size: 14px;
	margin:0px 5px
}
#image {
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	width:100%;
	text-align:center;
}
#demoreel #image {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align:center;
}
#imagedata, #textbody {
	background:#a27953;
	border:2px solid #614b3b;
	padding:20px 30px;
	margin:0px 70px;
}
#imagedata h1 { margin:0px }
#imagedata p { margin:0px }
#extras { margin-top: 20px; border-top:1px dotted #47382d;}

#footer{
	bottom:0;
	clear:both;
	height:55px !important;
	position:absolute;
	text-align:center;
	width:100%;
	border-top: 1px dotted #614b3b;
	background: #87694e;
}
#footer p { margin:10px 0px; font-size:10px}
#footer a {
	font-size: 10px;
	text-decoration:underline;
	color:#47382d;
}
#demoreel p { text-align:center; margin-top:20px}
#resume th { text-align:left }

#err, #resume {margin: 0px 30px}
#errpage { margin:30px; text-align:center }
#warning { color: #ff8135 }