/*  
Theme Name: Hartje Gallery
Description: Custom theme for Hartje Gallery by Shaun Wolf Wortis.
Version: 1.0
Author: Shaun Wolf Wortis
Author URI: http://wolfmotor.com/
*/


* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	}

/* Begin Typography & Colors */

body {
	font: 12px/16px verdana, Sans-Serif;
	background: #FFF;
	color: #333;
	text-align: center;
	margin: 20px 0;
	}

a, a:visited {
	color: #980e43;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color:#a63443;
	border-bottom: 1px solid #ccc;
	background: #ebf2f7;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

p, h3, h4 {
	margin-bottom: 10px;
	}

h2 {
	font: 18px Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	margin-bottom: 20px;
	clear: both;
	}

h3 {
	font: normal 13px Verdana, Arial, sans-serif; 
	letter-spacing: 2px;
  	text-transform: uppercase;
  	clear:both;
  	}

h4 {
	font: bold 14px Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	}
	
h1#logo {
	text-indent: -999em;
	background:url(images/logo.gif) no-repeat transparent;
	width: 216px;
	height:61px;
	float: left;
	}
	
h1#logo a, h1#logo a:visited {
	display: block;
	width: 216px;
	height: 61px;
	}
	
h1#logo a:hover {
	background-color: transparent;
	border: none;
	}
	

img.exhibits {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}

/*  Horizontal nav */

#nav {
	position: absolute;
	left:235px;
	top:50px;
	width: 520px;
	height: 15px;
	}
	
	
#nav li {
	float:left;
	margin-right: 10px;
	list-style: none;
	position:relative;
	display:inline;
	background-color: transparent;
	font: 11px/13px georgia, serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	}

#nav li.last {
	margin-right: 0;
	}
	
#nav li a, #nav li a:visited {
	display: block;
	text-decoration:none;
	color: #807475;
  	}


#nav li a:hover {
	text-decoration:none;
	color: #000;
	background: #fafafa !important;
	/* Needed for IE 7 */
	position: static;
	border: none;
	}
	
/* DROP DOWNS */
	
#nav li ul {
        position: absolute;
        top: 12px;
        left: -999em;
		background: #FFF;
        z-index: 900;
        }    
       
#nav li li {
	float: none;
	margin: 0;
	}

#nav li:hover ul, #nav li.sfHover ul { 
        left: -8px;
        display: block;
        }

#nav li li a, #nav li li a:visited {
        width: 150px !important;
        padding: 4px 6px;
        text-align: left !important;
        border: 1px solid #CCC;
        border-top: none;
     	letter-spacing: 0;
     	font: 10px/ 13px arial, sans-serif;
        }
        
#nav li li a:hover { 
       color: #000;
       background: #eff3f4 !important;
       border: 1px solid #CCC;
       border-top: none;
       }   

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0 auto;	
	width: 750px;
	position: relative;
	text-align:left;
	}
	
#content {
	padding: 35px 0;
	clear: both;
	min-height: 400px;
	margin-left: 16px;
	}

#rightCol {
	float:right;
	width: 299px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	margin-left: 15px;
	display:inline;
	}
	
#rightCol img {
	width: 299px !important;
	display: block;
	margin-bottom: 15px;
	}


div.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
#content.archive div.post {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}

p.postmetadata {
	padding: 4px;
	background: #fafbfb;
	clear: left;
	border: 1px dashed #ccc;
	border-right:none;
	border-left: none;
	}

#foot {	
	border: none;
	padding: 40px 0 100px 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background: url(images/foot.gif) repeat-x #fafafa;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	}

#foot p {
	text-align: center;
	font: 10px/14px geneva, sans-serif;
	margin: 0;
	color: #777;
	}
	
#foot p a, #foot p a:visited {
	color: #777;
	text-decoration: underline;
	}
	
#foot p a:hover {
	background-color: transparent;
	color: #000;
	border: none;
	}
	


div.classes h3 {
	margin-top: 30px;
	}
	
div.classBio {
	clear: both;
	padding-bottom: 100px;
	}
	
div.classBio img {
	float:left;
	margin: 0 10px 15px 0;
	}
	
table td {
	padding: 5px;
	}
	
table td.artist {
	padding-top: 40px;
	font-weight: bold;
	font-family: georgia, serif;
	}


/* End Structure */


/* Begin Images */

p img {	
	max-width: 100%;
	}

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 Form Elements */
#searchform {
	padding: 5px 0; 
	text-align: center;
	float: right;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	font-size: 10px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


input {
	background: #fffff9;
	color:#b10d4c;
	border: 1px solid #CCC;
	}    

div.row, div.button {
	margin: 0 auto;
	width: 90%;
	clear: both;
	height: 15px;
	padding: 3px 0;
	}

div.row label {
	float: left;
	width: 16%;
	text-align: right;
	}
  
div.row input {
	float: right;
	text-align: left;
	width: 78%;
	margin-top: -15px;
	}

div.button {
	text-align: right;
	}
	
div.button input {
	margin: 4px 0 0 6px;
	font-size: 10px;
	}
/* End Form Elements */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */