* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(/assets/images/background.png) repeat-x #000 fixed;
}
#wrapper {
	width: 950px;
	background: url(/assets/images/content-back.png) repeat-x #666666 fixed;
	margin: 0 auto;
	padding: 0 45px 45px 33px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	position: relative;
}
#header {
	height: 30px;
	padding-top: 15px;
	background-color: #000;
	text-align: center;
	margin: 0 auto;
}

#header a {
	border-bottom-style: none;	
	color: #FFF;
	font-size: 13px;
	margin: 10px 45px;
	text-transform: uppercase;
	font-family: "Walkway Black", Arial, Helvetica, sans-serif;
}
#header a:hover{
	text-shadow: 1px 1px 1px #aaa;	
}

#footer a {
	border-bottom-style: none;	
}
#header img {
	padding-left: 70px;
}
.firstHeaderImage {
	margin-left: 220px;
}
#leftcolumnFront {
	width: 165px;
	position: absolute;
	top: 188px;
	left: 0;
	display: block;
	padding-bottom: 13px;
}
#leftcolumnFront img {
	display: block;
	border: 0;
}
#contentFrame {
	min-height: 458px;
	padding: 188px 0 0 165px;
	display: block;
	position: relative;
	margin: 0px;
	background: url('/assets/images/menu-back.gif') repeat-y;
	overflow-x: hidden;
}
.topBanner {
	position: absolute;
	top: 0;
	left: 0;
	height: 188px;
	width: 100%;
	margin-left: 12px;
	background: url(/assets/images/top-banner.png) no-repeat #FFF;
	border-bottom: 1px solid #fff;
}
.topBanner.deanJ { background: url(/assets/images/top-banner-deanj.png) no-repeat #FFF; }
.topBanner .bannerLogo {
	display: block;
	position: absolute;
	text-indent: -9999px;
}
.topBanner .bannerLogo.logoDeanJ {
	width: 228px;
	height: 173px;
	top: 7px;
	left: 22px;
	background: url(/assets/images/top-logo-deanj.png) no-repeat;	
}
.topBanner .bannerLogo.logoPhoto {
	width: 259px;
	height: 177px;
	top: 5px;
	left: 22px;
	background: url(/assets/images/top-logo-photo.png) no-repeat;	
}
.topBanner .contactInfo {
	width: auto;
	position: absolute;
	top: 90px;
	left: 315px;
	font-size: 22px;
	color: #555;
	font-family: "Walkway Black", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
.topBanner .mediaLinks {
	width: auto;
	position: absolute;
	top: 130px;
	left: 315px;
	list-style: none;	
}
.topBanner .mediaLinks li {
	float: left;	
}
.topBanner .mediaLinks li a{
	display: block;
	height: 35px;
	padding: 0;
	margin-right: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.topBanner a:hover { border: none; color: #000;}
.mediaLinks .email a { 
	width: 38px;
	background-image: url(/assets/images/email.png); 
}
.mediaLinks .facebook a { 
	width: 27px;
	background-image: url(/assets/images/fb_icon.png); 
}
.mediaLinks .flickr a {
	width: 74px; 
	background-image: url(/assets/images/fl_icon.png); 
}
.mediaLinks .youtube a {
	width: 28px; 
	background-image: url(/assets/images/yt_icon.png); 
}

.topBanner .topRightLogo {
	width: 168px;
	height: 136px;
	display: block;
	position: absolute;
	top: 51px;
	right: 12px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.topBanner .topRightLogo.logoPhoto {
	height: 128px;
	top: 0; 
	background-image: url(/assets/images/right_logo_photo.png); 
}
.topBanner .topRightLogo.logoDeanJ { background-image: url(/assets/images/right_logo_deanj.png); }

.topBanner a.topRightLogo:hover { border: none;}
.innerContent {
	background: #000;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height: 458px;
	font-size: 1em;
	color: #999;
	text-align: left;
	line-height: 1.4em;
}
.commonContent {
	padding: 15px;
	overflow: hidden;
}
.photoContent {
	padding: 15px;
	height: 493px;
	overflow: hidden;	
}
ul.leftMenuList {
	padding: 0;
	margin: 0;
	width: 165px;
	list-style: none;
}
ul.leftMenuList li { position: relative; }
ul.leftMenuList li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 15px;
	color: #bebfc1;
	border-bottom: 1px solid #ccc;
	margin-left: 12px;
	font-family: "Walkway Black", Arial, Helvetica, sans-serif;
}

ul.leftMenuList li.selected a {
	color: #fff;
	background: #babcbe;
	margin-left: 0;
	font-size: 18px;
}
ul.leftMenuList li.selected .menuCorner {
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -11px;
	left: 0;
	background: url('/assets/images/menu-corner.gif') no-repeat;	
}
ul.leftMenuList li a:hover {
	background: #e0e0e0;
}
ul.leftMenuList li.selected a:hover {
	background: #aaa;
}
.leftMenuBottom {
	height: 22px;
	width: 165px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url('/assets/images/menu-bottom.gif') no-repeat;
}
.leftDeanjMenu {
	padding: 20px 0 0 20px;
	margin: 0;
	width: 165px;
}

#contentFrame.dean-home .innerContent { padding: 0; overflow: hidden; height: 522px; }
#contentFrame.dean-home #slideDeck{ margin: 2px 0 0 1px; }

#contentFrame.dean-deanj td {
	padding-bottom: 40px;
}
#contentFrame.dean-sports,
#contentFrame.dean-weddings,
#contentFrame.dean-realestate,
#contentFrame.dean-portraits,
#contentFrame.dean-events {
	overflow-y: hidden;
}
.photoContent .dean-sideImg {
	height: 520px;
	width: 500px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	right: 2px;
	top: 189px;
}
.photoContent .dean-portraitImg {
	background: url('/assets/images/photo_portraits.png') no-repeat;
}
.photoContent .dean-sportImg {
	background: url('/assets/images/photo_sports.png') no-repeat;
}
.photoContent .dean-realestateImg {
	background: url('/assets/images/photo_realestate.png') no-repeat;
}
.photoContent .dean-weddingImg {
	background: url('/assets/images/photo_weddings.png') no-repeat;
}
.photoContent .dean-eventImg {
	background: url('/assets/images/photo_events.png') no-repeat;
}
.photoContent .dean-commercialImg {
	background: url('/assets/images/photo_commercial.png') no-repeat;
}
#contentFrame.dean-calendar iframe{
	margin-left: 5px;
}

.photoContent {
	padding-right: 500px;
}
.portfolioButton {
	height: 30px;
	line-height: 30px;
	width: 150px;
	display: block;
	background: url(/assets/images/portfolio_btn.png) no-repeat 0 0;
	color: #555;
	padding-left: 45px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #aaa;	
}
.portfolioButton:hover {
	color: #000;
	background-position: 0 -30px;
	border: none;
}

a:link {
	color: #BE4266;
	letter-spacing: .08em;
	text-decoration: none;
}
a:visited {
	color: #BE4266;
	letter-spacing: 0.08em;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.08em;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BE4266;
}
#dean-audioGallery a {
	color: #666;
	letter-spacing: 0.08em;
	text-decoration: none;
}

#footer {
	width: 950px;
	clear: both;
	padding-top: 90px;
	display: block;
	vertical-align: middle;
    margin-left: -52px;
}
#footer td {
	padding-left: 45px;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
}

.pageTitle{
	color: #FFF;
	font-size: 28px;
	font-weight: 300;
	font-family: "Walkway Expand Black", Arial, Helvetica, sans-serif;
	margin: 15px 0px 25px 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

#dean-audioGallery {
	margin: 15px 0 15px 8px;
	width: 360px;
}
.dean-audioTabs {
	list-style: none;
	padding: 0;
	margin: 0 10px 1px;
	height: 25px;
}
.dean-audioTabs li {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #999;
	float: left;
	font-weight: bold;
	width: 100px;
	cursor: pointer;
	border: 1px solid #444;
	text-align: center;
	margin: 0 4px;
}


.dean-audioList{
	padding: 5px;
	border: 1px solid #444;
	background: #222;
	list-style: none;
}
.dean-audioList li{
	position: relative;
	border-bottom: 1px solid #444;
	height: 40px;
	line-height: 40px;
	padding-left: 100px;
	font-size: 11px;
}
.dean-audioList li object {
	position: absolute;
	left: 3px;
	top: 8px;
}
.dean-musicTab {
	background: #333;
}
#dean-messageList { display: none; }
.dean-showMessages ul li.dean-musicTab {
	background: #000;
}
.dean-showMessages ul li.dean-messageTab {
	background: #333;
}
.dean-showMessages #dean-musicList { display: none; }
.dean-showMessages #dean-messageList { display: block; }
.dean-blogList {
	list-style: none;
}
.dean-blogList li {
	color: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #999;
}
.dean-blogList li h1{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
}
.dean-blogList li h2{
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.dean-blogList li div{
	padding: 0;
	font-size: 12px;
}
.dean-testimonialList { list-style: none; }
.dean-testimonialList li {
	color: #fff;
	margin: 10px;
	padding: 10px;
}
.dean-testimonialList .testimonialBody {
	padding: 10px;
	font-size: 16px;	
}
.dean-testimonialList .customerName {
	color: #CCC;
	font-size: 14px;
	font-style: italic;
	margin: 8px 8px 10px 50px;
}
.dean-testimonialList .openQuote,
.dean-testimonialList .closeQuote {
	font-size: 35px;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	padding: 0px 5px;
	vertical-align: bottom;
}
