@charset "utf-8";
/*
@font-face {
 font-family: "Teen";
 src: url("/css/fonts/teen.eot");
 src:
   local("Teen"),
   url("/css/fonts/teen.woff") format("woff"),
   url("/css/fonts/teen.ttf") format("opentype"),
   url("/css/fonts/teen.svg") format("svg");
}
*/
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #C5C3C4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-shadow: 1px 1px 1px #bbb;
}
h3 {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 2em;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.25em;
}
a img {
	border: none;
}


a:link {
	color: #7E0303;
	text-decoration: none;
}
a:visited {
	color: #3C0000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #F00;
}


ul.nav {
	list-style: none;
}

ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 1px 5px 1px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 0.85em;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #F00;
	border-left-style: solid;
	border-left-width: 4px;
	border-right-style: none;
	padding-left: 11px;
}

.container {
	width: 800px;
	margin: 0 auto; 
	overflow: hidden; 
	background-image: url(../images/2010-07-io-back01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #C5C3C4;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

.sidebar1 .nav {
	margin: 2em 0 2em 0;
}

.container .sidebar1 img {
	float: right;
}

.navbar {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	width: auto;
	float: right;
}

#navtop {
	padding: 0;
	text-align: right;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
}
#navtop li {
	display: inline;
	font-size: 0.75em;
	background-color: #CCC;
	margin: 0px;
	padding: 0 .75em 0 .75em;
}
.footer_navbar {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
}
#navbot {
	padding: 0;
	text-align: center;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
}
#navbot li {
	display: inline;
	font-size: 0.75em;
	margin: 0px;
	padding: 0 .75em 0 .75em;
}
.content {
	padding: 10px 20px 10px 40px;
	width: 560px;
	float: left;
}
.content div {
	margin: 0 auto;
	display: block;
}
.content img.fltlft  {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0.75em;
	border: 2px solid #666;
}
.content h1 img{
	margin-left: 0.5em;
}

img.art{
	border: 2px solid #666;
}
.img_ {
	border: 2px solid #666;
}

.img_container {
	float:right;
	padding-left:1em;
	padding-bottom:1em;	
}

.img_caption {
	text-align: center;
	font-size: smaller;
	font-weight:bold;
	padding-top:.65em;
}
.content p  {
	margin-bottom: 0.5em;
}
#footer {
	background-color: #666;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.artists {
	float: left;
	font-size: 0.85em;
	background-color: #CCC;
	margin: 1em 0 0 0;
	width: auto;
}
.arthead {
	background-color: #999;
	font-weight: bold;
}


.galleryName {
	font-size: 85%;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	text-align: right;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 1.25em;
	margin-left: 10em;
	padding-bottom: 0.5em;
	clear: left;
}
.pagelink {
	font-size: 0.85em;
	font-weight: bold;
}

.bio {
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: underline;
}
.logo {
	float: right;
}
.artist {
	font-weight: bold;
	display: block;
	text-align: center;
}
.work {
	font-style: italic;
	display: block;
	text-align: center;
}
.art {
	margin: 0 auto;
	display: block;
}

.media-size {
	font-size: 0.85em;
	display: block;
	text-align: center;
}
.price {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 0.85em;
	margin-bottom: 4.5em;
}

.show {
	font-style: italic;
	display: block;
	margin-top: 1.25em;
	font-size: 1.1em;
}
.type {
	font-size: 0.85em;
	font-weight: bold;
	display: block;
	margin-top: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-right: 8em;
	margin-bottom: -.85em;
}

.dates {
	font-size: 80%;
	display: block;
	margin-bottom: 1.5em;
}
.content .addy{
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.map {
	font-size: 0.85em;
}
iframe {
	border: 2px solid #666;
	margin: 1em 0 1em 0;
}
.location {
	font-size: 85%;
	text-align: center;
	display: block;
	line-height: 1.3;
	color: #FFF;
	font-weight: bold;
}


.hours {
	font-size: 85%;
	text-align: center;
	display: block;
	line-height: 1.8;
	color: #FFF;
}
.more {
	font-size: 70%;
	text-align: right;
	display: block;
	text-decoration: none;
	/* [disabled]margin-bottom: 4em; */
}
a.more:hover {
	color: #F00;
}
.enlarge {
	font-size: 70%;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 2em;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#twitter_div {
	padding-left: 15px;
}
#twitter_update_list {
	list-style-type: disc;
	margin: 0em;
	font-size: .75em;
}
#twitter-link {
	font-size: 70%;
	text-align: right;
	display: block;
	margin-top: 1em;
}
.caption {
	font-size: 0.75em;
	text-align: center;
	display: block;
}
.intro {
	margin-top: 1.5em;
}
.past {
	margin-top: 1em;
	margin-bottom: 0.75em;
}
