/* Final styles for the site overriding Blueprint CSS settings */

/*----------------------------------------------------------------- */
/*
General global styles
*/
/*----------------------------------------------------------------- */
body {
	font-family: sans-serif;
	font-size: 1.0em;
	background-color:#075d84;
}

h1 {
	font-size:2.0em;
	font-family: 'Merriweather', sans-serif;
	/*border: 1px solid red;*/
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size:1.20em;
	font-family: 'Marcellus', serif;
}

h3 {
	font-size:1.5em;
	font-family: 'Marcellus', serif;
}
h4 {
	font-size: 1.2em;
	font-family: 'Marcellus', serif;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btnAW {
	text-decoration:none;
	font-size:.7em;
	color:#CF7313;
	background-color:white;
	border:1px solid #CF7313;
	padding:2px 4px;
	display:block;

}
.btnAW:hover {
	background-color:#CF7313;
	color:white;
}

#main .btnAW.nextAW{
	display:inline;
	position:absolute;
	top:-20px;
	right:0;
}

#main .btnAW.backAW{
	display:inline;
	position:absolute;
	top:-20px;
	left:0;
}
/*----------------------------------------------------------------- */
/*
Header styles including nav menu
/*----------------------------------------------------------------- */
#headerWrapperAW {
	background-color:#fff;
	border-bottom: 10px solid #cf7313;	
	padding:20px 0 0 0;
}
#headerWrapperAW .container {
	margin:0 auto -10px auto
}
#header-title {
	/*border: 1px solid #FFF;*/
}

#header-title a {
	color: #cf7313;
	text-decoration: none;
	border: none;
	font-size:1.1em;
}

#header-subtitle {
/*border: 1px solid #000;*/
	margin: 2px 0 0 0;
	padding: 0;
	
}

#header-subtitle a {
	color: #333;
	text-decoration: none;
	border: none;
	font-family: 'Merriweather', sans-serif;
	font-weight:300;
}

#navigation {
	/*border: 1px solid #111;*/
	margin: 4px 0 0 0;
	padding: 0;
}

#main-nav {
	margin: 0 0 0 110px;
	float: left;
	padding: 0px;
	/*border: 1px solid blue;
	padding: 10px 0 0 200px;
    z-index:10;
	position:relative;*/
}

#main-nav li {
	display: inline;
}

#main-nav li a {
	text-decoration: none;
	border: solid 1px white;
	color: #333;
	margin-left: .5em;
	font-size: 0.85em;
	padding:4px 6px;
}

#main-nav li a:hover {
	color: #cf7313;
}

#main-nav li a:active {
	border: solid 1px #cf7313;
}
#main-nav li a.currentAW {
	background-color:#cf7313;
	color:white;
	border: solid 1px #cf7313;
}
#main-nav li a.currentAW:hover {
	color:black;
	border: solid 1px #cf7313;
}

/*----------------------------------------------------------------- */
/*
Main content styles
*/
/*----------------------------------------------------------------- */
#mainWrapperAW {
	background-color:#eaeaea;
	padding:40px 0;
	min-height:500px
}
#main {
	/*border-top: 2px solid #0066CC;*/
	padding:20px 0 0 0;
	position:relative
}

#main-content p, #main-content li {
	font-size: 0.90em;
}

#main-content-title {
	background-color: #cccccc;
	padding:0 0 0 5px;
	margin:0 0 40px 0
}

#main-content-title a {
	text-decoration: none;
	color: #000;
}

#main-content-title a:hover {
	border-bottom: 1px solid #000;
}

#main-content-title a:active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.breadcrumb {
	font-size: 0.90em;
}

/*----------------------------------------------------------------- */
/*
	Styles for positioning and framing content images
*/
/*----------------------------------------------------------------- */

.center-images {
    text-align: center;
    margin: 10px 0;
}

.align-center {
    display: inline-block;
    margin: 0 auto;
}

.align-right { 
	float:right; 
	margin: 0 0 15px 10px; 
}

.align-left { 
	float:left; 
	margin: 0 10px 15px 0;
}

.frame { 
	padding: 3px; 
	border: 1px solid #aaa;
}

/*----------------------------------------------------------------- */
/*
Footer styles
*/
/*----------------------------------------------------------------- */

#footer {
	margin: 10px 0 0 0;
	color:#aed3e4;
	padding: 0px;
	font-size: 0.75em;
	text-align: left;
}

/*----------------------------------------------------------------- */
/*
Home styles
*/
/*----------------------------------------------------------------- */

#homeQuoteAW {
	background-image: url(../images/homeQuotes.png);
	background-position: -50px 0;
	background-repeat:no-repeat;
	padding:10px 0 0 50px;
}
#homeQuoteEndAW {	
	background-image: url(../images/homeQuotes.png);
	background-repeat:no-repeat;
	background-position: 554px -2px;
	height:30px;
	margin:-20px 0 0 0;
}

#homePhotoColumn {
	width:400px;
	display:inline-block;
	margin-right:50px;
	margin-bottom:20px;
	vertical-align:top;
	background-color:#666666;
	
}

#homePhotoColumn p {
	color:white;
	padding:10px;
	margin:0;
	line-height:18px;
}

#homeTextColumn {
	display:inline-block;
	width:495px;
}

/*----------------------------------------------------------------- */
/*
selected-works
*/
/*----------------------------------------------------------------- */


.portfolioItemAW {
	background-color: #ffffff;
	margin:0 0 20px 0;
	position:relative;
	background-image:url(../images/whiteBG.gif);
	background-repeat:repeat-y;
}
	
.portfolioItemAW img {
	float:left; 
	margin: 0 10px 0 0;
}
.portfolioItemAW p {
	padding:5px 10px 0 0;
	margin:0 0 5px 160px;
	font-size:.8em !important;
}
.portfolioItemAW h4 a {
	color: #333333;
}
.portfolioItemAW h4 {
	padding:10px 0 0 0;
	margin:0;
	font-size:1.1em
}
.portfolioItemAW h4 span {
	display:block;
	font-size:.8em;
}
.portfolioItemAW .btnAW {
	margin-left:160px;
	width:80px
}

/*----------------------------------------------------------------- */
/*
Exhibitions pages
*/
/*----------------------------------------------------------------- */

.exhibitionsAW ul {
	margin:0;
	padding:0 0 20px 0;
}

.exhibitionsAW ul li {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	list-style-type:none;
	border-bottom: solid 1px #cccccc;
	font-size:.7em !important;
}
.exhibitionsAW h4 {
	margin:0 0 10px 0;
	background-color: #cccccc;
	padding:0 0 0 5px
}
.exhibitionsAW ul li strong {
	font-size:1.2em;
	font-weight:normal;
	display:block;
}
/*----------------------------------------------------------------- */
/*
Workshops pages
*/
/*----------------------------------------------------------------- */

.workshopsAW h4 {
	margin:0 0 10px 0;
	background-color: #cccccc;
	padding:0 0 0 5px
}
.workshopsAW h3 {
	margin:0 0 10px 0;
	border-bottom: solid 5px #CF7313;
	padding:0 0 0 5px;
	color:#CF7313
}

p.bigP-AW {
	font-size:1.1em !important;
	color:#333333;
}
/*----------------------------------------------------------------- */
/*
Schedule pages
*/
/*----------------------------------------------------------------- */
.scheduleAW h2 {
	margin:0 0 10px 0;
	background-color: #cccccc;
	padding:0 0 0 5px
}
.scheduleAW p {
	border-bottom: solid 1px #cccccc;
	padding:0 0 10px 0;
	display:inline-block;
}
.scheduleAW strong {
	display:block
}
.scheduleAW strong span {
	font-weight: normal;
	font-size:.7em;
	padding:2px 0 0 0;
	margin: -6px 0 0 0;
	text-align:center;
	background-color:#CF7313;
	color:white;
	display:inline-block;
	width:24px;
	height:16px;
	font-family:"Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	vertical-align:middle;
}
/*----------------------------------------------------------------- */
/*
Gallery pages
*/
/*----------------------------------------------------------------- */
#series-navAW {
	text-align:center;
	margin:-50px 0 50px 0;
	vertical-align:middle
}

#series-navAW li {
	display:inline;
}
#series-navAW a.btnAW {
	display:inline-block;
	font-size:1em;
	width:100px;
	height:80px;
}
#series-navAW a.btnAW img {
	height:50px
}
#main .slideshow {
}

#main .piece .thumb {
	border:solid 2px white;
	padding:0;
	margin:0;
}

#main .piece .thumb:hover {
	border: solid 2px #CF7313;
}

#main .piece .current {
border:solid 2px #CF7313;
}

#main div.slideshow a.gallery {
	text-decoration: none;
	position:relative;
}
#main div.slideshow a.gallery span.btnAW {
	position:absolute;
	bottom:5px;
	left:5px;
	width: 180px;
	border:none;
}
#main div.slideshow a.gallery:hover span.btnAW {
	background-color:#CF7313;
	color:white;

}

#main a.gallery {
	display: inline-block;
	width: 200px;
	height: 230px;
	text-align: center;
	/* background-color: white  remove this style */
    margin:0 20px 20px 0; /* add bottom margin for gallery containers */
	vertical-align:middle;
}

#main div#slideshow a.gallery {
	background-color: white;
}

#main-content .piece {
	width:600px;
	display:inline-block;
	float:right;
	
}
#main-content .piece_landscape {
	width:690px;

}

#main .slideshow a.individual-piece {
	display: inline-block;
	margin:0 0 10px 0;
	padding:0;
	width:auto;
	height:auto;
	cursor:pointer;
}

#piece-description {
	/*border: 1px solid #CCC;*/
	position:absolute;
	top:100px;
	left:0;
	width:250px;
}
#piece-description strong {
	font-weight:normal;	
	
}

#piece-description-landscape {
	/*border: 1px solid #CCC;*/
	margin: -1.75em 0 0 0;
}

#piece-description p {
	/*margin: 0;*/
}

/*----------------------------------------------------------------- */

/*----------------------------------------------------------------- */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*----------------------------------------------------------------- */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../js/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../js/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../js/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../js/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../js/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../js/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../js/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../js/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../js/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../js/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../js/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../js/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../js/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../js/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
*/