@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D6D6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #111;
	text-align: center;
}

.introClass #header h1 {
	width: 640px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 120%;
	color:#FEB729;
	text-transform:uppercase;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: justify;
	line-height: 1.25em;	
}

.cwrite {
	font-size: 10px;
	text-align: center;
	color:#666666;
}

img {border: 0;}

a:link {
	color: #5588AA;
	text-decoration: none;
}
a:visited {
	color: #5588AA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.thrColFixHdr #container {
	width: 900px;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #111;
} 
.thrColFixHdr #innercontainer {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	padding-bottom: 20px;
	margin-top: 10px;
} 


.thrColFixHdr #header {
	background: url(images/header.jpg);
	height: 190px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}



.thrColFixHdr #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 */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px;
}

.thrColFixHdr #sidebar1 h3	{
	font-size: 100%;
	text-transform: uppercase;
/*	text-align: left;
	margin: 10px 0 0 0;
*/
	}

.thrColFixHdr #sidebar1 p	{
	font-size: 80%;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	/*background: #000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px 10px 0 0;
}

.thrColFixHdr #sidebar2 h3	{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	color:#ccc;
	background-image:url(images/title_bg.png);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 21px;

	}
	
.thrColFixHdr #sidebar2 h4	{
	font-size: 80%;
	margin: .5em 0 3em 0;
	font-style: italic;
	color:#999999;
}


.thrColFixHdr #sidebar2 p	{
	font-size: 80%;
}

.thrColFixHdr #mainContent {
	margin: 0px 220px 0px 20px; /* 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: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #222;
} 

.thrColFixHdr #mainContentTeam {
	margin: 33px 230px 0px 20px; /* 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: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #222;
} 

.thrColFixHdr #mainContentFull { 
	margin: 33px 20px 0px 20px;
	padding: 0px 0px; 
} 


/*Main Content Fonts*/
.thrColFixHdr #mainContent h1, #mainContentFull h1, #mainContentTeam h1 {
	font-size: 120%;
	color:#FEB729;
	text-transform:uppercase;
}
.thrColFixHdr #mainContent p, #mainContentFull p, #mainContentTeam p { 
	font-size: 100%;
	text-align: justify;
	line-height: 1.25em;
}

.thrColFixHdr #mainContentTeam h2 {
	font-size: 100%;
	color: #CCCCCC;
}



.thrColFixHdr #footer { 
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 15px 20px 0 20px;
	background:#000;
	border: 1px solid #222;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


/*homepage latest release styles*/
.thrColFixHdr #latest	{
	margin: 0 0 0em 0;
	padding: 0px 1em 0px 1em;
	height: 244px;
	background-image: url(images/featured/drt_mobile_rounded.png);
	background-repeat: no-repeat;
	background-position: center;
}
	
.thrColFixHdr #latest ul{
	margin: 0;
	padding: 0;
}

.thrColFixHdr #latest li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 2em;
}


/*homepage newsblock styles*/
.thrColFixHdr #newsblock	{
	margin: 0 0 3em 0;
	padding: 0px 1em 0px 1em;
	border: 1px solid #222;
	text-align: left;
}
	
.thrColFixHdr #newsblock ul{
	margin: 0;
	padding: 0;
}

.thrColFixHdr #newsblock ul li{
	font-size: 90%;
	background: none;
	background: url(images/arrow_right_small.png) no-repeat 8px 3px;
}

.thrColFixHdr #newsblock li {

	list-style-position: outside;
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding-left: 25px;
	background: url(images/arrow_right.gif) no-repeat 0px 0px;
}


/*other titles*/
.thrColFixHdr #otherTitles {
	margin: 0;
	padding: 10px 25px 15px 25px;
/*	border: 1px solid #222;*/
/*	background: url(images/sidebar_fill.png);
	background-repeat: repeat-y;*/
}

.thrColFixHdr #otherTitles a{
	color: #000;
	outline: none;
}

.thrColFixHdr #otherTitles h5	{
	 background: url("images/title_bg.png") no-repeat left top;
	 height: 12px;
	 margin: 0px;
	 padding: 0px;
}

.thrColFixHdr #otherTitles h6	{
	 background: url("images/title_bg.png") no-repeat left bottom;
	 height: 11px;
	 margin: 0px;
	 padding: 0px;
}

.thrColFixHdr #sidebarTeam {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	/*background: #000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px 10px 0 0;
}

.thrColFixHdr #sidebarNews {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	/*background: #000;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px 10px 0 0;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	/*background: #000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px 10px 0 0;
}

.thrColFixHdr #sidebarProfile {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	/*background: #000;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px 15px 0 0;
}

.thrColFixHdr #sidebarProfile p	{
	text-align: center;
}

.thrColFixHdr #sidebarProfile h1	{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	color:#ccc;
	background-image:url(images/title_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 21px;
	text-align: center;
}
.thrColFixHdr #sidebarProfile h2 {
	text-align: left;
	font-size: 100%;
	color: #CCCCCC;	
}

.thrColFixHdr #sidebar2 h3	{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	color:#ccc;
	background-image:url(images/title_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 21px;

	}



.thrColFixHdr #sidebarJobs {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	/*background: #000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 10px 15px 10px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin:0px 10px 0 0;
}

.thrColFixHdr #sidebarNews h3	{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	color:#ccc;
	background-image:url(images/title_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 21px;
}

/*.thrColFixHdr #sidebarNews h4	{
	font-size: 80%;
	margin: .5em 0 3em 0;
	font-style: italic;
	color:#999999;
}*/


.thrColFixHdr #sidebarNews p	{
	font-size: 80%;
	margin: 0;
	padding: .25em 0 .25em 0;
}





.thrColFixHdr #jobicon {
	float: left; /* since this element is floated, a width must be given */
	width: 61px; /* 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 */
	height: 75px;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0em 0px;  /*padding keeps the content of the div away from the edges */
	text-align: center;
	margin: -5px 15px 0 0;

}

.thrColFixHdr #jobDump .intro {
	margin: 0 0 3em 71px;
	padding-left: 15px;
	border-left: 1px solid #222;
	}

.thrColFixHdr #sidebarJobs h3 a{
	color: #FEB729;	
	outline: none;
	display: block;
	width: 180px;
	height: 23px; 
	background-image:url(images/title_bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.thrColFixHdr #sidebarJobs h3 a:hover {
	background-position: 0px -23px;
}


.thrColFixHdr #sidebarJobs h3	{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	/*color:#ccc;*/

	height: 23px;
	line-height: 21px;
}


.thrColFixHdr #sidebarJobs h4	{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	color:#413c38;
	background-image:url(images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -46px;
	height: 23px;
	line-height: 21px;
}


.thrColFixHdr #jobDump h2 {
	font-size: 100%;
	font-style:italic;
	font-weight: normal;
	color: #c86400;
	margin: 2em 0 .5em 0;
	padding: 0;
}

.thrColFixHdr #jobDump ul {
	font-size: 90%;
	line-height: 1.5em;
}


.thrColFixHdr #jobDump h6, #jobDump h6 a {
	font-size: 10px;
	background-color: #222;
	margin: 1em 0 3em 0;
	padding: .2em 1em .25em 1em;
	text-align: center;
	text-transform: uppercase;
	color: #CCCCCC;
}

.thrColFixHdr #jobDump h5, #jobDump h5 a {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #CCCCCC;
}

.thrColFixHdr #jobDump h5 a:hover, #jobDump h6 a:hover	{
	text-decoration: none;
	color: #FEB729;
}

/*.thrColFixHdr #sidebarJobs a:hover {
	color: #FEB729;
	text-decoration: overline;
	color: #FEB729;
}
*/





.thrColFixHdr #newsMenu, #games_venan, #games_contract{
	margin: 0 0 0 0;
	padding: 0;
/*	border: 1px solid #222;*/
	text-align: center;
	color: #FEB729;

}

.thrColFixHdr #newsMenu h1 a, #games_venan h1 a, #games_contract h1 a{
	font-size: 100%;
	color: #FEB729;
	outline: none;
	padding: 4px 4px 6px 4px;
	margin: 0 0 1em 0;
}

.thrColFixHdr #newsMenu h1, #games_venan h1, #games_contract h1	{
	font-size: 100%;
	padding: 0 0 0 0;
	background-color: #222;
	border-bottom: 1px solid #111;
	margin: 0 0 0 0;
}

.thrColFixHdr #newsMenu a, #games_venan a, #games_contract a{
	outline: none;
}

.thrColFixHdr #newsStory, #storyDump	{
	margin: 0 0 0 0;
	padding: 0 0px 20px 0;
	line-height: 1.5em;
	text-align: justify;

}

.thrColFixHdr #profileDiv	{
	margin: 0 0 0 0;
	padding: 0 0px 10px 0;
	line-height: 1.5em;
	text-align: justify;

}



.thrColFixHdr #storyDumpEdit	{
	margin: 0 0 0 0;
	padding: 0 0px 20px 0;
	line-height: 1.5em;
	text-align: left;

}


.thrColFixHdr #newsStory p, #storyDump p {
	font-size: 90%;
}

.thrColFixHdr #newsStory h2, #storyDump h2{
	font-size: 100%;
	color: #CCCCCC;
}

/*Used for about section at end of press releases*/
.thrColFixHdr #storyDump h4	{
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	}

.storyend	{
	height: 5px;
	border-top: 1px dotted #333333;
	margin: 3em 0 3em 0;
}
	
.monthdump	{
	margin: 0 0 1em 0;
	padding: 0 1px 0 1px;
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
	border-bottom: 1px solid #333;
	background: #111;
	}
	
.monthdump h6{
	background-color: #222;
	margin: 10px 0 1px 0;
}

.monthdump h6 a{
	font-size: 10px;
	color: #CCCCCC;
	padding: 1px 5px 1px 5px;
	text-transform: uppercase;
	display: block;
}

.monthdump h6 a:hover {
	color: #FEB729;
	text-decoration: none;
	background-color: #070707;
}


.monthdump p a{
	padding: 2px 3px 2px 3px;
	display: block;
	margin-bottom: -4px;
	}


.monthdump p a:hover {
	background-color: #070707;
	text-decoration: none;
}


.gamelist	{
	margin: 0 0 1em 0;
	padding: 0 1px 0 1px;
	border-left: 1px dotted #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #333;
	background: #111;
	text-align: left;
	}
	
.gamelist p a{
	padding: 2px 3px 2px 15px;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(images/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	}
	
span.platform {
	color:#666666;
	}
	
.gamelist p a:hover{
/*	padding: 0 3px 0 15px;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;*/
	background-color: #070707;
	background-image: url(images/bullet_1b.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	text-decoration: none;
	}	

.gamelist h6{
	background-color: #222;
	margin: 10px 0 1px 0;
	text-align: center;
}

.gamelist h6 a{
	font-size: 10px;
	color: #CCCCCC;
	padding: 1px 5px 1px 5px;
	text-transform: uppercase;
	display: block;
}

.gamelist h6 a:hover {
	color: #FEB729;
	text-decoration: none;
	background-color: #070707;
}	



/*GAME PANEL SYTLES*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 286px; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 286px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.stepcarousel .thumb{
	padding: 10px;
}
	
	
	
.thrColFixHdr #gameDump	{
	margin: 0 0 0 0;
	padding: 0 5px 20px 0;
	line-height: 1.75em;
	text-align: justify;
}

.divider {
	border-top: 1px dotted #222;
	padding: 0px;
	margin: 10px 0 10px 0;
	}	


#contact {
	border: 1px solid #222;
	padding: 2em 20px 0 20px;
	margin: 0px 200px 20px 200px;
	background: url(images/contact_bg.jpg);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	}

#contact h1	{
	text-align: left;
	margin:0 0 .5em 0;
	padding:0;
	}
#contact p	{
	text-align: left;
	line-height: 1.5em;
	margin:0 0 2em 0;
	padding:0;
	}







.thrColFixHdr #gameDump p{
	font-size: 80%;
	
}

.thrColFixHdr #gameDump h1{
	color: #8B9298;
	font-size: 100%;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.thrColFixHdr #gameDump .title {
	font-weight: bold;
	font-size: 100%;
	text-transform: capitalize;
	font-style: italic;
	color:#FEB729;
}

.thrColFixHdr #gameDump .platform {
	color:#ccc;
}

.thrColFixHdr #gameDump .genre {
	color:#ccc;
}

.thrColFixHdr #gameDump .pub {
	color:#ccc;
}



/*Web edit*/
.gameEdit a:hover {
	font-weight: bold;
	color: #8BFF53
}
.gameEdit a  {
	color: #37A5FF;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none
}

.gameEditHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00E198;
	line-height: 24px;
	}

.gameEditStatus {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #AF0000; 
	line-height: 18px;
}

.gameEditLabels {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #ccc; 
	line-height: 18px;
	}

.gameEditSmallFont {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ccc;
	}
