/* CSS Document */

html, body {
	text-align:center;
	background-color:#5C5C5C;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:-10px;
}

#main { 
	float:left;
	text-align:left;
	background-color:#414141;
}

#boilerplate {
	width:800px;
	background-color:#fff;
	height:120px;
}

#logo {
	float:left;
	background-color:#fff;
	width:300px;
	margin-top:30px; 
	margin-left:25px;
}

#promo {
	float:right;
	background-color:#fff;
	width:300px;
	font-size:.75em;
	padding-top:10px;
	text-align:right;
	font-family:georgia;
	line-height:1.5em;
	color:#444;
	margin-right:40px;
}

#promo img {
	margin-left:10px;
}

#headerwrapper {
	width:800px;
	background-color:#000;
	height:360px;
}

#header-rotate {
	float:left;
	width:500px;
	padding-left:20px;
}

#navigation {
	float:right;
	width:200px;
	text-align:right;
	z-index:2;
	padding-right:40px;
	padding-top:40px;
	background-color:#000;
	height:320px;
}

#contentwrapper {
	clear:both;
	width:800px;
	background-color:#fff;
	font-family:georgia;
	line-height:1.5em;
	color:#333;
	font-size:1em;
}

#contentwrapper a:link, #contentwrapper a:visited { color:#333; text-decoration:underline;}
#contentwrapper a:hover, #contentwrapper a:active { color:#333; text-decoration:none;}

#textie-left {
	float:left;
	width:500px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}

#textie-right {
	float:right;
	width:200px;
	height:100%;
	text-align:left;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	border-left:1px dotted #333;
}

.twitter {
	font-size:.85em;
}

.para {
	float:left;
}

.para-item {
	float:left;
	height:150px;
}

h1 {
	font-family:georgia;
	font-size:1.3em;
	color:#BF0000;
	margin-left:20px;

}

h2 {
	font-family:georgia;
	font-size:1.1em;
	color:#BF0000;
	margin-top:10px;
	font-variant:small-caps;
}

#footer {
	clear:both;
	font-size:.65em;
	padding-top:50px;
	padding-left:20px;
	padding-bottom:50px;

}


#flickr_badge_source_txt {padding:0; color:#666666;}
#flickr_badge_icon {margin:0 !important;}
#flickr_icon_td {padding:0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 0px;}
#flickr_www {display:block; padding:0; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff; border: solid 0px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
}