/*  
Theme Name: Home Conceptions
Theme URI: 
Description: 
Author: T.H. Creations, Inc.
Author URI: http://www.thcreations.com

	Home Conceptions

*/

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words
:link,:visited { text-decoration:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; font-weight:normal; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

html, body {
  width:100%;
  font-size:100%;
  font-family: Arial, Verdana, sans-serif;
  padding: 0;
  background:#FFF;
  color:#483D06;
  text-align:center;
}

#wrapper {
  width:777px;
  border:1px solid #000;
  margin:15px auto;
  text-align:left;
  background:#DBDBA8 url(im/menu-bkg.gif) repeat-y;
}

/* HEADER */

#header {
  background:#FFF url(im/header.jpg) no-repeat 100% 0;
  height:135px;
  width:777px;
  border-bottom:5px solid #013654;
}

#header a#title {
  display:block;
  position:relative;
  background: transparent url(im/logo.gif) no-repeat;
  width:409px;
  height:85px;
  top:30px;
  left:33px;
}

#header a#title span {
  position:absolute;
  left:-2000px;
}

/* CONTENT */

#content {

}

/* SIDEBAR */

#sidebar {
  width:167px;
  float:left;
  margin:0;
  padding:0;
}

ul#nav {
  list-style-type:none;
  padding:0;
  margin:0;
  border-bottom:none;

}

ul#nav li {
  position:relative;
}

*html ul#nav li {
  height:1%;
}

ul#nav li a:link, ul#nav li a:visited {
  display:block;
  color:#DBDBA8;
  padding:5px 15px;
  font-size:.9em;
  font-weight:bold;
  text-decoration:none;
}

ul#nav li a:hover {
  background-color:#BBBB86;
  color:#2F6085;
}

ul#nav li.current_page_item a:link, ul#nav li.current_page_item a:visited {
  color:#FFF;
}

ul#nav li ul {
  display:none;
}

ul#nav li.over ul, ul#nav li:hover ul {
  display:block;
  position:absolute;
  list-style-type:none;
  padding:0;
  margin:0;
  top:0;
  left:167px;
  background-color:#FFF;
  white-space:nowrap;
  border:1px solid #2F6085;
  border-bottom:none;
  z-index:100;
}

ul#nav li ul li {
  margin: 0;
  padding:0;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited {
  font-weight:bold;
  font-size:.75em;
  text-transform:none;
  color:#2F6085;
  padding:5px 20px 5px 5px;
  margin:0;
  border-bottom:1px solid #2F6085;
}

ul#nav li.current_page_item ul li a:link, ul#nav li.current_page_item ul li a:visited {
  color:#2F6085;
}

ul#nav li ul li a:hover, ul#nav li.current_page_item ul li a:hover {
  background-color:#2F6085;
  color:#DBDBA8;
}

ul#nav li ul li.current_page_item a:link, ul#nav li ul li.current_page_item a:visited {
  color:#DBDBA8;
}

#wrapper #sidebar ul#nav li ul li ul{
  display:none;
}

#main {
  background:transparent url(im/copy-bkg.gif) no-repeat 172px 100%;
}

#copy {
  width:580px;
  padding:0 15px 55px 15px;
  float:left;
}

#copy ul {
 margin:0 0 0 20px;
 padding:0;
}

#copy ul li {
  margin:0;
  padding:0;
}

/* MISC */   
           
#searchform {
  border-top:5px solid #013654;
  border-bottom:5px solid #013654;
  padding:8px;
  background-color:#BBBB86;
  color:#013654;
  font-size:.9em;
  font-weight:bold;
}

#searchform #s {
  width:100px;
}

#searchform label {
  display:block;
  margin-bottom:3px;
}

#meta {
  background-color:#B1D5F2;
  padding:5px;
  text-align:center;
}

#meta p {
  margin:9px 0;
  line-height:1.2em;
  font-size:.7em;
  font-weight:bold;
  color:#2F6085;
}

#house {
  height:129px;
  background: transparent url(im/house.jpg) no-repeat;
}

#breadcrumbs {
  padding:5px 0;
  color:#2F6085;
  font-size:.8em;
}

div.clearer {
  clear: both; 
  line-height: 0px; 
  height: 0px;
  overflow:hidden;
}

*html div.clearer {
  margin-top:-24px;
}

a:link {
 color:#2A3C2D;
}

a:visited {
  color:#605B45;
}

a:hover {
  text-decoration:none;
}

p {
  clear:left;
  margin:10px 10px 15px 0;
  line-height:1.4em;
  font-size:.9em;
}

h1 {
  clear:both;
  margin:15px 0 10px 0;
  padding:0;
  font-weight:normal;
  color:#2F6085;
  font-size:2em;
}

h1.home {
  font-size:2.7em;
  color:#582A1B;
  font-weight:bold;
  margin:0 0 20px 0;
  text-align:center;
}

h2 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.5em;
  font-weight:bold;
}

h3 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.4em;
  font-weight:bold;
}

h4 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.3em;
  font-weight:bold;
}

h5 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.2em;
  font-weight:bold;
}

h6 {
  margin:15px 0 10px 0;
  color:#2F6085;
  font-size:1.1em;
  font-weight:bold;
}

img.left {
  margin:0 20px 10px 0;
  border:1px solid #483D06;
}

img.right {
  margin:0 0 10px 10px;
  border:1px solid #483D06;
}

ul.post_list {
  margin:0;
  padding:0 0 0 15px;
  list-style-type:none;
}

/* LIGHTBOX */

a.imagelink img{
  margin:10px;
  border:5px solid #FFF;
}

a.imagelink img.left {
  margin:5px 15px 10px 0;
  border:5px solid #FFF;
}

a.imagelink img.right {
  margin:5px 0 10px 15px;
  border:5px solid #FFF;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(im/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(im/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(im/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/* FOOTER */

#footer {
  background-color:#013654;
}

#footer p {
  text-align:center;
  font-size:.8em;
  color:#FFF;
  padding:15px 0;
  margin:0;
}

#footer p a:link, #footer p a:visited {
  text-decoration:underline;
  color:#FFF;
}

#footer p a:hover {
  text-decoration:none;
}

#hat_tip {

  text-align:center;
  font-size:.75em;
  color:#999;
  margin-bottom:10px;
}

#hat_tip a:link, #hat_tip a:visited {
  color:#999;
}