/*
Theme Name: ExhibitDEAL Default Theme
Theme URI: http://www.unleadedsoftware.com
Description: The default ExhibitDEAL theme.
Version: 1.0
Author: Unleaded Software
Author URI: http://www.unleadedsoftware.com

	
	
	
	/* Begin: Reset */
	
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Reset */

	/* End: Reset */
	
	
	body {
	background: url('images/body-bg.gif') top left repeat-x #646464;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
	a {
	color: #2F2F2F;
	}
	
	a:hover {
	color: #999999;
	}
	
	#mainContainer {
	width: 789px;
	margin: 0 auto;
	background: url('images/content-bg.gif') top left repeat-y;
	border-right: 2px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	}
	
	#header {
	background: url('images/header.gif') top left no-repeat;
	width: 790px;
	height: 90px;
	}
	
	#header #home {
	width: 250px;
	height: 90px;
	float: left;
	}
	
	#header #mailTo {
	width: 250px;
	height: 90px;
	float: right;
	}
	
	#header img {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
	#sidebar {
	width: 180px;
	float: left;
	font-size: 12px;
	margin-top: 15px;
	color: #01FA01;
	}
	
	#sidebar h2, #sidebar p, #sidebar ul, #sidebar ol {
	padding: 0 10px;
	}
	
	#sidebar li p {
	padding: 10px 0;
	}
	
	#sidebar h2 {
	font-size: 16px;
	color: #01FA01;
	padding-bottom: 8px;
	}
	
	#sidebar ul li ul {
	margin-bottom: 20px;
	}
	
	#sidebar a {
	color: #fff;
	text-decoration: none;
	}
	
	#sidebar a:hover {
	text-decoration: underline;
	}
	
	#sidebar li.returnHome {
	padding-bottom: 25px;
	}
	
	#postsColumn {
	float: left;
	width: 550px;
	background: #E8EAEC;
	border: 2px solid #000;
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: justify;
	}
	
	#postsColumn .post {
	padding: 10px 0;
	}
	
	#postsColumn h2 {
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	border: 1px solid #999;
	background: #e2e2e2;
	margin: 10px 0 16px 0;
	padding-left: 10px;
	}
	
	#postsColumn h2 a {
	color: #000;
	text-decoration: none;
	background: #e2e2e2;
	}
	
	#postsColumn h2 a:hover {
	color: #999999;
	}
	
	#postsColumn p.date {
	float: right;
	font-size: 11px;
	color: #2F2F2F;
	padding-bottom: 15px;
	}
	
	#postsColumn small {
	font-size: 11px;
	color: #2f2f2f;
	padding-bottom: 15px;
	}
	
	#postsColumn p {
	padding: 6px 0;
	line-height: 1.3em;
	clear: both;
	}
	
	#postsColumn ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0;
	}
	
	#postsColumn ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 0;
	}
	
	#postsColumn blockquote {
	padding: 25px;
	color: #999;
	font-style: italic;
	font-weight: bold;
	}
	
	#postsColumn img {
	float: left;
	border: 0;
	padding: 10px 10px 10px 0;
	}
	
	#postsColumn p.postmetadata {
	border-top: 1px dashed #999;
	}
	
	#postsColumn .alignleft {
	float: left;
	}
	
	#postsColumn .alignright {
	float: right;
	}
	
	#postsColumn h1 {
	font-size: 24px;
	color: #999;
	border-bottom: 1px dashed #999;
	}
	
	#postsColumn h3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	clear: both;
	}
	
	#postsColumn ol.commentlist li {
	border: 1px solid #999;
	padding: 10px;
	margin: 5px 0;
	float: left;
	font-size: 30px;
	}
	
	#postsColumn ol.commentlist li img {
	float: right;
	padding: 0 10px 0 0;
	}
	
	#postsColumn ol.commentlist li cite {
	text-transform: capitalize;
	}
	
	#postsColumn ol.commentlist li .commentDiv {
	width: 300px;
	float: left;
	font-size: 12px;
	}
	
	#postsColumn ol.commentlist li .avatarInfo {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 11px;
	}
	
	#footer {
	padding-bottom: 25px;
	clear: both;
	}
	
	#footer p {
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 13px;
	}
	
	#footer img, #footer a {
	float: left;
	margin: 0;
	padding: 0;
	}
