/*
Theme Name: Ben's Pants, v. 3
Theme URI: http://benspants.com/
Description: The new face of my pants.
Version: 2.0
Author: Ben

*/


/* generic classes */

.alignleft { float:left }
.alignright { float:right }
.aligncenter { margin-left:auto; margin-right:auto; display:block } 
.clear { clear:both }
.float-left { float:left }
.float-right { float:right }
.text-left { text-align:left }
.text-right { text-align:right }
.text-center { text-align:center }
.text-justify { text-align:justify }
.bold { font-weight:bold }
.italic { font-style:italic }
.underline { border-bottom:1px solid }
.highlight { background:#ffc }
.img-left { float:left;margin:4px 10px 4px 0 }
.img-right { float:right;margin:4px 0 4px 10px }
.nopadding { padding:0 }
.noindent { margin-left:0; padding-left:0 }
.nobullet { list-style:none; list-style-image:none }
.noborder {border:0px;}
.blackborder {border-color:#000000; border-width:1px;}
.small {font-size:.9em;}

/* wipe out basic formatting */

* 
    {
    margin: 0;
    padding: 0;
    border: 0;
} 

/* begin custom formatting */

html {
	background-color: #663300;
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

a:link {
	color: #996633;
}
a:visited {
	color: #996633;
}
a:active {
	color: #F30;
}
a:hover {
	color: #FC6;
}
a {text-decoration: none;}

h1
    {
    font-size: 2.2em;
}
    
h2
    {
    font-size: 2.0em;    
}
    
h3
    {
    font-size: 1.8em;
}
    
h4
    {
    font-size: 1.6em;    
}
    
h5
    {
    font-size: 1.4em;    
}
    
p
    {
    font-size: 1.2em;    
}  

#container {
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 50px;
}
#container #header {
	width: 100%;
	clear: right;
	margin-bottom:10px;
}
#container #header img#face {
	float: left;
}
#container #header #info {
	text-align: right;
	font-size:1.5em;
	line-height: 1.5em;
	font-weight:bold;
}

#container #header #info img {
	vertical-align: text-top;	
}

#container #header h3#ben_links{
	margin-bottom:5px;
}

#container .column {
	float: left;
	width: 33%;
	overflow: hidden;
}
#container .hide_link {
	text-align: right;
	padding-right: 10px;
}

#container .post {
	padding: 5px;
}
#container .post h3.post_title {
	font-size: 2.5em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000;
}
#container .post a:link h3.post_title, #container .post a:visited h3.post_title, #container .post a:active h3.post_title, #container .post a:hover h3.post_title {
	color:#000;
}
#container .post .post_meta {
	text-align: right;
	font-size: 1em;
	margin-bottom: 5px;
	line-height: 1.5em;
	margin-top: 5px;
	text-transform: lowercase;
}
#container .post p.post_meta:first-letter {
	font-size:1em;
}
#container .post .post_meta img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .post .post_meta .comment_icon {
	vertical-align: text-top;
}

#container .post .post_image {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #963;
}

#container .post img {
	border: 1px solid #000;
}
#container .post p {
	margin-top:5px;
	margin-bottom:5px;
	text-indent:10px;
}
#container ul li {
	list-style:square;
	margin-left:15px;
}

li.widget {
	list-style:none;
}

#container .post p:first-letter, #mouth p:first-letter {
	font-size:1.4em;
	text-transform: capitalize;
}
#container .post p:first-line, #mouth p:first-line {
	line-height:1.3em;
}
#container #footer {
	clear: both;
	text-align: center;
	font-size: .9em;
	line-height: 1.5em;
	padding-top: 30px;
	padding-bottom: 10px;
}

.wp-caption-text {
	font-size: .9em;
	line-height: 1em;
	text-align: center;
	display: block;
	margin-top: 3px;
}

.wp-caption {
	text-align: center;
	padding: 3px;
	border: 1px solid #000;
	background-color: #996633;
	margin: 3px;
}

h1.column_title {
	text-transform: uppercase;
	font-size: 4em;
	text-align: right;
	padding-right: 10px;
	line-height: 1em;
}

/* single post page */

#container #single_post_column {
	width:50%;
}

#container #sidebar {
	width:50%;
}

/* Head Formatting */

#head {
	width: 668px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height: 100%;
	color: #FFF;
}

#face_top {
	background-image: url(images/face/top.png);
	height: 371px;
	background-repeat: no-repeat;
	background-color:black;
	margin-top:0px;
}

#face_bottom {
	background-image:url(images/face/bottom.png);
	height: 207px;
	background-repeat: no-repeat;
	background-color:black;
}

#mouth {
	background-color:black;
	padding:10px;
}

#mouth .wp-caption {
	background-color:#000;
}

#mouth .wp-caption img {
	border:1px solid #FFF;
}

#mouth p {
	margin-bottom:5px;
}

#mouth h3.storytitle {
	margin-top:5px;
}

#smp-wrapper img {
	margin-right:2px;
}

/* Error page formatting */

#error {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #000;
}

/* Comments formatting */
#comment_wrapper {
	margin-top:10px;
	padding:10px;
}

.comment_content {
	margin-bottom:10px;
}

/* Button formatting */

textarea#comment {
	margin-bottom:5px;
}

#commentform input {
	margin-bottom:3px;
}

h2#comments {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000;
}

