/*  
Theme Name: Tar Ball Darker
Theme URI: 
Description: A Wordpress remake of the original design by Arini Poutu.
Version: 0.2
Author: Wintermoss Snow & Christian Williams
Author URI: 

new orange	FF3700
old orange	fe7d19

*/


/* Begin Typography & Colors */
html {
	background-color : #333333;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	margin: 50px auto;
	padding: 0; 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

#page {
	margin : auto;
	padding: 0;
	background-color: #000000;
	background-image : url(/cms/wp-content/themes/tarball-dark/images/tzg-logo-positioned.gif);
	background-repeat : no-repeat;
	text-align: center;
	width: 980px;
	}

#header {
	margin: 0 0 0 15px; 
	padding: 20px 0 0 0; 
	height: 100px; 
	text-align : left;
	}
	
#header #logo {
	height : 90px;
	width : 127px;
	float : left;
}

#header #headerimg h1 {
/*
	display : inline-block;
*/
	float : right;
	position : absolute;
	bottom : 0;
	right : 0;
	margin-top : auto;
	margin-bottom : 0;
}

#header h1.people {

}

#headerimg {
	margin: 0;
	position : relative;
	z-index : 0;
	float : left;
	width : 800px;
	height : 75px;
	}

#header .alternative {
	color : #FF3700;
}

#content {
	font-size: 1em;
	float : left;
	text-align : left;
/*	gallery + 220 for entry */
	width : 830px; 
	height : 268px;
	overflow : hidden;
	position : relative;
	z-index : 0;
}

#content h3 {
	margin-top : 0;
}

#content h4 {
	margin-top : 0;
}

.narrowcolumn {
	float: left;
	padding: 0px 0px 20px 0;
	margin-left : 35px;
	width: 450px;
	}

.widecolumn {
	padding: 0px 0px 20px 0;
	margin-left : 35px;
	width: 760px;
}

.wideentry {
	text-align : justify ! important;
}

.post {
	line-height : 1.7em;
	}
	
.post p {
	margin-top : 0;
	margin-bottom : 1em;
}

.gallery {
	float : left;
	margin-right : 10px;
/*	full image at 330, 3 thumbs at 60px, 4 pads at 20px */
	width : 590px;
	height : 230px;
}

.gallery a.full {
	margin-top : 10px;
/*	width : 416px; UFO */
	width: 327px;
/*	height : 224px; UFO */
	height : 220px;
	float : left;
	display : block;
	overflow : hidden;
	text-align : center;
}

.gallery img#gallery_target {
	height : 224px;
}

.gallery .thumbnails  {
	display : block;
	float : left;
	width : 240px;
	height : 236px;
	overflow : hidden;
	margin-left : 4px;
	padding-top : 6px;
}

.gallery a.thumbnail {
	border : 1px solid #000000;
	width : 60px;
	height : 60px;
	overflow : hidden;
	display : block;
	padding : 3px;
	margin-left : 12px;
	margin-bottom : 12px;
	float : left;
}

.gallery a:hover.thumbnail {
	border : 1px solid #FF3700;
}

.gallery a:hover.nolink {
	border : black solid 1px ! important;
	cursor : default;
}




.gallery .thumbnails a img {
	width : 60px;
	height : 60px;
/*
	max-width : 80px;
	max-height : 80px;
*/
}

.people .gallery {
	width : 220px;
	height : 220px;
	overflow : hidden;
	margin-top : 10px;
	margin-right : 20px;
}

.people .gallery img {
	max-width : 220px;
}

.entry {
	width : 220px;
	float : left;
	height : 220px;
	overflow : auto;
	margin-top : 10px;
	
/* fix the conflict with lightbox in firefox */
	position : relative;
	z-index : 1;
}

.entry h3 {
	text-transform : lowercase;
/*
	float : left;
*/
	font-weight : normal;
	font-size : 1em;
	margin-right : 0.5em;
}

#custom li {
	margin-bottom : 0.8em ! important;
}

.people .entry {
	width : 570px;
}


.wideentry {
	width : 670px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-weight: lighter;
	font-size: 1.8em;
	}

h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h1 a {
	font-weight: lighter ! important;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


/* Begin Sidebar */
#sidebar {
	position : relative;
/*	6 x list items @ 18px from 230 ( entry height + top margin of 10 */
	top : 102px;
	float : left;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	left : -20px;
	}

#sidebar form {
	margin: 0;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	position : relative;
	width : 97px;
	text-align : right;
	z-index : 50;
	}

#sidebar ul li {
/* prevents IE6 double height on hover */
	border-bottom : 1px solid #000000;
	list-style-type: none;
	list-style-image: none;
	font-weight : bold;
	color : #ffffff;
	min-height : 18px;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0px;
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	position : absolute;

	margin-left : 125px;

	margin-top : -17px;
	width : 150px;
	background-color : #030303;
	opacity : 0.9;
	-moz-opacity : 0.9;
	display : none;
	z-index : 1000;
} 

* html #sidebar ul ul, #sidebar ul ol {
	margin-left : 2.2em;
	filter : alpha(opacity=80);	
}


#sidebar ul ul ul {
	margin-left : 2.2em;
	left : 0 ! important;
}


/* projects */
#sidebar ul ul#ul-3 {
	top : -135px;
	margin-top : -1px;
	z-index : 999;
}

#sidebar ul ul a {
	text-align : left;
	width : 146px;

	z-index : 1000;
	position : relative;
	color : #cccccc;
	
}

#sidebar ul ul ul {
	margin: 5px 0 0 10px;
	position : absolute;
	margin-left : 160px;
/*	
	margin-top : -17px;
*/
	bottom : 0%;
	background-color : #000000;
	opacity : 1.0;
	}

#sidebar ul ul li {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul a {
	color : #ffffff;
	display : block;
	padding : 2px;
	margin : 0;
	text-align : right;
	text-transform : lowercase;
	width : 110px;
	text-decoration : none;
}

#sidebar ul a:hover {
	background-color : #333333;
	color : white;
	text-decoration : none;
}

#sidebar .current-cat-parent .current-cat a, #sidebar .current-cat > a, #sidebar .current-cat-parent > a, #sidebar .current_page_item a, #sidebar .current_page_parent > a {
/*
	background-color : #FF3700;
	color : white;
*/
	color : #FF3700;
}

#sidebar .current-cat-parent a li, #sidebar .current_page_parent a li {
	background-color : black;
	color : white;
}



/* End Sidebar */


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	font-weight : normal;
	}

h2, h2 a, h2 a:visited {
	text-decoration: none;
	color : #cccccc;
	text-transform : lowercase;
	font-weight : normal;
	}

h2#gallery_info {
	color: #ffffff;
	margin : 0px;
	padding : 0px;
	font-size : 1.4em;
	padding-top : 0.3em;
	text-transform : none;
}

 h3, h3 a, h3 a:visited {
	text-decoration: none;
	color : #FF3700;
/*
	font-weight : bold ! important;
*/
	font-weight : normal;
	text-transform : uppercase;
 }
 
 
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;
	}

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: #ffffff;
	text-decoration: underline;
	}

a:hover {
	color: #FF3700;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
#footer {
	border: none;
	padding: 0;
/*	97 ( sidebar ) + 35 ( sb padding ) */
	margin-left : 132px; 
/*	same as content, gallery + 220 for entry */
	width : 805px; 
	clear: both;
	color : #666666;
	font-size : 9px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: right;
	}
/* End Structure */



/*	Begin Headers */

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	font-size: 1.1em;
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* 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 */





a img {
	border: none;
	}

.awards {
	font-size : 0.9em;
}

.post .title, .post .date, .post .location {
	font-size: 1.2em;
	float : left;
}

.post .title {
	width : 300px;
	color : #888888;
}

.awards .title {
	width : 400px;
	color : #888888;
}

.awards .location {
	color : #888888;
}


.indev {
	font-size : 0.9em;
}

.indev .title {
	width : 400px;
	color : #888888;
}

.indev .location {
	color : #888888;
}

.post .title a {
	color : #ffffff;
	text-decoration : underline;
}

.post .title a:hover {
	color: #FF3700;
	text-decoration : underline;
}

.post .date {
	width : 50px;
	color: #ffffff;
}



.post {
	clear : both;
	position : relative;
	z-index : 1;
}

div#custom {
	margin-bottom : 1.4em;
}

div#custom ul,div#custom li {
	margin : 0px;
	padding : 0px;
	list-style : none;
}

#staff {
	line-height : 1.8em;
}

#staff div {
	float : left;
	margin-right : 8px;
	width : 140px;
}

div#staff {
	white-space : nowrap;
}

#staff li {
	float : left ! important;
}

#staff .gallery a.thumbnail {
	float : left;
}

#staff .gallery a.nolink:hover {
	float : left;
	border : black solid 1px;
}


#staff ul, #staff li {
	list-style : none;
	margin : 0;
	padding : 0;
	color : #ffffff;
}

#staff a {
	color : #ffffff;
}

#staff a {
	color : #ffffff;
	text-decoration : underline;
}

#staff a:hover {
	color : #FF3700;
	text-decoration : none;
}

#staff h4 {
	color : #FF3700;
	font-weight : normal;
}

#staff li + li h4 {
/*
	margin-top : 1.7em;
*/
}


.published {
	font-size : 0.9em;
}

.published .title {
	color : #888888;
	font-style : italic;
	width : auto;
	margin-right : 1em;
}

.published .location {
	color : #ffffff;
	float : left;
	margin-right : 1em;
}

.published .location p {
	float : left;
	display : inline;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: none;
	overflow: hidden;
	visibility: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/