* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#454545;
	margin:0 0;
	padding:0 0;
	padding-bottom:10px;
	background-color:#FFF;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:160%;
	color:#3399CC;
	font-weight:normal;
	margin-top:0em;
	margin-bottom:0.2em;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#CC9966;
	font-weight:bold;
	margin-top:0.7em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:normal;
	color:#999933;
	margin-top:0.7em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:90%;
	margin-top:0;
	margin-bottom:1.0em;
	line-height:1.5em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#3399CC;
}

a:hover {
	text-decoration:none;
	color:#999933;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:820px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	text-align:left;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
}

#header {
	height:162px;
	margin:0 px;
	padding:0;
	background-color:#FFFFFF;
	position:relative;
	
}

#body {
	margin:0px;
	background-repeat:no-repeat;
}

#content {
	width:638px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0px 0px 0px 0px;
	float:right;
}

#sidebar {
	width:150px;
	padding:40px 10px 0px 0px;
	float:left;
}

#footer {
	padding:0px 0px;
	margin:0px;
	clear:both;
	background-image:url(../images/footer-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:50px;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:30px;
	top:40px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:620px;
	display:block;
	padding-top:57px;
	height:0px !important; /* for most browsers */
	height /**/:57px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:80%;
}

#sidebar h2 {
	width:149px;
	color:#3399CC;
	margin:0 -6px 6px -6px;
	padding-left:6px;
	font-size:100%;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer .copyright {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	margin:0;
	padding-right:5px;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

#footer a {
	color:#666666;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	width:820px;
	position:absolute;
	top:101px; 
	left:5px;
	background-image:url(../images/main-nav-bg.gif);
	background-repeat:no-repeat;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	padding:0px;
	display:block;

	padding-top:37px;
	height:0px !important; /* for most browsers */
	height /**/:37px; /* for IE5.5's bad box model */
	overflow:hidden;
}


#main-nav-exhibits a { 			background-image:url(../images/main-nav/exhibits.png); width:73px; }
#main-nav-original-art a {		background-image:url(../images/main-nav/original-art.png); width:114px; }
#main-nav-featured-artists a {		background-image:url(../images/main-nav/featured-artists.png); width:145px; }
#main-nav-customconservation-framing a {		background-image:url(../images/main-nav/custom-framing.png); width:246px; }
#main-nav-corporate-services a {		background-image:url(../images/main-nav/corporate-services.png); width:161px; }
#main-nav-contact a {		background-image:url(../images/main-nav/contact.png); width:79px; }


#main-nav li a:hover {
	background-position:0 -37px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -37px;
}

/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin:0;
	padding:0;
	margin-bottom:20px;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0 -6px;
	width:165px;
}

#sub-nav li a {
	display:block;
	padding:3px 0px;
	padding-left:6px;
	margin:0px;
	color:#000000;
	text-decoration:none;
	width:149px;
	
	
}

#sub-nav li a:hover {
	color:#3399CC;	
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	color:#3399CC;
	text-decoration:underline;
}


/* Crumbs */

#crumbs {
	font-size:70%;
	color:#999;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #ddd;
}

#crumbs li {
	display:inline;
}

#crumbs li a {
	color:#999;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#FF7300;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#FF7300;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#005597;
}

div.picture-center p,
div.picture-right p,
div.picture-left p {
	font-size:75%;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}

fieldset table th,
fieldset table td {
	font-size:80%;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

p.caption {
	font-size:70%;
	margin-top:7px;
}


/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
	border:1px solid #ddd;
	border-bottom:none;
	text-align:left;
}

table.listing th {
	font-weight:bold;
	padding:0.3em 0.75em;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}

table.listing td {
	padding:0.3em 0.75em;
	border-bottom:1px solid #ddd;
}

#sidebar div.exhibit h2 a {
	color:#3399CC;
}

#sidebar div.exhibit h2 a:hover {
	color:#999933;
}

#sidebar div.exhibit p {
	font-size:100%;
	line-height:1.5;
}