* { margin: 0; padding: 0; outline: 0; }

body {
	background: url(../images/bg3.jpg) repeat;
	font: 12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: white;
	text-align: center;
}

/* links */
a:link, a:visited {
	text-decoration: none;
	color: #20648a;
	background: inherit;
}
a:hover {
	color: white;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666;
}

/* images */
img {
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 28px;
    border: 1px solid #f2f2f2;
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px;
}

/* form elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {


	font: normal 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

	border-radius:4px;
 /* mozilla */
 -moz-border-radius:4px;
 /* webkit */
 -webkit-border-radius:4px;
}
textarea {
	width:400px;
	padding: 4px 5px;
	font: normal 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: 11px Verdana;
	border: 1px solid white;
	padding: 5px;
	min-width:70px;
	background: #20648a;
	color: white;
}


td.title {
font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: white;
	padding: 5px 0 5px 25px;
	background: #1E1E1E url(../images/headerbg.gif) repeat-x left bottom;

}

/* ----------------------------------------------
   LAYOUT
------------------------------------------------- */
#wrap {
	width: 1024px;
	background: #0f1012;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 95%;
	padding: 0;
	margin: 0 auto;
	min-height:800px;
}
#header {
	width: 1024px;

	height: 170px;
	background: #CCC url(../images/bg1.png) repeat;
	padding: 0;
	font-size: 14px;

}
#gather-player{
border: 1px dashed deepskyblue;
color: deepskyblue;
display: block;
margin: 5px 0;

}
#gather-player.admin{
border: 1px dashed red;
color: red;
}
#gather-player.premium{
border: 1px dashed orange;
color: orange;
}
#gather-player.sub{
border: 1px dashed green;
color: green;
}
#top3{
float: right;
font: comic-sans;
font-size: 11px;
position:relative;
padding:10px;
width:200px;
color: white;
height:80px;

background: url(../images/top3.png)  no-repeat;
}

/* Menu */
#menu {
	clear: both;
	margin: 0; padding: 0 40px 0 0;
	background: url(../images/menu.png) repeat-y center top;
	font: bold 12px/28px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	height: 30px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #417b9b;
	color: white;
}
#menu ul li#current a {
	background-color: #20648a;
	color: white;
}

/* Main Column */
#main {
	float: right;
	width: 77%;
	margin: 10px 0 30px 0;
	background: url(../images/menu-panel.png) repeat;
	color: white;
	text-align:justify;


}
#main h1 {
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: white;
	padding: 5px 0 5px 25px;
	background: #0f1012 url(../images/headerbg.gif) repeat-x left bottom;
}
/* Main Column class*/
.main {
	float: right;
	width: 77%;
	margin: 10px 0 0 0;
	background: #40403f;
	color: white;


}
.main h1 {
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: white;
	padding: 5px 0 5px 25px;
	background: #1E1E1E url(../images/headerbg.gif) repeat-x left bottom;
}

#status{
background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;
width:100%;
display:block;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: .9em;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar-left {

	float: left;
	width: 200px;
	height: 20px;
	padding: 0;


}
#sidebar-left h1 {
	margin-top: 12px;
	width:200px;
	padding: 5px 0 5px 0px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: white;
	background: #1E1E1E url(../images/headerbg.gif) repeat-x left bottom;


}
#sidebar-left .box {
	font: comic-sans;
	width:200px;
	margin-top: 10px;
	padding: 5px 0 5px 20px;
	min-height:100px;
	color: white;
	background: url(../images/menu-panel.png) repeat-y;
	margin: 0 0 5px 0;


	}
#sidebar-left .box p {
  margin: 5px;
}

#sidebar-left ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
    font-size: .9em;
}
#sidebar-left ul.sidemenu li {
	padding: 3px 0 3px 25px;
	margin: 0 2px;
}
#sidebar-left ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
	color: white;
}

/* Footer */
#footer {
	color: #666666;
	background: #CCC url(../images/footer.png) repeat;
	clear: both;
	width: 1024px;
	height: 60px;
	text-align: left;
	font-size: .9em;
}
#footer a { text-decoration: none; }

/* Messages */

#error { color: red;}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
