/*
 * Main style sheet for all pages
 */


/* Global Stylization */
html {
	min-height: 100.1%;
}

body {
	background: #333333;/*#CCCC99;*/
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #F0F0F0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a {
	color: #EDEDED;
	text-decoration: none;
}

a:hover {
	color: #DAA520;
	text-decoration: none;
}

/*
 * For Firefox: had to introduce an empty href="#" to some links to make 
 * rollover work in IE. This makes an ugly border in Firefox- this is the fix
 */
a:active
{
  outline: none;
}
:focus
{
  outline-style: none;
}
/*
img {
	border: 1px solid #C0C0C0;
}

div {
	border: 1px solid #C0C0C0;
}

table{
	border: 1px solid #3300FF;
}
*/



/* Nav Bar */

#navBar {
	width: 900px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
    display: inline;
}

/* IE hack. Place an identical declaration above it to somehow make our positioning work */
#navbar a {
	display: inline-block;
}

#navBar a {
	display: inline;
	width: 150px;
	padding: 3px 10px;
	background-color: #333333;
	border: 1px solid #333333;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	margin: 3px;
	/*color: #B6B6B6; #666666;*/
}

#navBar a:hover {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #DAA520;
	border-color: #666666;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #333333;
	border: 10px solid #333333;
}

#colOne {
	float: left;
	/* 
	 * Changed to 205px to align text with header links
	 * width: 170px;
	 */
	width: 205px;
	margin-top: 10px;
	padding: 0 5px 0 0;
    text-align: left;
}

#projectNav{
	width: 160px;
}

#colTwo {
	float: right;
	margin-top: 10px;
	width: 715px;
	padding: 0 10px 0 0;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

#thumbnails{

}

#thumbnails table{
	width: 125px;
	height: 350px;
}

/*#thumbnails img{
	width: 110px;
	height: 83px;
	margin: 7px;
	border: none;
	cursor: pointer;
}*/

.thumb {
	width: 50px;
    height: 50px;
	margin: 8px;
	cursor: pointer;
	border: none;
    vertical-align: top;
}

.projectThumb{
	cursor: pointer;
}

.tallThumb{
	height: 100px;
	margin: 8px;
	cursor: pointer;
	border: none;
}

.nextButton{
	cursor: pointer;
	float: right;
}

.previousButton{
	cursor: pointer;
	float: left;
}

.descriptionPicture{
	width: 720px;
	height: 360px;
    vertical-align: bottom;
}

.bigPic{
    max-width: 600px;
    max-height: 400px;
}

.bigPicCell{
    min-height: 410px;
    max-height: 410px;
    height: 410px;
    overflow: auto;
}

.project-table-cell{
    vertical-align: top;
    width: 130px;
}

.heading{
    color: #FFFFFF;
    font-size: medium;
}

.heading:hover{
    color: #DAA520;
}

.heading2{
    color: #FFFFFF;
    font-size: large;
}

.projectTitle{
    overflow: hidden;
    height: 48px;
}

.workMontage{
	height: 75px;
}