/*
 * This file should contain all the info for positioning things in response to page size.
 */

html
{
	padding: 0px;
	margin: auto;
	border: 0px;
	text-align: center;
}

body
{
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height: 20px;
  	Font-Size: medium;
	color: #fff;
	font-size: 11px;
  	Background-Color: #000;
	text-align: center;
	border: 0px;
	margin: auto;
	padding: 0px;
	width:960px;
}

table
{
	color: #ccc;
	font-size: 12px;
}

img
{
	border:0px;
}

#topbar 
{
	text-align: left;
	float: left;
	clear:left;
	position:relative;
	margin: 0px 0px 0px 0px;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color:#333;
	height: 150px;
	width:100%;
}
#title
{
	position:relative;
	margin-top:24px;
	float: left;
	clear:left;
	width: 520px;
}
#topbarimage
{
	background: #000 url(images/ROLLOVER_GoldOnBlack.jpg) no-repeat left center;
	height: 120px;
	display:block;
	text-indent:-9999px;
}


#topbar H1
{
	Font-Size: 290%;
	Font-Weight: 700;
	Color: #404040;
	margin: 0px;
	display: inline;
}
#topbar H1 a 		{  color: #000000; text-decoration: none;}
#topbar H1 a:hover	{  color: #444444; text-decoration: none;}


#sitebody
{
	background: #000;
	position:relative;
	display:inline-block;
	width:100%;
	padding:40px 0 0 0;
}

#menu
{
	position:relative;
	float:left;
	margin:95px 10px 0 0px;
	background:#000;
	z-index:1;
}

#menu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:0px;
	z-index:100;
}
#menu ul li
{
	display: block;
	position: relative;
	float: left;
	padding:0px;
	text-align:center;
	margin:0px;
	clear:none;
	text-indent:0px;
	font-size: 12px;
}
#menu ul li a
{
	position:relative;
	display: block;
	padding: 10px;
	height: 16px;
}

#menu li a 		{  color: #ccc; text-decoration: none; }
#menu li a:hover{  color: #6699cc; text-decoration: none;}
#menu #menusel a 	{    color: #6699cc; text-decoration: none; }


#maintext
{
	position:relative;
	float: left;
	width: 100%;
	background:#000;
	text-align:left;
	margin:0;
	min-height:600px;
	padding:0;
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
}
#maintextinner
{
	position:relative;
	float: left;
	margin:0;
	width: 630px;
	overflow:hidden;
}

#maintext H1
{
	Font-Size: 38px;
	Font-Weight: bold;
	color: #6699cc;
	margin:0 0 0.6em 0;
	line-height: 1em;
	display: block;
}
#maintext H2
{
	Font-Size: 30px;
	Font-Weight: normal;
	color: #6699cc;
	margin:0 0 18px 0;
	line-height: 1em;
	display: block;
}
#maintext H3
{
	Font-Size: 20px;
	Font-Weight: normal;
	color: #6699cc;
	margin:0 0 0.6em 0;
	line-height: 1em;
	display: block;
}
#maintext H4
{
	Font-Size: 16px;
	Font-Weight: normal;
	color: #cccccc;
	margin:0 0 0.6em 0;
}

#maintext a 		{  color: #6699cc; text-decoration: none;}
#maintext a:hover	{  color: #6699cc; text-decoration: none;}

#sidebar
{
  	position:relative;
	float: right;
	width: 275px;
	background:#000;
	text-align:left;
	min-height:600px;
	margin: 0 0 0.5em 30px;
	padding:22px 0 0 25px;
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	overflow:hidden;
}
#sidebar h3
{
	color: #cccccc;
	font-size: 18px;
	margin-bottom: 0.6em;
}
#sidebar .widget_recent_posts li
{
  margin: 0;
  border-bottom: 1px solid #F0F0F0;
}

.posts_list li
{
  padding: 5px 0;
}
.posts_list .thumbnail {
  display: block;
  float: left;
  margin: 4px 8px 8px 0;
  line-height: 100%;
  border: 1px solid #eee;
}
.posts_list time {
  display: block;
}
 .widget
{
	margin:0 0 4em 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding:0;
}
#sidebar .widget a, #sidebar .widget a:visited {
  color: #6699cc;
  text-decoration: none;
}
.entry {
  margin-bottom: 50px;
  clear: both;
  overflow: hidden;
}
.entry .entry_meta {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.entry_left .entry_image {
  float: left;
  width: 202px;
  margin-top: 5px;
  margin-right: 20px;
}
.entry_left .entry_info {
  overflow: hidden;
}
.image_styled, .image_frame, .image_styled img {
  display: block;
}
.image_frame {
  border: 1px solid #eee;
}
article, section {
  display: block;
}

#footer
{
	background:#0d0d0d;
	color:#fff;
	Font-Size: 14px;
	letter-spacing: 1px;
	text-align: left;
	border-style:solid;
	border-width: 1px 0px 0px 0px;
	border-color:#333;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding: 12px 0 12px 0;
	clear: both;
	overflow:hidden;
}
#footer a 		{  color: #fff; text-decoration: none;}
#footer a:hover	{  color: #fff; text-decoration: none;}
#footer a:visited	{  color: #fff; text-decoration: none;}






