/*
Theme Name: Joe Tannenbaum Design
Theme URI: http://www.joetannenbaumdesign.com/
Description: Theme for Joe Tannenbaum's design website.
Version: 2.0
Author: Joe Tannenbaum
Author URI: http://www.joetannenbaumdesign.com/

*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding:0;
	margin:0 0 10px;
	background:url(images/joebg.gif) no-repeat #F2F2F2;
	text-transform:lowercase;
	line-height:16px;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333333;
	margin:0;
	text-transform:lowercase;
}
a {
	color:#996633;
}
a:hover {
	text-decoration:none;
}
#wrap {
	width:741px;
	background:url(images/contentbg.gif);
	position:absolute;
	top:170px;
	left:250px;
}
#nav {
	background:url(images/navbg.gif) no-repeat;
	height:69px;
	margin-bottom:20px;
}	
.navigation {
	position: relative;
	height: 80px;
	width: 741px;
	padding: 0 0 0 130px;
	overflow: hidden;
	margin:0;
}
.navigation li {
	float: left;
	list-style: none;
}
.navigation li.back {
	background: url("images/lava.gif") no-repeat right -80px;
	height: 80px;
	z-index: 8;
	position: absolute;
}
.navigation li.back .left {
	background: url("images/lava.gif") no-repeat top left;
	height: 80px;
	margin-right: 21px; /* 7px is the width of the rounded shape */
}
.navigation li a {
	color: #fff;
	top: 7px;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 10px 40px 10px 40px;    
}
.navigation li a:hover, .navigation li a:active, .navigation li a:visited, .navigation li a img {
	border: none;
}
#contentwrap {
	background:url(images/contentmainbg.gif) repeat-y;
	width:716px;
	margin:0 auto;
}
#contenttop {
	background:url(images/contentmaintop.gif) no-repeat;
	height:10px;
	width:716px;
	margin:0 auto;
}
#contentbottom {
	background:url(images/contentmainbottom.gif) no-repeat;
	height:15px;
	width:716px;
	margin:0 auto;
}
.divide {
	background:url(images/contentmaindivider.gif) no-repeat bottom;
}
#content {
	padding:15px;
	clear:both;
	margin-bottom:20px;
	padding-bottom:20px;
	min-height:200px;
}
#leftcol {
	width:70%;
	float:left;
}
#entry {
	padding:0 10px 10px 0;
	margin-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
}
#rightcol {
	width:210px;
	float:right;
	height:221px;
	margin:3px;
	margin-right:6px;
	display:inline;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-left:10px;
}
.margintop {
	margin-top:10px;
}
#rightcol ul {
	list-style:none;
	margin:0;
	padding:0;
}
#rightcol li {
	border-top:1px solid #CCCCCC;
	padding-top:5px;
	margin-top:5px;
}
.featimg {
	margin-bottom:10px;
	border:1px solid #666666;
}
#footer {	
	background:url(images/contentfooterbg.gif) no-repeat;
	height:20px;
}	
hr {
	clear:both;
	border:0;
	visibility:hidden;	
}
#subpages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#subpages a, .protected {
	display:block;
	height:49px;
	width:583px;
	color:#000000;
	font-size:24px;
	background:url(images/protected.gif) no-repeat;
	text-decoration:none;
	padding:25px 0 0 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	text-transform:none;
	font-weight:bold;
}
#subpages a:hover {
	color:#FFFFFF;
}
#passwordform {
	text-align:center;
	border:1px solid #999999;
	background:#CCCCCC;
	width:480px;
	margin:0 auto;
	padding:10px;
}
#passwordform input {
	margin-top:10px;
}
.payment {
	text-align:center;
	border:1px solid #CCCCCC;
	padding:10px 0 10px 0;
}
.payment h3 {
	text-transform:none;
	margin-bottom:20px;
}
.payment img {
	margin-top:10px;
}
#thumb_reg, #thumb_reg div {
	background-repeat:no-repeat;
}
#thumb_reg {
	border:1px solid #666;
	position:relative;
	overflow:hidden;
	float:left;
	margin:3px;
	width:220px;
	height:220px;
}
#thumb_reg div {
	background:url(images/thumb_overlay.png);
	z-index:1000;
	margin-top:175px;
	width:190px;
	height:190px;
	padding:20px 15px;
	color:#FFF;
	position:relative;
}
#thumb_reg div h3 {
	margin-bottom:10px;
}
#thumb_reg div h3 a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
#thumb_reg div h3 a:hover {
	text-decoration:underline;
}
#thumb_reg div p {
	margin-bottom:10px;
}
#thumb_reg div p span {
	color:#CCC;
}
#thumb_reg div a.visit_link {
	position:absolute;
	right:0px;
	bottom:0px;
	color:#000;
	padding:9px 5px;
	width:210px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#thumb_reg div a.visit_link:hover {
	color:#FFF;
}
blockquote {
	margin:10px 30px;
	border-bottom:#999 1px solid;
	padding:10px;
}
blockquote h3 {
	margin-bottom:10px;
}
option {
	padding-left:6px;
}