/*  
Theme Name: John Copeman
Theme URI: http://johncopeman.com
Description: Custom theme.
Version: 1.0
Author: Jeremy Bell
Author URI: http://johncopeman.com/
*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #282828 url(images/bg.gif) top left repeat-x;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0; 
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	color: #fff;
	margin: 0 0 24px 0;
	padding: 10px 0 0 0;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/*	Begin Headers */
h1 {
	margin: 0;
	}

h3 {
	background: #555;
	color: #fff;
	font-size: 1.3em;
	padding: 2px 5px;
	margin: 0 0 15px 0;
	}

h4 {
	font-size: 12px;
	color: #c33;
	padding: 6px 0;
}
/* End Headers */


.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


td {
	padding: 4px;
}

/* Begin Structure */
#page {
	background-color: #282828;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 766px;
	}

#nav {
	background: #000;
	height: 35px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 0;
}
	#nav li {
		background: transparent url(images/dots.gif) right no-repeat;
		display: inline;
		margin: 0;
		padding: 0 16px 0 16px;
	}
		#nav li#contactli {
			background-image: none;
		}

	#nav li a {
		background-color: #000;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		color: #ddd;
		font-size: 12px;
		font-weight: bold;
		outline: none;
		padding: 0;
		text-decoration: none;
		/*text-indent: -900px;*/
	}


	/*
		#nav li#navhome a {
			background-image: url(images/nav-home.gif);
			width: 50px;
		}
		#nav li#navdemo a {
			background-image: url(images/nav-demo.gif);
			width: 79px;
		}

		#nav li a:hover,
		#nav li#navhome a:hover {
			background-position: 0px -26px;
		}
	*/

#header {
	background: #000 url(images/john-copeman.jpg) no-repeat bottom center;
	clear: both;
	margin: 0; 
	padding: 0; 
	height: 242px; 
	}
	#hbottom {
		background: #000 url(images/header-bottom.jpg) no-repeat bottom center;
		border-bottom: 6px solid #000;
		height: 17px;
	}
	#hbottomhome {
		background: #000 url(images/header-bottom-home.jpg) no-repeat bottom center;
		height: 17px;
	}


#home {
	position: relative;
	voice-family: "\"}\"";
	voice-family: inherit;
}
	#contact {
		position: absolute;
		height: 136px;
		left: 0px;
		top: 0px;
		width: 230px;
	}

	#reel {
		position: absolute;
		height: 136px;
		left: 230px;
		top: 0px;
		width: 313px;
	}

	#news {
		background: #741919 url(images/news-bg.gif) repeat-y bottom left;
		position: absolute;
		height: 348px;
		left: 543px;
		top: 0px;
		width: 223px;
	}

		#newsinner {
			color: #fff;
			padding: 0 14px 0 14px;
			height: 230px;
			overflow: auto;
			width: 180px;
		}

	#taurus {
		position: absolute;
		height: 77px;
		left: 543px;
		top: 288px;
		width: 223px;
		z-index: 10;
	}

	#newsfooter {
		position: absolute;
		height: 29px;
		left: 543px;
		top: 348px;
		width: 223px;
	}

	#affiliations {
		position: absolute;
		height: 164px;
		left: 0px;
		top: 136px;
		width: 230px;
	}

	#resume {
		position: absolute;
		height: 164px;
		left: 230px;
		top: 136px;
		width: 313px;
	}

	#gallery {
		position: absolute;
		height: 77px;
		left: 0px;
		top: 300px;
		width: 543px;
	}



#content {
	background: #000;
	color: #ddd;
	font-size: 1.2em;
	padding: 0 15px;
}


	#contactcol {
		background: #741919 url(images/contact-bg.gif) repeat-y bottom left;
		height: 348px;
		vertical-align: top;
		width: 223px;
	}

		#contactinner {
			color: #fff;
			padding: 0 14px 0 14px;
			height: 230px;
			overflow: auto;
			width: 180px;
		}
			#contactinner h4 {
				color: #fff;
			}

	#contactfooter {
		height: 29px;
		width: 223px;
	}

#contactform {
	margin-left: 230px;
}


#footer {
	background: #282828 url(images/footer.gif) no-repeat top; 
	color: #888;
	clear: both;
	font-size: 11px;
	height: 70px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	width: 766px;
}
	#footer.home {
		position: absolute;
		top: 377px;
	}
/* End Structure */



p {
	margin: 1.5ex 0;
	padding: 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/





.fim-thumbnail {
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
}

.fim-thumbnail img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}
.fim-thumbnail img:hover {
	background-color: #ccd;
}
