/* GLS MAIN CSS */

body {
	background: #eaeaea url(images/gls_slash_pattern_1.png) repeat left top;
	font-size: x-small;
	font-family: "open sans", verdana, arial, sans-serif;
	color: #484848;
}

#wrapper {
	/*background: transparent url(images/gls_slash_pattern_1.png) repeat-y center top;
	background: #555;
	*/
	
	width:980px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#wrapperTop {
	background: transparent url(images/wrap_center_bg.png) no-repeat center top;
	width:100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#inner {
	width:920px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	margin-top:30px;
	width:100%;
	height:105px;
	overflow: hidden;
	background: transparent url(images/title_graphic.png) no-repeat left top;
	font-size: small;
	font-family: "montserrat"
}

#header h1 {
	padding: 105px 5px 5px 5px;
	font-size:230%;
	color: #262626;
	font-weight:normal;
}
#header p {
	padding: 0px 0 0 150px;
	font-size:120%;
	color: #fff;
	font-weight:normal;
}

#headerNavList {
	text-align: right;
	padding:15px 5px 0 0;
}

#headerNavList a:link		{font-weight:normal}
#headerNavList a:hover		{padding:0 0px 0 5px; font-weight:normal; border-left: 1px solid #c10fbf;}

#headerNavList li{
	display:inline-block;
	float:right;
	clear:right;
	height:20px;
	line-height:20px;
}

.leftColumn {
	width:610px;
	float:left;
}

.rightColumn {
	width:300px;
	float:right;
}

.fullColumn {
	width:100%;
	float:left;
}

#bioSection {}
#leftBio {}
#rightBio {}

.bioAreas {
	height:170px;
	padding:5px;
}

#changeableQuip {padding:0 20px 0 0; color:#696969;}
#quipsList li {
	text-decoration:none;
}

#profileSection {}

#contentDisplaySection {
	width:100%;
	height:410px;
	float:left;
}

.contentAreas {
	height:360px;
	padding:5px;
}

#itemContentSection {
	padding:15px;
	margin-left:15px;
	width:535px;
	height:280px;
	background: #ffffff;
	border-bottom: 1px solid #dedede;
}

.centerVid {
	margin-left:auto;
	margin-right:auto;
}

object {
	padding:0 20px;
}

#closeGalleryRow {
	margin:10px 0 15px;
	padding-bottom:15px;
}

#workNavigationSection {
	width:100%;
	float:left;
}

#workNavigationSection h3{
	padding:5px;
}

#workList {
	width:100%;
	display:block;
	float:left;
	clear:both;
	padding-bottom:15px;
}

#workList li { 
	width:300px;
	background:#ffffff;
	display:inline-block;
	float:left;
	margin:0px 0px 15px 10px;
}
#workList li.leftSide {
	margin-left:0px;
}

.workItem img{padding:0px 0px 10px;}
.workItem p {padding: 0 0 5px 0px;font-size:110%;}

#workList a			{ 					color:#282828;text-decoration:none; border-bottom:1px solid #dedede;font-weight:bold; padding:15px; width:270px; float:left;}
#workList a:link	{ 					color:#282828;text-decoration:none; border-bottom:1px solid #dedede;}
#workList a:visited	{ 					color:#282828;text-decoration:none; border-bottom:1px solid #dedede;}
#workList a:active	{ 					color:#282828;text-decoration:none; border-bottom:1px solid #dedede;}
#workList a:hover	{ 					color:#c10fbf;text-decoration:none; border-bottom:1px solid #c10fbf; background:transparent;}

.workTitle { }



#footer {
	padding:0px 5px 40px;
}

#footer li{
	display:inline-block;
	height:20px;
	line-height:20px;
	color:#999999;
}

#footer a			{ 					color:#999999;text-decoration:none;;font-weight:bold}
#footer a:link		{ 					color:#999999;text-decoration:none;}
#footer a:visited	{ 					color:#999999;text-decoration:none;}
#footer a:active	{ 					color:#999999;text-decoration:none;}
#footer a:hover		{ 					color:#c10fbf;text-decoration:none; background:#fff;}

#requirements {
	margin-top:15px;
	line-height:2em; 
	background:#fff;
	text-align:center;
	padding:15px;
}
	
	
	
	
	
	
	
	
	
	
	