/****************************************************************************************	
	[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, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
table, th, td {
	font-size: 100%;
	font: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	color: #aecc45;
	font: normal 16pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	text-align: left;
	text-transform: uppercase;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #aecc45;
	font: normal 18pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-weight: bold;}
h5, h6 {font-size: 10pt;}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 18px;}
table table, table p {margin: 0;}
/* Lists */
ul, ol {margin-left: 44px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 22px;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .feedback, .feedback-sml, #breadcrumbs, 
.pagination, #img-lib .separator, .search, #nav-main,
#footer *, #aside {display: none;}

#footer #copyright, #footer #copyright strong {display: block;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
#content-wrapper {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/* [MISC]
-------------------------------------------------------*/
/* Margins */
.margin-on {margin-bottom: 18px;}
.margin-off {margin-bottom: 0;}
/* Text alignment */
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left;}
/* Vertical aligment */
.v-btm {vertical-align: bottom;}
.v-mdle {vertical-align: middle;}
.v-top {vertical-align: top;}
/* Font size */
.txt-sml {font-size: 9pt;} /* 11px */
.txt-lrge {font-size: 12pt;} /* 13px */

/* [CUSTOM IMAGE TREATMENTS]
-------------------------------------------------------*/
img.border,
span.border {
    border: 1px solid #e8e8e8;
    display:block;
}
img.left,
span.left {
    float: left;
    margin: 0 20px 15px 0;
}
img.right,
span.right {
    float: right;
    margin: 0 0 15px 20px;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [CMS MODULES]
-------------------------------------------------------*/
/* ---Reviews--- */
#review-listings {
	list-style: none;
	margin: 0;
}
	#review-listings .datetime-author {margin: 0 0 6px;}
		#review-listings .datetime-author cite {
			font-weight: bold;
			font-style: normal;
		}
		#review-listings .datetime-author span {
			display: block;
			font-size: 8pt;
			color: #888;
		}

/* --Search Results-- */
#search-results p {margin: 0;}
#search-results .rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#img-lib {list-style: none;}
	#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

/* --Forum-- */
/* Forum Grid */
.forum-grid {width: 100%;}
	/* Forum Category Name */
	.forum-grid caption {padding: 6px 0;}
	/* Defaults */
	.forum-grid td, .forum-grid th {
		vertical-align: top;
		padding: 4px 8px;
		border: 1px solid #D3D3D3;
	}
	.forum-grid .count {text-align: center;}
	/* Header Cells */
	.forum-grid thead th {font-weight: bold;}
	/* Data Cells */
	.forum-grid tbody td h2 {
		margin-bottom: 4px;
		font-size: 11pt;
	}
	.forum-grid tbody td p {font-size: 10pt;} 
		.forum-grid tbody td em {
			display: block;
			font-style: normal;
			margin-top: 4px;
		}
/* Forum Posts */
#forum-posts li .post-datetime-author p {margin: 0;}