/*Right Column Design CSS*/
    div.centercol {
    margin: 0 0 0 0;
}
div.rightcol {
    padding-right:16px;
    background-color: #ffffff;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.80;
    background-repeat: no-repeat;
    margin-top: 0px;
    border:1px dotted #700;
    float:right;
    width: 158px;
    position:absolute;
    right:108px;
    top:170px;
    padding:10px;
}
/*another IE fix*/
* html div.rightcol {
    margin-right:-30px;
}

/*LOGO*/

#header {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	text-align:left;
	background-image:url(http://i44.photobucket.com/albums/f48/rav23/SoyMilk/soymilkmoogleam1.jpg); 
	background-repeat:no-repeat; 
	background-position: right;
	height: 150px;
border-bottom: dotted 1px;
border-color: #700;
}

#login-status {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#search-top-box {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* TABS */

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(http://mavtech.pl/~quake/wikidot/images/yuitabs.png);
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border-color: #a3a3a3;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#700 url(http://mavtech.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(http://mavtech.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1300px;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}

.forum-group{
background-color: white;
}


.forum-category-box  table td.last{
       background-color: white;
}

.forum-thread-box{
background-color: white;	
}

body{
	background-color: white;
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
	color: #999999;
}


#page-content{
	margin-right: 0px;
margin-top: 0px;
min-height:325px;
    margin: 0px 200px 10px 10px;
}

/* general */

a{
	color: #700;
    font-variant: small-caps;
}
a:hover{
        color: #ff6600;
	background-color: transparent;
	text-decoration: none;
font-weight: bold;
   /* font-size: 108%; */
    font-variant: small-caps;
}

a.newpage{
	color: #888;
}

input{
	font-family: verdana,arial,helvetica,sans-serif;
}

#container-wrap{
	padding: 0 0 0 110px;
	background-image:url(http://i44.photobucket.com/albums/f48/rav23/SoyMilk/sideback2_l.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: white;
}

#container {
	padding: 0 110px 0 0;
	background-image:url(http://i44.photobucket.com/albums/f48/rav23/SoyMilk/sideback2_r.png);
	background-repeat: repeat-y;
	background-position: top right;
}

textarea{
	font-family: verdana,arial,helvetica,sans-serif;
}

#main-content{
	margin-top: 0px;
        margin-left: 0px;
	margin-right: 0px;
	color: #63565f;
}

#main-content p{
	line-height: 1.4em;
}

#top-bar{
	right: 0;
	padding-right: 20px;
	padding-left: 20px;
	background-color: transparent;
	margin-bottom: 0px;
text-decoration: small caps;
}

#top-bar li{
	margin: 0;
}
#top-bar ul li a, #top-bar ul li ul li a {
	border-left:2px #FFF;
	background-color:#0F0F6B;
}

#top-bar ul li a:hover, #top-bar ul li ul li a:hover{
	background-color: #D2D2E6;
	color: #700;
	text-decoration: none;
}

#top-bar ul li ul{
	font-weight: normal;
	border: 1px solid #c7d1b6;
}

#top-bar ul li ul li a {
	border: none;
}

#top-bar a {
	color: white;
}


#header h1{
	font-size: 300%;
	padding: 0.5em 0 0 1em;
	font-family: Garamond,helvetica,sans-serif;
	font-weight: bold;
}
#header h2{
	font-size: 180%;
	font-weight: bold;
	padding: 0 0 0 3em;
	font-family: tempus sans ITC,helvetica,sans-serif;
	float: left;
	position: absolute;
	z-index: 20;
}


#main-content h1 {
	font-weight: bold;
	color: #0F0F6B;
	font-family: garamond,helvetica,sans-serif;

}

#main-content h2{
	font-weight: bold;
	color: #999999;
	font-family: garamond,helvetica,sans-serif;
}



#main-content h3 {
	font-weight: bold;
	color: #999999;
	font-family: garamond,helvetica,sans-serif;
}




#page-title{
	font-weight: bold;
	color: #5F5F80;
	border: none;
	font-family: arial,helvetica,sans-serif;
	margin-top: 0;
margin-left: 7px;
}

#footer {
margin-top: 0px;
margin-left: 0px;
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #2A343D;
	color: #63565f;
	text-align: left;
}

#footer a {
	color: #cc0000;
}

#license-area{
	background-color: white;
	padding: 0.2em 1em;
	margin: 0;
}




.page-options-bottom a, a.action-area-close{
	color: #242;
	background-color: #EEE; 
	text-decoration: none;
}
.page-options-bottom a:hover, a.action-area-close:hover{
	background-color: #DDD; 
}

.page-tags span{
	font-size: 100%;
}