/*
	----------------------------------------
	Gallery Connexion CSS
	Sean Mitchell, sean@seanmitchell.ca
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: #F0F0F0;
	color: #8A7967;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	text-rendering: optimizeLegibility;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #AFBD22;
	text-decoration: none;
}
a:hover {
	color: #584735;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	padding-top: 30px;
	text-align: left;
	width: 100%;
}



/* WRAPPER
---------------------------------------- */
.wrapper {
	margin: auto;
	width: 975px;
}



/* HEADER
---------------------------------------- */
#header {
	background: #FFF;
	border-top: 4px solid #AFBD22;
	float: left;
	width: 100%;
}



/* LOGO
---------------------------------------- */
#logo {
	float: left;
	padding: 29px 0 29px 0;
	width: 185px;
}
#logo h1 {
	float: left;
	width: 185px;
}
#logo span {
	display: none;
}
#logo a {
	background: url(/_img/logo.jpg) no-repeat;
	display: block;
	width: 185px;
	height: 44px;
}



/* CONTACT
---------------------------------------- */
#contact {
	float: left;
	padding-top: 35px;
	width: 520px;
}
#contact ul {
	float: left;
	padding-left: 25px;
	width: 235px;
}
#contact a {
	color: #8A7967;
}
#contact a:hover {
	color: #AFBD22;
	text-decoration: underline;
}



/* UTILITY
---------------------------------------- */
#utility {
	float: left;
	padding: 39px 0 39px 0;
	width: 270px;
}
#utility ul {
	float: right;
}
#utility ul li {
	float: left;
	margin-left: 11px;
}
#utility ul li a {
	display: block;
	height: 24px;
}
#utility ul li a span {
	display: none;
}



/* U-NEWS
---------------------------------------- */
#u-news {
	background: url(/_img/utility.jpg) no-repeat;
	width: 38px;
}
#u-news a {
	background: url(/_img/utility.jpg) no-repeat;
}
#u-news a:hover {
	background: url(/_img/utility.jpg) 0 -24px no-repeat;
}
#u-news a.selected,
#u-news a.selected:hover {
	background: url(/_img/utility.jpg) 0 -48px no-repeat;
}



/* U-MEMBERSHIP
---------------------------------------- */
#u-membership {
	background: url(/_img/utility.jpg) -38px 0 no-repeat;
	width: 70px;
}
#u-membership a {
	background: url(/_img/utility.jpg) -38px 0 no-repeat;
}
#u-membership a:hover {
	background: url(/_img/utility.jpg) -38px -24px no-repeat;
}
#u-membership a.selected,
#u-membership a.selected:hover {
	background: url(/_img/utility.jpg) -38px -48px no-repeat;
}



/* U-PROFILES
---------------------------------------- */
#u-profiles {
	background: url(/_img/utility.jpg) -108px 0 no-repeat;
	width: 53px;
}
#u-profiles a {
	background: url(/_img/utility.jpg) -108px 0 no-repeat;
}
#u-profiles a:hover {
	background: url(/_img/utility.jpg) -108px -24px no-repeat;
}
#u-profiles a.selected,
#u-profiles a.selected:hover {
	background: url(/_img/utility.jpg) -108px -48px no-repeat;
}



/* U-CONTACT
---------------------------------------- */
#u-contact {
	background: url(/_img/utility.jpg) -161px 0 no-repeat;
	width: 51px;
}
#u-contact a {
	background: url(/_img/utility.jpg) -161px 0 no-repeat;
}
#u-contact a:hover {
	background: url(/_img/utility.jpg) -161px -24px no-repeat;
}
#u-contact a.selected,
#u-contact a.selected:hover {
	background: url(/_img/utility.jpg) -161px -48px no-repeat;
}



/* CONTENT
---------------------------------------- */
#content {
	background: #FFF;
	border-bottom: 4px solid #AFBD22;
	float: left;
	width: 100%;
}



/* MENU
---------------------------------------- */
#menu {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	margin-right: 25px;
	padding: 33px 0 1px 0;
	width: 185px;
}
#menu h2 {
	color: #8A7967;
	padding-bottom: 6px;
}
#menu ul {
	line-height: 29px;
	padding-bottom: 29px;
}
#menu ul li {
	background: url(/_img/divide.gif) left bottom repeat-x;
	width: 185px;
}
#menu ul li a {
	color: #BCAB99;
}
#menu ul li a:hover,
#menu ul li a.selected {
	color: #584735;
}
#menu #subscribeform dl {
	padding-bottom: 29px;
}
#menu #subscribeform dd {
	padding-bottom: 12px;
}
#menu #subscribeform .field {
	background: #F0F0F0;
	border: 1px solid #F0F0F0;
	padding: 5px 7px 5px 7px;
	font-size: 11px;
	color: #8A7967;
	width: 169px;
}



/* SUBMENU
---------------------------------------- */
#submenu {
	display: block;
	float: left;
	padding-bottom: 20px;
	width: 495px
}
#submenu .option {
	border-left: 1px solid #EEDDCB;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}
#submenu .option:first-child {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}
#submenu .option a {
	color: #BCAB99;
}
#submenu .option a:hover,
#submenu .option a.selected {
	color: #584735;
}



/* HALF
---------------------------------------- */
#half {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	margin-right: 25px;
	padding-top: 30px;
	width: 495px;
}
#half iframe {
	border: 5px solid #F0F0F0;
	display: block;
}



/* HALF > PAGE
---------------------------------------- */
#half #page {
	padding-bottom: 10px;
}
#half #page h2 {
	padding-bottom: 10px;
}



/* HALF > PHOTO
---------------------------------------- */
#half div.photo {
	float: left;
	padding-bottom: 20px;
	width: 495px
}
#half div.photo img {
	border: 5px solid #F0F0F0;
	display: block;
}



/* FULL
---------------------------------------- */
#full {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	width: 765px;
}



/* NEWS
---------------------------------------- */
#news {
	float: left;
	width: 765px;
}
#news #photoset {
	width: 565px;
}
#news #controller {
	width: 565px;
}



/* GENERAL
---------------------------------------- */
#half h2,
#half h2 a,
#full h2,
#full h2 a,
#news h2,
#news h2 a {
	color: #8A7967;
}
#half h2 a:hover,
#full h2 a:hover,
#news h2 a:hover {
	color: #584735;
}
#half h3,
#half h3 a,
#full h3,
#full h3 a,
#news h3,
#news h3 a {
	color: #AFBD22;
}
#half h3 a:hover,
#full h3 a:hover,
#news h3 a:hover {
	color: #584735;
}
#half h3,
#full h3,
#news h3 {
	padding-top: 4px;
}
#half h4,
#full h4,
#news h4 {
	color: #BCAB99;
	padding-bottom: 16px;
	text-transform: uppercase;
}
#half h5,
#full h5,
#news h5 {
	font-weight: bold;
}
#half p,
#full p,
#news p {
	padding-bottom: 16px;
}
#half p a,
#full p a,
#news p a {
	border-bottom: 1px solid #DCDCDC;
}
#half p a:hover,
#full p a:hover,
#news p a:hover {
	border-color: #584735;
}
#half ul,
#full ul,
#news ul {
	padding-bottom: 10px;
}
#half ul li,
#full ul li,
#news ul li {
	background: url(/_img/bullet.jpg) 0 6px no-repeat;
	padding: 0 0 6px 12px;
}
#half ul li a,
#full ul li a,
#news ul li a {
	border-bottom: 1px solid #DCDCDC;
}
#half ul li a:hover,
#full ul li a:hover,
#news ul li a:hover {
	border-color: #584735;
}



/* PAGE > DL.BIO
---------------------------------------- */
#page dl.bio {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding: 24px 0 24px 0;
	width: 495px;
}
#page dl.bio dt {
	float: left;
	width: 135px;
}
#page dl.bio dt img,
#page dl.bio dt a img {
	background: #F0F0F0;
	display: block;
	padding: 5px;
}
#page dl.bio dd {
	float: left;
	padding-left: 20px;
	width: 340px;
}



/* PAGE > PROFILES / EXHIBITION / EVENT
---------------------------------------- */
#page #exhibition,
#page #event {
	float: left;
	padding-bottom: 10px;
	width: 495px;
}
#page #profile h2,
#page #exhibition h2,
#page #event h2 {
	padding-bottom: 2px;
}
#page #exhibition h3,
#page #event h3 {
	padding-top: 0;
	padding-bottom: 0;
}
#page #exhibition h4,
#page #event h4 {
	padding-bottom: 0;
}
#page #profile #back,
#page #exhibition #back,
#page #event #back {
	display: block;
	padding: 12px 0 16px 0;
	width: 495px
}
#page #profile #back a,
#page #exhibition #back a,
#page #event #back a {
	background: url(/_img/back.jpg) 0 2px no-repeat;
	color: #BCAB99;
	padding-left: 13px;
}
#page #profile #back a:hover,
#page #exhibition #back a:hover,
#page #event #back a:hover {
	color: #584735;
}



/* LISTING-GROUP
---------------------------------------- */
.listing-group {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding-top: 21px;
	width: 495px;
}
.listing-group h6 {
	padding-bottom: 20px;
}



/* LISTING
---------------------------------------- */
.listing {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding: 24px 0 24px 0;
	width: 495px;
}
.listing.no-border {
	background: none;
	padding: 0 0 24px 0;
}
.listing .read-more {
	padding-top: 16px;
}



/* L-THUMBNAIL
---------------------------------------- */
.l-thumbnail {
	background: #F0F0F0;
	float: left;
	width: 160px;
}
.l-thumbnail img {
	height: 150px;
	width: 150px;
}
.l-thumbnail a {
	background: #F0F0F0;
	display: block;
	padding: 5px;
}
.l-thumbnail a:hover {
	background: #DCDCDC;
}



/* L-DETAILS
---------------------------------------- */

.l-details {
	float: left;
	padding: 1px 0 0 20px;
	width: 315px;
}
.l-details dt {
	font-weight: bold;
	padding-bottom: 4px;
}



/* POST
---------------------------------------- */
.post {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding: 30px 0 10px 0;
	width: 765px;
}
.post .read-more {
	padding-bottom: 20px;
}



/* P-META
---------------------------------------- */
.p-meta {
	float: left;
	padding-top: 4px;
	width: 200px;
}
.p-meta h6 {
	color: #BCAB99;
}



/* P-CONTENT
---------------------------------------- */
.p-content {
	float: left;
	width: 565px;
}
.p-content h2 {
	padding-bottom: 10px;
}



/* P-CONTENT > PHOTO
---------------------------------------- */
.p-content div.photo {
	float: left;
	padding-bottom: 20px;
	width: 565px
}
.p-content div.photo img {
	background: #F0F0F0;
	display: block;
	padding: 5px;
	width: 555px;
}



/* P-CONTENT > PHOTOSET
---------------------------------------- */
.p-content #photoset {
	float: left;
	padding-bottom: 20px;
	width: 565px;
}



/* P-CONTENT > PHOTOS
---------------------------------------- */
.p-content #photos {
	background: #F0F0F0;
	padding: 5px;
	width: 555px;
}



/* P-CONTENT > CONTROLLER
---------------------------------------- */
.p-content #controller {
	float: left;
	padding-bottom: 20px;
	width: 565px;
}



/* NAVIGATE
---------------------------------------- */
#navigate {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding: 31px 0 30px 200px;
	width: 565px;
}
#navigate p span {
	display: none;
}
#navigate p a {
	border: none;
	display: block;
	height: 24px;
}



/* NAVIGATE > BUTTON-OLDER-POSTS
---------------------------------------- */
#navigate p.button-older-posts {
	float: left;
	width: 69px;
}
#navigate p.button-older-posts a {
	background: url(/_img/button-older-posts.jpg) no-repeat;
	width: 69px;
}
#navigate p.button-older-posts a:hover {
	background: url(/_img/button-older-posts.jpg) 0 -24px no-repeat;
}



/* NAVIGATE > BUTTON-NEWER-POSTS
---------------------------------------- */
#navigate p.button-newer-posts {
	float: right;
	width: 72px;
}
#navigate p.button-newer-posts a {
	background: url(/_img/button-newer-posts.jpg) no-repeat;
	width: 72px;
}
#navigate p.button-newer-posts a:hover {
	background: url(/_img/button-newer-posts.jpg) 0 -24px no-repeat;
}



/* NAVIGATE > BUTTON-PREVIOUS-POST
---------------------------------------- */
#navigate p.button-previous-post {
	float: left;
	width: 79px;
}
#navigate p.button-previous-post a {
	background: url(/_img/button-previous-post.jpg) no-repeat;
	width: 79px;
}
#navigate p.button-previous-post a:hover {
	background: url(/_img/button-previous-post.jpg) 0 -24px no-repeat;
}



/* NAVIGATE > BUTTON-NEXT-POST
---------------------------------------- */
#navigate p.button-next-post {
	float: right;
	width: 59px;
}
#navigate p.button-next-post a {
	background: url(/_img/button-next-post.jpg) no-repeat;
	width: 59px;
}
#navigate p.button-next-post a:hover {
	background: url(/_img/button-next-post.jpg) 0 -24px no-repeat;
}



/* PHOTOSET
---------------------------------------- */
#photoset {
	float: left;
	padding-bottom: 20px;
	width: 495px;
}



/* PHOTOS
---------------------------------------- */
#photos {
	background: #F0F0F0;
	padding: 5px;
	width: 485px;
}
#photos br {
	display: none;
}
#photos img {
	display: none;
}
#photos img.active {
	display: inline;
}



/* CONTROLLER
---------------------------------------- */
#controller {
	float: left;
	padding-bottom: 20px;
	width: 495px;
}



/* PREVIOUS-PHOTO
---------------------------------------- */
#previous-photo {
	display: block;
	float: left;
	width: 84px;
}
#previous-photo span {
	display: none;
}
#previous-photo a {
	background: url(/_img/button-previous-photo.jpg) no-repeat;
	display: block;
	height: 24px;
	width: 84px;
}
#previous-photo a:hover {
	background: url(/_img/button-previous-photo.jpg) 0 -24px no-repeat;
}



/* NEXT-PHOTO
---------------------------------------- */
#next-photo {
	display: block;
	float: left;
	width: 65px;
}
#next-photo span {
	display: none;
}
#next-photo a {
	background: url(/_img/button-next-photo.jpg) no-repeat;
	display: block;
	height: 24px;
	width: 65px;
}
#next-photo a:hover {
	background: url(/_img/button-next-photo.jpg) 0 -24px no-repeat;
}



/* CURRENT-PHOTO
---------------------------------------- */
#current-photo {
	float: left;
	padding: 8px 4px 0 8px;
}
#current-photo a {
	background: url(/_img/button-current-photo.jpg) no-repeat;				
	float: left;
	height: 8px;
	margin-right: 4px;
	width: 8px;
}	
#current-photo a:hover,
#current-photo a.active {
	background: url(/_img/button-current-photo.jpg) 0 -8px no-repeat;
}



/* CURRENT-CLONE
---------------------------------------- */
#current-clone {
	display: none;
	float: left;
}



/* SIDE
---------------------------------------- */
#side {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding: 30px 0 30px 0;
	width: 245px;
}



/* SIDE > FRAME
---------------------------------------- */
#side #frame {
	background: #F0F0F0;
	float: left;
	padding: 0 25px 25px 25px;
	width: 195px;
}



/* SIDE > ENTRY
---------------------------------------- */
#side .entry {
	background: url(/_img/divide-side.gif) left bottom repeat-x;
	padding: 25px 0 6px 0;
}
#side .entry h2,
#side .entry h2 a {
	color: #8A7967;
}
#side .entry h2 a:hover {
	color: #584735;
}
#side .entry h3 {
	color: #BCAB99;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#side .entry p {
	padding-bottom: 8px;
}
#side .entry p a {
	border-bottom: 1px solid #DCDCDC;
}
#side .entry p a:hover {
	border-color: #584735;
}

#side .entry p.continue {
	padding-bottom: 16px;
}
#side .entry p.continue a {
	border: none;
}



/* READ-MORE
---------------------------------------- */
.read-more {
	width: 63px;
}
.read-more span {
	display: none;
}
.read-more a {
	background: url(/_img/button-read-more.jpg) no-repeat;
	display: block;
	width: 63px;
	height: 24px;
}
.read-more a:hover {
	background: url(/_img/button-read-more.jpg) 0 -24px no-repeat;
}



/* NEWS-ARCHIVE
---------------------------------------- */
.news-archive {
	padding-top: 25px;
	width: 75px;
}
.news-archive span {
	display: none;
}
.news-archive a {
	background: url(/_img/button-news-archive.jpg) no-repeat;
	display: block;
	width: 75px;
	height: 24px;
}
.news-archive a:hover {
	background: url(/_img/button-news-archive.jpg) 0 -24px no-repeat;
}



/* FOOTER
---------------------------------------- */
#footer {
	float: left;
	line-height: 24px;
	padding: 30px 0 30px 0;
	width: 100%;
}
#footer p {
	float: left;
	padding-left: 16px;
}



/* FOOTER > F-LOGOS
---------------------------------------- */
#footer ul.f-logos {
	float: left;
}
#footer ul.f-logos li {
	float: left;
	padding-right: 20px;
}



/* FOOTER > F-MENU
---------------------------------------- */
#footer ul.f-menu {
	float: right;
}
#footer ul.f-menu li {
	border-left: 1px solid #EEDDCB;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}
#footer ul.f-menu li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#footer ul.f-menu li a {
	color: #8A7967;
}
#footer ul.f-menu li a:hover,
#footer ul.f-menu li a.selected {
	color: #AFBD22;
	text-decoration: underline;
}



/* SIFR
---------------------------------------- */
@media screen {
	.sIFR-flash {
		margin: 0;
		padding: 0;
		visibility: visible !important;
	}
	.sIFR-replaced, .sIFR-ignore {
		visibility: visible !important;
	}
	.sIFR-alternate {
		display: block;
		height: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 0;
	}
	.sIFR-replaced div.sIFR-fixfocus {
		float: none;
		letter-spacing: 0;
		margin: 0;
		overflow: auto;
		padding: 0;
	}
}
@media print {
	.sIFR-flash {
		display: none !important;
		height: 0;
		overflow: hidden;
		position: absolute;
		width: 0;
	}
	.sIFR-alternate {
		display: block !important;
		height: auto !important;
		left: auto !important;
		position: static !important;
		top: auto !important;
		visibility: visible !important;
		width: auto !important;
	}
}
@media screen {
	.sIFR-active #menu h2,
	.sIFR-active #half h2,
	.sIFR-active #half h3,
	.sIFR-active #full h2,
	.sIFR-active #full h3,
	.sIFR-active #news h2,
	.sIFR-active #side h2 {
		visibility: hidden;
	}
	.sIFR-active #menu h2 {
		font-size: 17px;
	}
	.sIFR-active #half h2,
	.sIFR-active #full h2,
	.sIFR-active #news h2 {
		font-size: 22px;
	}
	.sIFR-active #side h2,
	.sIFR-active #half h3,
	.sIFR-active #full h3 {
		font-size: 15px;
	}
}