/*  
Theme Name: JAH Core Theme
Theme URI:
Description:
Version: 1
Tags:
Author: James Alex Hall
Author URI: http://www.jamesalexhall.co.uk
*/

/* =======
	RESET
   ------- */

body, h1, h2, h3, h4, h5, ul#sidebar, ul.widgets, li, ul#sidebar li ul, ol.commentlist, ul.children, ul#footercol li ul,
div#submenu-nav ul, div#submenu-nav ol, form, img, table
	{
	margin:0;
	padding:0;
	border: 0;
	}


/* ==============
	TYPE & COLOR
   -------------- */

/* Default font */
body, h1, textarea#comment, input#author, input#email, input#url
	{
	font-family: Georgia, "Adobe Garamond", "Times New Roman", serif;
	color: #555;
	}

/* Sans-serifs */
ul#sidebar, div#footer, div#header h1 span, h2, h3, h4, h5, a.more-link, div.authormeta, div.postmeta, div.commentmeta, 
div.comment-author, div.comment-meta, p.commentloggedin, div.reply, div.cancel-comment-reply, h1.listhead, 
div.post ul, div.page ul, div.post ol, div.page ol, div.nav
	{
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	}

/* Default font size */
div#content, textarea#comment, input#author, input#email, input#url
	{ font-size: 16px; }

/* Medium-small font */
a.more-link, div.comment-body p
	{ font-size: 14px; }

/* Small font */
div#content small, div#copy, div.postmeta, ul#sidebar, div#footer, p.commentloggedin, div.reply, div.feed, div#submenu-nav
	{ font-size: 12px; }

/* Headers */
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5
	{
	color: #333;
	margin-bottom: 7px;
	}
div#content h1
	{
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 7px;
	padding-bottom: 14px;
	border: 1px solid #e8e8e8;
	border-width: 0 0 1px 0;
	}
	div#content h1.listhead { background: #f8f8f8; margin: 0 10px 20px 10px; padding: 10px 10px 8px 10px !important; font-size: 16px; line-height: 16px; letter-spacing: 0; text-transform: uppercase; color: #777; }
		div#content h1.listhead strong { color: #333; }
div#content h2
	{
	font-size: 28px;
	line-height: 28px;
	}
	body.single div#content h2, body.page div#content h2 { margin-top: 24px; }
	body.home div#content h2, body.archive div#content h2, body.search div#content h2, body.error404 div#content h2 { font-family: Georgia, "Adobe Garamond", "Times New Roman", serif; font-weight:normal; }
	
div#content h3
	{
	font-size: 18px;
	line-height: 18px;
	}
div#content h4
	{
	font-size: 16px;
	}
	div#footer h2 { margin-bottom: 7px; }
div#content h5, ul#sidebar h2, div#footer h2, div.nav
	{
	font-size: 12px;
	text-transform: uppercase;
	}
	ul#sidebar h2 { margin-bottom: 7px; padding-bottom: 3px; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }

/* common type */
div#content p
	{
	line-height: 24px;
	margin: 0 0 14px 0;
	}
	div.comment-body p { line-height: 18px; margin-bottom: 10px !important; }

/* =======
	LINKS
   ------- */

/* default */
a:link, a:active, a:visited
	{
	color: #000;
	text-decoration: none;
	}
	a:hover { color: #111; text-decoration: underline; }

div.postmeta span.comments a { font-size:12px; line-height:12px; font-weight:bold; padding: 2px 2px 1px 8px !important; text-transform: uppercase; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; }

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

h1 a:link, h1 a:active, h1 a:visited{}
	h1 a:hover {}

/* dark grey links */
ol.commentlist a:link, ol.commentlist a:active, ol.commentlist a:visited
	{
	color: #111;
	text-decoration:underline;
	}
	ol.commentlist a:hover { color: #000; text-decoration: none; }

div#submenu-nav a:link, div#submenu-nav a:active, div#submenu-nav a:visited{color:#ffffff;}
div#submenu-nav a:hover{text-decoration:none;}
div#submenu-nav li{color:#ffffff;}
div#submenu-nav li span{color:#111111}

/* meta */
div.postmeta a:link, div.postmeta a:active, div.postmeta a:visited, a.more-link
	{ color: #444; padding: 1px; font-style:normal; font-weight:bold; }
	div.postmeta a:hover, div.postmeta span.comments a:hover { color: #fff; background: #111; border-color: #000; text-decoration: none; }


/* ========
	LAYOUT
   -------- */

.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

div.widecolumn { width: 620px; }

div.column, ul.column, ul#sidebar
	{ width: 200px; }

div#site { width: 100%; float:left; }

div#wrap
	{
	width: 840px;
	margin: 0 auto;
	overflow:hidden;
	}
	div#toplist { position:relative; width: 840px; }
		div#toplist div.feed { float:right; padding: 5px 0; }
			div#toplist div.feed a { padding: 5px; background: #444; color: #fff; }
				div#toplist div.feed a:hover { background: #000; }

div#header
	{
	width: 100%;
	float:left;
	}
	
	div#header h1 { letter-spacing:-1px; font-size: 36px; font-weight:normal; }

div#submenu-nav
	{
	width:100%;
	float:left;
	border: 1px solid #dddddd;
	border-width: 1px 0px 1px 0px;
	background:url('images/nav.png') repeat-x;
	}
	div#submenu-nav ul {margin-left:0;}
		div#submenu-nav ul li { list-style: none; float:left; padding: 10px 8px 10px 8px; border: 1px solid #cccccc; border-width: 0 1px 0 0;}

div#blog {
	width: 100%;
	float:left;
	}

div#content { float:left; margin-top: 20px; }
	div.post, div.page, div.attachment { padding: 10px 20px 0 20px; margin-bottom: 30px; overflow:hidden; }
		div.postmeta { width:100%; height:1%; float:left; margin-bottom: 10px; }
		body.single div#content div.postmeta, body.page div#content div.postmeta { margin-bottom: 30px; }
			div.postmeta span.author {}
				body.blog div.postmeta span.author { display:none; }
			div.postmeta span.categories {}
			div.postmeta span.tags {}
			div.postmeta span.timestamp {}
			div.postmeta span.comments { float:right; margin-left: 10px; }
				div.postmeta span.comments span {}
		p.attachmentnav { padding-top: 5px; color: #777; font-style:italic; }
			p.attachmentnav a { font-style: normal; }
		div.post div.entry, div.page div.entry { width:100%; float:left; }
	div.sticky { padding: 20px 20px 8px 20px; background: #f8f8f8; border: 1px solid #e8e8e8; border-width: 1px 0; height: 1%; }
	h2#comments { margin: 0 20px 20px 20px; padding-bottom: 10px; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }
	ol.commentlist {}
		ol.commentlist li { margin: 0 20px 10px 20px; padding: 0; list-style:none; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }
			ol.commentlist li div.comment-author, ol.commentlist li div.comment-meta { font-size: 12px; line-height: 16px; }
				ol.commentlist li div.comment-author img.avatar { float:left; margin: 0 10px 0 0; }
				div.comment-author cite.fn { font-family: Georgia, "Adobe Garamond", "Times New Roman", serif; font-size: 16px; font-style: normal; font-weight:bold; }
					div.comment-author cite.fn a { text-decoration: none; }
				div.comment-meta { margin-bottom: 10px; }
		ol.commentlist li.even {}
		ol.commentlist li.odd {}
		ol.commentlist li.bypostauthor {}
		ol.commentlist li.pingback { font-size: 12px; color: #777; padding: 0 0 10px 5px; color: #777; }
			ol.commentlist li.pingback a { font-size: 12px; font-weight:normal; }
			ol.commentlist li.pingback p, ol.commentlist li.pingback span, ol.commentlist li.pingback div.comment-meta, ol.commentlist li.pingback div.reply { display:none; }
		div.reply { float:right; display:block; margin: -25px 0 0 0; line-height: 12px; }
			a.comment-reply-link { display:block; float:left; margin-left: 10px; }
		ul.children { margin: 20px 0 20px 20px; }
			ul.children li { margin: 10px 0; padding-left: 10px; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; }
	div#respond { margin: 20px; }
		div#respond h3 {}
		table.commenttable { border:0; padding: 0; }
		table.commenttable tr td { font-size: 12px; line-height: 12px; text-transform: uppercase;  }
		form#commentform {}
			input#author, input#email, input#url { margin-bottom: 5px; padding: 2px; width: 250px; font-style: italic; }
			textarea#comment { width: 556px; height: 150px; padding: 10px; font-style: italic; }
			input#submit { float:right; margin-bottom: 20px; }
	div.nav { float:left; display:block; }
		div.commentnav div.left, div.commentnav div.right { padding: 0 20px 20px 20px; }
	div.entry ul li ul.children { margin: 10px 20px; }
		div.entry ul li ul.children li { margin: 0 0 5px 0; padding-left: 0; border: 0; }

ul#sidebar
	{
	float:right;
	margin-top: 20px;
	}
	ul#sidebar ul.children { margin: 5px 0 0 0; }
		ul#sidebar ul.children li { border: 0; }
	ul#sidebar li { list-style: none; margin: 0 20px 20px 20px; }
		ul#sidebar li ul { margin-left: 5px; }
			ul#sidebar li ul li { margin: 0 10px 5px 10px; }
				ul#sidebar li ul li ul { margin: 5px 0 0 10px; }
	li#tag_cloud {}
		li#tag_cloud a { padding: 0 2px; }
	li#search {}
	ul#sidebar li.categories {}

div#copy
	{
	width:100%;
	float:left;
	clear:both;
	margin: 0;
	padding: 10px 0;
	border: 1px solid #bbb;
	border-width: 1px 0 1px 0;
	}
	div#copy p { margin:0; padding:0 0 0 10px; }
	div#copy p.right { padding: 0 10px 0 0; }
	div.copycolumnwide { float:left; width:620px; }
	div.copycolumn { float:right; width:320px; }

div#finalword
	{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	font-size: 12px;
	font-style: italic;
	margin-top:10px;
	}
	div#finalword a:link, div#finalword a:active, div#finalword a:visited { color: #444; }
	div#finalword span { font-style:normal; }


/* ===================
	ELEMENTS & DESIGN
   ------------------- */

table{border-top:1px solid #cccccc;}
td,th{text-align:left; padding:5px; border-bottom:1px solid #cccccc;}

p.right { text-align:right; }
p.center { text-align:center; }
p.admin { color: #aaa; font-size: 12px; }
p.nocomments { padding: 0 20px; font-style: italic; color: #777; }

div#content embed, .embedded { text-align:center; margin: 0 0 14px 0; } /* for movies */

div#content p span { background: #ffc; }

div.post ul li, div.page ul li, div.post ol li, div.page ol li { margin-bottom: 5px; color: #333; }

blockquote { margin: 0 0 14px 20px; padding: 0 15px; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; color: #777; font-style: italic; }
	blockquote.pullquote { width: 220px; padding: 5px 0; border: 0; font-size: 18px; line-height: 150%; }
		blockquote.pullquote p { margin-bottom: 0; }
ol.commentlist li blockquote { border: 0; padding:0; }

/* Images and aligns */
.alignleft, blockquote.alignleft { float:left; margin: 0 15px 15px 0; }
.alignright, blockquote.alignright { float:right; margin: 0 0 15px 15px; }
.frame { padding: 5px; border: 1px solid #e8e8e8; }
.wp-caption { padding: 10px 7px; border: 1px solid #e8e8e8; font-size: 12px; color: #777; font-style: italic; text-align:center; }
p.wp-caption-text { margin:10px 0 0 0 !important; padding:0; line-height: 14px !important; }

div.gallery { margin-bottom: 14px; }
	dl.gallery-item {}
		dt.gallery-icon {}
			img.attachment-thumbnail { border:0; }
		dd.gallery-caption { margin-top: 8px; font-size: 12px; color: #777; font-style: italic; }

/* Quick color fixes */
div.postmeta { color: #777; }
span.alert { color: red; background:none; }
div#content strong { color: #333; }

/* ALERTS */

#content p.error,#content p.alert,#content p.notice,#content p.success,#content p.info{padding:5px; margin-bottom:15px; border:2px solid #ddd;}
#content p.error,#content p.alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
#content p.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
#content p.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
#content p.info {background:#d5edf8;color:#205791;border-color:#92cae4;}

#content p.error a, #content p.alert a {color:#8a1f11;}
#content p.notice a {color:#514721;}
#content p.success a {color:#264409;}
#content p.info a {color:#205791;}

/* CODA SLIDER */
/* Most common stuff you'll need to change */

#content .coda-slider-wrapper *{margin:0; padding:0;}

.coda-slider-wrapper {margin-bottom:20px;}
.coda-slider {background: #e8e8e8; border:1px solid #cccccc;}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {height: 325px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {width: 597px; height:325px;} 

.coda-slider, .coda-slider .panel .panel-content{height:300px; overflow:hidden;}
.coda-slider, .coda-slider .panel .panel-link{}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {}
.coda-slider-wrapper.arrows .coda-slider {}

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {}

/* Tab nav */
.coda-nav ul li a.current {}

/* Panel padding */
.coda-slider .panel-wrapper {}

/* Preloader */
.coda-slider p.loading {}

#content .panel-link p{text-align:right; margin-right:10px;}

/* Don't change anything below here unless you know what you're doing */

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

/* iFrames */
iframe{margin:auto;}

/* panel link */

#content .panel-link a{padding:4px; background-color:#666666; color:#ffffff;}

/* SKIN */

div#content{float:right;}
ul#sidebar{float:left;}

img.wp-post-image{ float:left; margin: 0 15px 15px 0; }

div{border:0px solid #000000;}

div.clear{clear:both; line-height:0;}

/* PRODUCTS */
.product{width:195px; float:left; background-color:#e8e8e8; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;}
.product img{border:1px solid #cccccc;}

.products .product{height:380px}

.products .product div.product-title{height:80px; clear:both; border-bottom:1px dotted #cccccc;}
.products .product div.product-price{clear:both;}
.products .product div.product-view{clear:both;}

.products-grid .product{height:440px}

.products-grid .product div.product-title{height:80px; clear:both; border-bottom:1px dotted #cccccc;}
.products-grid .product div.product-price{clear:both;}
.products-grid .product div.product-view{clear:both;}

.products{margin-bottom:20px; border-top:1px solid #cccccc; border-left:1px solid #cccccc; width:597px;}

.products-grid{margin-bottom:20px; border-top:1px solid #cccccc; border-left:1px solid #cccccc; width:597px;}

.free-delivery{font-weight:bold; color:#000000; font-size:16px;}
.product-inner{margin:23px;}

.product-title{margin-bottom:5px;}

#single-product{margin-bottom:20px;}
#single-product .single-skin-types a {text-decoration:underline}
#single-product .single-skin-types p.heading {font-weight:bold;}
#single-product .single-buy-now{border:1px solid #cccccc; background-color:#eeeeee; margin-bottom:20px;}

#single-product .single-buy-now p.heading {font-weight:bold;}
#single-product .single-buy-now .inner{margin:10px;}
#single-product .single-buy-now p{margin:0;}

form#checkout label{float:left; width:200px;}
form#checkout input{width:300px;}
form#checkout input#checkout-button{margin-left:200px;}

/* HEADER */

#logo{width:400px; float:left;}
#mini-cart{width:400px; float:right;}
p.mini-cart{text-align:right; font-weight:bold;}

/* MARKS BANNER */

.banner-bg img{border:1px solid #e8e8e8;}

/* wp-pagenavi */

#content .pages {margin-right:20px;}

/* MEGA DROPS */

div.menu{
	position: absolute;
	display: none;
	z-index: 101;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	width:300px;
}

.menu ul{list-style-type:none; margin:10px; padding:0;}
.menu ul li{border-bottom:1px solid #cccccc;}

#main-nav a span{background-color:#ffffff; border:1px solid #cccccc;}

/* REF HEADER */

#ref-header{margin:20px 0 20px 0;}
#ref-header #ref-logo{float:left;}
#ref-header #ref-logo p{text-align:left; margin:5px 0px 5px 0px;}
#ref-header #ref-back{width:400px; float:right; margin-top:25px;}
#ref-header #ref-back p{text-align:right;}

/* FOOTER */

div.copycolumnwide{width:400px; float:left;}
div.copycolumn{width:400px; float:right;}

/* HEADER */

#header p.tag-line a{font-style:oblique; color:#666666; font-family:arial, helvetica;}

/* SKIN TEST */

div.st-29{width:18px; height:18px; background-color:#76923c; float:left; margin-right:5px;} /* Anti-oxidants */
div.st-30{width:18px; height:18px; background-color:#0070c0; float:left; margin-right:5px;} /* Natural Acids */
div.st-33{width:18px; height:18px; background-color:#7030a0; float:left; margin-right:5px;} /* Peptides */
div.st-32{width:18px; height:18px; background-color:#ff0000; float:left; margin-right:5px;} /* Retinol */
div.st-34{width:18px; height:18px; background-color:#e36c0a; float:left; margin-right:5px;} /* Sunscreen */
div.st-31{width:18px; height:18px; background-color:#ffff00; float:left; margin-right:5px;} /* Vitamin C */

#content div.skin-test-compat{margin-top:10px;}
#content div.skin-test-compat p{margin:0;}

div#take-skin-test{border:1px solid #cccccc; width:597px; margin-bottom:20px; background-color:#eeeeee;}
div#tst-video{margin:5px 0 5px 5px; border:1px solid #cccccc; width:350px; height:197px; float:left;}
div#tst-banner{width:225px; height:197px; float:right; margin:5px 5px 5px 0;}

/* VIDEOS 2011 */

div#tv-page{margin:20px 20px 0 20px;}
div#tv-player{height:360px;}
div#tv-page-header{background: url(images/tv-2011-bg.jpg);}

div#tv-player .botrplayer{margin:0 auto 0 auto; text-align:center;}
div#tv-player p.video-sponsors{text-align:center; margin-bottom:20px;}
div#tv-player p.video-sponsors img{margin:0 auto 0 auto;}

div.video-thumb{border:1px solid #cccccc; width:185px; height:185px; float:left; margin:0 0 5px 5px; text-align:center; background:#f7f7f7}
div.video-thumb img{margin:auto;}

div.video-thumb p.video-title{height:30px; padding:5px; margin:0;}
div.video-thumb p.video-title a{text-decoration:none; font-weight:bold; color:#333333; font-size:12px; margin:0;}
div.video-thumb p.video-thumb{height:95px; padding:5px; border: 1px solid #cccccc; margin:5px; overflow:hidden; background-color:#ffffff;}
div.video-thumb p.video-link a{text-decoration:none; font-size:12px; margin:0;}

#tv-page #tabs{display:none}
#tv-page #tabs ul li a{font-size:12px; margin:0; padding:10px;}

#tv-form #book-consultation #recaptcha_image img{width:200px;}

h1.web-tv{margin-bottom:10px;}
h2.web-tv-channels{margin-bottom:10px;}

#tabs h3{font-size:12px;}
#tabs div{padding:5px; margin-right:5px;}
#tabs div .accordian.div{padding:5px; margin-right:5px;}
#tabs div h3{margin-right:5px;}