/*
 * Styles for the whole site.
 */
body {
	background-color: #000000;
	font-family: Arial, Times;
	margin-top: 0px;
	color: #dcdcdc; 
}

/* For all links in the site */
body a:active {text-decoration: none; color: #dcdcdc;}
body a:hover {text-decoration: none; color: #dcdcdc;}
body a:link {text-decoration: none; color: #dcdcdc;}
body a:visited {text-decoration: none; color: #dcdcdc;}

a { cursor: pointer; }

a img { border:0; }

div#container {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	height: auto;
	width: 900px;
}



/*
 * Header styles
 */
 
div#header {
	height: 100%;
	width: 900px;
}

div#hdr_left_block {
	float: left;
	//height: 180px;
	width: 300px;
	margin: 10px 0px 0px 10px;
}

#hdr_left_block h2{
	margin: 5px 0px 0px 5px;
	font-size: 18px;
	font-weight: lighter;
}

#hdr_left_block h3{
	margin: 5px 0px 0px 15px;
	font-size: 12px;
	font-weight: lighter;
}

div#hdr_right_block {
	float: right;
	//height: 110px;
	width: 530px;
	margin: 10px 10px 0px 0px;
}
div#hdr_right_block h1 {
	float: right;
	margin: 5px 5px 0px 0px;
	font-size: 18px;
	font-weight: lighter;
}

div#hdr_right_block h2 {
	float: right;
	clear: both;
	margin: 5px 15px 0px 5px;
	font-size: 12px;
	font-weight: lighter;
}





/*
 * Content styles
 */
 
div#content {
	height: 350px;
	width: 900px;
}

div#content div {
	display: inline;
	float: left;
}

div#content a {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

div#content table {
	float: left;
}

.portfolio_box {
	background-color: #515151;
	width: 250px;
	height: 500px;
	margin: 30px 0px 0px 36px;
}

.portfolio_box_element {
	width: 250px;
	margin: 30px 0px 0px 0px;
	
}

.portfolio_box_element img {
	margin: 0px auto 0px auto;
	display: block;
}

.portfolio_box_element h3 {
	text-align:center;
	font-size: 12px;
	width: 100%;
	margin: 5px auto 0px auto;
}

.portfolio_box_element p {
	font-size: 12px;
	margin: 30px;
	font-weight: bold;
}

/*
 * Scroller styles
 */

/* Position of the Title for portfolio and sketchbook pages */
div#scroll_header {
	height: 50px;
	width: 900px;
	margin-top: 0px;
}

/* Style of the Title for portfolio and sketchbook pages */
div#scroll_header h4 {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
 
div#scroller {
	height: 330px;
	width: 900px;
	overflow: auto;
	position: relative;
}

div#scroller td {
	height: 300px;
	vertical-align: bottom;
}

div#scroller img {
	margin:0px 15px 0px 15px;
}

.fixedwidth { /* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.scroll_statement {
	color: #dcdcdc;
	font-size: 12px;
	font-weight: lighter;
	padding: 10px;
	width: 500px;
	height: 230px;
	background-color: #696969;
	display: block;
	text-align: left;
	margin: 0px 15px 2px 15px;
}

.related_links {
	height: auto;
	width: 900px;
}

.related_links h5 {
	margin: 5px 5px 0px 0px;
	float: right;
}

.related_links h6 {
	clear: right;
	margin: 5px 5px 0px 0px;
	float: right;
}

 
 
/*
 * Footer styles
 */

div#footer {
	height: 50px;
	width: 900px;
	padding-top: 15px;
}

.ftr_text {
	margin: 10px 0px 0px 5px;
	font-size: 12px;
	font-weight: lighter;
}

div#footer a {
	margin: 10px 0px 0px 5px;
	font-size: 12px;
	font-weight: lighter;
}



/*
 * Pop up styles
 */
 
img#pu_image {
	display: block;
	text-align: center;
	margin: 20px 20px 15px 20px;
}

.popup_copy {
	display: block;
	margin: 5px 0px 0px 20px;
	font-size: 14px;
}


/*
 * Home Page styles
 */

.hp_h1 {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0;
	font-size: 50px;
	font-weight: lighter;
}

.hp_image {
	display: block;
	text-align: center;
	margin: 40px auto 40px auto;
}

.hp_link {
	margin: 50px 100px 0px 0px;
	float: right;
	font-size: 16px;
	font-weight: bold;
}


/*
 * Resume, Biblio, Statement
 */
 

#copy_content {
	height: auto;
	width: 900px;
}

#copy_content h2 {
	margin: 20px 50px 0px 50px;
	font-size: 16px;
	font-weight: bold;
}

#copy_content p {
	margin: 10px 50px 0px 50px;
	font-size: 12px;
	font-weight: lighter;
	/*text-indent: -30px;*/
}

 
/*
 * Bibliography
 */

#biblio_quote {
	padding: 10px;
	width: 560px;
	height: auto;
	background-color: #696969;
	display: block;
	text-align: center;
	margin: 50px auto 50px auto;
}

#biblio_quote p {
	text-align: left;
	font-size: 14px;
	text-indent: 0px;
	margin: 10px 10px 10px 10px;
}


/*
 * Sketchbooks
 */
 
#sketchbooks_content {
	height: auto;
	width: 900px;
}

#sketchbook_navigator {
	height: auto;
	width: auto;
	text-align: center;
	margin: 10px auto 0px auto;
}

#sketchbook_navigator a {
	text-decoration: underline;
}

#sketchbook_image {
	display: block;
	text-align: center;
	margin: 20px auto 10px auto;
}

.caption {
	text-align:center;
	display: block;
	font-size: 14px;
	width: 50%;
	margin: 5px auto 0px auto;
	
}

span.caption a {
	text-decoration: underline;
}

/*
 * Email Table
 */
 
#email_table {
}

#email_table th {
	width: 150px;
	vertical-align: top;
}

#email_table th span {
	float: right;
}

#email_table td {
	width: 400px;
}

.email_input {
	margin-left: 50px;
	float: left;
}

#email_error {
	margin: 10px 0px 10px 0px;
}
