/* ---[ RECURRING ELEMENTS ON ALL PAGES ONLY ]------------------------------- */
body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

.redbar {
	width: 100%;
	height: 8px;
	background-color: #c61d29;
	clear: both;
	margin: 0;
	padding: 0;
}

#page {
	width: 688px;
	margin: 30px auto 0 auto;
	padding: 0;
}

.uppercase {
	text-transform: uppercase !important;
}

.smaller {
	font-weight: normal;
	font-size: 7pt !important;
}
.bigger {
	font-weight: normal;
	font-size: 10pt !important;
}

.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.carriageRtn {
	padding-bottom: 10px !important;
}

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
br.clear {
	clear:both
}
.marginTop3 {
	margin-top: 3px !important;
}

.marginTop7 {
	margin-top: 7px !important;
}

.marginTop10 {
	padding-top: 10px !important;
}
.red a {
	color: #b70124 !important;
	text-decoration: none !important;
}
.red a:hover {
	color: #b70124 !important;
	text-decoration: underline !important;
}

.credit {
	font-family: arial, helvetica, sans-serif;
	color: #DAAF03; 
	margin: 10px 0 10px 10px; 
	text-align: left;
	text-transform: uppercase;
	font-size: 7pt;
	
}

.credit a:link  {
	text-decoration: none !important;
}

.credit a:visited  {
	text-decoration: none !important;
}

.credit a:hover  {
	text-decoration: underline !important;
}


/* %%%%%%%%% STYLES FOR PRETTY GALLERY %%%%%%%%%%%%*/

.prettygalleryembed {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

.prettygalleryembed li {
	display: none;
	margin:0;
	padding:0;
	
}

.prettygalleryfirst {
	display: block !important;	
}


/* ---[ 1 » 	main navigation ]------------------------------- */
h1 {
	margin: 0;
	padding: 0;
}
	h1 span {
		display: none;
	}
.red {
	color: #c61d29 !important;
}
.bold {
	font-weight: bold !important;
}

.siteOwner {
	display: block;
	margin: 0;
	padding: 0;
	width: 315px;
	height: 70px;
	background: url(../img/signature.gif) no-repeat top left
}

	#logo img {
		vertical-align: middle;
		margin-top: -5px;
		border: 0;
	}
	#logo h2 {
		font-size: 2em;
		font-family: verdana, sans-serif;
		color: #585858;
		margin: 0;
		padding: 0;
	}
	#logo h2 a {
		text-decoration: none !important;
		color: #585858;
	}

#navMain {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: lowercase;
	height: 38px;
}
	#navMain dl {
		margin: 0;
		padding: 0;
	}
		#navMain dt {
			display: none;
		}
		#navMain dd {
			margin: 0;
			padding: 0;
			float: left;
			font-family: verdana, sans-serif;
			font-weight: bold;
			font-size: .9em;
			text-align: center;
		}
			#navMain dd a {
				color: #f6ef81;
				text-decoration: none;
			}
			#navMain dd a:link span,
			#navMain dd a:active span,
			#navMain dd a:visited span {
				color: #c61d29;
			}
			#navMain dd a:hover,
			#navMain dd a:hover span {
				color: #ffffff;
			}

.works {
	display: block;
	/*width: 169px;*/
	width: 352px;
	line-height: 34px;
	background-color: #585858;
	/*background-color: #c61d29;*/
	border-right: 3px solid #fff;
	border-top: 0px solid #c61d29;
}
	.works a,
	.works a span,
	.statement a,
	.statement a span,
	.cv a,
	.cv a span,
	.teaching a,
	.teaching a span {
		color: #ffffff !important;
	}

.statement {
	display: block;
	/*width: 169px;*/
	width: 128px;
	line-height: 28px;
	background-color: #585858;
	/*background-color: #c61d29;*/
	color: #ffffff;
	border-right: 3px solid #fff;
	border-top: 0px solid #c61d29;
}

.cv {
	display: block;
	/*width: 169px;*/
	width: 128px;
	line-height: 28px;
	background-color: #585858;
	/*background-color: #c61d29;*/
	color: #ffffff;
	border-right: 3px solid #fff;
	border-top: 0px solid #c61d29;
}

.teaching {
	display: block;
	/*width: 172px;*/
	width: 68px;
	line-height: 23px;
	background-color: #585858;
	/*background-color: #c61d29;*/
	color: #ffffff;
	border-top: 0px solid #c61d29;
}
