@charset "UTF-8";
/* Global Reset */ 

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td 
{ margin:0; padding:0 }

a img, :link img, :visited img {
	border: 0;
}

/*  floats and clear */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Page Structure */

html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #330000;
	text-align: center;
}
#container {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}
#header {
	background-image: url(../img/wb_header.gif);
	background-repeat: no-repeat;
	height: 190px;
}
	
#contentWrapper {
	padding-right: 40px;
	padding-left: 60px;
}
#lftCol {
	width: 252px;
	float: left;
	margin-right: 58px;
}
#rgtCol {
	width: 374px;
	float: left;
}
#footer {
	width: 800px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding-left: 60px;
}
.push {
	height: 40px; /* .push must be the same height as .footer */
}

.topNav {
	text-align: left;
	padding-right: 50px;
	padding-left: 600px;
	padding-top: 150px;
}
.blogName {
	width:252px;
	float: left;
	font-size:3em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1;
}
.pageQuote {
	padding-top: 15px;
	margin-left: 330px;
	text-indent: -5px;
	line-height: 1.2em;
	width: 350px;
}
.pageQuote p{
	color: #4fd5d6;
	font-weight: bold;
}

.quoteAtt {
	text-align: right;
	line-height: 0px;
}
.photoBox {
	margin-bottom: 30px;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.16em;
	margin-left: 0;
}

.italic{
	font-style: italic;
}

/* general links */
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
/* the basics secton links */
a.basics:link {
	text-decoration: none;
	color: #CC6633;
}
a.basics:visited {
	color: #CC6633;
	text-decoration: none;
}
a.basics:hover {
	color: #000000;
}
a.basics:active {
	color: #000000;
} 
/* the friends and social links sectons */
a.social:link {
	text-decoration: none;
	color: #330000;
}
a.social:visited {
	color: #330000;
	text-decoration: none;
}
a.social:hover {
	color: #CC6600;
}
a.social:active {
	color: #CC6600;
} 
/* footer legal fineprint  sectons */
a.legal:link {
	text-decoration: none;
	color: #333333;
}
a.legal:visited {
	color: #333333;
	text-decoration: none;
}
a.legal:hover {
	color: #333333;
	text-decoration: underline;
}
a.legal:active {
	color: #333333;
	text-decoration: underline;
} 

/* image */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
	padding-left: 10px;
}

img.alignleft {
	float: left;
	padding-right: 10px;
}



.appQuote {
	text-indent: -5px;
	line-height: 1.2em;
}
.appAtt {
	text-align: right;
}
