/*
Theme Name: J. Davis Studio Theme 2
Description: Updated theme made especially for J. Davis Studio
Author: Vast Graphics
Author URI: http://vastgraphics.com/
*/

html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size:small;
	position:relative;
}
body.page-template-splash-php {
	margin-top:15px;
}

/* divs */
#page {
	width:90%;
	margin:0 auto;
	position:relative;
	min-height:100%;
}
#logo {
	position:absolute;
	width:162px;
	height:180px;
	top:0;
	left:0;
	background: url(images/jdavis-logo.jpg) no-repeat left top;
	z-index:20;
}
#header {
	width:253px;
	height:60px;
	position:absolute;
	top:0;
	left:114px;
	z-index:30;
}
#nav {
	position:absolute;
	top:25px;
	left:365px;
	min-width:300px;
	width:auto !important;
	width:300px;
}
#content {
	position:absolute;
	z-index:10;
	margin:80px 0 30px 0;
	padding-left:190px;
	background: url(images/rattle-side.jpg) repeat-y 5px 100px;
	width:50%;
	min-height:89%;
	height:auto !important;
  height:89%;
}
#sidebar {
	position:absolute;
	width:200px;
	top:80px;
	left:35%;
	margin-left:400px;
}
.page-id-862 #sidebar {
	position: relative;
	width:100%;
	min-width:720px;
	width:auto !important;
	width:720px;
	top:0;
	left:0;
	margin-left:0;
	clear:both;
	border-top:1px solid #999;
	padding-top:5px;
}
#footer {
}
#homepic {
	float:right;
	margin-right:-280px;
	margin-left:-15px;
	margin-top:-20px;
}
/* divs for single image page */
body.attachment #page {
	width:850px;
}
body.attachment #content {
	width:600px;
}
body.attachment #sidebar {
	left:620px;
	width:230px;
}
/* divs for comments popup */
#commentspopup #header {
	width:253px;
	height:60px;
	position:relative;
	top:0;
	left:0;
	margin-left:-10px;
	margin-top:-15px;
}


/* header graphic */
#header {
	background: url(images/jdavis-hdr.gif) no-repeat left top;
}
#header h1 {
	position:absolute;
	top:-1000px;
}
#header h1 a {
}

/* type */
h1 {
	font-size:220%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	font-weight:normal;
}
h1 a:link, h1 a:visited {
	color:#999;
}
h2 {
	font-size:110%;
	padding:5px 0 20px 0;
	margin:0;
}
h3 {
	font-size:100%;
	letter-spacing:1px;
	padding:10px 0 0 0;
	margin:0;
}
/* links */
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#666;
}
#content a:link, #content a:visited, a.blue {
	color: #009;
	text-decoration:underline;
}
/* .page #content a:link, .page #content a:visited {
	color: #666;
	text-decoration:none;
} */
.page #content a.blue {
	color: #009;
	text-decoration:underline;
}
#content h2 a:link, #content h2 a:visited {
	color:#600;
	text-decoration:none;
}
#content h2#posttitle a:link, #content h2#posttitle a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
.entry a:hover {
	color: #03C;
}
.page #content a:hover {
	color: #333;
	text-decoration:underline;
}
#content #sidebar a:link, #content #sidebar a:visited {
	color:#666;
	text-decoration:none;
}
.page-id-862 .page-item-862 {
	display:none;
}
/* comment popup styles */
#commentspopup p {
	width:425px;
}
#commentspopup h2.comment {
	padding-bottom:0;
}
p.note {
	font-size:80%;
	padding:0 0 4px 0;
	margin:0;
}
p.note code {
	font-size:140%;
}
p.storyborder {
	border-top:1px solid #999;
	padding-top:10px;
}


/* nav & lists */
ul {
	padding:0;
	margin:0;
	position:relative;
}
#nav li {
	float:left;
	list-style-type:none;
	position:relative;
}
#nav li a {
	display:block;
	padding:10px;
	font-weight:bold;
}
#nav li.current_page_item a {
	color:#000;
}
/* dropdown menu */
#nav li ul {
	position:absolute;
	top:2em;
	left:0;
	width:150px;
	z-index:50;
	border-left: 1px solid #CCC;
	padding: 5px 0;
	display:none;
}
#nav li li {
	float:none;
	background: url(images/drop-down-bg.png);
}
#nav li li a {
	height:1.5em;
	font-size:90%;
	padding:0 10px;
}
/* sidebar & widgets*/
#sidebar li {
	line-height:1.3em;
	list-style-type:none;
}
#sidebar ul ul li {
	padding-bottom:5px;
}
li.widget_pages h2 {
	display:none;
}
li h2 {
	font-weight:bold;
	font-size:100%;
	border-bottom:1px solid #ccc;
	width:175px;
	margin-bottom:4px;
	padding-bottom:2px;
}
li.widget {
	margin-bottom:20px;
}
.page-id-862 li.widget {
	float:left;
	width:170px;
	margin-right:10px;
}
.page-id-862 li.widget li {
	font-size:85%;
	width:150px;
}
.page-id-862 li h2 {
	width:150px;
}
#socialprofilr-icon {
	display:none;
}
.sp_link_32 {
	margin-right:5px;
	margin-top:-5px;
}
/* lists in content */

/* forms */
.page-template-stories-php form {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}