﻿/* body and container */

* {
	padding: 0;
	margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b2bab9;
	background: #2b2e2a;
}

#container {
    min-height: 100%;
    height: auto !important;
    height:100%;
    margin:0 auto -167px;
}

.cleaner {
	height:167px;
}

/* end of body and container */

/* formatting */

a:link, a:visited { text-decoration: none; color: #476c69; font-weight: bold; font-size: 0.9em; text-transform: uppercase; font-family: Century gothic;}
a:active, a:hover { text-decoration: none; color: #ccc; text-transform: uppercase; }
p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }

h2, h3 {
	font-family:Century gothic;
	color: #819088;
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.4em;
}
strong {
	font-family: Century gothic;
	font-weight:bold;
	text-transform: uppercase;
}
b {
	color: #ccc;
}

.small { font-size:0.9em; }

.float_l { float: left; }
.float_r { float: right; }
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cast {
	height: 150px;
	padding-bottom: 10px;
	vertical-align: top;
}
.cast img {
	float: left;
	margin-right: 10px;
}

/* end of formatting */

/* header */

#header_wrapper {
	width: 100%;
	height: 80px;
	background: url(http://laurenbaker.us/ap/footer_bg.gif);
	background-position: center top;
}

#header {
	width: 895px;
	height: 80px;
	margin: 0 auto;}

/* end of header */

/* nav and menu */

#nav_wrapper {
	clear: both;
	width: 100%;
	height: 40px;
	background: #121616;
}
#nav {
	width: 900px;
	height: 20px;
	padding-top: 3px;
	margin: 0 auto;
	background: #121616;
	text-align: center;
}
#nav p {
	font-size: 12pt;
	color: #65473b;
}
#nav a:link, a:visited {
	color: #65473b;
	font-family: Century gothic;
	text-transform: uppercase;
	font-size: 12pt;
}
#nav a:hover, a:active {
	color: #7d5844;
	text-decoration: none;
}
#top-menu {
	padding: 0;
	margin: 5px;
	list-style: none;
	float: left;
}
#top-menu li {
	float: left;
}
#top-menu a:link, a:visited {
	font-family: Century gothic;
	font-size: 0.9em;
	color: #65473b;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding: 5px;
	font-variant: small-caps;
}
#top-menu a:hover, a:active {
	color: #8b5d44;
}

/* end of nav and menu */

/* content */

#content_wrapper {
	overflow:auto;
	width: 100%;
	padding-bottom:170px;
}

#content {
	width: 880px;
	padding: 40px;
	margin: 0 auto;
	font-size: 8pt; 
}

.columnleft {
	width: 620px;
}
.columnright {
	width: 240px;
}

.twitter {
	width: 280px;
	padding: 20px 0 0 5px;
	float: right;
	font-size:0.8em;
}
.blog {
	width:330px;
	padding: 20px 5px 0 0;
	font-size:1em;
	letter-spacing:1px;
	line-height:12px;
	float: left;
}

/* end of content */

/* footer */

#footer_wrapper {
	width: 100%;
	height: 150px;
	margin-top: -170px;
	padding-top: 15px;
	background-color:#191e1c;
}

#footer {
	width: 880px;
	margin: 0 auto;
	font-size: 9px; 
	line-height: 24px; 
	color: #4b534c; 
	font-weight: bold;
	font-family:century gothic;
	text-transform: uppercase;
	text-align: center;
}
#footer  a {
	text-decoration: none; 
    color: #426057; 
    font-weight: bold;
    font-size:1em;
}
#footer a:hover {
	color:#ccc;
}

/* end of footer */

/* rampage stuff */

.comments_header {
	margin: 10px 0 10px 0; 
	background-color:#38403c; 
	padding:4px;
	font-size:0.9em;
}
.copyright {
	display:none;
}
.jumpbox {
   font-size:0.9em;
   font-family:century gothic;
   text-transform: uppercase;
   letter-spacing:1px;
   color:#fff;
   background-color:#191e1c;
   border-style:solid;
   border-width:0px;
}
.code {
    width:260px;
	padding:10px;
	background-color:#000;
	font-family:Courier new, courier;
	font-size:1em;
	line-height:12px;
	text-align:left;
	color:#666;
}
.vote {
	width: 70px;
	height: 275px;
}
.license {
	padding:10px;
	background-color:#000;
	color:#666;
	text-align:left;
}
.stico_default{
	background: transparent url(http://laurenbaker.us/ap/share.png) no-repeat scroll 0px 0px !important;
}
.table {

	text-align:justify;
	margin-bottom: 10px;
	font-size:1em;
	line-height:11px;
	letter-spacing:1px;
	color:#444;
}

/* gallery pages only */

.img_thumb {
	float: left; 
	width: 100px; 
	margin: 15px 24px 24px 0; 
	height: 100px; 
	overflow: hidden;
}
.img_title {
	background-color:#6a7b79;
	width: 58px;
	padding: 0 1px 0 1px;
	font-size: 7pt;
	font-family: Century gothic;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color:#000;
	border-top: 4px #2b2e2a solid;
}