/* Darkroom theme
   fixed width OpenGround option by luci
*/

/* Setster.com CSS */
@import url("http://www.setster.com/widget/css/overlay.css");

/* redefine the widths of *lite for col2 and col3 */

/* for IE7 */
*:first-child+html
#c1c2 {
    margin-left: 0px;
	padding-left: 0px;
	}
	
	#c1c2
	    #wrapper
		    .marginleft {
				margin-left: 200px;/* change this in your stylesheet too when you change the width of #col2 */
					}
					
					#c1c2
					    #wrapper
						    .marginright {
								margin-right: 200px;/* change this in your stylesheet too when you change the width of #col3 */
									}
									#c1c2
									    #col2 {
										    width: 200px;
										    padding-left: 0 !important;
											}
											
											#col3 {
											    margin-left: -200px;/* once more a speciality for IE to display the 3rd column; change this if you change the width too */
												width: 200px;
												}
												
    body {
    text-align: center;}
    
    /* redefine for IE6 */
    * html
	body {
	font-size: 75% !important; /*height: 100%*/}
	
	/* redefine for "modern" browsers which can resize font sizes defined in px */
	html >
	    body {
	    font-size: 12px;
	    text-align: left;}
							    
							    /* START of DIV #main - main part of the body */
								#main-shadow {
								background: transparent url('openground/openground-borderbg-left.png') top left repeat-y;
								display: table;
								margin: auto;
								margin-top: 0px; margin-bottom: 0px;
								width: 1000px;/*
								height: 100%;*/ /* IE6 treated as min-height */}
								    #main-shadow[id] {
								    height: auto;/*
								    min-height: 100%;*/
								    }
								    
									    #main {
									    background: transparent url('openground/openground-borderbg-right.png') top right repeat-y;
									    margin: auto; padding-left: 20px; padding-right: 20px;
									    text-align: left;}
#c1c2 #col2 .content {
	margin-left: 0px;}
#col3 .content {
    margin-right: 0px;
}

#col2 .box {
	border-bottom: solid 0px white;
	}