/*
	site-wide stylesheet stuff in here
*/

html, body {
	height : 100%;
}

body {
	background-image : url("images/fades.gif");
	background-color : #131313;
	background-position : center;
	color : #b1ab88;
	margin : 0px;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

h1, h2, h3, h4 {
	margin : 0px;
}

a {
	text-decoration : none;
	color: #f7941d;
}

a:hover {
	text-decoration : underline;
	color : #bea235;
}


#page {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	min-height : 100%;
	background-color : #252525;
	border-right: 1px dotted #3b3b3b;
	border-left: 1px dotted #3b3b3b;
}

/* ------------------------------------------------------------- */

#header {
	padding-top : 1px;
	background-image : url(images/header_bg.jpg);
	text-align: center;
	padding-top: 29px;
	padding-bottom: 20px;
}


/* ------------------------------------------------------------- */

#navigation {
	padding-top : 1px;
	background-image : url(images/nav_bg.jpg);
	background-color : #bfbfbf;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 150px;
	font-size : 12px;
	font-weight: bold;
}

#navigation a {
	color : White;
}

#navigation a:hover {
	text-decoration : underline;
	color : #e5ddb0;
}

#navigation .home {
	padding-left : 20px;
}

#navigation .portfolio {
	padding-left : 25px;
}

#navigation .dev {
	padding-left : 10px;
}

#navigation .host {
	padding-left : 13px;
}

#navigation .domains {
	padding-left : 20px;
}

#navigation .contact {
	padding-left : 23px;
}

#navigation .help {
	padding-left : 35px;
}

#icons {
	text-align: center;
	border: 0px;
}

#icons img {
	border: 0px;
}

/* ------------------------------------------------------------- */




#content {
	padding-left : 5px;
	padding-right : 10px;
	padding-top: 20px
}

#content h1 {
	font-size : 20px;
	font-weight : normal;
	padding-bottom : 3px;
	margin-bottom : 5px;
	color: #d5d5d5;
}

#middle h2{
	font-size : 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #e0d9ad;
}

/* ------------------------------------------------------------- */


#left {
	float : left;
	border: 0px white dashed;
	width: 193px;
}

#middle {
	width: 580px;
	float : left;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px blue dotted;
}

#right {
	margin-left: 595px;
	border: 0px red dashed;
	width: 185px;
}


/* ------------------------------------------------------------- */

#adbox {
	background-image : url(images/adbox_bg1.jpg);
	background-repeat: no-repeat;
	height: 133px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 10px;
	font-size: 11px;
	border: 0px solid;
	color : #bea235;
	position: relative;
}

#adbox h2 {
	font-size : 14px;
	color: #bea235;
	margin-bottom: 5px;
}

.btext {
	font-size : 16px;
	font-weight: normal;
	color: White;
	text-align: center;
	padding-top: 10px
}

#adbox a {
	font-size : 10px;
	float: right;
	padding-right: 5px;
	position: absolute;
	top: 117px;
	left: 125px;
}

#box {
	background-image : url(images/recent_bg.gif);
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 11px;
	border: 1px dotted;
	background-color : #333333;
	width: 100%;
	float: right;
}

#box h2{
	font-size : 14px;
	margin-bottom: 2px;
	color: #e0d9ad;
}

#box h3{
	font-size : 12px;
	font-weight: bold;
	color: #e0d9ad;
	margin-top: 5px;
}

#box img {
	text-align: center;
	border: 0px;
	padding-bottom: 2px;
}

#box ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#box .more {
	font-size : 10px;
	float: right;
	padding-right: 5px;
}


/* ------------------------------------------------------------- */

.formhead  {
	background-color : #2c2c2c;
	font-size : 14px;
	color: #e0d9ad;
}

.field {
	font-size : 11px;
}



/* ------------------------------------------------------------- */



#footer {
	text-align : center;
	font-size : 11px;
	background-color : #2c2c2c;
	margin-top : 30px;
	vertical-align: bottom;
	color: #565656;
}

#footer a {
	color : #565656;
}

