/** Deep C Design Style.css - Created December 2008 **/

html {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: arial;
	background-color: #431406;
}

a:active {color: #ffff99; text-decoration: none;}
a:link {color: #ffff99; text-decoration: none;}
a:hover {color: #ffff99; text-decoration: none;}
a:visited {color: #ffff99; text-decoration: none;}


.whitelinks {color: #fff;}
.whitelinks a:active {color: #fff; text-decoration:none;}
.whitelinks a:link {color: #fff; text-decoration:none;}
.whitelinks a:hover {color: #ffff99; text-decoration:none;}
.whitelinks a:visited {color: #fff; text-decoration:none;}


/** GLOBAL **/

big {
	font-size: 1.4em;
}

/** LAYOUT **/

#black-top {
	background: #000;
	height: 50px;
}

#gradient-wrapper {
	background: url(images/gradient.jpg) repeat-x top left;
	margin: 0;
	padding: 0;

}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 544px;
	background-image: url('images/the-honey-pot-site-back.jpg');
	background-repeat: no-repeat;

}

#page {

}

#address-panel {
	float: left;
	color: white;
	margin-top: 350px;
	margin-left: 40px;
	font-family: georgia;
	font-size: 1.1em;
	line-height: 1.8em;
		
}

#content {
	color: #fff;
	width: 500px;
	height: 420px;
	margin-left: 445px;
	padding-right: 5px;
	margin-top: 45px;
	line-height: 1.6em;
	font-size: 1.1em;
	overflow: auto;

}

#content small{
	font-size: 1em;
	line-height: 1.3em;

}

#nav {
	position: relative;
	right: 25px;
	top: 20px;
	text-align: right;
}

#nav img {
	border: none;
	padding-right: 8px;
}


#bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #B5B5B5;
	font-family: arial;
	text-align: right;
	font-size: 0.8em;
}

#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #B5B5B5;
}
#bottom a:hover {
	color: #3DABE2;
}

/** ELEMENTS **/

.img1 {
	border: 0px;
}


/** NAVIGATION **/


#nav .images {
	border: none;
}

#nav br {
	margin-bottom: 45px;
}

#nav .item {
	height: 75px;
}

/** PAGES **/

#portfolio .thumbs {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}

#portfolio .thumbs.last {
	margin-right: 0;
}

#facebox {
	font-family: arial;
	text-align: center;
}

#facebox h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}
