﻿body {
    font-family: Tahoma;
	background-image: url(layout/bg.jpg);
    background-color: #111111;
    color: #dddddd;
    margin: 0px;
	font-size: 15px;
}
/*-----Header Area-----*/
#headcontainer{
    background-image: url(layout/blue/headbg.jpg);
	background-repeat: repeat-x;
    width: 100%;
    margin-bottom: 10px;
    height: 125px;
}
#head{
    background-image: url(layout/blue/header.jpg);
	background-repeat: no-repeat;
    position: relative;
    margin: auto;
	width: 1000px;
    height: 125px;
	margin-bottom: -25px;
}
#search{
	position: relative;
	padding: 0px;
	margin: auto;
	width: 500px;
	height: 100px;
}
#search input.search_form{
	background: none;
	color: #cccccc;
	border: 0px;
	width: 400px;
	padding: 4px 0px 0px 10px;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	}
#search input.search_button{
	position: absolute;
	top: 0px;
	right: 1px;
	width: 80px;
	height:28px;
	padding: 1px;
	border: 0px;
	color: #dddddd;
	background-image: url(layout/blue/searchbutton.png);
}
#nav{
    height: 30px;
	width: 900px;
	margin: auto;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
}
#nav ol{
    list-style: none; margin: 0; padding: 0;
}
#nav li{
    float: left;
}
a.link:link, a.link:visited {
    background-image: url(layout/blue/link.png);
    width: 150px;
    height: 25px;
    position: relative;
    display: block;
    color: #181818;
	z-index: 8;
	font-weight: 300;
	text-shadow: 1px 1px 0px #eee;
}
a.link:hover, a.link:active {
    background-position: 0px -25px;
	z-index: 10;
	color: #cccccc;
	text-shadow: -1px -1px 0px #303840;
}
/*-----Login/Registering/Contact/Forms-----*/
#formerror {
    background-color: #222222;
    border: solid 1px #004488;
    width: 500px;
    margin: auto;
	margin-top: 10px;
	font-size: 12px;
	padding: 5px;
}
#formerror ul {    
    color: #ff0000;
    list-style-type: none;}
#login {
	position: absolute;
	top: 4px;
	right: 5px;
    font-size: 12px;
}
#logintext {
	width: 230px;
	display: block;
	text-align: right;
	height: 100px;
	padding: 0px 5px 5px 5px;
}
#logintext a{
	color: white;
	text-decoration: none;
}
#logintext a:hover {
	color: white;
	text-decoration: underline;
}
.fields {
	height: 14px;
	width: 145px;
	font-size: 12px;
}
a#logout:hover {
	color: red;
}
#success {
	background-color: #222222;
    border: solid 1px #224488;
	color: #aaccee;
    width: 450px;
    margin: auto;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}
#success ul{
	list-style-type: none;
}

/*-----Body-----*/
#bodycontainer {
    width: 1000px;
    margin: auto;
	margin-top: 5px;
}
#block{
	width: 300px;
	height: 276px;
	display: block;
	padding: 0px 1px 1px 1px;
	background-image: url(layout/blue/blockbg.png);
	background-repeat: repeat-x;
	float: left;
}
#featured {
    width: 990px;
    height: 290px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
    background-image: url(layout/blue/feat_bg.png);
	position:relative;
	}
#feat_menu{
	display: none;
	z-index: 5;
	position: absolute;
	bottom: 5px;
	padding-top: 2px;
	background-image: url(layout/blue/feat_menu.png);
	width:250px;
	height: 28px;
	text-shadow: 1px 1px 0px white;
}
#home_recent{
    width: 687px;
	min-height: 517px;
	border-left: solid 1px #506070;
	border-bottom: solid 1px #222222;
    float: right;
	padding: 30px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
    background-image: url(layout/blue/contenthead.png);
    background-repeat: repeat-x;
	background-color: #282828;
}
#content{
	width: 749px;
	background-image: url(layout/blue/contenthead.png);
	background-repeat: repeat-x;
	position: relative;
	float: right;
	border-left: solid 1px #555555;
	padding: 20px 0px 10px 0px;
	background-color: #333333;
}
#recent{
    width: 239px;
    height: 580px;
    position: relative;
    padding: 25px 5px 5px 5px;
	margin-bottom: 5px;
    float: left;
	border-right: solid 1px #000000;
    background-image: url(layout/blue/contenthead.png);
    background-repeat: repeat-x;
	background-color: #333333;
}
/*-----Recent Item Links-----*/
#rec_item_link img{
	max-width: 150px;
	max-height: 150px;
}
#rec_item_link{
	background-color: #111111;
	text-align: center;
	display: inline-block;
	border: solid 1px black;
	min-height: 120px;
	padding: 2px;
	margin: 5px;
	width: 154px;
	min-height: 130px;
	vertical-align: top;
}
a#rec_item:link, a#rec_item:visited{
   display: block;
   width: 234px;
   height: 30px;
   border-bottom: dotted 1px #111111;
   font-size: 14px;
   line-height: 15px;
   color: #000000;
   overflow: hidden;
}
a#rec_item:hover, a#rec_item:active{
   background-color: #203848;
   color: #000000;
}
b#rec_head{
    text-align: center;
    color: white;
}
a#rec_item b, a#rec_item b:hover{
	color: #2288ff;
	text-decoration: none;
	font-size: 14px;
}
a#rec_item.profile {
	height: 18px;
}
#adbar{
    width: 728px;
    height: 90px;
	border: solid 1px black;
    position: relative;
    float: right;
	margin: 5px 10px 5px 0px;
}
fieldset.left{
	float: left;
	width: 425px;
	margin-right: 0px;
}
fieldset.right{
	float: right;
	width: 275px;
	margin-left: 0px;
}
/*--Columns--*/
#columns{
    width: 1000px;
	padding-bottom: 4px;
	height: 225px;
	margin: 5px auto;
	background-color: #333333;
    clear: both;
    position: relative;
    background-image: url(layout/blue/columnsbg.png);
    background-repeat: repeat-x;
}
.col b{
	padding-left: 10px;
	font-size: 18px;
	color: White;
	text-align: center;
}
.col b:hover{
	text-decoration: underline;
}
.col{
    width: 328px;
    height: 225px;
    padding: 2px;
    float: left;    
    position: relative;
}
#polls{
	width: 300px;
	font-size: 14px;
	margin: auto;
}
#pollbars{
	background-image: url(layout/pollbar.png);
	display: block;
	width: 250px;
	height: 20px;
	color: #333333;
	text-indent: 10px;
	line-height: 20px;
	background-repeat: no-repeat;
	margin: 0px 2px 5px 10px;
	font-size: 12px;
	font-weight: bold;
}
/*-----Footer-----*/
#footcontainer {
    background-image: url(layout/blue/footbg.jpg);
    position: relative;
    clear: both;
    border-top: solid 1px black;
    width: 100%;
    height: 50px;
}
#footer{
    width: 1000px;
    text-align: center;
	padding-top: 5px;
    height: 35px;
    margin: auto;
	line-height: 20px;
	color: black;
}
/*-----Links and Text-----*/
a:link, a:visited {
    text-decoration: none;
    color: #0088ff;
}
a:hover, a:active, a.login:link, a.login:visited, #footer a:link, #footer a:visited{
    color: white;
}
a.login:hover, a.login:active, #footer a:hover, #footer a:active{
	text-decoration: underline;
}
p{
    text-indent: 30px;
    padding: 10px;
}
/*-----Search And Browsing Page-----*/
#searchbox{
	display: block;
	margin: 5px auto 0px auto;
	width: 690px;
}
#searchbox div, #searchbox a, .prof_links{
	position: relative;
	background-color: #111111;
	border: solid 1px black;
	width: 150px;
	padding: 5px 5px 0px 5px;
	margin: 5px;
	text-align: center;
	min-height: 125px;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#searchbox a{
	position: relative;
	top: -5px;
	left: -5px;
	margin: 0px;
	padding: 5px;
	border: 0px;
}
#searchbox a img{
	max-width: 150px;
	max-height: 150px;
}
#searchbox div .edit_button{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
/*-----Comments-----*/
#comments{
	width: 700px;
	background-color: #222222;
	color: #666666;
	position: relative;
	margin: auto;
	margin-top: 5px;
	font-size: 12px;
}
#comments p{
	padding: 0px;
	margin: 3px;
	font-size: 14px;
	color: #cccccc;
}
/*-----Sharing Box-----*/
div.addthis_toolbox a{
	display: block;
	width: 205px;
	padding: 4px 0 4px 34px;
	position: relative;
	color: #cccccc;
}
div.addthis_toolbox a:hover{
	background-color: #111111;
	text-decoration: underline;
}
div.addthis_toolbox span{
	position: absolute;
	left: 14px;
	top: 4px;
}