/* Import stylesheets
----------------------------------------------- */

@import url("menu.css");										/* Navagation sheet */

/* Body & Main DIV's
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font:14px;
	background:url(images/bg.jpg) repeat center #222;
}

#center-container {
	position:absolute;
	left:50%;
	margin-left:-400px;
}

#container {
	min-height:600px;
	height:600px;
	width:800px;
	position:relative;
}

#content {
	width:815px;
	color:#CCCCCC;
	font-size:13px;
	line-height:20px;
}

#menu {
	position:absolute;
	left:600px;
	top:100px;
	width:195px;
	height:490px;
	border:#fff solid 5px;
	background:#484848 url(images/load.gif) no-repeat center;
	border-left:0px;
	margin:0px;
}

#logo {
	position:absolute;
	top:53px;
	left:0px;
}

/* Content
----------------------------------------------- */

#content h2 {														/* Titles */
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#85D4FF;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	letter-spacing:-1px;
	position:relative;
	width:95%;
}

#content p {
	color:#CCCCCC;
	margin:0px 0px 10px 0px;
}

#body {
	width:570px;
	min-height:470px;
	position:absolute;
	padding:10px 10px 10px 10px;
	margin:0px 0px 50px 0px;
	top:100px;
	border:#fff solid 5px;
	background:url(images/content_bg.jpg) #2b2b2b no-repeat;
}

body span em {	color:#85D4FF; }

.overview-thumbs img {
	margin:2px;
	border:1px #a9a9a9 solid;
	padding:2px;
}

/* Under the menu
----------------------------------------------- */

#under-menu {
	position:absolute;
	left:600px;
	top:600px;
	width:190px;
	margin:0px;
	padding:10px 0px 0px 10px;
}

#under-menu ul {
	list-style:none;
	margin:0;
	padding:0px 0px 0px 15px;
}

#under-menu .title {
	position:relative;
	left:-15px;
}

/* Rss Tabby
----------------------------------------------- */
#rss {
	position:absolute;
	top:108px;
	left:-60px;
	height:82px;
	z-index:-5;
}

#rss-txt {
	position:relative;
	top:-59px;
	left:-30px;	
	z-index:-6;
	text-align:right;
	line-height:11px;
	display:none;
}

/* Lists
----------------------------------------------- */

.list {
	list-style:none;
	padding:0px 0px 0px 10px;
	margin:0px 0px 15px 0px;;
	}

.list li {
	background:url(images/list-arrow.png) no-repeat left center;
	padding:0px 0px 0px 12px;
	vertical-align:middle;
}

/* Shmexy Titles
----------------------------------------------- */

h2 span.top {
	background:url(images/gradient-dark-top.png) repeat-x;
	position:absolute;
	display:block;
	width:50%;
	top:1px;
	height:100%;
}

h2 span {
	background:url(images/gradient-dark-reg.png) repeat-x;
	position:absolute;
	display:block;
	width:50%;
	top:1px;
	height:100%;
}

/* Linkys
----------------------------------------------- */

a img {	border:0px }
a:link, a:visited, a:active { color:#85D4FF; text-decoration:none; }
a:hover { color:#85D4FF; text-decoration:underline; }

/* Google Stuff

iframe {
	position:absolute;
	left:610px;
	top:610px;
	border-left:0px;
	margin:0px;
}

.cse-branding-right {
	position:absolute;
	top:70px;
	left:593px;
	width:325px;
	height:22px;
}

.cse-search-box, .cse-branding-form {
	height:22px;
}

.cse-branding-text {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ccc;
	font-size:9px;
	margin-top:0px;
}

.cse-branding-logo {
	margin-top:-7px;
}

input { border:0px none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; }

input[type="text"] {
	background:url(images/search2.png) no-repeat scroll left top;
	padding:7px 3px 4px 25px;
	color:#ccc;
	width:150px;
	height:14px;
}

input[type="submit"] {
	background:url(images/go.png) transparent no-repeat scroll left top;
	margin-left:-8px;
	width:32px;
	height:22px;
	padding:0px;
}

input[type="submit"]:hover {
	background:url(images/go-over.png);
	cursor: pointer;
}
----------------------------------------------- */
