* {
	margin: 0;
	padding: 0;	
}

body {
	font: bold 13px Arial, serif;
	background: url('../images/background.jpg') center repeat-y;
	background-color: #e3a15c;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url('../images/8.png');
}

/******* Header *******/


#header {
	width: 800px;
	margin-top: 0px;
	height: 189px;
	background: url('../images/header.jpg');
}

/******* Navigation *******/


#nav {
	text-align: center;
	margin-top: 0px;
	width: 800px;
	height: 40px;
	background: url('../images/navBG.jpg');
}

#nav li {
	display: inline;
}

#nav a {
	text-decoration: none;
	border: none;
}

#portfolio a {
	float: left;
	margin-left: 116px;
	width: 132px;
	height: 40px;
	background: url('../images/nav1.jpg');
}

#portfolio a:hover {
	float: left;
	margin-left: 116px;
	width: 132px;
	height: 40px;
	background: url('../images/nav1_active.jpg') no-repeat;
}

#blog a {
	float: left;
	width: 93px;
	margin-left: 40px;
	height: 40px;
	background: url('../images/nav2.jpg') no-repeat;
}

#blog a:hover {
	float: left;
	margin-left: 40px;
	width: 93px;
	height: 40px;
	background: url('../images/nav2_active.jpg') no-repeat;
}

#about a {
	float: left;
	margin-left: 50px;
	width: 98px;
	height: 40px;
	background: url('../images/nav3.jpg') no-repeat;
}

#about a:hover {
	float: left;
	margin-left: 50px;
	width: 98px;
	height: 40px;
	background: url('../images/nav3_active.jpg') no-repeat;
}

#contact a {
	float: left;
	margin-left: 35px;
	width: 118px;
	height: 40px;
	background: url('../images/nav4.jpg') no-repeat;
}

#contact a:hover {
	float: left;
	margin-left: 35px;
	width: 118px;
	height: 40px;
	background: url('../images/nav4_active.jpg') no-repeat;
}

/*******Portfolio Content********/

#portfolioContent {
	width: 800px;
	background: url('../images/contentPortfolioBG.jpg') no-repeat;
	background-color: white;
}

#imagesHeader{
	margin: 0 auto;
	padding-top: 175px;
	width: 656px;
	height: 58px;
	background: url('../images/imgHeader.png') no-repeat bottom;
}

#thumbnails{
	width: 656px;
	list-style: none;
	margin: 0 auto;
	
}

#thumbnails li{
	margin-left: 50px;
	margin-top: 25px;
	float: left;
	width: 106px;
	height: 106px;
}
#videosHeader{
	margin: 0 auto;
	padding-top: 75px;
	width: 656px;
	height: 58px;
	background: url('../images/vidHeader.png') no-repeat bottom;
}
#thumbnails2{
	width: 656px;
	list-style: none;
	margin: 0 auto;
	
}

#thumbnails2 li{
	margin-left: 50px;
	margin-top: 25px;
	float: left;
	width: 106px;
	height: 106px;
}
#interactHeader{
	margin: 0 auto;
	padding-top: 75px;
	width: 656px;
	height: 58px;
	background: url('../images/interactHeader.png') no-repeat bottom;
}
#thumbnails3{
	width: 656px;
	list-style: none;
	margin: 0 auto;
	
}

#thumbnails3 li{
	margin-left: 50px;
	margin-top: 25px;
	float: left;
	width: 106px;
	height: 106px;
}

.resumeImage {
	margin-right: 20px;
	margin-top: 10px;
}

#resumeButton{
	margin-left: 593px;
	padding-bottom: 50px;
}

#resumeButton2{
	padding-top: 10px;
	margin-left: 593px;
}


/*******Blog Content********/

#blogContent {
	width: 800px;
	background: url('../images/contentBlogBG.jpg') no-repeat;
	background-color: white;
}

#blogContent .date{
	padding-bottom: 10px;
	color: orange;
}

.box_content{
	font-size: 12px;
	border: 2px solid #0c4e91;
	margin-left: 130px;
	margin-bottom: 50px;
	padding-top: 15px;
	width: 511px;
}

.box_content h4{
	color: black;
	padding: 0px 15px 15px 15px;
}

.box_content h3{
	color: orange;
	padding:7px 15px 0px 15px;
}

.box_content p{
	color: #0c4e91;
	padding: 0px 15px 5px 15px;
}

.box_content a{
	color: orange;
	text-decoration: none;
}

.box_top{
	font-size: 12px;
	padding-top: 15px;
	width: 511px;
	height: 47px;
	background: url('../images/blogHeader.jpg') no-repeat;
}

.blogTitle{
	color: #0c4e91;
	padding-left: 13px;
	padding-top: 3px;
}

.blogImage {
	padding: 5px;
	margin: 10px;
	border: 1px dashed orange;
}

.readmore  {
	color: #0c4e91;
	margin-left: 270px;
}

.summary {
	margin-bottom: 8px;
	border-bottom: 1px dashed #0c4e91;
}


/*******About Content********/

#aboutContent {
	width: 800px;
	min-height: 400px;
	background: url('../images/contentAboutBG.jpg') no-repeat;
	background-color: white;
	color: #0c4e91;
}

#bio {
	margin-left: 100px;
}

#bio h3{
	color: orange;
	margin-top: 15px;
}

#bio p{
	padding-right: 150px;
}

#bio img{
	margin: 0px 50px 25px 25px;
}

#bio a {
	text-decoration: none;
}

#bio a:hover {
	text-decoration: none;
	color: orange;
}

#largeMargin {
	margin-top: 302px;
}

/*******Contact Content********/

#contactContent {
	width: 800px;
	min-height: 636px;
	background: url('../images/contentContactBG.jpg') no-repeat;
	background-color: white;
}

form {
	width: 463px;
	margin-left: 223px;
	padding-bottom: 50px;
	padding-top: 134px;
}

#name {
	width: 243px;
	height: 28px;
	margin-top: 2px;
	font: bold 20px Arial, serif;
	color: #1e5d9d;
	border: none;
}

#email {
	width: 243px;
	height: 28px;
	margin-top: 17px;
	font: bold 20px Arial, serif;
	color: #1e5d9d;
	border: none;
}

#message {
	width: 463px;
	height: 191px;
	margin-top: 19px;
	font: bold 20px Arial, serif;
	color: #1e5d9d;
	border: none;
}

#submit {
	margin-top: 15px;
	margin-left: 330px;
}

#submitImg{
	background: url('../images/submitButton.png') no-repeat;
	background-color: transparent;
	outline: none;
	border: none;
	width: 167px;
	height: 103px;
	color: #1e5d9d;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: "Arial";
	cursor: pointer;
}

#submitImg:hover{
	color: white;
}

/******* Footer *******/

#footer {
	text-align:center;
	width: 800px;
	height: 132px;
	background: url('../images/footer.jpg') no-repeat bottom;
	background-color: white;
}

#footer a{
	text-decoration: none;
	color: black;
}

#footer a:hover{
	text-decoration: none;
	color: #f09007;
}

#footerNav{
	padding-top: 48px;
}

#footerNav li{
	display: inline;
	list-style: none;
}

#portfolio1{
	margin-left: 10px;
}

#blog1{
	margin-left: 48px;
}

#about1{
	margin-left: 45px;
}

#contact1{
	margin-left: 40px;
}

#resume1{
	margin-left: 40px;
}

#footNav p{
	text-align:center;
	width: 100%;
}



/*******ADMIN CONTENT*****/

#adminContent{
	width: 800px;
	min-height: 400px;
	background: url('../images/contentAdminBG.jpg') no-repeat;
	background-color: white;
	padding-top: 150px;
	color: #0c4e91;
}
	
#loginContent {
	width: 400px;
	margin: 0 auto;
}

#loginContent form {
	margin: 0 0 400px 0;
	padding: 10px;
}

#loginContent #user {
	margin-bottom: 10px;
}

#loginContent #pass {
	margin-bottom: 10px;
}

/******* Miscellaneous *******/


.space{
	margin-bottom: 5px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.white {
	color: white;
	width: 100%;
	text-align: center;
}

.white a {
	text-decoration: none;
}

.empty {
	clear: both;
}

span {
	display: none;
}

img {
	border: none;
}

.border {
	height: 3px;
	width: 100%;
	clear: both;
	background: url('../images/border.png');
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.black {
	color: black;
	display: inline;
}

.orange{
	color: orange;
	display: inline;
	margin-right: 5px;
}


/*------------------------------------------------------------HIGHSLIDE-----------------------------*/


.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	outline: 2px solid orange;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	color: #0c4e91;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-html-content {
	width: 440px;
    padding: 20px;
}

.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header {
	margin-bottom: 10px;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif) no-repeat;
}
#highslide-html {
	width: 440px;
}
#highslide-html2 {
	width: 440px;
}
#highslide-html3 {
	width: 440px;
}
#highslide-html4 {
	width: 440px;
}
.highslide-body{
	width: 440px;
}

.highslide-body img{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 3px;
}
.highslide-body h3{
	color: orange;
}
.highslide-body p{
	color: #0c4e91;
}
.highslide-body img:hover{
	outline: 2px solid orange;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
	display: none;	
}
.highslide-footer {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-block2 {
    display: block;
}
.highslide-display-none {
    display: none;
}
