
/* Main styles */

* {
	color:#FFFFFF;
	font-family:"Trebuchet MS",Verdana;
}

.admin_box_outer * {
	color:#000;
}

a {
	color: white;
}

a:hover {
	color: #dedede;
}

body {
	background:#FFF;
}

#wrapper {
	margin: 0 auto 30px auto;
	font-size: 1.2em;
	width:1000px;
}

#content {
	border:none;
	width:555px;
	margin-left:20px;
}

#tpl_1000000010402 * {
	color: black;
}

.box * {
	color: black;
}


.box_2 {
	margin-bottom: 20px;
}

/* Header and menu  */

#top_container {
	margin:0 auto;
	width:900px;
}



#top_container .box_menu .spacer1 {
	width:800px;
	background:#none;
	margin:0 auto;
}



.box_header {
	height:338px;
	border:none;
	background: url(../gfx/header.png);
}

.box_menu {
	width:900px;
	background: url(../gfx/menu.png);
	height:44px
}

#container {
	width:1000px;
}

#content {
	padding: 20px 0 0 0;
}

#middle_container {
	background:#000000;
	width:800px;
	margin:0 auto;
}

#footer {
	background:url(../gfx/footer.png);;
	border: none;
	margin:0px auto;
	width:1000px;
	height:500px;
}

/*START INTRO*/

#menu_level_1 {
	padding-top: 9px;
	margin-left: 60px;
}

#menu_level_1 li a {
	background-color: transparent;
	padding: 4px 0 0 4px;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#menu_level_1 li a:hover {
	color: #AAA;
}

#menu_level_1 li {
	width: 90px;
	margin: 0 0 -1px 0;
}

#menu_level_1 li ul {
	border: 1px solid white;
	border-bottom: 2px solid white;
}

#menu_level_1 li li a {
	background-color: #000;
	padding: 10px 0 0 4px;
	color: white;
	width: 146px;
	font-size: 12px;
	text-decoration: none;
}

* html #menu_level_1 li li a {
	width: 160px;
}

#menu_level_1 li li a:hover {
	background-color: #AAA;
	color: #333;
}

/* SIDEBAR */

#colright {
	border:none;
	float: right;
	padding: 20px 10px 10px 10px;
	width: 180px;
}

#colbox_top_signin {
	font-size:16px;
}

.signin_textfield {
	border:#666666 1px solid;
	width:150px;
	height:15px;
	font-size:15px;
	margin-top:10px;
}

#signin_automatic {
	float:left;
	font-size:12px;
	margin:5px 0 2px 0px;
}

#signin_automatic label {
	padding: 0 0 0 5px;
}

.box_plain {
	margin-top: 20px;
}

.boxblock_top {
	font-size:16px;
}

#tpl_1000100010002 .article_byline {
	background-color: transparent;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#tpl_1000000010402 #loginbox {
	color: black;
}

input {
	color: black;
}

/* Comments styling */

#comments .form .message textarea {
	color:black;
}

#comments .form table tr td {
	color:black;
}


#comments .form table tr td input {
	color:black;
}

#comments .comment_list .item .comment_message {
	color:black;
}

#comments .form .submit input {
	color:black;
}


#comments .comment_list .item .comment_message {
	color: #ffffff;
}

#comments .comment_list .item {
	margin-top: 10px;
}


#comments .form table tr td.comment_label  {
	color: #ffffff;
}

#comments .form_error {
	color: #000000;
}


/* RTE */
body.mceContentBody {
	background: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

.mceContentBody h1 {
	font-size: 16px;
}

.mceContentBody h2 {
	font-size: 12px;
}

.mceContentBody h3 {
	font-size: 11px;
}

/* COMUNNITY */

.globalmenu td a {
	color: white;
}