body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
	outline:none;
}
div#page {
	width: 820px;
	margin: 0 auto;
}
div#container {
	padding: 35px;
	padding-left:22px;
	padding-right:22px;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 780px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #000;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 20px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 510px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 36px;
	margin-bottom:80px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
	width:760px;
	height:100px;
	font-color:#00000;
}
div.image-title h1{
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	font-size: 16px;
	font-color:#00000;
	text-align:left;
}
div.image-title {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-color:#00000;
	text-align:left;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 20px 8px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #888888;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/********/
 /* main */
/********/
#main {
	float:left;
	width:960px;
}
/**************/
 /* Menu */
/**************/
#menu {
	float:left;
	background-color:#000000;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	height:32px;
}
#menu ul {
	padding-left:2px;
	margin-top:4px;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:4px;
}
#menu ul li {
	list-style: none;
	display:inline;
}
#menu ul li a {
	float:left;
	padding-top:0px;
	margin:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:30px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color:#d2ff37;
	text-decoration: underline;
}
#menu li.current a {
	color:#d2ff37;
	text-decoration: none;
}
#wrapper {
	background-image:none;
	margin:0px;
	background:none;
	width:100%;
}
.clear {
	clear: both;
}
/**************/
 /* HEADER */
/**************/
#headerArea {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-color:#ffffff;
}
#headerSW {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/southwest-cover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#headerJazz {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/jazz-cover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#headerCOA {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/cityofangels-cover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#headerBio {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/BIO-cover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#headerContact {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/Contact-cover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#headerPrints {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/prints-cover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#headerWH {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
	background-image:url(../images/whimsical-strieby.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
}
#header {
	width:100%;
	margin:0 0 0 0px;
	height:140px;
	background-image:url(../images/barron-header.png);
	background-repeat:repeat-x;
}
#logo {
	height:140px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
#navArea {
	width:100%;
	height:33px;
	background-color:#000000;
	margin:0 0 0 0px;
}
#nav {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	height:33px;
	vertical-align:middle;
}
/**************/
 /* PAGE HEADINGS */
/**************/

#headingArea {
	width:780px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
 *margin-bottom:30px;
	text-align:left;
}
h1 {
	margin-bottom:0px;
	padding-bottom:0px;
	text-transform:uppercase;
	margin-top:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:44px;
	font-weight:bold;
}
h4 {
	margin-bottom:3px;
	padding-bottom:3px;
		margin-top:0px;
	padding-top:0px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
/**************/
 /* GALLERY PAGES */
/**************/


#galleryArea {
	background-image:url(../images/bg1.jpg);
	background-position:top;
	background-repeat: repeat-x;
	width:100%;
}
#galleryBG {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/**************/
 /* FOOTER */
/**************/

#footerArea {
	background-image:url(../images/footer.png);
		background-color: #e2e2e2;
	background-position:top;
	background-repeat: repeat-x;
	width:100%;
	height:80px;
	margin:0 0 0 0px;
}
#footer {
	width:900px;
	padding-top:20px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	font-weight:normal;
	line-height:17px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
#footer a:link, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	font-weight:normal;
	line-height:17px;
	text-decoration: underline;
}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#65bf00;
	text-decoration: underline;
	font-weight:normal;
	line-height:17px;
}
/**************/
 /* BIO - COMMISION - CONTACT */
/**************/

.nav-mobile-caption { display: none; }

#barronContent {
	width:780px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#404040;
	font-weight:normal;
	line-height:20px;
}
#barronContent a:link, #barronContent a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5eb002;
	font-weight:normal;
	line-height:20px;
	text-decoration: none;
}
#barronContent a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#65bf00;
	text-decoration: underline;
	font-weight:normal;
	line-height:20px;
}
#lft {
	width:160px;
	float:left;
}
#rght {
	width:590px;
	float:right;
	margin-left:18px;
	text-align:left;
}
#greenBox {
	background-color:#abdc00;
	width:115px;
	padding:6px;
	font-style:italic;
	font-size:12px;
	float:right;
}


.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #CCC;
	outline:none;
}


.CollapsiblePanelTab {
	font-size:11px;
	outline:none;
	border-bottom: solid 0px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	outline:none;
	padding-top:4px;
}


.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}


.CollapsiblePanelOpen .CollapsiblePanelTab {

}



.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}