/*
Author: David Churchill 
Author Website: http://wonkaweb.com

Template Name: IsItArt
Website: http://robinsart.com/
Version: 1.0        	
*/
 
/* HTML ELEMENTS */ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333;	
	text-align: center;
	background-color: #FFF;
}

/* links */
a {
	color: #7c9ebf; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #546c84;
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px 10px 0;
}

/* images */
img {
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #7c9ebf;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 5px 10px;  	
  	background: #FAFAFA 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #7c9ebf;
	font-style: italic;
}

.rightright {
	float: right;
	clear: both;
}

/* form elements */

#rightbar img {
	margin-bottom: 5px;
}
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #546c84;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/* LAYOUT */	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 980px;
	text-align: left;
}

/* header */
#header { 
	position: relative; padding: 0;
	color: #808080;
	margin: 10px 0 20px;
	border-bottom: 1px solid #cccbcc;
	width: 980px;
}
#header h1#logo {	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #546c84;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0;
	text-align: center;
}
#header h1#logo span { color: #7c9ebf; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 5px;
}

#header-content {
	margin: 0 auto;
	width: 99%;
	height: 80px;
}
#header-content #header-left {
	padding: 0 10px 0 0;
	width: 700px;
	float: left;
	text-align: left;
}
#header-content #header-right {
	padding: 50px 0 0 10px;
	float: right;
	text-align: right;
}

/* menu */
#menu {
	clear: both;
	margin: 0 0 20px;
	border-bottom: 1px solid #cccbcc;
	padding-bottom: 15px;
	font: bolder 1em/30px Tahoma, Verdana, Arial, Sans-Serif;
	height: 15px;
}
#menu ul{
	margin: 0; padding: 0;
}
#menu ul li {
	float: right;
	list-style: none;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #999899;
	padding: 0 0 0 15px;
}
#menu ul li a:hover {
  	color: #333233;
}
#menu ul li#current a {
	color: #333233;
}

/* sidebar */
#sidebar {
	float: left;
	width: 300px; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 250px;
	padding: 10px 0 0;
	margin: 0; 			
}

#rightbar h1 {
	margin-left: 30px;
}

#rightbar p {
	margin: 0;
	padding: 0 0 10px;
}

#sidebar p {
	margin: 0 0 10px;
	padding: 0;
}

#title {
	text-align: left;
	background: url(button-fade.jpg) no-repeat 0 top;
	min-height: 80px;
}

.caption {
	color: #999899;
	font-size: .7em;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.4em;
}

#title h1 {
	padding-left: 80px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	padding-top: 15px;
	margin-bottom: 0;
	line-height: 1.2em;
}

#title p {
	text-align: left;
	font-size: 16px;
	padding-left: 80px;
	color: #546c84;
}

.left {float:left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
}

#header .left {
	float: left;
	display: inline;
}

#header .right {
	float: right;
	display: inline;
}

/* main column */

#main {
	float: left;
	padding: 10px 0 0;
	width: 395px;
	margin: 0 0 0 15px;
	text-align: center;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 20px 0 0;
	height: 60px;
	background-color: #FFF;
	font-size: 10px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
	color: #666666;
}

#footer a:hover { 
	text-decoration: underline;
	color: #333233;
}
#footer-content {
	margin: 0 auto;
	width: 980px;
	border-top: 1px solid #cccbcc;
}
#footer-content #footer-left {
	padding: 10px 10px 10px 0;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px 0 10px 10px;
	width: 33%;
	float: right;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #546c84; }

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;
	background: url(../images/prevlabel.png) no-repeat left 15%;
}
#nextLink { right: 0; float: right;
background: url(../images/nextlabel.png) no-repeat right 15%;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#footer span.wonkaweb {
	color: #a9a9a9;
	font-weight: normal;
	font-style: normal;
}

#footer span.wonkaweb a {
	color: #a9a9a9;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer span.wonkaweb a:hover {
	color: #a9a9a9;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

/* End */
