body {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	background: #111111 url(../images/side_bg_stripes.png) left bottom repeat-x;
	background-attachment: fixed;
}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* Login */


#mainwrap2 .login {
	color: #eeeeee;
	font-size: 1.2em;
	padding: 15px;
	border: 1px solid #666666;
	width: 430px;
	height: 200px;
	background: #222222 url(../images/comments_bg.png) left top repeat-x;
	display: block;
	margin: 10px auto;
}

#mainwrap2 .login input.button {
	background: #333333;
	color: #ffffff;
	border: 1px solid #666666;
	padding: 7px 10px;
	font-size: 1.1em;
}

#mainwrap2 .login input.button:hover {
	background: #666666;
	border: 1px solid #666666;
	color: #eeeeee;
}
	
#mainwrap2 .login h1 {
	color: #ffffff;
	margin: 0px;
	height: 50px;
	padding: 10px 4px 0 5px;
 	text-align: left;
	font-size: 1.5em;
}

#mainwrap2 .login p {
	padding: 0 1em 0 1em;
	}
	
#mainwrap2 p.alert {
	padding: 0;
	margin: 25px;
	font-size:1.2em;
	text-align: center;
	}
	
#mainwrap2 .login p.alert a {
	color: #0000ff;
}
	
#mainwrap2 .form-block {
	border: 1px solid #666666;
	background: #404040;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#mainwrap2 .login-form {
	text-align: left;
	float: left;
	width: 60%;
}

#mainwrap2 .login-form h2 {
	font-weight: normal;
	padding: 0;
	margin: 5px 0;
	font-size: 1.8em;
}

#mainwrap2 .login-text {
	text-align: left;
	width: 40%;
	float: right;
	margin: 25px 0 0 0;
}

#mainwrap2 .login-text hr {
	margin: 10px;
	padding: 0;
	color: #333333;
}

#mainwrap2 .login-text a{
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#mainwrap2 .login-text a:hover{
	color: #ffcc33;
	text-decoration: underline;
}

#mainwrap2 .input_title {
	text-align: left;
	font-size: 1.2em;
	}

#mainwrap2 .inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	color: #999999;
	font-size: 1.2em;
	background: #eeeeee;
	padding: 2px;
	}
	
#mainwrap2 .inputbox:focus {
	color: #000000;
	border: 1px solid #ffcc33;
		}
#mainwrap2 .clr {
    clear:both;
    }

#mainwrap2 .padlock {
	text-align: center;
}


/* Search */

.break { clear:both; }

/* SEARCH FORM */
#search {
	float: right;
	padding: 0 40px;
	margin: 0;
	height: 100px;
	background: url(../images/search_gears.gif) right bottom no-repeat;
	background-position: 110%;
}

#searchform {font-size:1.0em; margin: 0; padding: 0;}
#searchform div { color:#eeeeee; }
#searchform input { font-size:1.2em; padding: 5px; margin: 25px 0 0 0; width:292px; border: 1px solid #333333; background: #cccccc;}
#searchform input:focus { border: 1px solid #ffcc33; background: #ffffff; }
#suggestions{ position: absolute; display:none; }

/* SEARCHRESULTS */
#searchresults {border-width:2px; border-color:#ffcc33; border-style:solid; width:300px; background-color:#a0a0a0; font-size:1.2em; line-height:14px; padding: 0; margin: 0;}
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:60px; text-decoration:none; }
#searchresults a:hover { background-color:#ff9900; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:1.0em; margin:5px; display:block; color:#ffffff; }
#searchresults span.category a { color: #ffffff; height: 100%; display: inline; background: transparent;}
#searchresults span.category a:hover, #searchresults span.seperator a:hover { text-decoration: underline; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }

/*

#top_line {
	margin: 0;
	padding: 0;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #888;
	background: #ffffff url(../images/top_bar_bg.gif) left bottom repeat-x;
	height: 30px;
	display: block;	
}

#top_line p {
	margin: 0;
	color: #cccccc;
	font-size:1.1em;
	line-height: 30px;
	padding: 0 8px;
}

#top_line a{
	color: #eeeeee;
	text-decoration: none;
}

#top_line a:hover{
	color: #eeeeee;
	text-decoration: underline;
}

*/
	
#header {
	margin: 0 auto;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	padding: 0;
	background: #555555 url(../images/header.gif) left bottom repeat-x;
	height: 100px;
	display: block;
	width: 947px;
}

#header #header_left a {
	background: 	#555555 url(../images/bobblebot_logo.gif) left top no-repeat;
	width: 350px;
	display: block;
	height: 100px;
}

#header #header_left a em {
	display: none;
}

#header #header_left a:hover {
	background-position: -350px 0;
}
	
#title {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	display: block;
	width: 949px;
}

#main_promo {
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #111111;
	height: 300px;
	display: block;
	border: 1px solid #111111;
	border-top: 0;
	border-bottom: 0;
	width: 947px;
}

#main_promo_inner {
	margin: 0;
	padding: 0;
}

#main_promo_inner .ui-tabs-hide {  
    display:none;  
}

.ui-tabs-nav {
	margin-top: 205px; 
	margin-left: 0;
	position: absolute;
}

#main_promo_inner ul { 
	list-style: none; 
	float: right 
}

#main_promo_inner ul li { 
	float: left; 
	margin-right: 15px; 
}

#main_promo_inner ul li a { 
	display: block; 
	height: 30px; 
	width: 30px; 
	line-height: 30px; 
	background: #111111; 
	border: 1px solid #666666; 
	color: #666666;
	text-align: center; 
	font-size: 1.9em; 
	font-weight: normal;
	text-decoration: none;
}

#main_promo_inner ul li a:hover { 
	text-decoration: none;
	border: 1px solid #ff9900; 
	color: #ff9900; 
}

#main_promo_inner ul img { 
	float: left; 
	clear: left; 
	padding: 15px 10px 30px 6px;
	top: -3px; 
	left: 0; 
}

#main_promo_inner ul a strong { 
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 25px;
	display: block;
	margin: 15px;
	text-shadow: #000000 1px 1px 1px;
}

#fragment-1, #fragment-2, #fragment-3 {
	float: left;
	height: 300px;
	width: 947px;
	display: block;
	padding: 0;
	margin: 0;
}

#main_promo_inner .ui-tabs-selected a:link,  
#main_promo_inner .ui-tabs-selected a:visited,  
#main_promo_inner .ui-tabs-selected a:hover,  
#main_promo_inner .ui-tabs-selected a:active {
	border: 1px solid #eeeeee;
	color:  #eeeeee; 
	background: #000000; 
	text-decoration: none;
}

.promo_desc {
	display: block;
	margin: 100px 20px 0 0;
	padding: 0 0 0 30px;
	font-weight: normal;
	width: 600px;
	background: url(../images/home_promo_bg.png) top left;
}

.promo_desc strong, .promo_desc em {
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	display: block;
	font-style: normal;
}

.promo_desc a.desc {
	font-size: 1.9em;
	text-decoration: none;
	height: 300px;
	color: #cccccc;
}

.promo_desc a.desc strong {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 0;
	color: #ffcc33;
}

.promo_desc a:hover.desc strong {
	text-decoration: underline;
}

.promo_desc a:hover.desc {
	color: #ffffff;
}

#fragment-1, #fragment-2, #fragment-3,  a img {
	padding: 0;
	margin: 0;
	border: 0;
}
	
.line {
	margin: 0 auto;
	padding: 0;
	background: #666666 url(../images/line_bg.gif) left bottom repeat-x;
	height: 5px;
	display: block;
	width:947px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
}
	
.breadcrumbs {
	margin: 10px 0;
	padding: 15px 0;
	background: #111111;
	display: block;	
	border-bottom: 2px solid #222;
	border-top: 2px solid #222;
}

.breadcrumbs p {
	margin: 0;
	color: #666666;
	font-size: 0.9em;
	padding: 0 5px;
}

.breadcrumbs a {
	color: #999999;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #ffcc33;
	text-decoration: underline;
}


#title h1 {
	margin: 0;
	padding: 10px 10px;
	font-size: 3.0em;
	font-weight: normal;
	color: #ffffff;
}
	
#wrap_outside {
	width: 950px;
	display:block;
	padding: 0 5px 5px 5px;
	margin: 0 auto;
	background: #999999;
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
}
/* navigation */

#nav {
	margin: 0 auto;
	padding: 0;
	background: #3c3c3c url(../images/top_bar_bg.gif) top repeat-x;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	width: 947px;
}
	
#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 1.2em;
	width: 950px;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
	
#nav ul li a {
	float: left;
	display: block;
	width: 120px;
	padding: 5px 10px 5px 10px;
	margin: 0;
	text-decoration: none;
	color: #999999;
	text-shadow: #000000 1px 1px 1px;
	border-right: 1px solid #333333;
}
	
#nav ul li a strong {
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	color: #eeeeee;
}
#nav li a:hover {
	background: #555555;
	color: #ffffff;
}
#nav li a.active {
	color: #ffcc33;
	background: #666666 url(../images/breadcrumbs_bg.gif) left top repeat-x;
}
#nav ul li a:hover strong {	
	color: #ffcc33;
}
#nav ul li a.active strong {
	color: #ffcc33;
}

#nav ul ul {
	display: none;
}

#content {
	background: #111111;
	margin: 0 auto;
	padding: 0;
	width: 947px;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
}


#mainwrap {
	width: 100%;
	margin-right: -302px;
	float: left;
	background: #111111 url(../images/default_bg.jpg) left top no-repeat;;
}

#mainwrap.antweights {
	 background: #111111 url(../images/antweights_bg.jpg) left top no-repeat;
}

#mainwrap.robotwars {
	 background: #111111 url(../images/robotwars_bg.jpg) left top no-repeat;
}

#mainwrap2 {
	width: 947px;
	margin-right: -302px;
	padding: 0;
	float: left;
}

#main {
	min-height: 400px;
	margin-right: 302px;
}


#sidewrap {
	width: 300px;
	float: right;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #999999;
	line-height: 17px;
}

#sidewrap p {
	padding: 6px 10px 8px 10px;
	margin: 0;
	font-size: 1.2em;
	line-height: 17px;
}

#side {
	overflow:hidden;
	width: 100%;
}

#article, #comments, #article404 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #bbbbbb;
}

#article table {
	font-size: 1.3em;
	margin: 10px;
	border: 0;
}

#article table td {
	border: 0;
	text-align: left;
	padding: 3px 0;
}

#article table td b {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #eeeeee;
}

#article .image_block, #article .image_block_right {
	display: block;
	margin: 10px;
	float: left;
}

#article .youtube_block {
	display: block;
	margin: 10px; 
	text-align: center;
}

#article .image_block_right {
	float: right;
}

#article .image_block img, #article .image_block_right img {
	margin: 0 auto;
	display: block;
}

#article p.caption {
	text-align: center;
	font-size: 1.1em;
	color: #999999;
	padding: 5px;
}


#comments {
	background: #222222 url(../images/comments_bg.png) left top repeat-x;
}

#article p, #comments, #article404 p {
	padding: 2px 10px 12px 10px;
	margin: 0;
	font-size: 1.3em;
	line-height: 18px;
}

#comments {
	margin: 0 0 5px 0;
}

#article ul, #article404 ul {
	padding: 0 0 0 20px;
	margin:  10px 40px;
	font-size: 1.2em;
	line-height: 17px;
	color: #999999;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

#article li, #article404 li {
	margin: 10px 0;
	padding: 5px;
}

#article a, #sidewrap p a, #bot_nav a, #comments a, #comments .commentbox p.bottom a, #mainwrap p.summary a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

#sidewrap p a {
	color: #bbbbbb;
}

#article a:hover, #sidewrap p a:hover,  #bot_nav a:hover, #comments a:hover, #comments .commentbox p.bottom a:hover, #mainwrap p.summary a:hover {
	color: #ffcc33;
	text-decoration: underline;
}

#comments {
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

.commentbox {
	display: block;
	margin: 12px 0;
	border: 1px solid #555555;
	padding: 0px;
	background: #1f1f1f;
}

.commentbox p.top {
	display: block;
	padding: 5px;
	background: #333333;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #555555;
}

.commentbox p.bottom {
	display: block;
	padding: 5px;
	margin: 0;
	text-align: right;
}

#comments .commentbox p.bottom a {
	color: #555555;
	font-weight: normal;
}

.commentbox p {
	display: block;
	padding: 10px;
	margin: 0;
}

p.pagination{
	display: block;
	padding: 5px 10px;
	margin: 20px 0;
	background: #222;
	font-size: 1.0em;
	border: 1px solid #555555;
}

p.rss a{
	padding: 10px 10px 10px 30px;
	background:transparent url(../images/feed.png) no-repeat;
	background-position: left center;
	color:#dddddd;
	text-decoration: none;
	font-size: 1.4em;
}

p.rss a:hover{
	color: #ff9900;
}

#side h2.title {
	margin: 5px;
	padding: 7px 10px;
	font-weight: normal;
	color: #aaaaaa;
	background: #202020 url(../images/article_h2_bg.gif) repeat-x;
	border: 1px solid #333333;
}

#side h2 {
	font-size: 1.6em;
	margin: 0;
}

#side h2.link a {
	display: block;
	margin: 0 5px;
	padding: 7px 10px;
	font-weight: normal;
	color: #dddddd;
	background: #000000 url(../images/article_h2_bg_hover.gif) repeat-x;
	border: 1px solid #333333;
	text-decoration: none;
}
	
#side h2.link a:hover {
	text-decoration: underline;
	background: #000000 url(../images/article_h2_bg.gif) repeat-x;
	background-position: bottom;
}

#article h2, #comments h2, #article404 h2 {
	margin: 0 10px;
	padding: 10px 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #ffffff;
}

#article h2.blog_title {
	margin: 0 10px;
	border: 0;
	font-weight: normal;
	font-size: 2.3em;
}

#article h2.blog_title a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#article h2.blog_title a:hover {
	color: #ffcc33;
	text-decoration: underline;
	
}

.blog {
	margin: 20px 0;
	padding: 0;
}

#article p.blog_poster {
	margin: 0 10px;
	padding: 5px 10px;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	font-weight: normal;
	font-size: 1.1em;
	background: #1b1b1b;
}

#comments h2 {
	margin: 5px 0 0 0 ;
	border: 0;
	font-weight: normal;
}

#comments .commentform {
	margin: 5px;
	padding: 0;
}

#comments .commentform p {
	margin: 10px 0;
	padding: 0;
}

#comments .commentform textarea {
	background: #111111;
	border: 1px solid #666666;
	width: 560px;
	height: 100px;
	font-size: 1.1em;
	font-family: sans-sarif;
	color: #dddddd;
}

#comments input.addcommentbutton {
	background: #444444;
	color: #ffffff;
	border: 1px solid #666666;
	padding: 7px;
	font-size: 1.1em;
}

#comments input.addcommentbutton:hover {
	background: #666666;
	border: 1px solid #666666;
	color: #eeeeee;
}

p.summary, #article404 p.summary {
	padding: 0 10px;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 24px;
	color: #eeeeee;
	width: 625px;
}

#bottom_left {
	width: 50%;
	margin-right: -347px;
	float: left;
	height: 125px;
	line-height: 17px;
}

#bottom_right {
	width: 50%;
	float: right;
	padding: 0;
	margin: 0;
	line-height: 17px;
	border-left: 1px solid #666666;
	height: 125px;
}

#bottom_left p, #bottom_right p {
	padding: 6px 10px 8px 10px;
	margin: 0;
	font-size: 1.2em;
	line-height: 17px;
	color: #bbbbbb;
}

.default h3 {
	background:#111111 url(../images/deault_bg.gif) repeat-x;
	background-position: bottom;
	color: #ffffff;
	margin: 0;
	padding: 15px 20px 5px 10px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

#mid_wrap .default h3 {
	padding: 15px 5px 10px 20px;
	background: #111111;
}

#mid_wrap .default h3 a {
	color: #ffffff;
	font-weight: normal;
}
	
.default h3.rss a{
	padding: 5px 5px 5px 35px;
	background: transparent url(../images/feed.png) no-repeat;
	background-position: left center;
	color: #ffffff;
	text-decoration: none;
}

.default h3.rss a:hover, #mid_wrap .default h3 a:hover {
	color: #ff9900;
	text-decoration: none;
}
	
#news_wrap {
	width:100%;
	margin-right:-255px;
	float:left;
	background: #111111;
	color: #dddddd;
}

#news_wrap ul { 
	float: left; 
	width: 395px; 
	color: #eeeeee;
	background: #111111;
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 600px;
}

#news_wrap ul li { 
	clear: left;
	color: #bbbbbb; 
	padding: 10px 10px 5px 5px; 
	display: block; 
	text-decoration: none;
	margin: 0;
	font-size: 1.0em;
	line-height: 16px;
}

#news_wrap ul li a { 
	text-decoration: none;
}

#news_wrap ul li a:hover { 
	text-decoration: none;
	color: #eeeeee;
}

#news_wrap ul li img { 
	float: left; 
	clear: left; 
	padding: 5px 10px 35px 5px; 
	position: relative; 
	top: -3px; 
	left: 0; 
}

#news_wrap ul a strong {
	font-weight: normal;
	color: #ffcc33;
	font-size: 1.1em;
}

#news_wrap ul li.link a {
	background-position: bottom;
	color: #ffffff;
	margin-left: 35px;
}

#news_wrap ul li.link a strong {
	color: #ffffff;
	padding-left: 5px;
	font-weight: bold;
}

#news_wrap ul a:hover strong {
	color: #ff9900;
	text-decoration: underline;
}

#news_wrap ul em { 
	font-size: 1.0em; 
	color: #ffffff; 
	font-style: normal;
	font-weight: bold;
}

#news_wrap ul a:hover em { 
	color: #eeeeee;
}
	
#mid_wrap {
	width: 250px;
	float: right;
	font-size: 1.0em;
	padding: 0;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	background-position: bottom;
	color: #dddddd;
	margin: 0;
	text-align: center;
}

#mid_wrap a img{
	padding: 0;
	margin: 0;
	border: 1px solid #111111;
}

#mid_wrap a:hover img {
	border: 1px solid #222222;
}

#mid_wrap p {
	display: block;
	padding: 5px 20px 10px 20px;
	margin: 0;
	line-height: 16px;
	text-align: left; 
}

#mid_wrap a {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
}

#mid_wrap a:hover {
	color: #ff9900;
	text-decoration: underline;
}
	
#main_home {
	min-height:400px;
	margin-right:250px;
}

#main_h {
	min-height:400px;
	margin-right:302px;
	font-size: 1.2em;
}

#sidewrap_home {
	width: 302px;
	float: right;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	border: 0;
	background: #111111;
}
	
#side_home {
	overflow:hidden;
	width:100%;
}

#right {
	margin: 1px 0 0 1px;
	padding: 0;
	display: block;
	height: 600px;
	background: #111111;
}

#right p {
	margin: 0;
	padding: 10px;
	color: #cccccc;
	line-height: 16px;
}

#right p a{
	font-weight: bold;
	color:#ffcc33;
	text-decoration: none;
}
	
#right p a:hover{
	text-decoration: underline;
	color:#ff9900;
}

#right ul { 
	float: left; 
	width: 301px; 
	color: #eeeeee;
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#right ul li { 
	clear: left;
	margin: 0;
	padding: 0;
}

#right ul li a { 
	color: #bbbbbb; 
	padding: 5px 5px 10px 5px; 
	display: block; 
	text-decoration: none;
	margin: 3px 5px 0 5px;
	font-size: 1.0em;
}

#right ul li a:hover { 
	background: #1c1c1c; 
	text-decoration: none;
	color: #eeeeee;
}

#right ul img { 
	float: left; 
	clear: left; 
	padding: 5px 10px 8px 0; 
	top: -3px; 
	left: 0; 
}

#right ul a strong {
	font-weight: normal;
	color: #ffcc33;
	font-size: 1.0em;
}

#right ul li a.active {
	color: #ffffff;
	border: 1px solid #333333;
	background: #1c1c1c;
}

#right ul a.active strong, #right ul a:hover.active strong {
	color: #ffffff;
}

#right ul a:hover strong {
	color: #ff9900;
	text-decoration: none;
}

#right ul a em { 
	font-size: 1.0em; 
	color: #eeeeee; 
	font-style: normal;
	font-weight: bold;
}

#right ul a:hover em { 
	color: #eeeeee;
}


a.generic {
	text-align: center;
	display: block;
	width: 100px;
	color:#ffcc33;
	padding: 5px;
	margin: 15px 5px 5px 40px;
	border: 1px solid #ffcc33;
	background: #000000;
	text-decoration: none;
}

a:hover.generic {
	color: #fff;
	background: #222222;
}

#side_menu ul {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
}
		
#side_menu li {
	display: inline;
	padding: 0px;
	margin: 0;
}


#side_menu li a {
	display: block;
	margin: 3px 5px 0 5px;
	padding: 7px 8px;
	font-weight: normal;
	color: #eeeeee;
	background: #000000 url(../images/article_h2_bg_hover.gif) repeat-x;
	border: 1px solid #333333;
	text-decoration: none;
	font-size: 1.6em;
}

	
#side_menu li a:hover {
	text-decoration: underline;
	background: #000000 url(../images/article_h2_bg.gif) repeat-x;
	background-position: bottom;
}

#side_menu li.active a {
	background: #fcb904 url(../images/side_menu_bg_hover.gif) repeat-x;
	background-position: bottom;
	border: 1px solid #ffcc33;
	color: #111111;
}

#side_menu ul ul{
	margin: 0px 5px 10px 5px;
	padding: 0;
	list-style: none;
}

#side_menu ul ul li.normal a, #side_menu ul ul  li.active a {
	display: block;
	padding: 5px 10px;
	margin: 1px 0 0 0;
	text-decoration: none;
	font-size: 1.3em;
	color: #cccccc;
	background: #222222;
	border: 1px solid #222222;
	font-weight: normal;
}

#side_menu ul ul  li.normal a:hover {
	color: #ffffff; 
	background: #333333;
	border: 1px solid #333333;

}

#side_menu ul ul  li.active a {
	color: #000000;
	background: #fcb904 url(../images/side_menu_bg_hover.gif) repeat-x;
	border: 1px solid #ffcc33;
}


	/* footer and copyright */

div.footer {
	height: 60px; 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #333333; 
	background: #222222;
}
 
div.footer a { 
	text-decoration: none; 
	color: #eeeeee;
}

div.footer a:hover, div.footer-menu ul.fm-top ul.fm-sub li a:hover {
	text-decoration: underline; 
	color: #ffcc33;
}

div.footer-menu {
	clear: both; 
	padding: 5px; 
	height: 360px; 
	background: #111111 url(../images/footer_bg.jpg) left bottom repeat-x;
	color: #eeeeee; 
	font-size: 1.2em;
}

div.footer-menu ul.fm-top a {
	font-size:1.2em; 
	margin: 0; 
	padding: 0; 
	text-decoration: none; 
	color: #ff9900;
	line-height: 16px;
	font-weight: bold;
}

div.footer-menu ul.fm-top a:hover {
	text-decoration: underline; 
	color: #ffcc33;
}

div.footer-menu ul.fm-top li {
	list-style-type: none; 
	float: left; 
	width: 20%; 
	margin: 0; 
	padding: 0; 
}

div.footer-menu ul.fm-top ul.fm-sub li a {
	font-size: 0.9em; 
	margin: 5px 0 0 15px; 
	color: #888888; 
	padding: 0; 
	font-weight: normal;
}

div.footer-menu ul.fm-top ul.fm-sub {
	margin: 5px 0 0 0px; 
	padding: 0;
}

div.footer-menu ul.fm-top ul.fm-sub li {
	list-style-type: none; 
	float: none; 
	width: auto; 
	margin: 0; 
	padding: 0;
}

div.footer p { 
	margin: 13px 0 0 10px; 
	font-size: 1.1em; 
	color: #eeeeee;
	line-height: 18px;
}

div.footer p a{
	color: #999999;
}

div.footer ul.footermenu { 
	float:right;  
	margin: 23px 0 0 0; 
	padding: 0;
}

div.footer ul.footermenu li { 
	display: inline; 
	margin: 0 8px 0 4px; 
	color: #999999; 
	font-size: 1.2em; 
	padding: 0;
}

div.quarmaya_logo {
	margin: 3px 3px 10px 0;
	height: 72px; 
	float: right;
	padding: 0;
}

div.quarmaya_logo a img {
	border: 1px solid #222222;
	background: #222222;
}

div.quarmaya_logo a:hover img {
	border: 1px solid #333333;
	background: #333333;
}

	/* gallery styles */
div.thumb {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	height: auto;
	float: left;
	text-align: center;
	background: #222222 url(../images/comments_bg.png) left top repeat-x;
	font-size: 1.2em;
} 

.photo_desc {
	font-size: 1.1em;
	color: #cccccc;
	margin: 5px;
}

.phototitle a {
	color: #cccccc;
	text-decoration: none;
}

.phototitle a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #666666;
}

.thumb a:hover img {
	border: 1px solid #999999;
}

div.gallery_pages {
	clear: both; 
	height: 30px; 
	margin: 0; 
	padding: 0px; 
	border-top: solid 1px #333333; 
	background: #3c3c3c url(../images/top_bar_bg.gif) top repeat-x;
} 

#article404, #article404 p.summary {
	background: transparent;
	border: 0;
	width: 570px;
}