/*
Theme Name: Lonsdale Gallery
Theme URI: http://www.lonsdalegallery.com/
Description: Customized theme for Lonsdale Gallery
Version: 1.0
Author: Dara Skolnick
Author URI: http://www.daraskolnick.com/
*/

body {
	background-image: url('http://lonsdalegallery.com/img/gradient2.jpg');
	background-repeat: repeat-x;
	font-family: HelveticaNeue, Helvetica, Arial;
	background-color: #fff;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

a:hover {
	color: #666;
}

ol.commentlist {
	list-style-type: decimal;
}

h1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	margin-bottom: 10px;
}

h2 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

h3.posttitle {
		margin-bottom: 10px;
		margin-top:-5px;
}

h3.posttitle a {
	color: #000;
	text-decoration:none;
	font-size: 16px;
}
	

img { behavior: url('http://lonsdalegallery.com/iepngfix.htc') }


/* CLEAR SPACE */

.spacer {
height: 25px;
width: 100%;

	
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#topcontainer {
	width: 940px;
	margin-left:auto;
	margin-right: auto;
	z-index:2;
}

#logo {
	width: 450px;
	float: left;
}

#logo img {
	margin-left: 5px;
}

#logohover
{
  display: block;
  width: 327px;
  height: 25px;
  background: url('http://lonsdalegallery.com/img/lonsdalelogo12.png') no-repeat 0 0;

}

#logohover:hover
{ 
  background-position: 0 -25px;
}

#logohover span
{
  display: none;
}



.greyline {
	height: 1px;
	border-bottom: 1px solid #cccccc;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	width: 470px;
	float: right;
}

.main {
	width: 700px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}

.drawersmain {
	width: 875px;
	padding-left: 33px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}


.drawersicon {
	width: 150px;
	height: 150px;
	margin-right: 25px;
	margin-bottom:20px;
	float: left;
	position: relative;
	
}

.drawersicon2 {
	width: 400px;
	margin-right: 37px;
	margin-bottom:20px;
	float: left;
	position: relative;
	
}


.main img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.drawersmain img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
}

.drawersmain img:hover {
	background-color: #666;	
}

img.h {
position: absolute;
bottom:0;
}

.main li, .drawersmain li {
	list-style-type: disc;
	line-height: 1.6;
	margin-left: 20px;
	font-size: 12px;
}

.main a, .drawersmain a {
	font-size: 12px;
	color: #266373;
	font-weight: bold;
	line-height: 1.4;
}

.main a:hover, .drawersmain a:hover {
	color: #666;
}


#currentartist {
	margin-top: 20px;
	float: left;
	width: 464px;

}

#currentshow {
	height: 422px;
	width: 236px;
	float: left;
	margin-top:20px;
}

#currentinformation {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

#currentinformation h1 {
	margin-top: 20px;

}

#currentinformation a {
	font-size: 18px;
	color: #266373;
	text-decoration: none;
	font-weight: bold;
}

#currentinformation a:hover {
	color: #666;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 940px;
	height: 81px;
	background-image: url("http://lonsdalegallery.com/img/footer5.jpg");
}


#footerimages {
	width: 100px;
	height: 50px;
	padding-top: 31px;
	margin-left: 33px;

}

#footerimages img {
	margin-right: 5px;	
}

.clear {
  clear: both;
}


#artistcontainer {
	width: 940px;
	margin: 0px auto;
	margin-top: 34px;
}

#artistinfo {
	width: 120px;
	float: left;
	height: 200px;
	text-align: right;
	margin-top:25px;
}

#artistinfo a {
	font-size: 12px;
	color: #266373;
	text-decoration: none;
}

#artistinfo li {
	list-style: none;
}

#artistinfo h3 {
	font-size: 14px;
	font-weight: bold;
}

#artistcontent {
	width: 600px;
	float: left;
	margin-top: -40px;
}

#simpleviewer {

	width: 800px;
	float: left;

}

/* SLIDER STUFF */

#s3slider {
   width: 464px; /* important to be same as image width */
   height: 422px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 464px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#s3sliderContent li {
	list-style-type: none;
	margin-left: 0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin-left: -40px;
   margin-top: -10px;
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 13px/15px Arial, Helvetica, sans-serif;
   padding: 0px 0px;
   width: 11px;
   background-color: #fff;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   margin-right: 20px;
   display: none; /* important */
   
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.s3sliderImage span strong {
	font: 24px Helvetica, Arial, sans-serif;
	width: 150px;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    right: 0;
}
.left {
	top: 0;
    left: 0;
	width: 0px; /*important*/
	height: 0px;
}
.right {
	right: 0;
	top: 0;
	width: 0px; /*important */
	height: 0px; 
}


/* Style for Usual tabs */
.usual {
  color:#111;
  padding:5px 5px;
  width:585px;
  margin-top: -5px;
  margin-right: -50px;
  float: right;
  z-index: -5;
}

.usual li { 
	list-style:none; 
	float:left; 
	}

.usual ul a {
  display:block;
  padding:3px 5px;
  text-decoration:none!important;
  margin-right: 2px;
  font-size: 14px;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  color:#fff;

}
.usual ul a:hover {
  color: #266373;
  }
.usual ul a.selected {
  margin-bottom:0;
  padding-bottom: 5px;
  color: #fff;
  background-color: #266373;
  cursor:default;
  }
  
#sub-exhibitions {
  padding:5px 0px 17px 10px;
  margin-left: -5px;
  clear:left;
  font:11px "Helvetica", "Arial";
  font-weight:bold;
  color: #266373;
  width: 405px;
}

#sub-news {
  padding:5px 0px 17px 10px;
  margin-left: 63px;
  clear:left;
  font:11px "Helvetica", "Arial";
  font-weight:bold;
  color: #266373;
  width: 200px;
}

#sub-gallery {
  padding:5px 0px 17px 10px;
  margin-left: 250px;
  clear:left;
  font:11px "Helvetica", "Arial";
  font-weight:bold;
  color: #266373;
  width: 200px;
}

#sub-press {
  padding:5px 0px 17px 10px;
  margin-left: 300px;
  clear:left;
  font:11px "Helvetica", "Arial";
  font-weight:bold;
  color: #266373;
  width: 200px;
}

#sub-exhibitions a, #sub-news a, #sub-gallery a, #sub-press a { 
	margin-top: -3px;
	margin-left: -7px;
	color:#266373; 
  font:11px "Helvetica", "Arial";
	font-weight:bold;
	text-decoration:none 
	}
	
#sub-exhibitions a:hover, #sub-news a:hover, #sub-gallery a:hover, #sub-press a:hover {
	color:#666;
}

#sub-exhibitions ul, #sub-news ul, #sub-gallery ul, #sub-press ul {
margin: 0;
padding: 0;
list-style-type: none;

	}

#sub-exhibitions ul li, #sub-news ul li, #sub-gallery ul li, #sub-press ul li {
margin-right: 15px;
display: inline;
}



.newscontainer {
	width: 750px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.entry img {
	max-width: 700px;
}

.postcontainer {
	padding-bottom:10px;
	margin-top:40px;
}

.newsimage {
	width: 350px;
	float: left;
	margin-right: 25px;
	margin-bottom:20px;
}

.newstext {
	width: 350px;
	float: left;
	margin-left: 25px;

}

.newstext p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: -2px;
	line-height: 1.4;
}

.newstext a {
	font-size: 12px;
	color: #266373;
	font-weight: bold;
	line-height: 1.4;
}

.newstext a:hover {
	color: #666;
}

.postmetadata {
	text-align:right;
}


.postimage {
	max-height: 600px;	
}

.navigation {
	font-size: 12px;
	margin-top:10px;
	margin-bottom: 20px;
}

.navigation a {
	color:#266373;	
}

.alignleft {
	text-align: left;
	float: left;
	width: 200px;
}

.alignright {
	text-align: right;
	float: right;
	width:200px;
}

.righttext {
	text-align: right;
}

#blognav {
	width: 700px;
	margin: 0px auto;
}

#blognav a {
	font-size: 12px;
	color: #266373;
	text-decoration: none;
}

#blognav a:hover {
	color: #999999;
	text-decoration: underline overline;
}

.back {
	width: 200px;
	float: left;
	text-align: left;
}

.fwd {
	width: 200px;
	float: right;
	text-align: right;
}

.contactpanel {
	width: 350px;
	float: left;
}

.artistthumbnails {
	width: 760px;
	height: 180px;
}

.artistthumbnails img {
	margin-right: 56px;
	width: 130px;
}


.artistthumbnails img:hover { /* Image opacity */
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:0.7;
	
}
	
.commentshell {
	width:400px;
}

#archivetop {
	width: 750px;
	margin: 0px auto;
	text-align: center;
}

#archivetop ul {
}

#archivetop li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#archivetop li a {
color: #000;
text-decoration:none;
font-weight: bold;
font-size: 14px;
}

#archivetop form {
	display: inline;
	width: 100px;
}

.searchform input
{
width:100px; 
margin-right: 5px;
}

.row { clear: both; }

.col1 { 
	width: 350px; 
	text-align: center; 
	float: left; 
	margin-right: 40px; 
	padding-top: 30px;
	position: relative;
	}
	
.col2 { 
	width: 350px; 
	text-align: center; 
	float: left; 
	padding-top: 30px; 
	position: relative;
	}
	
/* 
//In case we want to go back to lined up descriptions
.coltext {
	position: absolute;
	width: 350px;
	bottom:0;
	left:0;
} */

