/*
Theme Name: DommeBitch.com
Theme URI: http://www.dommebitch.com/
Description: Official theme of DommeBitch.com.
Version: 1.0
Author: Enrique Garcia
Author URI: http://the-exclamation.com/
Tags: grey
*/

/* Begin Typography & Colors */
body {
	font-size: 10pt;
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	background: #333 url('images/pagebg.gif');
	color: white;
	text-align: center;
	margin: 0;
	}

a { color: white; }
a:hover { text-decoration: none; }

h1, h2, h3 { margin: 0; }

#page {
	background: #877 url('images/mainbg.gif') repeat-y top center;
	text-align: left;
	margin: 0 auto;
	width: 840px;
	}

#header {
	width: 840px;
	height: 148px;
	overflow: hidden;
	display: block;
	}

#main {
	background: transparent url('images/maintopbg.gif') no-repeat top center;
	width: 840px;
	}

#posts {
	width: 515px;
	float: left;
	}

#sidebar1 {
	width: 160px;
	float: left;
	padding: 0 10px;
	}

#sidebar2 {
	width: 120px;
	float: left;
	padding: 0 15px 0 0;
	}

#sidebar1 ul, #sidebar2 ul {
	margin: 10px 0 0 -33px;
	#margin: 0 0 0 8px;
	clear: both;
	line-height: 1em;
	}
#sidebar1 li, #sidebar2 li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 0.9em;
	}

#footer {
	width: 820px;
	min-height: 80px;
	padding: 10px;
	background: transparent url('images/footer.gif') bottom center no-repeat;
	clear: both;
	text-align: center;
	}

.post {
	width: 500px;
	padding: 0 0px 10px 15px;
	background: transparent;
	display: block;
	}
.post a img {
	border-color: yellow;
	}

.posttitle, .navigation {
	width: 480px;
	height: 27px;
	padding: 15px 20px 20px 30px;
	display: block;
	text-align: center;
	overflow: hidden;
	background: transparent url('images/titlebg.jpg') top center no-repeat;
	color: white;
	font-size: 1.5em;
	}
.posttitle a, .navigation a { color: white; }
.post .navigation {
	font-size: 1em;
	padding: 10px 20px 15px 30px;
	height: 37px;
	margin: 0 0 15px -15px;
	}
.alignleft, .alignright {
	width: 230px;
	float: left;
	text-align: left;
	display: block;
	padding-right: 10px;
	}
.alignright {
	text-align: right;
	padding-right: 0;
	}

.sb1ad { text-align: center; }