/* Love Lobotomy CSS Document */

/*****************************************
Tags
*****************************************/

* {
	margin: 0;
	padding: 0;
	}
	
/*****************************************
Tags
*****************************************/
	
body{
	position:relative;
	font-size: small;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	color: #4b662f;
	text-align: center;
	}
	
	
a:link, a:active,  a:hover, a:visited {
	text-decoration: none;
	border: none;
	color: #666;
	}
	

	
img {
	border: none;
	}
	
ul {
	list-style:none;
	}
	
ul li {
	display: inline;
	}
	
/*****************************************
WRAPPER
*****************************************/
	
	
body.about #wrapper {
	background: none;
	}
	
#wrapper h1 {
	position:absolute;
	top: 0;
	left: 300px;
	width: 300px;
	height: 57px;
	font-size: 150%;
	text-align: left;
	color: #5b1414;
	background: #000 url(../img/ll_text_logo.gif) no-repeat center top;
	text-indent: -9999px;
	}
	
/*****************************************
BRANDING
*****************************************/
	
#branding {
	}
	
#mainNavWrap h1 {
	position:absolute;
	font-size: 150%;
	text-align: left;
	color: #5b1414;
	background: #000 url(../img/ll_text_logo.gif) no-repeat center top;
	text-indent: -9999px;
	}
	
/*****************************************
Thumbnails
*****************************************/

#mainNavWrap {
	width: 100%;
	margin: 0 auto;
	
	background: #000 url(../img/about_navMainBkgd.gif) repeat-x 0 100%;
	}

#mainNav {
	position: relative;
	width: 790px;
	margin: 0 auto;
	padding-top: 85px;
	background: url(../img/about_logo_small_bkgd.gif) no-repeat 34px 100%;
	}
	
#mainNav h1 {
	position:absolute;
	top: 10px;
	left: 0;
	font-size: 150%;
	text-align: left;
	color: #5b1414;
	background:url(../img/ll_text_logo.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
	
#mainNav ul {
	list-style: none;
	padding: 30px 0 10px 0;
	text-align: right;
	}
	
#mainNav li  {
	color: #333;
	}
	
#mainNav li a {
	margin: 10px 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #777;
	letter-spacing: 2px;
	border-right: 1px solid #333;
	}
	
#mainNav li a:link {
	color: #999;
	}
	
#mainNav li a:hover {
	color: #fff;
	padding-bottom: 10px;
	background: url(../img/menuActive.gif) no-repeat 50% 100%;
	}
	
#mainNav li a:visited {
	color: #999;
	}
	
#mainNav li.mainNavRight a {
	border: none;
	padding-right: 0;
	}
	
body.about #mainNav li#navAbout a {
	color: #fff;
	padding-bottom: 10px;
	background: url(../img/menuActive.gif) no-repeat 50% 100%;
	}
	
/*****************************************
contentWrapper
*****************************************/
#contentWrapper {
	width: 790px;
	margin: 0 auto;
	}


/*****************************************
Thumbnails
*****************************************/

ul#thumbnails {
	width: 250px;
	float: left;
	}
	
	
#thumbnails li {
	display: block;
	
	}
	
ul#thumbnails li p {
	padding: 10px;
	text-align: left;
	line-height: 125%;
	}
	
#thumbnails li a img{
	float: left;
	}
	
#thumbnails li a img.rightThumb {
	margin-right: 0;
	}
	
	
/*****************************************
CONTENT SUB
*****************************************/

#subContent {
	position: relative;
	width: 790px;
	padding-bottom: 35px;
	background: url(../img/about_contentSubBottom.gif) no-repeat 0 100%;
	}
	
#subContent h3 {
	width: 520px;
	height: 60px;
	padding: 120px 20px 0 250px;
	background: url(../img/about_contentSubTop.gif) no-repeat 0 0;
	text-align: left;
	font-size: 200%;
	line-height: 130%;
	font-weight:normal;
	color: #999;
	}
	
#subContent p {
	width: 520px;
	padding: 15px 20px 0 250px;
	background: url(../img/about_contentSubMiddle.gif) repeat-y 0 0;
	text-align: left;
	font-size: 160%;
	line-height: 130%;
	color: #999;
	}

#subContent ul {
	position: absolute;
	bottom: 40px;
	left: 20px;
	text-align: left;
	}
	

#subContent li {	
	display: block;	
	padding: 5px 0 5px 25px;
	}
	
#subContent li.tumblr {	
	background: url(../img/tumblr.gif) no-repeat 0 0;
	}
	
#subContent li.lastFM {	
	background: url(../img/Lastfm.gif) no-repeat 0 0;
	}
	
#subContent li.cafePress {	
	background: url(../img/cafePress.gif) no-repeat 0 0;
	}
/*****************************************
CONTENT
*****************************************/
	
#content {
	position: relative;
	float: right;
	padding-bottom: 100px;
	padding-top: 80px;
	}
	
#content h2 {
	position: absolute;
	top: 49px;
	left: 2px;
	color: #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
		}
		
#content h3 {
	position: absolute;
	top: 120px;
	left: 0;
	width: 365px;
	margin:  0 30px 0 30px;
	text-align: left;
	color: #999;
	font-family: helvetica;
	font-size: 180%;
	font-weight:normal;
		}
	
#content p.picture {
	padding: 20px;
	padding-bottom:40px;
	background: #ddd;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ccc;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #aaa;
	}

	

	
#gallery p.returnTop {
	margin: 20px 0 0 0;
	text-indent: -9999px;
	}
	
#content img {
	margin:  0 0 20px 0;
	}
	
/*****************************************
Footer
*****************************************/

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	height: 200px;
	text-align:center;
	border-top: 1px solid #ccc;
	}
	
body.home #footer {
	margin-top: 100px;
	}
	
#footer p {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	padding-top: 134px;
	font-size: 90%;
	color: #ccc;
	background: url(../img/brandingBkgd.gif) no-repeat center top;
	text-align: center;
	}
