html { -webkit-text-size-adjust:none; }

body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg_banner.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #484848;
	font-family: 'OldStandardTTRegular';
}

body#home {
	background-image: url(/images/bg_banner3.png);
}


@charset "UTF-8";


#page {
margin: 0 auto; /*Center container on page*/
width:1000px;
}


/* for pages with repeating sections with multiple columns */

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

.centersection{
margin: 0 266px 46px 168px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

.leftsection {
float: left;
width: 146px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
}

.rightsection {
float: left;
width: 250px; /*Width of right column*/
margin-left: -254px; /*Set left margin to -(RightColumnWidth)*/
}


#row1 .centersection{
margin: 0 18px 84px 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#row1 .leftsection {
width: 212px; /*Width of left column in pixel*/
margin-left: -984px; /*Set margin to that of -(MainContainerWidth)*/
}

#excerpts #row1 .centersection {
	Margin-bottom: 50px;
}


#row2 .centersection{
margin: 0 0px 50px 315px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    padding-top: 10px;
}

#row2 .leftsection {
width: 255px; /*Width of left column in pixel*/
margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
}

#excerpts #row2 .centersection{
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    font-size: 14px;
    line-height: 26px;
    margin-left: 264px;
    margin-right: 28px;
    padding: 36px 10px 44px 44px;
}

#excerpts #row2 .leftsection {
    margin-top: 90px;
}

#tcontent-wrapper {
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    font-size: 14px;
    line-height: 26px;
    margin-left: 14px;
    margin-top: 50px;
    padding: 36px 10px 44px 44px;
}

#excerpts #row2 .leftsection {
    margin-top: 90px;
}




/******* FONTS Generated by Font Squirrel (http://www.fontsquirrel.com) on April 19, 2012 **********/

@font-face {
    font-family: 'OldStandardTTBold';
    src: url('fonts/oldstandard-bold-webfont.eot');
    src: url('fonts/oldstandard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oldstandard-bold-webfont.woff') format('woff'),
         url('fonts/oldstandard-bold-webfont.ttf') format('truetype'),
         url('fonts/oldstandard-bold-webfont.svg#OldStandardTTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OldStandardTTRegular';
    src: url('fonts/oldstandard-regular-webfont.eot');
    src: url('fonts/oldstandard-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oldstandard-regular-webfont.woff') format('woff'),
         url('fonts/oldstandard-regular-webfont.ttf') format('truetype'),
         url('fonts/oldstandard-regular-webfont.svg#OldStandardTTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OldStandardTTItalic';
    src: url('fonts/oldstandard-italic-webfont.eot');
    src: url('fonts/oldstandard-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oldstandard-italic-webfont.woff') format('woff'),
         url('fonts/oldstandard-italic-webfont.ttf') format('truetype'),
         url('fonts/oldstandard-italic-webfont.svg#OldStandardTTItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/****** NAVIGATION *********/

.bluetabs{
	/*border: 1px solid #404C29;*/
	width: 1000px;
	margin: auto;
	height: 70px;
}
#home .bluetabs{
	height: 48px;
}
#home #bluemenu .homelink {
	/*display: none;*/
}

.bluetabs ul{ /*NEW*/
	font-size: 12px;
	padding-top:6px;
	padding-left:48px;
	font: 12px helvetica, arial;
}

.bluetabs li{
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: bold; /*NEW*/
	display: inline;
	margin: 0;
}
#home .bluetabs li a {
	/*margin-right: 60px;*/
}

.bluetabs li a{
	text-decoration: none;
	margin-right: 75px;
	color: #E1E3E0;
border-bottom:none;
	/*background: white url(media/bluetab.gif) top left repeat-x;*/ /*THEME CHANGE HERE*/
}


.bluetabs li a:visited{
	color: #E1E3E0;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #ff6600;
}

.bluetabs li.selected a{ /*selected main tab style */
	/*background-image: url(media/bluetabactive.gif);*/ /*THEME CHANGE HERE*/
	/*border-bottom-color: white;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	text-align: left;
	top: 0;
	/*border: 1px solid #918d8d;*/ /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: 11px helvetica, arial;
	font-weight: normal;
	text-transform: uppercase;
	/*line-height:24px;*/
	z-index:100;
	background-color: #404C29;
	width: 270px;
	visibility: hidden;
	margin-top: 4px;
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 10px;
	/*border: 0 solid #918d8d;*/ /*THEME CHANGE HERE*/
	/*border-bottom-width: 1px;*/
	padding: 4px 0;
	text-decoration: none;
	color: #E1E3E0;
	border-bottom: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
	border-bottom: none;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #404C29;
	color: #ff6600;
	text-decoration: none;
	border-bottom: none;
}


/****** END NAVIGATION *********/

/****** HEADER *********/

#header { /*9-2011*/
	height:120px;
	margin:auto;
	padding-top:24px;
	width:1000px;
}

#header a {
	border: none;
}

#headerlogo {
	float:left;
	margin:0;
	padding-top: 14px;
	padding-left: 16px;
}

#searchBox {
	float:left;
	margin:0;
	padding-right: 12px;
   padding-top: 22px;
}

/** from CGE **/
/* search styles */

.search input, .search button {
	margin-left: 5px;
}
.search input.box {
	color: #000000;
	font-size: 11px;
	width: 130px;
	height: 15px;
	margin-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	font-weight: bold;
	vertical-align: bottom;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	text-align: right;
	background-color: #f4f4f4;
	display: inline;
}
.search  input.box:hover {
	outline: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.search button.btn {
	width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/eyeglass.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}
.search button.btn:hover {
	background: transparent url(../images/eyeglass_orange.png) no-repeat center top;
}

div#preload { 
	display: none; 
}

#social-icons { 
	width:100px; 
	float:left;
	padding-top: 24px;
}

#rssFeed {
  display: block;
  width: 19px;
  height: 19px;
  background: url("images/rss-sprite.png") no-repeat 0 0;
  position: relative;
}
#rssFeed:hover { 
  background-position: 0 -19px;
}
#rssFeed span {
  display: none;
}

#facebook {
	display: block;
	width: 20px;
	height: 20px;
	background: url("images/facebook-sprite.png") no-repeat 0 0;
	position: relative;
	top: -20px;
	left: 28px;
}
#facebook:hover { 
	background-position: 0 -20px;
}
#facebook span {
	display: none;
}

#twitter {
	display: block;
	width: 20px;
	height: 18px;
	background: url("images/twitter-sprite.png") no-repeat 0 0;
	position: relative;
	top: -40px;
	left: 60px;
}
#twitter:hover { 
	background-position: 0 -18px;
}
#twitter span {
	display: none;
}

#headerBanners {
	float: left;
}
#headerBanners img {
	float: left;
}


/****** END HEADER *********/


/****** LEFT COL NAV ********/

#wrapper {
    font-size: 14px;
    margin-top: 26px;
    text-transform: uppercase;
}

.accordionButton {	
	cursor: pointer;
	padding-bottom: 12px;
    font-family: 'OldStandardTTBold';
}

.accordionButton span:hover {	
	border-bottom: thin solid #E96028;
	color: #E96028;
	text-decoration: none;
}
.accordionButton a {
	color: #545454;
	border: none;
}

	
.accordionContent {	
    padding-left: 14px;
    text-transform: none;
	padding-bottom: 12px;
	font-family: 'OldStandardTTRegular';

}
.accordionContent div {	
    padding-bottom: 3px;
}
.accordionContent a {
	color: #757575;
	text-decoration: none;
	border-bottom: none;
}
.accordionContent a:hover {
	font-family: 'OldStandardTTBold';
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: none;
}
	
#home .accordionButton a.home, 
#exhibitions .accordionButton a.exhibitions, 
#contact .accordionButton a.contact,
#excerpts .accordionButton span.excerpts,
#photographers .accordionButton span.photographers {
color: #E96028;
border-bottom: thin solid #E96028;
}
	
.over {
}


/******* IMAGE ROLLOVERS *******/


.rollovers {
  margin:0;
  padding:0;
}
.rollovers a:hover img {
  visibility:hidden;
}
.rollovers a, .rollovers a:link, .rollovers a:visited {
  display:block;
	border: none;
}
.rollovers img {
	border: none;
}

.thesiger {
  background:url("images/thesiger-over.jpg") no-repeat;
	float: left;
    margin-right: 42px;
}
.thesiger a, .thesiger a:link, .thesiger a:visited {
  width: 309px;
  height: 463px;
}

.butt {
  background:url("images/butt-over.jpg") no-repeat;
	float: left;
    margin-bottom: 38px;
}
.butt a, .butt a:link, .butt a:visited {
  width: 315px;
  height: 211px;
}

.grazda {
  background:url("images/grazda-over.jpg") no-repeat;
	float: left;
}
.grazda a, .grazda a:link, .grazda a:visited {
  width: 315px;
  height: 209px;
}



/* LINKS */


a {
	color: #E96028;
	text-decoration: none;
	border-bottom:thin solid #E96028;
}
a:hover {
	color: #E96028;
	text-decoration: none;
	border-bottom:thin solid #E96028;
}





/* HEADINGS */


h1 {
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 34px;
    margin: 0;
    padding: 3px 0 10px 14px;
	color: #545454;
	font-weight: normal;
}

h1 a {
}

h1 a:hover {
}

h1 span {
}

h2 {
    color: #828282;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.35px;
    padding: 8px 0 13px 15px;
	margin: 0;
}
#excerpts h2 {
    font-size: 13px;
	line-height: 21px;
}

h2 a {
}

h2 a:hover {
}

h2 span {
    font-family: 'OldStandardTTBold';
}




h3 {
    font-family: 'OldStandardTTItalic';
    font-size: 23px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    padding: 22px 0 13px 63px;
}
#excerpts h3 {
	padding: 8px 0 6px 14px;
	margin: 0px;
	line-height: 17px;
    font-size: 13px;
}


h3 a {
}

h3 a:hover {
}

h3 span {
}


h4 {
    color: #E96028;
    font-family: 'OldStandardTTBold';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    margin: 0;
    padding: 18px 5px 0 0;
    text-align: right;
}
#excerpts h4 {
    color: #484848;
    font-family: 'OldStandardTTItalic';
    font-size: 18px;
    text-align: left;
    padding: 0 0 26px;
}
#excerpts h4 span {
	display: block;
	font-size: 14px;
	color: #7e7e7e;
	font-family:'OldStandardTTRegular';
}

h4 a {
}

h4 a:hover {
}

h4 span {
}

h5 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 60px 24px 0 0;
    text-align: right;
}

h5 a {
}

h5 a:hover {
}

h5 span {
}

h6 {
font-size: 11px; 
color: #828282;
letter-spacing: 0.2px;
	font-family: 'OldStandardTTBold';
}

h6 a {
}

h6 a:hover {
}

h6 span {
}

hr {
height: 1px;border: 0px; color: #C0C0C0;background-color: #c0c0c0;
}

.intro {
    font-size: 15px;
    line-height: 22px;
}

.smallcaps {
    font-family: 'OldStandardTTBold';
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
	letter-spacing: .5px;
}
#tcontent-wrapper .smallcaps {
    font-size: 12px;
}

.bio {
    width: 202px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 36px;
	margin-bottom: 30px;
}

.purchase {
margin-top: 14px;
border: 1px solid #c0c0c0; 
width: 95px; 
padding: 7px; 
color: #E96028;
font-size: 16px; 
font-family:'OldStandardTTRegular';
text-transform: uppercase;
}
.purchase a {
border-bottom: none;
}

/* SEARCH */

#cse-search-results  {
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 22px;
	color: #333333;
}
#res {
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 22px;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #333333;

}

#footer a {
	text-decoration: none;
	border-bottom-style: none;
	color: #000000;
}
#footer {
	margin-top:20px;
	background-color: #ECEEEB;
	clear: both;
}

.footer {
	font-size: 12px;
	line-height: 22px
	clear: both;
	margin-right: auto; 
	margin-left: auto; 
	width: 960px;
	padding: 30px 0;
	font-family:georgia,serif; 
	color: #666666; 
}

