/* @override 
	http://abersonexhibits.com/css/abersonexhibits.css
*/

@font-face {
  font-family: 'AndaleMonoCust';
    src: url("/fonts/AndaleMono.eot");
    src: local('Andale Mono'),
       url("/fonts/AndaleMono.svg#lg") format('svg'),
       url("/fonts/AndaleMono.ttf") format('truetype');
}

html,body {
	background-color: #ffffff;
	font-family: "Lucida Sans","Geneva",sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 480px;
}
img {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

h1 {
	font-family: "Andale Mono","Lucida Sans","Geneva",sans-serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}
p {
	margin: 0;
	padding: 0;
}
div#header {
	position: fixed;
	top: 40%;
	left: 20px;
	z-index: 4000;
}
div#header div#logo a span {
	margin: 0;
	padding: 0;
	color: #999;
	display: block;
	font-family: "Lucida Sans","Geneva",sans-serif;
	font-size: 10px;
	text-transform: none;
}
div#header div#logo a {
	font-family: "AndaleMonoCust", Helvetica, Geneva, sans-serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}
div#header div#logo a:hover span {
	color: #000;
}
div.nav {
	margin-top: 10px;
}

div.extraLinks {
	position: fixed;
	height: 80px;
	bottom: 10px;
	right: 20px;
	padding-left: 20px;
	z-index: 200000;
}

div.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
}

div.fillerbg {
	position: fixed;
	height: 100%;
	width:200px;
	left: 0px;
	background-color: #fff;
	z-index: 1;
	/*display: none;*/
}
div.separator {
	position: fixed;
	height: 100%;
	width:1px;
	left: 200px;
	background-color: #e4e4e4;
	z-index: 2;
}
div.page {
	margin: 3% 0 0 230px;
}

div.info_page {
	margin: 3% 0 0 230px;
	width: 670px;
}
div.info_page2 {
	margin: 20px 0 0 230px !important;
	width: 670px;
}
div.info_page p {
	margin-top: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}
div.gallery {
	margin: 0px 0 0 230px;
}
.filler {
	max-height: 55px;
	height: 10%;
}
ul.artists, ul.art, ul.long {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
ul.artists li, ul.art li, ul.long li {
	width: 230px;
	height: 290px;
	float: left;
	margin-bottom: 10px;
	list-style-type: none;
}

ul.long li a img {
	display: block;
}

span.readmore {
	display: none;
}

ul.long li a {
	display: block;
	font-family: "Andale Mono","Lucida Sans","Geneva",sans-serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}

span.blurb {
	display: block;
	color: #471718;
	text-decoration: none;
	outline: none;
	font-family: "Lucida Sans","Geneva",sans-serif;
	font-size: 10px;
}

ul.art li {
	width: 400px;
	height: 400px;
	text-align: center;
	margin-right: 50px;
	position: relative;
}
ul.art li img {
	position: relative;
	z-index: 0;
}
ul.art li div.blank {
	width: 400px;
	height: 400px;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 10;
}
ul.art li div.info {
	position: absolute;
	top: 40%;
	left: 0;
	padding: 10px 0 10px 10px;
	width: 390px;
	background-color: #dedede;
	opacity: 0.6;
	color: #000;
	display: none;
	text-align: left;
}
div.info h1 {
	font-variant: small-caps;
	text-transform: capitalize;
}
div.title {
	position: fixed;
	height: 80px;
	bottom: 10px;
	left: 230px;
	padding-left: 40px;
	width: 100%;
	background-color: #ffffff;
	opacity: 0.6;
	z-index: 2;
}
div.title h1 {
	font-variant: small-caps;
}
div.title p {
	color: #434343;
}



/* @group casaMessages */

div#devMsg.casaMessage {
	color: white;
	padding: 3px;
	background-color: #181818;
	position: fixed;
	right: 0px;
	opacity: 0.8;
	border: 1px solid #2a2a2a;
	bottom: 160px;
}

div#devMsg.casaMessage strong {
	color: #ff5559;
}

div#devMsg.casaMessage a {
	color: white;
}
#devMsg img {
	display: none;
}

/* @end */

fieldset.inlineLabels {
	border: 0;
	margin: 0;
}
label {
	display: block;
	margin: 0;
}
.formOutput {
	color: #471718;
	font-weight: bold;
}

fieldset {
	border: 0;	
	position: relative;
}
fieldset .indicate-required {
	margin: 0 0 10px 0;
	color: #999;
}
fieldset strong.note-required {
	font-weight: bold;
	color: #999;
}
fieldset div.mce_inline_error {
	color: #cc2412;
	top: 0px;
	margin: 0 0 10px 0;
	position: relative;
}

div.mc-field-group {
	position: relative;
}

/* @group blog */

div.comments {
	border-top: 1px solid black;
}

div.blogArticle {
	border-bottom: 1px solid black;
	padding-bottom: 0px !important;
	margin-bottom: 20px !important;
	position: relative;
}
li.comment span.title {
	font-size: 1.2em;
	color: #636363;

}

span.spam, input#comments_spam {
	background-color: #C3C3C3;
}
span.spam {
	padding: 3px
}

div.buttons, div.blogArticleInfo {
	padding-bottom: 20px !important;
}


span.required.tooltip {
	display: block;
	visibility: visible;
}

.blog {
	position: relative;
}

ul.post-info li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.post-info li.date, div.date {
	position: absolute;	
	top: 0px;
	right: 0px;
}

#title h1 {
	max-width: 560px;
	font-size: 2.2em;
}
span.txt, span.del,span.dayName, li.comments, input.hidden,span.number {
	display: none;
}

span.month {
	padding-right: 5px;
}
span.year:before {
	content: ", ";
}
#author {
	position: absolute;
	top: 12px;
	right: 0px;
}

#author span.ex, .author span.ex {
	display: none;
}
div.date span.author {
	display: block;
	text-align: right;
}
#commentAlert {
	color: #870000;
	font-size: 2em;
	max-width: 300px;
	margin: 10px 0 10px 0;
	border: 1px solid #870000;
	padding: 10px;
}

div.blogArticle div.title {
	position: static;
	height: auto !important;
	padding-left: 0px !important;
	max-width: 560px;
	font-size: 1.3em;
	
}

/* @end */


/* @group social media */

.socialmedia {
	width: 300px;
	height: 24px;
	position: fixed;
	top: 15px;
	right: 0px;
	z-index: 99999999999999999999
}
.socialmedia ul {
	list-style-type: none;
    margin: 0;
}
.socialmedia ul li {
	list-style-type: none;
	margin: 0;
	float: left !important;
	height: 24px;
	padding: 0;
	padding-right: 5px;
}
.socialmedia ul li a {
	display: inline-block;
	padding: 0;
	background: url(/images/social_media.png) no-repeat top left;
	overflow: hidden;
	height: 24px;
	width: 24px;
}
.socialmedia ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.socialmedia ul li a span {
	display: none;
}
.sprite-email { background-position: 0 0 !important; } 
.sprite-facebook { background-position: 0 -74px !important; } 
.sprite-flickr { background-position: 0 -148px !important; } 
.sprite-rss { background-position: 0 -222px !important; } 
.sprite-twitter { background-position: 0 -296px !important; } 

/* @end */