@import url("reset.css");

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #625545;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
}

/* ~~HTML 5 block level settings~~ */
article, aside, details, figcaption, figure, footer, header,  hgroup, menu, nav, section { 
display: block; }




/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	text-align:left;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}

/* ~~HTML 5 Header~~ */
header {
	height: 105px;
	background-color: #C3C;
	/* [disabled]width: 960px; */
}
.logo {
	position: absolute;
	top: 41px;
	left: 40px;
	z-index: 11000;
}


/* ~~HTML 5 Nav~~ */
nav {
	/* [disabled]background-color: #666; */
	height: 30px;
	width: 980px;
	position: absolute;
	top: 97px;
	z-index: 10000;
}

/* ~~HTML 5 Footer~~ */
footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	width: 100%;
	clear: both;
	color: #FAF9F9;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F392D;
}

#page-home footer, #page-project footer {
	border:none;
	
}

footer a:link, footer a:visited, footer a:active{
	font-size: 1em;
	text-decoration: none;
	color: #FAF9F9;
}
.link_pad {
	margin-top: 10px;
	padding-top: 10px;
}


footer a:hover {
text-decoration: underline;	
}
.imageNumber {
	text-align: center;
	color: #302921;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.488wide {
	padding-right: 150px;
	padding-left: 150px;
	width: 548px;
}





#content {
	width: 900px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #FAF9F9;
	padding-right: 40px;
	padding-left: 40px;
}
.footerFloat {
	float: left;
	margin-left: 390px;
}


.bannerPhoto {
	height: 172px;
	width: 980px;
	margin-top: 127px;
	background-color: #3F392D;
	color: #999;
}
/* Sets the paragraph height spacing within the content and sidebar containers */
#content p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	line-height: 1.5em;
}
.columnLeftHome {
	width: 620px;
	/* [disabled]margin-left: 40px; */
}
.columnRightHome {
	float: right;
	width: 240px;
	/* [disabled]margin-right: 40px; */
}




/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol {
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content li{
	padding-bottom: 6px;
	background-image: url(../images/bulletBase.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}


.sidebar {
	float: right;
	width: 220px;
	margin-left: 40px;
	margin-bottom: 40px;
}

/* ~~Credit box for Jesse~~ */

#creditBox {
	width: 900px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}


#creditBox a {
	color: #302821;
	font-size: 0.9em;
	text-decoration: none;

}

#creditBox a:hover {
	color: #FAF9F9;
	font-size: 0.9em;
	text-decoration: underline;
}

/*
The +p after the Header tag sets the top margin of the paragraph directly after the Header tag
*/
h1  {
	font-size: 1.4em;
	color: #FAF9F9;
	font-weight: normal;
}

h1 + p {
	margin-top: 8px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FAF9F9;
	margin-top: 10px;
	margin-left: 40px;
}

h2 + p {
	margin-top:3px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FAF9F9;
	margin-top: 15px;
}


h3 + p {
	margin-top:3px;
}


/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
a img { 
	border: none;
}


a:link {
	color: #FAF9F9;
	text-decoration: underline; 
}
a:visited {
	color: #FAF9F9;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}



/* ~~ miscellaneous float/clear classes ~~ */
.floatrt {  /* to float elements/images to the right */
	float: right;
	margin-left: 8px;
}
.floatlft { /* to float elements/images to the left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a {     outline: 0;  }

/*The box below is from Web Designer's Wall, expandable box*/

.box div.topleft {
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	background-color: white;
	background-image: url(../images/box-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.box div.topright {
	display: block;
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	background-color: white;
	background-image: url(../images/box-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.box div.bottomleft {
	display: block;
	height: 35px;
	margin-top: -2em;
	background-color: white;
	background-image: url(../images/box-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box div.bottomright {
	display: block;
	height: 35px;
	margin-left: 3em;
	background-color: white;
	background-image: url(../images/box-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.boxWrapper {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#page-home { }

#page-home nav {
	background-image: url(../images/bgNavTrans.png);
	background-repeat: repeat;	
}

#page-home .bannerPhoto {
	margin-top: 0px;
	height: 735px;
}

#page-portfolio {
	background-image: url(../images/bg_sub.jpg);
}

#page-award {
	background-image: url(../images/bg_sub.jpg);
	}
	
#page-award figure {
	width: 350px;
	min-height:125px;
	float: left;
	margin-left: 70px;
	margin-top: 20px;
	
}

#page-award figure img {
	float: left;
	margin-top: 6px;
}

#page-award figcaption {
	float:right;
	width: 240px;	
}

#page-award figcaption p {
margin-bottom: -10px;	
}

#page-award figure h4 {
	margin-top: 0px;
	font-size: 1em;
	/* [disabled]text-transform: uppercase; */
	margin-bottom: 25px;
}

#page-award figure a:link {
	/* [disabled]text-transform: uppercase; */
	text-decoration: none;
}
.award_tagline {
	/* [disabled]font-family: Georgia, "Times New Roman", Times, serif; */
	letter-spacing: 0.1em;
	height: 19px;
}
.award_mag {
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 300px;
	height: 21px;
}






#page-portfolio #content {
	margin-top: 95px;
	margin-bottom: 20px;
}

#page-project {
	background-image: url(../images/bg_project.jpg);	
}

#page-project #content {
	margin-top: 101px;
	margin-bottom: 50px;
}

#page-project #content p {
margin-right: 40px;	
margin-left: 40px;
}

#logoBottom {
	height: 58px;
	width: 201px;
	position: absolute;
	left: 743px;
	top: 373px;
}

footer img {
	float: right;
	margin-right: 40px;
}
.portoflioColumn {
	float: left;
	width: 350px;
	margin-left: 60px;
}

.portoflioColumn a:link {
	/* [disabled]color: #FAF9F9; */
	/* [disabled]font-size: 1.1em; */
	/* [disabled]text-transform: uppercase; */
	/* [disabled]text-decoration: none; */
}

.portoflioColumn img {
margin-top: 15px;	
}

#page-home footer img {
display: none;	
}

figcaption {
	padding-top: 5px;
}

figcaption a:link, figcaption a:visited, figcaption a:active {
	text-decoration: none;
	color: #FAF9F9;
	font-size: 1em;
	text-transform: uppercase;
}

figcaption a:hover {
	text-decoration: underline;
}

#page-sub {}

#page-sub {
	background-image: url(../images/bg_sub.jpg);
}

#page-publications {
	background-image: url(../images/bg_sub.jpg);
	}
	
	
#page-publications #content {
	margin-top: 150px;	
}
	
#page-publications figure {
	width: 705px;
	min-height:125px;
	float: left;
	margin-left: 98px;
	margin-top: 13px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D392D;
}

#page-publications figure img {
	float: left;
	margin-top: 6px;
}

#page-publications figcaption {
	float:right;
	margin-left: 10px;
	width: 600px;
}


#page-publications figcaption p {
margin-bottom: -10px;	
}

#page-publications h4 {
	margin-top: 0px;
	font-size: 1em;
	margin-bottom: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#page-publications figcaption a:link {
	text-transform: none;
}



#page-publications figure a:link {
	/* [disabled]text-transform: none; */
	text-decoration: none;
}

#page-publications .viewProject a:link {
	text-transform: none;
}


.publications_tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 19px;
	letter-spacing: .1em;
}
.publications_mag {
	font-weight: bold;
	height: 21px;
	letter-spacing: .1em;
}

#page-publications footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#page-publications h1 {
	margin-left: 98px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #403A2E;
	width: 705px;
	padding-bottom: 18px;
}

.viewProject {
	float: right;
}

#page-pub_landing {
	background-image: url(../images/bg_sub.jpg);
}

#page-pub_landing figure {
	width: 203px;
	float: left;
	margin-left: 100px;
	margin-top: 160px;
	margin-bottom: 50px;
	
}

#page-pub_landing img {
	margin-bottom: 4px;
}
.leftPadding {
	padding-left: 100px;
}

#page-books {
	background-image: url(../images/bg_sub.jpg);
	}
.space1 {
	padding-bottom: 23px;
}
.space2 {
	padding-bottom: 19px;
}
.space6 {
	padding-bottom: 11px;
}

.space3 {
	padding-bottom: 0px;
}
.space4 {
	padding-bottom: 20px;
}
.space5 {
	padding-bottom: -10px;
	margin-bottom: -20px;
}





	
	
#page-books #content {
	margin-top: 150px;	
}
	
#page-books figure {
	width: 705px;
	min-height:150px;
	float: left;
	margin-left: 98px;
	margin-top: 20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D392D;
}

#page-books figure img {
	float: left;
	margin-top: 6px;
}

#page-books figcaption {
	float:right;
	margin-left: 10px;
	width: 538px;
}
.bookColumn {
	height: 118px;
	width: 153px;
	float: left;
	text-align: right;
}



#page-books figcaption p {
margin-bottom: -10px;	
}

#page-books h4 {
	margin-top: 0px;
	font-size: 1em;
	margin-bottom: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.h4_special {
	margin-top: 0px;
	font-size: 1em;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 10px;
}


#page-books figcaption a:link {
	text-transform: none;
}



#page-books figure a:link {
	/* [disabled]text-transform: none; */
	text-decoration: none;
}

#page-books .viewProject a:link {
	text-transform: none;
}


.books_tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 19px;
	letter-spacing: .1em;
}
.books_mag {
	font-weight: bold;
	height: 21px;
	letter-spacing: .1em;
}

#page-books footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#page-books h1 {
	margin-left: 98px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #403A2E;
	width: 705px;
	padding-bottom: 18px;
}

#page-credits {
	background-image: url(../images/bg_sub.jpg);
}

#page-credits h2 {
	margin-left: 0px;
	font-weight: normal;
}

.bodyLink a:link {
	color: #CCC;	
}

.bodyLink a:visited {
	color: #CCC;	
}

.bodyLink a:hover {
	color: #CCC;	
}

.bodyLink a:active {
	color: #CCC;	
}

#page-contact {}

#page-contact #content a:link, #page-contact #content a:visited, #page-contact #content a:hover, #page-contact #content a:active {
color: #ffffff;	
}

#page-contact h2 {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

/* Whoever takes over on managing this site - I wish you the very best of luck. You'll need it */

	
