/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#313131;
}

#content-bg {
	background:#313131;
}

h1, h2, h3, h6 {
	font-weight:normal;
}

h1, h2, h6 {
	font-family:"Trebuchet MS", Arial, Verdana;
}

h1 {
	font-size:18px;
	margin:4px 0 8px 0;
	padding-bottom:4px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:16px;
	margin:8px 0 4px 0;
}

h5 {
	font-size:14px;
	margin:10px 0 5px 0;
}

h6 {
	font-size:16px;
}

.container {
	width:961px;
	margin:0 auto;
}

.min-width {
	min-width:961px;
}

#header {
	background:url(/images/theme2/theme2-header-bg.jpg) repeat-x;
	height:76px;
}

#logo {
	padding:10px 20px 0 10px;
	float:left;
	width:175px;
}

#prom-top {
	float:right;
	width:728px;
	height:80px;
	padding:5px 10px 0 0;
	text-align:right;
	display:none;
}

#header-content {
	float:right;
	width:384px;
	text-align:right;
	color:#2b66ba;
}

#header-content a{
	text-decoration:none;
}

#top-menu {
	background:url(/images/theme2/theme2-content-top-bg.jpg) repeat-x;
	height:127px;
	padding:0 0 0 12px;
}

#top-menu a:hover{
	color:#5b83b2;
}

.top-menu-item{
	float:left;
}

.top-menu-item a{
	float:left;
	display:block;
	height:24px;
	padding:9px 15px 0 15px;
	color:#eee;
	text-decoration:none;
}

.top-menu-item a:hover{
	background:url(/images/theme1/theme1-top-menu-bg-sel.jpg) repeat-x;
	color:#fff;
}

#content-top {
	display:none;
}

#content-top h3 {
	text-indent:10px;
}

#search-by {
	width:520px;
	margin:0 auto;
}

.search-by-item a {
	float:left;
	display:block; 
	text-decoration:none;
	background:#eeeeee;
	border:1px solid #cfcfcf;
	padding:4px;
	margin-right:2px;
}

#right-search{
	float:right;
	padding:5px 5px 0 0;
	width:280px;
	text-align:right;
}

.google-search{
	padding:50px 0 0 20px;
}

.link-image{
	margin:0 0 10px 0;
}

.link-image img{
	border:1px solid #ccc;
}

#content-container {
	border-top:1px solid #494848;
	padding-bottom:15px;
	padding-top:15px;
	min-height:70px;
}

.content-wrapper {
	float:left;
	width:100%;
}

.content-area {
	margin-right:250px;
}

.left-content {
	display:none;
}

.right-content {
	float:left;
	width:240px;
	margin-left:-240px;
}

.side-menu-item{
	padding:0 0 0 20px;
}

.side-menu-item a {
	display:block;
	padding:5px;
	width:188px;
	font-size:11px;
	border-bottom:1px dotted #838383;
	text-decoration:none;
}

#footer {
	background:url(/images/theme2/theme2-footer-bg.jpg) repeat-x;
	min-height:168px;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
}

#footer-content {
	float:left;
	width:600px;
	padding:20px 0 0 15px;
	background:url(/images/theme2/scissors.jpg) no-repeat top left;
}

#really-random-logo {
	display:none;
}

/* comments */

.comment{
	background:#35414f;
	padding:14px 8px;
	border-top:1px solid #51667e;
	margin-top:10px;
}

.comment-date{
	font-style:italic;
}

.comment-title{}

.comment-content{}

.gallery-image-thumb{
	float:left;
	background:#35414f;
	border-top:1px solid #586575;
	color:#fff;
	padding:10px 10px 5px 10px;
	text-align:center;
	margin:0 7px 10px 0;
	width:150px;
	font-size:10px;
	height:137px;
	overflow:hidden;
	line-height:20px;
}

.gallery-image{
	background:#35414f;
	border-top:1px solid #586575;
	color:#fff;
	padding:10px;
}

.gallery-image-thumb a:hover{
	color:#5b83b2;
}

#pagination-buttons{
	padding:0 12px 0 0;
	font-size:11px;
}

#pagination-buttons img{
	position:relative;
	top:5px;
	padding:0 2px 0 2px;
}