/*   
Theme Name: The Wild Arctic
Theme URI: 
Description: Custom theme for The Wild Arctic, a child theme of Thematic. Do not delete the Thematic theme!
Author: Rubix Media
Author URI: 
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/*
 * COLORS
 * __________
 * Theme 1:
 * ----------
 * Blue      #3192ed
 * Magenta   #ff3366
 * Yellow    #edea32
 * White     #ffffff
 * Gray      #66310E
 * __________
 * Theme 2:
 * ----------
 * Blue      #80E6FF
 * Magenta   #ff0033
 * Yellow    #F6F464
 * White     #f0f0ff
 * Gray      #252525
 * __________
 * Theme 3:
 * ----------
 * Honey     #F4ECB8
 * Orange    #ED9021
 * Green     #B2E2AF
 * White     #ffffff
 * Brown     #66310E
 */




/* GLOBAL DEFINITIONS */
html {
	height: 100%;
}

body {
	background: #F4ECB8;
	color: #66310E;
	font: 13px/18px helvetica, arial,sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #ffffff;
	height: 100%;
	margin: 0 auto;
	width: 960px;
}

a:link,
a:visited {
	color: #ED9021;
	text-decoration: none;
}
a:hover { color: #ED9021; text-decoration: underline; }
a img { border: none; }
img { display: block; }

.clearfix:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}

.navigation,
.global-nav,
.wrap,
.entry,
.clearfix {
	_height: 1%;
	#height: 1%;
}

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

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

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1,h2,h3,h4,h5 {
	font-style: none;
}


h3 {
	font-size: 1.2em;
}


/*
p, li, .feedback {
	font-size: 1.3em;
}
*/

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.navigation {
	border-top: 1px dotted #ccc;
}
.navigation:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
	.navigation .alignleft {
		padding: 1em 0;
	} 
	.navigation .alignright {
		padding: 1em 0;
	}
	
h3#comments {
	border-top: 1px dotted #ccc;
	margin: 0 0;
	padding: 2em 0 0;
}

.empty_sidebar h3#comments,
.empty_sidebar .navigation,
.empty_sidebar #respond,
.empty_sidebar .commentlist {
	width: 580px;
}

.commentlist .avatar { display: none; }

#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	background: #fff;
	border: 1px solid #66310E;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 1.1em;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


/* ............... THEMATIC OVERRIDES ............... */
.aside {
	color: inherit;
	_color: #66310E;
	line-height: 1.4em;
}
	.aside h3 {
		border-bottom: 2px solid #dedede;
		font-family: impact;
		font-style: normal;
		letter-spacing: 0.05em;
		line-height: 1em;
		margin: 0 0 15px;
		padding: 9px 0;
		position: relative;
		text-transform: uppercase;
	}
	.aside p {
		margin-bottom: 1.3em;
	}
	.aside a {
		color: #ED9021;
	}


/* ............... HEADER ............... */
#header {
	background: #F4ECB8;
	color: #66310E;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 960px;
}
	#branding {
		font-size: 2.5em;
		padding: 0 0 10px;
		width: auto;
	}
		#blog-title a {
			background: transparent url(images/t2_logo_wild_arctic.png) no-repeat 0 0;
			display: block;
			height: 59px;
			text-indent: -999em;
			position: relative;
			width: 273px;
		}
		#branding a {
			color: #fff;
			text-decoration: none;
		}
		#blog-description {
			font-size: 0.5em;
			font-style: normal;
			padding-left: 0.3em;
			margin-top: -4px;
			position: relative;
			margin-left: 6px;
			letter-spacing: 0.08em;
			text-indent: -999em;
		}
		.iconic img {
			display: block;
			left: -206px;
			position: absolute;
			top: -3px;
			z-index: 500;
		}

	#header-aside {
		color: #66310E;
		position: absolute;
		right: 0;
		top: 35px;
	}
		#header-aside strong,
		#header-aside address {
			display: block;
			font-size: 12px;
			font-weight: normal;
			font-style: normal;
			text-align: right;
		}
		#header-aside strong {
			font-size: 15px;
			line-height: 1em;
			padding-top: 1px;
		}

	#access {
		border: 0;
		/*font-family: impact;*/
		font-size: 11px;
		font-weight: normal;
		/*letter-spacing: 0.05em;*/
		height: auto;
		padding-left: 65px;
		width: auto;
	}
	#access:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
		#access .menu {
			width: auto;
		}
		.sf-menu {
			border: 0;
		}
		.sf-menu li {
			background: none;
			float: left;
			font-size: 1.2em;
			line-height: 1em;
			padding: 0;
			text-transform: uppercase;
		}
			.sf-menu a {
				border: 0;
				padding: 10px 20px 7px;
			}
			.sf-menu a:visited,
			.sf-menu a {
				color: #66310E;
			}
			.sf-menu li:hover a,
			.sf-menu li.sfHover a,
			.sf-menu a:hover {
				color: #ED9021;
				text-decoration: none;
			}
		.sf-menu li:hover,
		.sf-menu li.sfHover {
		    background: none;
		}
		.sf-menu a:focus,
		.sf-menu a:hover,
		.sf-menu a:active {
		    background: none;
			outline: 0;
		}
		.sf-menu li.current_page_ancestor,
		.sf-menu li.current_page_item {
			background: #ffffff;
		}
			.sf-menu li.current_page_ancestor a,
			.sf-menu li.current_page_item a {
				color: #ED9021;
				font-weight: bold;
			}
			.sf-menu li ul {
				background: #ffffff;
				border: 1px solid #A9A9A9;
				border-top: 0;
				margin-left: -1px;
				margin-top: -2px;
			}
			.sf-menu li li {
				font-size: 11px;
			}
				.sf-menu li.current_page_item li a,
				.sf-menu li li a:visited,
				.sf-menu li li a {
					color: #66310E;
					font-weight: normal;
				}
				.sf-menu li li a:hover {
					color: #ED9021;
				}

	.wrap {
		margin: 0 auto;
		position: relative;
		width: 960px;
	}
	.wrap:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}

	#main {
		background: #ffffff;
		overflow: visible;
		padding: 30px 20px 50px;
		width: 920px;
	}
	#main:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}	
		#container {
			float: none;
			padding: 0;
			width: auto;
		}
		body.slug-home #container {
			float: left;
			padding-right: 40px;
			width: 580px;
		}
			#content {
				margin: 0;
				overflow: visible;
				width: auto;
			}
		#main .hentry {
			background: url(images/bg_fff_70.png);
			margin-left: -20px;
			padding: 0 0 20px 20px;
			position: relative;
			z-index: 2;
		}
		.entry-content {
			padding: 0;
		}
		body.s-category-press #main #content .entry-content,
		body.slug-contact #main #content .entry-content,
		body.slug-rates #main #content .entry-content,
		body.slug-staff #main #content .entry-content,
		body.slug-gear #main #content .entry-content {
			width: 560px;
		}
			h1.entry-title {
				background: #B2E2AF;
				color: #66310E;
				font-family: impact;
				font-size: 24px; 
				font-weight: normal;
				letter-spacing: 0.05em;
				line-height: 1em;
				margin: 0 0 20px -20px;
				padding: 5px;
				position: relative;
				text-transform: uppercase;
				z-index: 15;
			}
			#main .aside h2,
			#main .entry-content h2 {
				color: #ED9021;
				font-family: inherit;
				font-size: 20px;
				font-weight: normal;
				letter-spacing: -0.03em;
				line-height: 1em;
				margin: 1.75em 0 0.5em;
				padding: 0;
				text-transform: uppercase;
			}
			#main .entry-content h2:first-child {
				margin-top: 1.25em;
			}
			#main .aside h2:first-child {
				margin-top: 0;
			}
			.singular .entry-utility,
			.singular .entry-meta {
				display: none;
			}
			.entry-content h4 {
				font-size: 1.1em;
			}
			.entry-content h5 {
				font-weight: bold;
				margin: 0 0 1.5em;
			}


#content .aside {
	border: 0;
	margin: 0;
	padding: 0;
}
	#content .aside ul {
		padding:0;
	}
	#content .aside h2 {
		border-bottom:2px solid #DEDEDE;
		color: #66310E;
		margin: 0;
		padding: 0 0 7px;
		position: relative;
	}
	#content .aside h3 {
		border-bottom: 0;
		font-family: inherit;
		font-size: 1em;
		font-style: normal;
		margin: 0 0 0.8em;
		padding: 0;
	}
	#content .aside .hentry {
		border-bottom: 1px solid #B2E2AF;
		margin: 0;
		padding: 1.2em 0;
	}
	#content .aside .entry-content p {
		margin: 0;
	}



	#primary {
		border: 0;
		margin: 0;
		padding: 0;
		right: 0;
	}
		.main-aside ul {
			margin: 0;
			padding: 0;
		}

	#footer {
		background: #ED9021;
		border-top: 1px solid #ffffff;
		bottom: 0;
		color: #fff;
		overflow: hidden;
		left: 0;
		margin: 0;
		padding: 8px 0 6px;
		position: fixed;
		_position: absolute;
		width: 100%;
		z-index: 100;
	}
		#footer .player {
			float: left;
		}
			#footer .player p {
				margin: 0;
			}
		
		#siteinfo {
			clear: none;
			color: #fff;
			float: right;
			font-size: 10px;
			padding: 4px 20px 0;
			width: auto;
		}
			#siteinfo a:hover,
			#siteinfo a {
				color: #fff;
			}



.content {
	float: left;
	padding: 30px 20px;
	width: 620px;
}
.empty_sidebar .content {
	float: none;
	width: auto;
}
.empty_sidebar .sidebar {
	display: none;
}

.content p {
	line-height: 1.3em;
	margin: 1.3em 0;
}

.content p li,
.content li p {
	font-size: 1em;
}

.empty_sidebar .entry li,
.empty_sidebar .entry p {
	width: 580px;
}

.empty_sidebar .entry .col li,
.empty_sidebar .entry .col p,
.empty_sidebar .entry .post_column li,
.empty_sidebar .entry .post_column p {
	width: auto;
}

.colset:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
.col-0 {
	float: left;
	padding: 0 40px 0 0;
	width: 580px;
}
.col-1 {
	float: right;
	padding: 0;
	width: 300px;
}


.content ul {
	margin: 1em 0 2em;
}

.content li {
	line-height: 1.3em;
	margin: 0.3em 0;
}

#main .wp-loop .hentry {
	padding-bottom: 1em;
}

#main .wp-loop .entry-title {
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em;
	padding: 0;
	text-transform: uppercase;
}
#main .wp-loop .entry-content {
	padding-top: 0;
}

/* .loop-cat-1 = news */
.loop-cat-1 h1 {
	font-size: 1.3em;
	margin-bottom: 1.4em;
	padding-top: 0;
}
.loop-cat-1 .post { display: none; }
.loop-cat-1 .category-news { display: block; }
.loop-cat-1 .date { display: none; }
.loop-cat-1 .meta { display: none; }
.loop-cat-1 h2 { font-size: 1.2em; }
.content .loop-cat-1 p { margin-top: 0; }

#main h2#full-band-list {
	padding-top: 1em;
	border-top: 1px dotted #ccc;
	margin-top: 1em;
	padding-bottom: 0;
	clear: both;
}

.slug-full-client-list .post_column ul {
	list-style: none;
	margin-left: 0;
}

.slug-full-client-list .post_column p:first-child {
	display: none;
}
.slug-full-client-list #main .entry-content .post_column h2 {
	margin-top: 0;
}
.slug-full-client-list .post_column:first-child ul {
	float: left;
	margin-top: 0;
	padding-right: 10px;
	width: 45%;
}
	.slug-full-client-list .post_column li {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}


.entry:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}

.sidebar {
	border-left: 1px dotted #ccc;
	float: right;
	padding: 5px 15px 15px;
	width: 220px;
}
		#menu .form-text {
			background: #eee;
			border: 1px solid #999;
			color: #000;
			width: 62%;
		}
		#menu .form-text#s {
			float: left;
		}

	#menu ul {
		color: #ED9021;
		font-weight: bold;
		list-style-type: none;
		margin: 0;
		padding-left: 3px;
		text-transform: uppercase;
	}
		#menu ul li {
			font-size: 1.2em;
			margin-top: 10px;
			padding-bottom: 2px;
		}
			#menu ul ul {
				font-size: 1em;
				font-variant: normal;
				font-weight: normal;
				line-height: 1em;
				list-style-type: none;
				margin: 0;
				padding: 0;
				text-align: left;
			}
				#menu ul ul li {
					border: 0;
					letter-spacing: 0;
					margin-top: 0;
					padding: 4px 0;
				}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #66310E;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */



/* ***** GALLERY ***** */
.slideshowlink { display: none; }
#main .slideshow {
	margin: 0 0 1em;
	text-align: left;
}
.ngg-galleryoverview {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 880px;
}
.ngg-gallery-thumbnail-box {
	float: left;
}
.ngg-gallery-thumbnail {
	margin: 0;
	padding: 0 5px 10px;
}
.ngg-gallery-thumbnail img {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	padding:4px;
	position:relative;
}
.ngg-gallery-thumbnail a:hover img {
	padding: 1px;
	border-color: #ED9021;
	border-width: 4px;
}
#TB_caption {
	padding: 15px 30px 5px 25px;
}
#TB_secondLine {
	color: #66310E;
}
#TB_window a:link {
	color: #ED9021;
}


/* ..... TinyMCE style ..... */
.shorttag {
	display: none;
}
.album {
	border-bottom: 1px solid #B2E2AF;
	display: block;
	min-height: 112px;
	padding-bottom: 10px;
	padding-left: 120px;
	position: relative;
}
.album:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
.album img {
	border: 1px solid #EEDEDE;
	float: left;
	height: 100px;
	margin-bottom: 0;
	margin-left: -120px;
	position: relative;
	width: 100px;
	z-index: 2;
}
.artist {
	font-weight: bold;
}


.slug-clients .entry-content p {
	float: left;
	width: 50%;
}



/**
 * INTRO PAGE
 */
.page-template-empty-php #wrapper {
	background: none;
}
	.page-template-empty-php #header {
		display: none;
	}
	.page-template-empty-php #main {
		background: none;
		height: 80%;
		padding: 0;
		position: relative;
	}
		.page-template-empty-php #main .content {
			float: none;
			height: 100%;
			padding: 0;
			width: auto;
		}
		.page-template-empty-php #main p {
			height: 100%;
			margin: 0;
		}
		.page-template-empty-php #main img {
			display: block;
			height: 100%;
			margin: 0 auto;
			position: relative;
			left: -5%;
			top: 40px;
		}

