/*
Theme Name: John Hendicott
Theme URI: http://johnhendicott.com/
Description: Bespoke music theme developed by JIGSAW.
Version: 1.0
Author: George Smerin
Author URI: http://smerin.com/
*/

/* 
Title:	Master styles for screen media
Author:	George Smerin
*/

/* 
Title:	Master styles for screen media
Author:	George Smerin
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;border: 0;outline: 0;background: transparent;}
ol, ul {list-style-type: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
	
	
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 62.5%;
	line-height: 20px;
	background: #e1e1e1;
}

/* page structure
----------------------------------------- */

#wrap {
	width: 1040px;
	margin: 20px auto;
}
#content-wrap {
	background: #000 url(images/main-top.gif) no-repeat top left;
	margin: 20px 0;	
}

#content {
	background: url(images/main-bottom.gif) no-repeat bottom left;
	padding: 40px 60px 60px;
}

#menu {
	width: 260px;
	float: left;
	margin-left: 20px;
}

#main {
	width: 600px;
	float: right;
}
#body-contact #main, #body-production #main {
	width: 600px;
	margin-right: 140px;
}
#body-production h3 {
	font-size: 1.6em;
	padding: 6px 0 0;
	color: #00aeef;
}
.artist {
	margin: 0 0 20px -5px;	
}

.artist object {
display: block;
	border: 4px solid #333;
	border-radius:3px;
	-moz-border-radius:3px; 	
	-webkit-border-radius:3px;
}
.artist img {
	float: left;
	padding:10px;
	background: url(images/artist-bk.jpg) no-repeat 0 0;
	width: 125px;
	height: 125px;	
}
.artist h3, .artist p {
	margin: 0 0 0 150px;
	padding: 0;
}
.artist p {
	padding-bottom: 2px;
}
#header {
	background: url(images/header-bk.gif) no-repeat 0 0;
	height: 128px;
	margin: 20px 0;
}

#footer {
			
}

/* menu styles
----------------------------------------- */

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li {
	margin: 0;
	padding: 8px 0;
}
#menu li a {
	color: #00aeef;
	padding: 4px 0;
	text-decoration: none;
}
#menu li a:hover {
	color: #006489;
}



/* main styles
----------------------------------------- */

p, ul, ol, blockquote {
	font-size: 1.4em;
	padding:5px 0 15px;
	list-style: disc;
}
li {
	margin-left: 25px;
}


h1,h2 {
	font-size: 1.8em;
	margin: 16px 0 8px;
	padding: 8px 0;
	color: #FFF;
	font-weight: normal;
}

h3 {
	font-size: 1.8em;
	padding: 24px 0 16px;
	font-weight: normal;
}

h4, h5, h6 {
	font-size: 1.8em;
	padding: 12px 0 8px;
}



a:link, a:visited {
	color: #00adef;
	outline: none;
	text-decoration: none;
}

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



/* home page
----------------------------------------- */
#homecontent {
	width:900px;
	
}
#homecontent img {
	float: left;
	margin-right: 35px;

}
#homecontent p {
	padding-left: ;
	font-size: 1.6em;
	line-height: 1.6em;
}
.videothumb {
	float: left;
	margin-right: 22px;
}
.videothumb h2 {
	font-size: 1.6em;
	padding: 12px 0 0 4px;
	text-transform: lowercase;
}
.videothumb h2 a {
	color:  #00aeef;
}
.videothumb h2 a:hover {
	color: #006489;
	text-decoration: none;
}
/* video page
----------------------------------------- */
.video {
	width: 600px;
}



/* header styles
----------------------------------------- */

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	float: left;
	width: 235px;
	height: 60px;
	background: url(images/john-hendicott-rollover.png) no-repeat 0 0;
	margin: 40px 0 0 56px;
}

#logo h1 a:hover {
	background-position: 0 -60px;
}

#logo h1 a span{
	display: none;
}

/* nav */

#nav {

}

#nav ul {
	padding: 55px 40px 0 0;
	list-style-type: none;
	float: right;
}

#nav li {
	font-size: 1.2em;
	text-transform: lowercase;
	float: left;
	margin: 0;	
}
#nav li a {
	padding: 4px 6px;
	margin: 4px 12px;
	text-decoration: none;	
	color: #00aeef;
}
#nav li a:hover {
	color: #006489;
}
#nav li.current_page_item a, #nav li.current-cat a {
	color: #FFF;	
}



/* contact page
----------------------------------------- */

#contact {
	width: 420px;
	padding: 20px;
	background: #222;
	border-radius:8px;
	-moz-border-radius:8px; 	
	-webkit-border-radius:8px
}

label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin:0;
	padding:0;
}

.txt, textarea {
	margin-left:18px;
	width:240px;
	background:#CCC;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	padding:3px;
}
p.submit {
	margin-left:170px;
}


/* footer
----------------------------------------- */

#footer {
	
}

/* misc.
----------------------------------------- */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

hr, .hide {
	display: none;
}

a img {
	border: none;
}

/* self clear floats */

.group:after {
	content:"."; 
	display:block; 
	height:0;
    clear:both; 
    visibility:hidden; 
}
.group {display:inline-block;}
/* Hide from IE Mac */
.group {display:block;}
/* End hide from IE Mac */
