@charset "utf-8";


.thrColFix #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 {
	width: 190px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #mainContent {
	width: 550px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */






			body{
	font:75%/150% "Arial", Tahoma;
	color:#fafafa;
      background:#000;
	background-image:url(images/xoxo-background.png);
	background-repeat:repeat-y;
        background-position: center top;
}
	
	
.item_image{
	width:120px;
	height: 120px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-top: 0px;
}

		
p{
padding:0 0 15px;
margin:0;
color:#FFFFFF;}

a{color:#CC3300;text-decoration:none;}

a:visited{color:#fff;text-decoration:none;}

a:hover{
	color:#CC3300;
	text-decoration:underline;
}

.row{background-color:transparent;height:0px;width:75%;margin:0px auto 0px;}

#header h1, h1 a{color:#fff;font-size:27px;margin:0;padding:0;float:left;font-variant:small-caps;font-weight:normal;font-family: "arial", Times, serif;}

h1.page_title{
	color:#fafafa;
	letter-spacing: 0px;
	font:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	font-variant:normal;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:25px;
	line-height: normal;
}

h2{
	color:#fafafa;
	border-bottom:1px solid #ccc;
	letter-spacing: 0px;
	font:normal 110%/100% "Arial", Tahoma;
	padding-bottom:3px;
	font-variant:small-caps;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 a, h2 a:visited{color:#ccc;text-decoration:none;}

h2 a:hover{color:#A7ABF4;background:#333;text-decoration:none;}

h3{font:normal 140%/100% "Arial", Tahoma;color:#A7ABF4;margin:10px 0 5px;}

h4{font:normal 130%/100% "Arial",Tahoma;color:#ccc;margin:10px 0 5px;}


#page{
	width:800px;
	background:transparent;
	padding-left: 50px;
}

#content{
padding:10px 10px 10px 10px;
float:right;
width:50%;
}



.post{
left: 200px;
}

.post-content{
clear:both;
padding:10px;
}

.top_banner{
	margin-top:10px;
	width: 500px;
}


.bottom_navigation{
	margin-bottom:20px;
	margin-top: 20px;
}

.trailer{
	height:320px;
	border: 1px;
	border-color: #999999;
	border-bottom-style: dashed;
}

.bottom_banner{
float:none;
}


.bottom_menu{
	margin:0 auto;
	padding:0;
	height:30px;
	width:100%;
	display:block;
	letter-spacing: -1px;
}

.bottom_menu li{padding:0; margin:0; list-style:none; display:inline; }

.bottom_menu li a{
float:left; 
padding-left:10px; 
display:block; 
color:#ffffff; 
font:11px Verdana, Arial, Helvetica, sans-serif; 
cursor:pointer; 
}

.bottom_menu li a span{
line-height:30px; 
float:left; 
display:block; 
padding-right:15px; 
}

.bottom_menu li a:hover{text-decoration: underline; color:#f91c46;}
.bottom_menu li a:hover span{background-position:100% -60px;}

.bottom_menu li a.active, .bottom_menu li a.active:hover{
line-height:30px; font:11px Verdana, Arial, Helvetica, sans-serif; 
color:#f91c46;}

.menu li a.active span, .menu li a.active:hover span{text-decoration: underline;}


#top_navigation{
	width:1000px;
	height:40px;
	z-index: 100;
}

/*  */

.home_win{
	margin:0 auto;
	padding:0;
	width:100%;
	letter-spacing: -1px;
	list-style:inside;
	text-indent: 5px;
}

.authors{
padding-left:15px;
}

.authors li{padding:0; margin:0; list-style:none;}

.find_authors{
	padding-left:15px;
	color:#CC6600;
	font-style:italic;
	text-indent: 15px;
}

.find_authors li a{
color:#CC6600;
}

.find_authors li a.active:hover span{text-decoration: underline;}

form{
	width: 550px;
	margin-top:20px;
	margin-bottom:20px;
}

.submissions{
	width: 550px !important;
	clear: none;
}

.table_submission{
	width:500px !important;
	border: 0;
	padding: 0;
}

.table_td1_submission{
	width: 125px;
	height: 34px;
}

.table_td2_submission{
	width: 425px;
	height: 34px;
}


.store{
width:500px;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
}

table.store_description{
width:490px; !important;
}

.store_buy{
width:170px;
}

.vert_banner{
width: 160px;
}

.affiliates{
width: 160px;
margin-top:20px;
}

.google_search{
	height:120px;
}

/-----------------------------------*/

.menu_top{
position:relative;
display:block;
height:27px;
font-size:12px;
font-weight:bold;
background:transparent url("images/top_menu_bck.jpg") repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
	}
	
.menu_top ul{
background: url("images/top_menu_bck.jpg") repeat-x bottom right;
	height:27px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	.menu_top li{
		float:left;
		padding:0px;
		}
		
	.menu_top li a{
		background: url("images/top_menu_bck.jpg") repeat-x bottom right;
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:27px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		}
		
		.menu_top li a:hover, .menu_top ul li:hover a{
			background: #2580a2 url("images/top_menu_over.jpg") bottom center;
			color:#FFFFFF;
			text-decoration:none;
			}
			
	.menu_top li ul{
		background:url('images/top_menu_bck.jpg') bottom left no-repeat;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
		
	.menu_top li:hover ul{
		display:block;
		
		}
		
	.menu_top li li {
		background:url('images/top_menu_bck.jpg') bottom left repeat-x ;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
		
	.menu_top li:hover li a{
color:#333333;
background:transparent url(images/top_menu_selected.jpg) repeat-x top center;
		
		}
		
	.menu_top li ul a{
		display:block;
		height:27px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		
		.menu_top li ul a:hover, .menu_top li ul li:hover a{
color:#333333;
background:transparent url(images/top_menu_over.jpg) repeat-x top center;

			}
			
	.menu_top p{
		clear:left;
		}	

	blockquote{
	font-style:italic;
	left: 30px;
	}	
/*--------------------------------------------- q&a paragraph styles ---*/
.question {
	font-style:italic;
	font-weight:bold;
	padding-left: 60px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-top:15px;
	border-top-style:dotted;
	}	
	
.answer {
padding-left: 20px;
}

.answer_list{
margin-top: 5px;
}
