/* style.css for bri1.com website version 11.0 */
/* Copyright (C) 2004-2010 Brian Nez <thedude at bri1 dot com> */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: url('shadowbg.png') #111823 repeat-x;
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cfcfcf;
	text-align: center; /* MSIE6 hack */
}

div#header {
	background: url('headerbg.png') #36496c repeat-x;
	height: 158px;
	text-align: center;
}

div#push {
	height: 50px;
	width: 100%;
}
	
div#nav {
	background: url('navbg.png') #353d4b repeat-x;
	height: 28px;
}

	div#nav ul {
		margin: 0;
		padding: 0;
		height: 100%;
		text-align: center;
		position: relative;
		top: 4px;
	}

	div#nav ul li {
		color: #d8dfe7;
		font-size: 14px;
		list-style-type: none;
		display: inline;
		padding-left: 15px;
	}

	div#nav ul li.right {
		padding: 0;
	}

	div#nav ul li a {
		color: #ddd;
		text-decoration: none;
	}

	div#nav ul li a:hover {
		text-decoration: underline;
		color: #fff;
	}

div#main {
	margin: 0 auto;
	background: url('mainbg.png') #1b3058 repeat-x;
	width: 764px;
}

div#subheader {
	height: 143px;
	border-bottom: 1px solid #294980;
	text-align: center;
}

div#content {
	padding: 18px 25px 8px 25px;
	text-align: justify;
}

	div#content ul {
		margin: 10px 0 10px 5px;
		list-style-type: square;
	}

		div#content ul li {
			margin-left: 5px;
		}

		div#content ul li a {
			text-decoration: none;
		}

		div#content ul li a:hover {
			text-decoration: underline;
		}

div#footer {
	border-top: 1px solid #294980;
	background-color: #081c3e;
	height: 18px;
	text-align: center;
}

	div#footer p {
		font-size: 10px;
		font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
		margin: 3px 0 0 0;
	}

div#portfolio {
	background: #081c3e;
	border: 1px solid #294980;
	padding: 10px 10px 8px 10px;
	margin: 10px 0;
}

div#content .project {
	display: none;
}

.project {
	color: #000;
}

	.project h3 {
		color: #000;
	}

h1 {
	display: block;
	height: 0px;
	width: 0px;
	margin: 0;
	text-indent: -5391em;
	overflow: hidden;
}

h2 {
	padding-top: 35px;
}

h2, h3 {
	color: #fff;
	font-style: italic;
}

h2.oneline {
	padding-top: 45px;
}

h3 a {
	color: #fff;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

p.miniurl {
	text-align: center;
}

	p.miniurl a {
		color: #888;
	}

	p.miniurl a:hover {
		color: #aaa;
	}

a {
	color: #a9a9a9;
}

	a:hover {
		color: #dfdfdf;
	}

	a img {
		border: 0;
	}

div.clear {
	height: 1px;
	background-color: #1b3058;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

