/*
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ol ol, ul ul, ol ul, ul ol { margin: 0; }
img { border: none; }


/* Body
-------------------------------------------------------------------*/
html {
	min-height: 100%; 
	margin-bottom: 1px; 
}

body { 
	background: #f8f7e5 url(images/bg.jpg) no-repeat top center;
	margin: 0 auto;
	font: 100% Georgia, Times New Roman, Times, serif; 
	color: #333;
}

h1 span { color: #999; 
}

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

input, textarea { font: 90% Georgia, Times New Roman, Times, serif; }

blockquote { 
	font-size: 1.4em;
	font-style: italic; 
	line-height: 100px;
	text-align: center;
	margin: 1.2em;
	color: #666;
}

.gutter { 
	margin: 0 0 0 65px;
	padding: 0 20px 0 0;
}
.divider { 
	width: 100%;
	padding-right: 25px;
	background: url('images/divider_dot.gif') repeat-y top right ;
}

.italic { font-style: italic; }
.bold { font-weight: bold; }

.fLeft { float: left; }
.fRight { float: right; }

.blue { color: #6699cc; }
.dblue { color: #006699; }
.green { color: #99cc33; }
.rust { color: #cc6633; }
.red { color: #cc3300; }
.purple { color: #99009c; }
.lpurple { color: #cc99cc; }



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 850px; 
	height: 232px; 
	margin: 0 auto;
	overflow: visible;
	position: relative; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 850px; 
	overflow: hidden; 
	background: transparent url(images/wrap_bg.gif) no-repeat 0 300px;
	margin: 0 auto; 
    padding: 3em 0 0 0;
}


/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 850px; 
	height: 45px; 
	position: relative;
}
#nav ul { 
	position: absolute; 
	width: 850px;
	top: 232px;
	height: 45px; 
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}
#nav ul li { 
	float: left; 
}
#nav ul li a {
	text-indent: -9999px;
	width: 135px;
	height: 42px;
	display: block;
	outline: none;
}
#nav ul li a:hover { 
	background-position: bottom center; 
}
#nav ul li a.home {
	background: url(images/navtab_home.gif) no-repeat;
	margin-left: 8px;
}
#nav ul li a.about {
	background: url(images/navtab_about.gif) no-repeat;
	margin-left: 2px;
}
#nav ul li a.news {
	background: url(images/navtab_news.gif) no-repeat;
	margin-leftx: 5px;
}
#nav ul li a.shows {
	background: url(images/navtab_shows.gif) no-repeat;
	margin-leftx: 5px;
}
#nav ul li a:hover { 
	background-position: 50% bottom; 
}


/* CONTENT
-------------------------------------------------------------------*/
#content { 
	min-height:550px;
  	height:auto !important;
  	height:550px;
	width: 615px; 
	float: left; 
	padding-top: 30px;
	borderx: 1px solid red;
}
#content .post { 
	margin-bottom: 2em;
}
#content .post p { 
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 .8em 0; 
}

/*  special  */
#content .post p a, #content .post p.italic { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	font-style: italic;
	color: #666;
}
#content .post p.open { 
	font-size: 150%;
	line-height: 100%;
	margin-bottom: .4em;
}
#content .post span.news-place { 
	font-size: 90%;
	text-transform: uppercase; 
}

/*  heads  */
#content h1, .post h1 {
	font-size: 270%;
	text-transform: lowercase;
	color: #ccc;
	margin: 0 0 .4em -3px;
	padding: 0;
}
#content h2.gallery { 
	margin-bottom: 100px;
}
#content .post h2 {
	font-size: 150%;
	text-transform: lowercase;
	color: #ccc;
	margin: .2em 0 .8em -1px;
	padding: 0;
}
#content .post h3 { 
	text-transformx: lowercase;
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.2em;
	color: #336666;
	margin: 0 0 .7em 0;
}
#content .post h3 a {
	font-family: Times New Roman, Times, Georgia, serif;
	font-sizex: 130%;
	font-style: normal;
	text-decoration: none;
	color: #336666;
}
#content .post h4 {
	font-family: Georgia;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	margin: 1.8em 0 1em 0;
}
#content .post h4.first {
	margin-top: -.2em;
}

/*  lists  */
#content ul { 
	font-size: 90%;
	list-style-imagex: url(images/bullet2.gif);
	list-style-position: inside; 
}
#content ul li { 
	line-height: 1.4em;
	text-indent: -13px;
	margin: 0 0 .5em 0; 
}
#content ul li strong { 
	font-size: .9em;
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-size: 125%;
	text-alignx: right;
	text-transform: lowercase;
	color: #ccc;
	margin: 0 0 .5em 0; 
}
#content dl dd { 
	line-height: 1.5em;
	margin: 0 0 .6em 0;
}

/*  post sign-off date  */
#content .post .post-info { 
	clear: both; 
    font-size: 80%;
    font-weight: bold;
    text-transform: lowercase;
	color: #333; 
	padding: .7em 0 .5em 0; 
	border-bottom: 2px dotted #ccc;
}

/*  post sign-off category, comment  */
#content .post .post-info a { 
	color: #996633; 
	text-decoration: none; 
	margin-left: 10px;
}
#content .post .post-info a:hover { 
	color: #333; 
	text-decoration: none; 
}

/*  edit page  */
#content .post .edit { 
	margin-top: 1em; 
}
#content .post .edit a { 
	font-style: normal;
	text-transform: lowercase;
	color: #993300; 
}
#content #pages { text-align: center; }
#content #pages a { font: bold 20px Georgia; color: red; text-decoration: none; }
#content #pages a:hover { color: red; }

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

.exhibitions {
	padding-bottom: 8px;
}


/* SIDEBAR
-------------------------------------------------------------------*/
#sidebar { 
	width: 225px;
	float: right;
    padding-top: 30px;
	font-size: 80%;
	text-transform: lowercase;
	color: #555;
    borderx: 1px solid red;
}
#sidebar h2, h2.widgettitle { 
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#sidebar h3 { 
	margin: 0 0 .5em 25px;
}
#sidebar .quote {
	font-familyx: Georgia;
	font-size: 200%;
	font-style: italic;
	line-height: .8em;
	text-align: right;
	padding: .3em 15px .2em 20px;
}
#sidebar .author {
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	padding: .4em 15px 0 0;
	color: #000;
}
#sidebar .news { 
	padding: 0 0 40px 0;
}
#sidebar .bottom { 
	padding-bottom: 40px;
	background: url(images/sidebar_bot_bg.gif) no-repeat 10px 100%;
}
#sidebar li { 
	list-stylex: none;
}
#sidebar ul { 
	margin: 0 0 2.5em 25px;
}
#sidebar ul li { 
	list-style: none;
	background: url(images/arrow.gif) no-repeat 2px 55%; 
	padding: 0 0 .3em 15px;
}
#sidebar ul.nav_sidebar { 
	list-style: none;
	margin-bottom: .8em;
}
#sidebar ul.nav_sidebar li { 
	list-style: none;
	background: url(images/arrow.gif) no-repeat 2px 55%; 
	padding: .75em 0 .75em 0;
}
#sidebar a { color: #38463e; text-decoration: none; font-style: italic; }
#sidebar a:hover { color: #777; }
#sidebar a.jump { font-size: 90%; }


/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 150px;
	height: 26px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Georgia;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.jpg) no-repeat;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
	text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
	font-weight: bold;
}
.bt{
	cursor: pointer;
}


/* COMMENTS
-------------------------------------------------------------------*/
/* leave a comment/# of comments */
.comments-title { 
	font-sizex: 90%; 
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}
/* comment box */
#comments .comment { 
	background: #e7e8eb; 
	margin-bottom: 1em; 
	overflow: hidden; 
	width: 570px; 
	margin: .6em 0 1.5em 0;
	padding-bottom: .5em; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}
#comments .comment .comment-content { 
	float: left; 
	padding: 10px 7px; 
	margin: 5px 5px 0 0; 
	width: 510px; 
	background: #fff; 
}

/*  comment type  */
#comments .comment .comment-content p { 
	font-size: 85%; 
	colorx: red;
}
#comments .comment .comment-content a { color: #444; }

/*  comment author/date/edit  */
#comments .comment .comment-info { 
	font: 80% Times New Roman, Times, Georgia, serif;  	
	color: #555; 
	margin-bottom: .5em; 
}
/*  comment author  */
#comments .comment .comment-info span {
	font-weight: bold;  	
	color: #333;
	padding-right: 10px; 
}
#comments .comment .comment-info a { 
	font-weight: bold;  	
	color: #996633; 
	text-decoration: none;
}


/* COMMENT FORM
-------------------------------------------------------------------*/
#commentform { 
	font-size: 80%;
	text-transform: lowercase;
	color: #555; 
	margin: .3em 0 5em 0;
}
#commentform p { 
	margin-bottom: .5em; 
}
#commentform p a { 
	font-weight: bold;
	text-decoration: none; 
	color: #996633;
	margin-left: 7px;
}
#commentform textarea { 
	width: 570px; 
	border: 1px solid #aaa; 
	height: 120px;
	margin-top: .5em;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
}
#commentform input#submit {
	width: 148px;
	height: 30px;
	background: url(images/submit_bg.gif) no-repeat;
	text-align: center;
	text-transform: lowercase;
	border: none;
}


/* FOOTER
-------------------------------------------------------------------*/
#footer { 
	width: 850px; 
	height: 190px;
	text-transform: lowercase;
	margin: 0 auto; 
	position: relative; 
	background-color: #000;
}

#footer .contact a {
    outline: none;/* get rid of dotted borders in FireFox */
    text-indent: -9999px ;/* this move the text outside of the screen area */
    display: block;
    width: 850px;
    height: 30px;
    background: url("images/footer_contact.gif") 0 0 no-repeat;
 }

#footer .contact a:hover {
 background-position: 0 -30px;
 }

#footer .contact a:active {
 background-position: 0 0;
 }

#footer-signoff {
	clear: both;
	font-size: 70%; 
	font-weight: 700;
	line-height: 1.3em;
	text-transform: none;
	text-align: center;
	color: #000;
	margin: 2em 0 0 0;
}
#footer-signoff p {
	color: #666;
	margin: 0 0 .5em 0;
}

.rss { display: none; }
