/*#############################################################
Name: Brett Blue Photography
Date: 06-01-10
Author: Brandon L.
URL: http://www.brettbluephotography.com
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: white;
	color: #0000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {
	border: none;
	padding-right: 7px;
	padding-left: 7px;
}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* header */
.header {
	background: url(images/header1.jpg),no-repeat;
	border-bottom: 1px;
	border-bottom-color:#000066;
	height: 163px;
	width: 1180px;
	padding: 0px 0px;	
}

/* structure */
.container {
	border: 1px;
	border-color:#000066
	border-top: none;
	width: 1180px;
	position: relative;
	left: -590px;
}

.main {
	background: white;
	border-bottom: none;
	border-left: none;
}
.main .left {width: 64%;

}
.content {
	padding: 16px;
	
}
.right{
	position:absolute;
	width: 494px;
	height: 502px;
	top:230px;
	left: 680px;
}

/* content elements */
.content h1 {
	background: url(../portfolio/img/bgh1.gif) repeat-x left bottom;
	color: #000066;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	border:#000066;
	border-top: 3px,;
	border-bottom: 3px;
}
.nav a {
	background: white;
	border-right: none;
	color: #000066;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	width: 100px;
	padding: 0 10px;
}
.nav a:hover {
	background: white;
	color: #999999;
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
