/* HTML Elements */

* {margin:0;
   padding:0; }

body,html { min-height:101%; }

body { background: #33332d;
       color: #000000;
       padding: 12px 0 25px 0; }

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}

p {margin: 15px 0; }

a:link, a:visited { 
        color: #bd400d;
	text-decoration:none
        }

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

#hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	padding:0 0;
	}

big {
font-size:1.2em;
}

img, a:link img, a:visited img {border:0 }

/* Structure */

#page {
	width:900px;
	margin:0 auto;
	font-size:0.7em;
	background:#fffae4;
	padding: 10px 15px 25px 15px;
	}

#branding {
	width:900px;
        height:100px;
	padding:0;
        background:#db4105;
	}

.left {float:left; }

.right {
        float:right; 
        margin:70px 10px 0 0;
        }

#sidebar {
          width: 160px;
          float:left;
          margin-top:10px;
          background: #fffae4;
          font-size:12px;
          }

#sidebar-b {
          width: 170px;
          float:right;
          }

#columns {
	width:414px;
	border:1px dotted #898989;
        padding:0 7px 0 7px;
        margin-top:10px;
        float:left;
        background: #fff;
	}

#vaults {
	width:273px;
        margin-top:10px;
        float:right;
        font-size:12px;
	border:1px dotted #898989;
        background: #fff;
	padding:0 7px 0 7px;
	}

#theaters {
	width:273px;
        margin-top:10px;
        float:right;
	border:1px dotted #898989;
        background: #fff;
	padding:0 7px 0 7px;
	}

#athome {
	width:273px;
        margin-top:10px;
        float:right;
	border:1px dotted #898989;
        background: #fff;
	padding:0 7px 0 7px;
	}

/*Subnav */

.subnav li {
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 8px;
	border-left:0px solid #000;
	}

.subnav li a:hover, .subnav li a:active {
	background:#000;
	text-decoration:none;
	color: #fff;
	}

/*	Headers */

h1 {	text-indent:-9999px;
        width: 900px;
        height: 100px;
	}	

h2 {
	font: 1.8em Arial, Times, "Times New Roman", serif;
	padding-top:4px;
	border-top:1px solid #333;
	margin: 0 0 7px 0;
        font-weight:bold;
	}

h3 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#000;
	}

#sidebar h3, #sidebar h2 {
	padding:3px 0 3px 2px;
	margin-bottom:7px;
	font-size:1em;
        background:#000;
        color:#fff;
	}

#sidebar-b h2 {
	padding:3px 0 3px 2px;
	margin:10px 0 7px 0;
	font-size:1em;
        background:#000;
        color:#fff;
	text-transform:uppercase;
	}

#sidebar-b h3 {
	padding:3px 0 3px 2px;
	margin:10px 0 0 0;
	font-size:1em;
        background:#000;
        color:#fff;
	text-transform:uppercase;
	}

#columns h3, #theaters h3, #athome h3, #vaults h3, #contentb h3 {
        background:#ffb03b;
        color:#000;
        padding-left: 2px;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	font: 1em Arial, Verdana, Sans-Serif;
        font-weight:bold;
	margin-top:20px
	}

h4 {
	font: 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	}

h6 {
font: 1.1em Arial, Helvetica, sans-serif;
}

/* Content */

#content {
	width:432px;
	float:left;
        font-size:13px;
        margin-left: 12px;
	}

#contentb {
	width:291px;
        font-size:12px;
        float:right;
	}

#postcontent {
	width:546px;
	float:left;
        font-size:13px;
        margin-left:12px;
        margin-top:10px;
	}

.feature {
	padding:10px 3px 10px 3px;
	background:#fff;
	}

.archive {
	padding:0 0 0 0;
        margin-top:10px;
        }

#theaters p, #columns p, #athome p {margin:0px;}

#vaults p {margin:2px;}

#columns img {
        padding:1px;
	border:1px solid #000;
	float:left;
	margin:3px 10px 4px 0;
        }

#athome img, #theaters img {
        padding:1px;
	border:1px solid #000;
	float:left;
	margin:3px 6px 0 0;
	}

#vaults img {
        padding-bottom: 4px;
	float:left;
	margin:3px 6px 0 0;
        }

.title {
	font-size:1.1em;
	font-weight:bold;
	line-height:115%;
        }

#theaters .title, #athome .title {
	font-size:1em;
	font-weight:bold;
	line-height:115%;
	}

#columns .excerpt-top {
        margin: 8px 0 8px 0;
        border-top:1px dotted #b6b6b6;
        }

#theaters .excerpt-top, #vaults .excerpt-top, #athome .excerpt-top{margin: 3px 0 3px 0; }

#athome .clearfloat, #theaters .clearfloat, #vaults .clearfloat {
        padding:12px 0;
	margin-bottom: 5px;
	border-bottom:none;
        }	

#sidelist {list-style:none;}

#sidelist .children li {
        list-style: square;
	margin-left:28px;
	border-bottom:0px solid #e4efd5;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#fff;
        background:#000;
	}

.postmetadata {margin: 30px 0;}

#share {
        width:510px;
        border-top:1px solid #000;
        border-bottom:1px solid #000;
        padding:7px 15px 7px 15px;
        background:#fff;
        margin-top:10px;
	}

#share span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#share p {
	margin:0;
	width:482px;
	}	

.entry {
        width:510px;
        border-right:1px solid #cbd8b4;
        border-left:1px solid #cbd8b4;
        padding:2px 15px 16px 15px;
        background:#fff;
        margin-top:10px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Post Formatting*/

.post {width:540px;}

.picleft {
	float:left;
	margin:0 7px 5px 0;
	}

.toppicleft {
	float:left;
	margin:15px 7px 5px 0;
	}

.picright {
	float:right;
	margin:0 0 5px 7px;
	}	

.post blockquote {
	color:#76767a;
	background:#ffb03b;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

/* Form Elements */

select {
	background:#fff;
	border:1px solid #9c9c9c;
	width:100%
	}

#searchform {padding:0 0 0 0; }

.button {
	padding: 1px;
	background:#e7e7e7;
	color:#000;
	border:none;
        margin-top:5px;
        border:1px solid #000;	
        }

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.commentlist {padding-left:30px;}

.commentlist li {
	margin: 15px 0 3px;
	padding: 7px 15px 7px 15px;
	background:#fff;
	border: 1px solid #ddd;
	width: 480px;
	}

#commentform small {
	background:#fff;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {display: block;}

.commentlist small {background:#fff7d1;}

.commentlist cite {
	font: 1.2em Times, serif, Georgia, "Times New Roman";
	font-weight:bold;
	}	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {display:inline-block }


.clearfloat {
	display:block
	}
	
/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {color:#d3d1d1;}

/* Other*/

#sidebar li {list-style:none;}

#sidebar-b li {list-style:none;}

.damncenter {
        height: 44px;

display:table-cell;
        }

.sidebarbreak {
	border-bottom:1px dotted #b6b6b6;
	margin: 5px 0 10px 0; 
        }

.quotes {
width:450px;
margin:0 40px 0 40px;
}

.entryheading {
padding: 4px 0 4px 0;
margin-top:10px;
}

.entryheading-b {
padding: 0 0 4px 0;
margin-top:10px;
}

.entryleft {
float: left;
padding: 0 0 4px 0;
margin-top:10px;
}



.indent {
height:0;
width:12px;
}

.entryright {
float: right;
}
