/* CSS Document */


/*

blue		33B3F7
brown		A18869

*/

html {
	overflow: scroll;
}

body {
	background-color: #000000;
	/*background-image: url(/images/screen_bg.gif);*/
	background-image: url(/images/elegant_black.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px auto;
	padding: 0;
	width: 900px;
	font-size: 15px;
	line-height: 120%;
}

div#page {
	background-image:url(/images/bg3.jpg);
	background-position: 50px 50px;
	background-repeat: repeat-y;

}

div#masthead {
	background-image: url(/images/home_masthead.gif);
	height: 150px;
	position: relative;
	width: 900px;
}

div#content-container {
	background-image: url(/images/side.gif); 
	padding: 10px 50px; 
	position: relative;
}

ul#nav {
	list-style: none;
	left: 70px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 107px;
}

ul#nav li {
	color: #000000;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px 0 0;
}

ul#nav li a {
	padding: 5px;
	position: relative;
	z-index: 100;
}

ul#nav li a.current {
	background-image: url(/images/bg3.jpg);
	color: #000000;
}

ul#nav li a:hover {
	color: #000000;
	text-decoration: none;
}

/* The hover element, dynamically created */
div.ahover {
	background-image: url(/images/bg3.jpg);
    position: absolute;
    z-index: 99;
}

h1 {
	color: #000000;
	font-size: 30px;
	margin: 0;
}

h2 {
	color: #000000;
	font-size: 20px;
	margin: 0;
}

div.divider {
	background-image: url(/images/bar.gif);
	height: 30px;
	margin: 20px 0 30px 0;
	width: 800px;
}


h3 {
	color: #000000;
	font-size: 20px;
	text-align: center;
}


div#footer {
	background-image: url(/images/footer.gif);
	color: #A18869;
	height: 110px; 
	padding: 10px 0 0 0;
	text-align:center;
}


a {
	color: #33B3F7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br {
	clear: both;
}

div#news {
	padding-bottom: 10px;
	width: 800px;
}

div.news {
	float: left;
	margin-bottom: 20px;
	width: 390px;
}

div.news p.date {
	font-size:20px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

div.news-container {
	background-image: url(/images/home_news.gif);
	color: #A18869;
	height: 160px;
	padding: 30px;
}

div.odd {
	margin-right: 20px;
}

div.even {
	margin-right: 0;
}

div.news h3 {
	color: #A18869;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

img.news {
	float:left;
	margin: 0 20px 20px 0;
}


/* PORTFOLIO */

div.portfolio-item {
	border-top: 5px #000000 solid;
	clear: both;
	margin: 0px 0 20px 0;
	padding-top: 20px;
	position:relative;
}

.view-link {
	position:absolute;
	left: 20px;
	top: 180px;
}

div.portfolio-item ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
}

div.portfolio-item ul li {
	font-size: 15px;
	margin: 0 0 5px 0px;
}

img.thumb {
	float: left;
	margin: 0 0px 20px 0;
}

div.entry-buttons a {
	clear: both;
	display: block;
	padding: 0 0 20px 0;
}

div.entry-col2 {
	float: right;
	width: 230px;
}


/* Tables */

table {
	width: 760px;
}

tr.odd {
	
}

td {
	
	padding: 10px;
}