/*
	Theme Name: CrackyCricket.com
	Theme URI:  http://www.negative99.com/archive/category/wp-themes/
	Description: Snazzy dark grey theme with splashs of greenery (hence the name).  This is a port of
			the open-source template by Pat Heard ( FullAhead.org ) of the same name.
	Author: Cracky Cricket
	Author URI: http://www.negative99.com
	Live Demo: http://demo.negative99.com/wordpress/?wptheme=Greenery

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Send feedback to steve at negative99 dot com
	
	Changelog:
		v1.0
			First Release
			
*/

/*-----------Block Level Elements--------------*/

body {
  margin: 0;  
  border: 0;
  text-align: center;
  font-family: verdana, arial, sans-serif;  
  line-height: 150%;
  color: #EEE;
  /*background: #585858 url(images/bg_body.jpg) repeat-y top center;*/
  background: #1C3855 url(images/page-bg.gif) repeat-x top center;
  font-size:0.85em;
}

.clearer{
  clear:both;
  padding:0px;
  margin:0px;
  height:1px;
  margin-top:-1px;
  font:1px monotype;
}

#page {
  width:948px;
  margin:0px auto;
  text-align:left;
}

#header {
  width: 686px !important;
  width: 676px;
  height: 176px;
  background: url(images/header.jpg) no-repeat top left;
  padding:0px;
  margin:0px;
  border:1px solid #666;
  border-bottom:none;
}

#headerimg {
  margin:0px;
  padding:0px;
}

.description {
	display:none;
}

#wrapper {
  width: 949px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
#contentWrapper {
  float:left;
  width: 686px;
  margin:0px;
  padding:0px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  color:#666;
  min-height:315px;
  height:auto !important;
  height:315px;
  background: #FFF url(images/content-bg.gif) repeat-y left top;
}
#content {
  margin:0px;
  padding:1px 0px;
  background: #FFF url(images/content-bg.gif) repeat-y left top;
}

#content ul {list-style-image: url(images/li_bullet.gif);}

#subContent{
  background: #FFF url(images/page-divider.gif) repeat-x left top;
  margin:0px;
  padding-top:20px;
}  

#sidebar {
  float:right; display:block; position:relative; 
  width: 261px;
  padding: 30px 0px 0px 0px;
}

#footer {
  clear:both;
  font-size:0.9em;
  background: url(images/footer-bg.gif) repeat-x left top;  
  text-align:center;
  margin:0px;
  padding:0px;
}

#menu {
  margin: 0px 0 0 0px;  
  padding-left:10px;
  text-align: left;  
  float:left;
  width:100%;
  font-size:0.70em;
}



#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  display: inline;
  float: left;
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  padding: 2px 10px 2px 28px;
  text-decoration: none;
  color: #FFF;
}

#menu ul li a:hover,#menu ul li a:active{

}
.active {
  font-weight: bold;

  /*background: url(images/menu_tab.gif) no-repeat bottom center;*/
}

.homeNav{
  background: url(images/home-icon.gif) no-repeat 7px 0px;
  border-right:1px solid white;
}
.archivesNav{
  background: url(images/suitcase-icon.gif) no-repeat 7px 0px;
  border-right:1px solid white;
}
.aboutNav{
  background: url(images/user-icon.gif) no-repeat 7px 0px;
  border-right:1px solid white;
}
.portfolioNav{
  background: url(images/edit-icon.gif) no-repeat 7px 0px;
  border-right:1px solid white;
}
.contactNav{
  background: url(images/mail-icon.gif) no-repeat 7px 0px;
}
.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(images/rounded_bl.gif) no-repeat bottom left;
}

#title {
  clear:both;
  margin: 72px 0px 0px 0px;
  float: right;
  text-indent:-9999px;
}

#title h1 {

}

/*-------------Headings-------------*/

h1 {
  margin:0px;
  padding:0px;
}

h1 a {
  clear:both;
  margin:0px;
  padding:0px;
  display:block;
  width:265px;
  height:56px !important;
  height:53px;
}

h2 {
  /*clear: both;*/
  margin-top:0px;
  padding-top:0px;
  margin-bottom:5px;
}

h2 span {
  display: block;
  padding: 2px;
  /*background: url(images/rounded_br.gif) no-repeat bottom right;*/
}

h3 {
  clear: both;
  margin: 10px 0;
  text-transform: uppercase;
  color:#4CADF4;
  font-size:1em;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

#wrapper ol li { 
  color: #666;
}

#wrapper ol li span {
  color: #EEE;
  padding: 2px;
}

#wrapper ul {
  padding-bottom: 6px;
}

#wrapper ul li {
  margin-left: 2px;
  padding-left: 2px;
}

p {

}

a {
  color: #F93;
  text-decoration:none;
}

a:visited {
  
}

a:hover {
  text-decoration:underline;
}

textarea {
  width: 98%;
}

input {
  width: auto;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #333;
}

h2 a:hover, h2 a:visited, h2 a {
  text-decoration: none;
  color:#FF9933;
}
.post h2{
  color:#FF9933;
  background: url(images/asterick.gif) no-repeat 0px 0em;
  padding-left:30px;
  font-style:italic; 
  font-size:1.7em;
}

.post-top {
  clear:both;
  margin:20px 7px 7px 8px;
  padding-top:13px;
  background: url(images/content-box-top.gif) no-repeat left top;
}
.post {
  background-color: #FFF;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  margin:0px;
  padding:5px 30px;
}
.post-bottom {
  padding:0px;
  margin:0px 0px 10px 0px;
  font: 1px monotype;
  height:13px;
  background: url(images/content-box-bottom.gif) no-repeat left top !important;
  background: url(images/content-box-bottom.gif) no-repeat center top;
  margin-left:0px !important;
  margin-left:1px;
}

.post p {
  margin-top:0px;
}

.post a {

}

.post ul {

}

.post li {

}

.entry {
  clear:both;
  padding:5px 0px 0px 0px;
  margin:0px;
}

.entrytext .postmetadata {
  color: #666;
}

.postmetadata {

  font-size:0.8em;
  margin:0px;
}
.postmetadata alt {
  color: #666;
}

.postmetadata a {
  color: #F93;
}

.postmetadata a:hover {
  text-decoration:underline;
}

.navigation {
	margin-left:20px;
	margin-right:10px;
	padding-bottom:20px;
	font-size:90%;
}

.alignleft {
  float:left;
  
}

.alignright {
  float:right;
}

.center {

}

.pagetitle {
  margin:20px 0px 20px 20px;
  color:#999;
  font-style:italic; 
}

blockquote {  
  margin:0;
  padding: 0 15px;
  border: #86E160 1px solid;
  background: #686868;
} 

cite {
  font-weight:bold;
}

code {
  display: block;
  padding: 5px 5px 5px 10px;
  background: #555;
  font-size:8pt;
 }

acronym, abbr {
  cursor: help;
  border-bottom: 1px solid #FFF;
  letter-spacing:1px;
}


.errorPadding{

  margin-left:20px;
}

/*--------------SubContent---------*/
#subContent2{
  background: none;
  background: #FFF url(images/base-bg.gif) repeat-x left bottom;
} 

#subContent3{
  padding:0px 20px 100px 20px;
  background: none;
  background: url(images/monkey.gif) no-repeat left bottom;
} 

#subContent h2{
  color:#4CADF4;
  font-size:1.2em;
  margin-bottom:8px;
  padding-left: 20px;
}

#recentPosts{
  width:400px;
  float:left;
}

#recentPosts h2{
  background: url(images/folder-icon.gif) no-repeat 0px 3px;
}

#recentPosts ul{
  padding-left:0px;
  margin:0px;
}

#recentPosts li{
  list-style:none;
  padding:5px 0px 5px 0px;
  margin:0px;
  border-bottom:1px solid black;
  font-size:0.85em;
}
#recentPosts li a{
  color:#000;
  font-weight:bold;
}
#recentPosts .recentDate{
  margin-left:10px;
}
#recentPosts .recentComments{
  float:right;
}
#recentPosts .recentComments a{
  font-weight:normal;
  color:#666;
}

#flickrPhotos{
  float:right;
  width:220px;
}

#flickrPhotos h2{
  background: url(images/photo-icon.gif) no-repeat 0px 3px;
}

#flickrPhotos img{
  float:left;
  padding:9px;
  margin:5px;
  background: url(images/photo-bg.gif) no-repeat top left;
}


/*--------------Sidebar------------*/

#sidebar{
  background: url(images/sidebar-bg.gif) repeat-x left top;
}

#sidebar ul {
  list-style: none;
}

#sidebar ul h2 {
  color:#7CC3F7;
  font-size:1.2em;
}

#sidebar ul h2 span {

}

#sidebar ul li {

}

#sidebar ul ul {
  margin:0px 0px 13px 0px;
  padding-left:0px;
}

#sidebar ul ul li {
  font-size:0.9em;
  margin-left:0px;
  padding-left:20px;
  list-style:none;
}

#sidebar ul ul li a{
  color: #FFF;
}

#sidebar ul ul ul {
	list-style:square;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


ol.commentlist {

}

ol.commentlist li {
  padding: 5px;
  margin-top: 5px;
  border-bottom: 1px solid #CCC;
}

ol.commentlist li.alt {
  
}

ol.commentlist a {
  color: #F93;
}
.commentmetadata a{
  color:#666 !important;
}
.dateTime{
  float:left;
}
.comment{
  float:right;
}
.comment a {
  color:#666;
  background: url(images/comment-icon.gif) no-repeat 0px 0px;
  padding:0px 0px 3px 20px;
}

/*--------------Search Form-------------*/

#searchform {
  float:right;
  padding:4px 10px 4px 22px;
  margin-right:0px;
  font-size:0.9em;
  background: url(images/search-icon.gif) no-repeat 0px 6px;
}

#searchsubmit {
  margin:0px;
  width:auto !important;
  padding:1px 10px !important;
  padding:1px 3px;  
  background-color:#666;
  color:#FFF;
  border:1px solid #ccc;
  font-size:0.85em;
}

#searchform input {
  margin:0px;
  width:110px;
}
#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

#footerContent, #footerContent2{
  padding:0px !important;
  width: 949px;
  height:24px;
  margin:0px auto;
  text-align:left;
  background: url(images/footer.gif) no-repeat left top;
}
#footerContent2{
  background: url(images/footer-no-monkey.gif) no-repeat left top;
}
#footerContent p,#footerContent2 p{
  height:24px;
  width: 676px;
  margin:0px 10px 0px 0px;
  text-align:right;
  padding: 2px !important;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  color: #EEE;
}

a.fullAhead {
  text-align:center;
  display: block;
  width: 30px;
  height: 34px;  
  margin: 3px;
  background: url(images/logo_fullahead.gif) no-repeat 0 0;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

a img {
	border: none; background: none;
}

img.left {display: block; padding:1px; float:left; margin:3px 12px 3px 0;}
img.right {display: block; padding:1px; float:right; margin:3px 0 3px 12px;}
img.center {display: block; padding:1px; margin:3px auto;}

/* light box */

#lightbox{
	position: absolute;
	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(../images/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(/wp-content/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/wp-content/images/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; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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

.thumbnails {
	margin:10px 0px;
}
	
.thumbnails a{
	padding:5px;
	border:1px solid #CCC;
	float:left;
	margin: 15px;
}