/* Core CSS */
body {
	margin: 0px;
	color: #585852;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #f6f4f3;
	font-style: normal;
	font-size: 12px;
	line-height: 1.3em;
}

html, body {
margin: 0;
padding: 0;
height:100%;
}
 
* {
margin:0px auto;
padding:0;
}

p {
    padding: 0px;
    margin: 0px;
}
A { 
text-decoration:none;
outline: none;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

a:link {
	color: #DA501E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #DA501E;
	font-weight: bold;
}
a:hover {
	color: #E67246;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #DA501E;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	float: right;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
}

h1 {
	margin-bottom: 1px;
	padding: 0px 0px;
	color: #363f44;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	padding: 0px 10px;
	margin-bottom: 5px;
}
hr {
	border: 1px solid #363636;
	margin-top: 15px;
	clear: both;
}

img, img a {
	border: 0;

}
img a:hover {
	border: 0;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}	
	
.copyright{
	margin: 0px;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
}
.copyright a:link {
	color: #E4E2E0;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:visited {
	color: #E4E2E0;
	font-weight: normal;
}
.copyright a:hover {
	color: #d7d2cb;
}
.copyright a:active {
	color: #E4E2E0;
	font-weight: normal;
}
}
#container {
   min-height:100%;
   position:relative;
}
#container {
   height:100%;
}
#header {
	background-color:#363f44;
	padding:0px;
	height:15px;
}
#headercontent {
	padding-top:20px;
	padding-left:20px;
	width:500px;
	height:30px;
	float:none;
	color:#FFF;
	text-align: left;
	margin-left: 20px;
}
#media {
	padding-top:10px;
	width:955px;
	height:80px;
	float:none;
	position: relative;
}
#logo {
	padding-top:0px;
	width:330px;
	height:80px;
	float:left;
	position: relative;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#content {
	padding-top:0px;
	width:955px;
	height:300px;
	text-align: left;

}
#community {
	padding-top:0px;
	width:200px;
	height:50px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
.btcframe {
	padding-left:10%;
	height:24px;
	text-align: center;
	margin-bottom:10px;

}
.btc {
	width:120px;
	height:20px;
	float:left;
	color:#DA501E;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	margin:3px;
	padding-top:5px;
	cursor:pointer;
	border: 0px solid #929da5;
}
.btc:hover{
	width:120px;
	height:20px;
	float:left;
	margin:3px;
	text-align: center;
	cursor:pointer;
	color:#F6F5F3;
	border: 0px solid #929da5;
	background-color: #363F44;
}
#contentmenu {
	width:955px;
	text-align: center;
	height: 100px;
}
#contentframe {
	width:986px;
	height:300px;
	text-align: left;
}

#contentbar {
	width:986px;
	height:40px;
	text-align: left;
}

#brl {
	width:955px;
	height:4px;
	background-image: url(../images/br.gif);
    background-repeat: repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
#footer {
	position:absolute;
	padding-top:10px;
	bottom:0;
	width:100%;
	height:15px;   /* Height of the footer */
	text-align: center;
	background-color:#363f44;
}
#adver {
   z-index:10;
   margin:0px;
   width:986px;
   height:200px;
   position: absolute;
}
#twitter {
   z-index:10;
   margin:0px;
   width:955px;
   float:left;
   border-bottom: 1px solid #dad5c5;
}


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-decoration: bold;
text-align: center;
float:right;
padding: 0 0px;
margin: -20px 0;
cursor:pointer;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
	padding: 0 5px;
	text-decoration: bold;
	border: 1px solid #c4c49d;
	color: #F1EFE8;
	background-color: #F1EFE8;
	cursor:pointer;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: bold;
	border: 1px solid #f6f4f3;
	color: #363F44;
	background-color: #F1EFE8;
	cursor:pointer;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid #f6f4f3;
	color: #F6F4F3;
	background-color: #363F44;
	font-weight: bold;
	cursor:pointer;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
	background-color: white;
	cursor: default;
	color: #C9D0D3;
	border-color: transparent;
	cursor:pointer;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #CEDAD3;
	background-color: #F1EFE8;
}
