/* ***** BEGIN HIGH LEVEL STYLES ***** */
html,body {
	height: 96%;
}
body {
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: small/100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}
img {
	border: none;
}
h2, img, p, li, ul, fieldset {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 80%;
	line-height: 20px;
}
li, ul {
	list-style-type: none;
}
a {
	font-size: 70%;
}
a:link, a:visited, a:link h2, a:visited h2 {
	color: #777;
	text-decoration: none;
}
a:hover, a:hover h2 {
	color: #444;
	text-decoration: none;
}
/* ***** END HIGH LEVEL STYLES ***** */



/* ***** BEGIN MAIN DIV STYLES ***** */
#container {
	width: 680px;
	margin: 0 auto 0 auto;
	border: 1px solid #F4F4F4;
	border-bottom: 0px;	
}
#header-wrapper {
	width: auto;
	height: auto;
	text-align: right;
	padding: 3% 4%;
	background:url(http://portfolio.colum.edu/img/CleanDiagonals/diagline.jpg) top left repeat-x;
	text-transform: uppercase;
}
	#header-wrapper h1 {
		font-size: 150%;
		color: #333;
		display: inline;
		letter-spacing: 2px;
	}
	#header-wrapper h2 {
		position: relative;
		display: inline;
		vertical-align: center;
		font-size: 70%;
		font-weight: 100;
		color: #888;
		letter-spacing: 1px;
	}	
#content-wrapper {
	width: 100%;
	background-color: #FFFFFF;
	min-height: 450px;
  	height: auto !important;
  	height: 450px;
}
/* ***** END MAIN DIV STYLES ***** */



/* ***** BEGIN NAVIGATION BAR ***** */
#nav-wrapper {
	text-align: right;
	margin-top: 3px;
	padding-right: 4%;
}
	#nav-wrapper a {
		padding: 3px 10px;
	}

ul #nav-list {
	white-space: nowrap;
}

#nav-list li{
	display: inline;
}
/* ***** END NAVIGATION BAR ***** */



/* ***** BEGIN CORE CONTENT ***** */	
#core-wrapper {
	width: 466px;
	padding-left: 5%;
}
	#core-wrapper h2 {
		font-size: 120%;
		letter-spacing: 1px;
		padding: 0 0 10px 0;
	}
	#core-wrapper h5 {
		font-size: 95%;
		text-transform: uppercase;
		color: #222;
		letter-spacing: 1px;
	}
	#core-wrapper h6 {
		position: relative;
		vertical-align: center;
		font-size: 90%;
		font-weight: 500;
		color: #222;
		letter-spacing: 1px;
	}
	#core-wrapper h7 {
		font-size: 100%;
		letter-spacing: 1px;
		padding: 0 0 10px 0;
	}
	#core-wrapper img {
		padding: 0 0 10px 0;
	}
/* ***** END CORE CONTENT ***** */



/* ***** BEGIN MEDIA CONTENT ***** */
li.gallery-item {
	clear: both;
	margin-bottom: 25px;
}

li.gallery-item > a > img{
	float: left;
	margin-top: 10px;
}

li.gallery-item > a > h2{
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
}

li.gallery-item > p{
	float: left;
	width: 250px;
	padding-left: 10px;
}

.gallery-item a:first-child {
	border: 1px solild green;
}

.gallery-pic {
	width: 200px;
	height: 200px;
	margin: 15px;
	float: left;
}
#media-prevnext {
	padding: 0 0 10px 0;
}
#media-prev {
	padding: 0 10px 0 0;
}
/* ***** END MEDIA CONTENT ***** */



/* ***** BEGIN CONTACT INFO ***** */
#contact_form legend {
	display: none;
	
}
#contact_form fieldset {
	border: none;
}
.contactinfo p{
	margin: 5px 0 0 0;
}
.contactinfo a {
	font-size: 100%;
	padding: 0;
}
#contact_form div.input label, #contact_form div.textarea label {
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	font-size: 12px;
}
#contact_form div.input input {
	border: 1px solid #000000;
	width: 260px;
}
#contact_form div.textarea textarea {
	border:1px solid #000000;
	height:140px;
	width:260px;
}
#contact_form div.submit input {
	border: 1px solid #9CAA9C;
	color: #030303;
	margin: 10px 0 0 0;
}
/* ***** END CONTACT INFO ***** */


/* ***** BEGIN FOOTER BAR ***** */	
#footer-wrapper {
	width: 645px;
	height: 20px;
	text-align: right;
	padding: 15px 35px 50px 0;
}
	#footer-wrapper p { 
		text-transform: uppercase;
		font-size: 60%;
		color: #333;
		letter-spacing: 1px;
	}
/* ***** END FOOTER BAR ***** */