/*

	doobLab - Style Sheet

	note: find tags marked with 'custom colours' to colour the theme

*/
*
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	text-rendering: geometricPrecision;
}
html
{
	height: 100%;
	min-width: 1024px;
}

body
{
	font-family: tahoma;
	font-size: 0.9em;
	color: black;
	height: 100%;

	background: #fff url("images/background.jpg") repeat-x top center;
}

a
{
	/* customize colour */
	color: #ff8800;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	/* customize colour */
	color: #ff8800;
	font-weight: bold;
	font-style: italic;
}

a img
{
	border: none;
}

#page
{
	position: relative;
	
	height: auto !important;
	min-height: 100% !important;
}

#page
{
	width:	900px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
}

#page:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	/*visibility: hidden;*/
}

#header
{
	width: 900px;
	/*height: 145px;*/
	padding: 0px;
	margin: auto;

	vertical-align: middle;
}

#header a
{
	color: white;
}

#site
{
	width: 600px;
	min-width: 600px;
	margin: 10px auto;
	float: left;
	clear: both;
}

#site.game-view
{
	width: 900px;
	min-width: 900px;
	margin: 10px auto;
	float: left;
	clear: both;
}

#site-bar
{
	width: 200px;
	min-width: 200px;
	margin: 20px 0px auto 10px;
	float: right;
}

#sitelinks
{
	width: 900px;
	height: 33px;
	margin-top: 10px;
	clear: both;
	
	background: white;
	
	border: 2px #214478 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*	border: 2px #acf solid;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	text-align: left;
	vertical-align: top;
	margin: auto;
	margin-top: 20px;
	
	background: white;
	position: relative;
	
	-moz-box-shadow: inset black 2px 2px 10px;	
	-webkit-box-shadow: inset black 2px 2px 10px;	
}*/

.sitelink a
{
	display: inline-block;
	height: 20px;
	margin-top: 5px;
	
	font-size: 1.2em;
	padding: 3px 30px;
	text-decoration: none;
	text-shadow: #999 0px 1px 3px;
	font-weight: bold;
	font-style: normal;
	font-weight: bold;

	color: black;
}

.sitelink a:hover
{
	text-shadow: #999 0px 4px 3px;
}

/*.sitelink a
{
	border: black 2px solid;
	margin-right: 30px;
	padding: 5px;
	
	background: white;
	position: relative;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: black 0px 2px 10px;	
	-webkit-box-shadow: black 0px 2px 10px;	
}
*/


.sitelink a:hover
{
	font-style: italic;
	font-weight: bold;
	color: black;
}

#dooblinks a
{
	margin: 0px 10px;
	padding: 5px;
	
	background: white;
	text-transform: uppercase;
	font-size: 0.85em;
	
	width: 100px;
	display: inline-block;
	color: #87aade;
	
	border: 2px #214478 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dooblinks a:hover
{
	font-style: normal;
	background: url('images/link_background.jpg') bottom center;
	text-transform: uppercase;
	
	border: 2px #552200 solid;
	color: #ff7f2a;	
}

#fixed-side-bar
{
	position: fixed; 
	right: 0px; 
	top: 0px; 
	width: 160px;
	
	border: 1px #ddd solid;
	
	border-right: none;
	border-top: none;
	
	padding: 10px; 
	background: white;
	
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	
	text-align: center;
}

#content-top
{
	padding: 10px 10px;
	vertical-align: top;
	width: 100%;
}

#content-top .content
{
	width: 900px;
	margin: auto auto
}

#content-bottom
{
	clear: both;
	vertical-align: top;
	width: 100%;
}

#content-right
{
	width: 290px;
	margin: 10px 5px;
	float: right;
}

#footer
{
	width: 100%;
	height: 40px;
	text-align: center;
	color: white;
	margin: auto;
	margin-top: -46px;
	padding-top: 5px;
	z-index: -1000000;
	
	clear: both;
	border-top: 1px #111 solid;
	background: #333 url("images/footer.png") repeat-x top center;
}

#footer .content
{
	position: relative;
	
	width: 900px;
	margin: 0px auto;
}

#footer a
{
	color: #bbb;
}

#footer a:hover
{
	color: #f84;
}

.disclaimer
{
	text-align: left;
	vertical-align: bottom;
	font-size: 0.7em;
	color: #ddd;
	float: left;
}

/*

	Table Style

*/

.tablestyle
{
	margin: 5px;
}

.back-border
{
	background: white;
	
	border: 2px #fca solid;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px;
}

.tablestyle .title
{
	font-size: 1.2em;
	font-weight: bold;

	text-align: left;

	color: black;
	
	width: 90%;
	
	
}

.paper
{
	display: block;

	position: relative;

	margin: 2px;
	padding-top: 7px;
	height: 33px;
	background: url("images/title_back.png");
}

.paper:before
{
	left: -13px;
	top: 0px;
	position: absolute;
	content: url("images/ititle_end.png");
}

.paper:after
{
	position: absolute;
	right: -13px;
	top: 0px;
	content: url("images/title_end.png");
}

.paper-left
{
	display: block;

	position: relative;

	margin: 2px;
	padding-top: 7px;
	height: 33px;
	background: url("images/title_back.png");
}

.paper-left:before
{
	left: -22px;
	top: -5px;
	position: absolute;
	content: url("images/title_base.png");
}

.paper-left:after
{
	position: absolute;
	right: -13px;
	top: 0px;
	content: url("images/title_end.png");
}

.paper-right
{
	display: block;
	
	position: relative;
	
	margin: 2px;
	margin-left: auto;
	padding-top: 7px;
	height: 33px;
	background: url("images/ititle_back.png");
}

.paper-right:before
{
	left: -13px;
	top: 0px;
	position: absolute;
	content: url("images/ititle_end.png");
}

.paper-right:after
{
	position: absolute;
	right: -22px;
	top: -5px;
	content: url("images/ititle_base.png");
}

.tablestyle .text
{
	margin: 4px 0px;
	border: none;
}

/*

	News Style

*/

/* site newsstyle */

.newsstyle
{
	background: #fff url("images/news_background.jpg") no-repeat bottom right;
	
	border: 2px #fca solid;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 10px;
	margin: 5px;
	line-height: 1.5em;
}

.newsstyle h1
{
	padding-top: 5px;
	margin: 0px;

	font-size: 1.2em;
	font-weight: bold;

	text-align: left;
	color: black;
}

.newsstyle h2
{
	padding: 0px;
	margin: 0px;

	font-size: 0.8em;
	font-weight: bold;

	text-align: left;
	color: black;
}

.newsstyle div
{
	text-align: left;
}

.newsstyle .footer
{
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px black solid;
}

.login_menu_link
{
	font-size: 1em;
}

.tbox
{
	background-color: #fff;
	/* customize colour */
	border: #916f6f 1px solid;
	color: #000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.editable
{
	border: 2px dashed;
}

a#twitter, a#link-login, a#facebook, a#youtube
{
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	
	position: relative;
	
	/*padding: 10px;
	position: absolute; 
	right: 10px; 
	top: 3px;
	
	right: -10px; 
	top: -10px;
	
	background: white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-moz-box-shadow: black 3px 3px 20px;	
	-webkit-box-shadow: black 3px 3px 20px;*/
}

a#twitter div, a#link-login div, a#facebook div, a#youtube div
{
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
}

a#twitter div div
{
	border: 2px solid #0088aa;
	background: #0088aa url("images/twitter-back.png");
}

a#link-login div div
{
	border: 2px solid #803300;
	background: #0088aa url("images/user-back.png");
}

a#facebook div div
{
	border: 2px solid #002255;
	background: #0088aa url("images/facebook-back.png");
}

a#youtube div div
{
	border: 2px solid #2b0000;
	background: #0088aa url("images/youtube-back.png");
}

a#twitter img, a#link-login img, a#facebook img, a#youtube img
{
	vertical-align: middle;
}

a#twitter div div, a#link-login div div, a#facebook div div, a#youtube div div
{
	position: relative;
	
	color: #fff !important;
	font-style: normal !important;
	font-weight: bold;
	text-transform: lowercase;
	
	padding: 4px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	width: auto;
	white-space: nowrap;
}

a#twitter div div img, a#link-login div div img, a#facebook div div img, a#youtube div div img
{
	position: absolute;
	top: -10px;
	right: 0.5em;
}

div.advert
{
	text-align: center;
	margin-top: 5px;
}

div.advert div
{
	/*border: white 10px solid;*/
	padding: 5px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background: black;
	text-align: center;
	clear: both;
	/*width: 728px;* /
	margin: auto;*/
}

.doob-news
{
	text-align: left;
	width: 250px;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
	line-height: 1.5em;
	
	padding: 5px;
}

.doob-news:hover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	border: 1px solid #bbb;
	background: #eee;
	
	padding: 4px;
}

.doob-news h1
{
	font-size: 1.1em;
	font-weight: bold;
}

#content-bottom .doob-news
{
	width: 205px;
}

/* Modifiers */
.smalltext
{
	font-size: 0.7em;
}

.bottom
{
	vertical-align: bottom;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.float-right
{
	float: right;
}