* {
	margin: 0;
	padding: 0;
	/*line-height: 10px;*/
}

#container {
	display: block;
/*	width: 1024px;*/
	width: 1024px;
	position: relative;
	font-family: helvetica;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #e32222;
}

a:hover,
a:visited {
	color: #e32222;
}


/*-- FROM DIST CSS --*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/*-- HEADER --*/

#logo {
	display: block;
	background: transparent url(images/brand/mahan_logo.gif) no-repeat;
	width: 227px;
	height: 50px;
	text-indent: -99%;
	float: left;
}

#header {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	height: 50px;
	width: 100%;
	margin-bottom: 32px;
	float: left;
}

/*-- MENU --*/

#main-menu {
	display: block;
	width: 600px;
	height: 50px;
	float: left;
	overflow: hidden;
}

#main-menu li {
	display: block;
	height: 50px;
	background: transparent url(images/brand/main_menu.gif) no-repeat;
	float: left;
}

#main-menu li:hover {
	background-position: 100% -50px;
}

#main-menu li a {
	display: block;
	text-align: left;
	text-indent: -9999%;
	width: 99%;
	overflow: hidden;
	height: 50px;
}

li#home {background-position: 0px 0px;width: 48px;}
li#home:hover,li#home.current {background-position: 0px -50px;}

li#about {background-position: -48px 0px;width: 45px;}
li#about:hover,li#about.current {background-position: -48px -50px;}

li#exhibitions {background-position: -93px 0px;width: 75px;}
li#exhibitions:hover,li#exhibitions.current {background-position: -93px -50px;}

li#artists {background-position: -168px 0px;width: 50px;}
li#artists:hover,li#artists.current {background-position: -168px -50px;}

li#events {background-position: -218px 0px;width: 50px;}
li#events:hover,li#events.current {background-position: -218px -50px;}

li#news {background-position: -268px 0px;width: 44px;}
li#news:hover,li#news.current {background-position: -268px -50px;}

li#blog {background-position: -312px 0px;width: 40px;}
li#blog:hover,li#blog.current {background-position: -312px -50px;}

li#contact {background-position: -352px 0px;width: 59px;}
li#contact:hover,li#contact.current {background-position: -352px -50px;}

li#art-inventory {background-position: -411px 0px;width: 85px;margin-left: 29px;}
li#art-inventory:hover,li#art-inventory.current {background-position: -411px -50px;}

li#shop{background-position: -496px 0px;width: 43px;}
li#shop:hover,li#shop.current {background-position: -496px -50px;}

/*-- SUBMENU --*/

ul.sub-menu {
	display: block;
	width: 198px;
	list-style: none;
	/*margin-top: 7px;*/
}

ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	text-align: right;
	font-size: 12px;
	/*font-size: 0.75em;*/
	font-weight: normal;
	margin-bottom: 2px;
	font-family: Helvetica;
}

ul.sub-menu li a {
	color: #636363;
	text-decoration: none;
}

ul.sub-menu li a:hover,
ul.sub-menu li a.current {
	color: #e32222;
}

div.category-block ul.sub-menu li{
	/*border-bottom: 0;*/
}

ul.sub-menu.stack {
	margin-bottom: 20px;
}

/*-- BLOG --*/

#main h1 {
	background-color:#CCCCCC;
	color:#FFFFFF;
	display:block;
	font-size:0.99em;
	font-weight:normal;
	height:20px;
	padding:2px 0 0 7px;
	width:560px;
}

#main h1 a:link,
#main h1 a:visited {
	color:#FFFFFF;
	text-decoration: none;
}


/*-- SIDE BAR --*/

#left-rail {
	display: block;
	float: left;
	width: 198px;
	min-height: 400px;
	margin-top: 7px;
	font-family:helvetica;
}

#side-bar {
	display: block;
	position: absolute;
	left: 0;
	width: 198px;
	min-height: 400px;
	margin-top: 7px;
	top: 82px;
	font-family:helvetica;
}

#side-bar h1,
#footer h1{
	display: block;
	color: #636363;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	width: 198px;
	text-indent: 22px;
	font-size: 12px;
	font-weight: normal;
	background-color:#fff;
	padding:0;
	height:15px;
}

#item-box {
	margin-left: 21px;
	margin-bottom: 22px;
}

#item-box.subscribe {
	border-bottom: 1px solid #ededee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#item-box .preview {
	display: block;
	width: 108px;
	height: 108px;
	border: 4px solid #ededee;
	background-color: #333333;
}

#item-box .preview img {
	display: block;
	border: 1px solid #959595;
	margin: 0 auto;
}

#item-box img {
	border: 0px;
	margin-top: 10px;
}

#item-box h2 {
	color: #e32222;
	font-size: 12px;
	font-weight: bold;
}

#item-box h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#item-box h4 {
	color: #636363;
	font-size: 12px;
	margin-bottom: 3px;
}

#item-box p {
	font-size: 0.65em;
}

#item-box p.content {
	color: #636363;
	margin-bottom: 7px;
	margin-top: 6px;
}

#footer #item-box p.content {
	color: #aaaaaa;
	margin-bottom: 3px;
	margin-top: 3px;
}


#item-box p.content-important {
	color: #636363;
	margin-bottom: 7px;
	margin-top: 3px;
	font-weight: normal;
	width: 185px;
}

#item-box .icon-info {
	margin-top: 6px;
}

#item-box #subscribe-email {
	background-color: #ededee;
	border: 1px solid #959595;
	color: #999;
	padding: 1px;
	width: 174px;
	height: 15px;
	font-size: 8pt;
	margin-bottom: 7px;
}

/*#side-menu {
 line by line items, flushed right, ul
}*/


/*-- MAIN --*/

#main {
	display: block;
	float: left;
	margin-left: 28px;
	width: 567px;
	margin-bottom: 20px;
	font-family: helvetica;
}


#main p {
	font-size: 11px;
}



/*
#store h2 {
	display: block;
	color: #636363;
	font-size: 0.7em;
	float: left;
	clear: left;
	width: 72px;
}
*/

/*-- POSTS LIST --*/


div.post {
	/*width:100%;*/
	background-color: #ededef;
	padding: 15px 0 22px 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

div.post-content {
	width: 477px;
	float: right;
	color: #636363;
	position: relative;
	margin-right: 1px;
}

div.post h2 {
	font-size: 14px;
	font-weight: normal;
	color: #e32222;
}

div.post-body {
	font-size: 11px !important;
	margin-top: 7px;
	border-top: 1px solid #ccc;
	padding-top: 7px;
	/*margin-bottom: 19px;*/
	padding-right: 15px;
}

div.post-body ol,
div.post-body ul,
div.post-body p {
	margin-bottom: 34px;
}

div.post-body ol,
div.post-body ul {
	list-style-position: inside;
	margin-left: 15px;
}

p.post-time {
	font-size: 10px !important;
	margin-top: 2px;
}

p.post-date {
	font-size: 10px !important;
	position: absolute;
	left: -80px;
	top: 2px;
}

div.post-metadata {
	padding-right: 15px;
}


p.post-comments {
	float: left;
	font-size: 10px;
}

p.post-comments a {
	display: block;
	background: transparent url(images/brand/icon_bubble.gif) no-repeat;
	text-indent: 18px;
	line-height: 8px;
	height: 12px
}

p.post-author {
	float: right;
	color:#E32222;
}


div.shade-odd {
	background-color: #ededee;
}

div.shade-even {
	background-color: #fff;
}

/*-- COMMENT --*/

.post.single {
	padding-bottom:1px;
	padding-left: 0;
}

.post.single h2 {
	border-bottom: 1px solid #ccc;
	text-indent:89px;
	padding-bottom: 3px;
	margin-bottom: 4px;
}

.post.single div.post-body {
	border-top: none;
	padding-top: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

.comment {
	background-color: #e2e2e3;
	border-bottom: 1px solid #ccc;
	padding:15px 0 7px 10px;
}

.comment-content {
	width: 477px;
	float: right;
	color: #636363;
	position: relative;
	margin-right: 1px;
	font-size: 11px;
}

.comment-content h3 {
	font-size: 11px;
	font-weight: normal;
	color: #e32222;
	margin-bottom: 11px;
}

.comment-content p{
	margin-bottom: 15px;
}

.comment-author {
	position: absolute;
	left: -80px;
}

.total-comments {
	clear:both;
	color:#636363;
	font-size:10px;
	padding-bottom: 3px;
	/*padding-top: 36px;*/
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
	text-indent: 9px;

}

/*-- RESPONSE --*/

div#respond {
	background-color: #e2e2e3;
	padding: 34px 0 60px 10px;
}

div#response-content {
	width:477px;
	float: right;
}

div#response-content h3 {
	background-color:#CCCCCC;
	color:#FFFFFF;
	display:block;
	width:477px;
	font-size: 11px;
	padding-left: 7px;
	padding-top: 0;
	line-height: 16px;
}

div#response-content input,
div#response-content textarea {
	border: 1px solid #959595;
	font-size: 10px;
	padding: 2px;
	background-color: #ededee;
	font-family: helvetica;
	width: 209px;
}

div#response-content textarea {
	width: 450px;
}


div#respond p {
	margin-top: 7px;
}

div#respond label {
	display: none;
}

div#respond a#submit {
	display: inline-block;
	background: transparent url(images/brand/art_controls.gif) no-repeat -16px 0;
	height: 16px;
	color: #636363;
	font-size: 11px;
	text-indent: 19px;
	margin: 8px 0 22px 0;
	float:left;
	line-height: 16px;
}

div#respond a#submit:hover {
	background-position: -16px -16px;
}

div#respond p.note {
	color: #636363;
	margin-bottom: 20px;
	width: 430px;
	clear: left;
}

.blur {
	color: #a8a8a8;
}

/*-- FOOTER --*/

#footer {
	width: 198px;
	clear: left;
	position: absolute;
	top: 650px;
	left: 0px;
	font-family:helvetica;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

