/*
Theme Name: Chaos Final
Theme URI: http://chaoscontrol.com/
Description: Custom theme.
Version: 1

*/



/* Begin Typography & Colors */


#page {
	background-color: #333333;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	text-align:right;
	color:#cc0000;
	font-size: 11px;
	
	}
	
	
	.interviewMenuName {font-weight:bold;font-size:14px;}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.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, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 24px;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

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

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;
	}

h1, h2 {color:#BAE3E8;
letter-spacing:2px;
text-transform: uppercase;}

h2 {margin-bottom:0px;}

#interview {font-size:15px;line-height:20px;}


#interview h3 {
background-color:#ffffff;
	background-image: url(/images/header_bg_small.gif);
color:#000000;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
font-size:14px;

}

#interview p {padding-left:10px; font-size:14px;line-height:18px;}

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



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

a, h2 a:hover, h3 a:hover {
	color: #95BECF;
	
	
	text-decoration: none;
	}

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

/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: #333333;
	
		background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	
	
	color:#ffffff;
	margin: 6px auto;
	padding: 0;
	width: 980px;
	border: 1px solid #D8E3E1;
	
	
	}





.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

/*
.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}


*/
.clear {
	clear: both;
}



	
/* End Structure */



/*	Begin Headers
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	} */
/* 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 */



/* 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;
	}




*/



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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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


.intLinks {width:190px;padding-left:10px;padding-right:10px;float:left;background-color:#3E3E3E;margin-right:10px;padding-top:10px;padding-bottom:10px;}

.intLinks li {list-style: none;padding-bottom:5px;}
.intLinks a {line-height:22px;}


li.delicious-item {padding-bottom:6px;}
a.delicious-link {font-weight:bold;margin-bottom:3px;}
.delicious {margin-bottom:0px;}

