/*
Title: "Fool In A Bubble" screen styles
Date Modified: 6/29/2009
--
Design: Peter Sieper
Programming: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #000;
	color: #fff;
	font: normal small/1.7em "Times New Roman", Georgia, serif;
	text-align: center; /* for centering Win IE 5 */
	font-size: 100%;
	}

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* ----- header ----- */
#header {
	margin: 0;
	height: 200px;
	}

#logo {
	width: 300px;
	height: 77px; 
	margin: 0;
	padding: 0;
	border-bottom: none;
	text-decoration: none;
	}

/* ----- main content ----- */
#main {
	margin: 0 auto;
	padding: 10px 0;
	width: 885px;
	text-align: left;
	}

ul, ol {
	font-size: 11px;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

#left_column {
float: left;
width: 605px;
}

#right_column {
float: right;
width: 265px;
}


/* ----- footer ----- */
#footer {
	border-top: 1px solid #333;
	height: 150px;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
	color: #333;
	font-style: normal;
	font-size: 90%;
	}


/* typography
------------------------------------- */
h1, h2, h3, dt, dt a, legend {
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	line-height: 1.4em;
	}

h1 {
	color: #93c2de;
	text-align: center;
	}

h2 {
	color: #ccc;
	margin: 15px auto;
	width: 75%;
	font-size: 140%;
	text-align: center;
	}
	
h3, dt, legend {
	font-weight: normal;
	font-size: 125%;
	}

h4 {
	font-size: 100%;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

#right_column {
	font-size: 80%;
	line-height: 1.7em;
	}

blockquote.pullquote {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}

#right_column blockquote.pullquote {
	font-size: 180%;
	line-height: 1.3em;
	letter-spacing: .1em;
	}

blockquote.pullquote p.quote {
	margin: 50px auto;
	margin-bottom: 0;
	width: 300px;
	text-align: center;
	font-size: 220%;
	letter-spacing: .03em;
	}
	
blockquote.pullquote p.author {
	margin: 7px auto;
	width: 300px;
	padding-top: 0;
	text-align: center;
	font-size: 90%;
	text-transform: uppercase;
	}

/* navigation
------------------------------------- */
a {
	color: #93c2de;
	text-decoration: none
	}

a:link {
	color: #93c2de;
	text-decoration: none
	}

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

div#navigation {
position: relative;
margin: 0 auto;
width: 900px;
}

div.nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 900px;
	}

#left_nav, #right_nav {
	width: 345px;	
	}
	
#left_nav {
	float: left;
	}

#right_nav {
	float: right;
	}

div.nav ul {
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	color: #333;
	width: 100%;
	font-size: 12px;
	letter-spacing: .09em;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	}

div.nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

div.nav ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	}

div.nav ul li a:hover {
	color: #93c2de;
	}

div.nav ul li a:active, div.nav ul li a.selected {
	color: #93c2de;
	}

div.nav ul li a.last { border-right: none; }


/* ----- misc ----- */
.footnote {
	color: #999;
	font-size: 80%;
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}

.social_networks {
	text-align: center;
	margin: 10px auto;
	}

/* alignment
------------------------------------- */
.align_left {
	float: left;
	}
	
.align_right {
	float: right;
	}

.pad_left {
	float: left;
	margin: 5px 15px 7px 0;
	}

.pad_right {
	float: right;
	margin: 5px 0 7px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

