/* 
Theme Name: aloneinaforest Nebula
Theme URI: http://www.aloneinaforest.com
Description: Aren't we all?
Version: 3.0
Author: thepalehunter
Author URI: http://www.thepalehunter.com

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* remove wordpress smiley face */

img#wpstats {
     display: none;
}

a img {
	text-decoration: none;
	border: 0 none;
	background-color:transparent;
	}

ol, ul {
	list-style: none;
	clear:both;
}
blockquote, q {
	quotes: none;
}

.digg {margin-bottom:5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body {
	font-family: Helvetica;
	font-size:100%;
	background-image: url(images/nebula_top.jpg);
	background-position:top left;
	background-color:#00010c;
	color:#FFFFFF;
	background-repeat:no-repeat;	
}

a.facebook_associate {
	height:30px;
	width:30px;
	margin-right:7px;
	display:block;
	background-image:url(images/facebook_associate.png);
	background-repeat: no-repeat;
	float:left;
	margin-top:5px;
	background-color:transparent;
}

a.facebook_associate:hover {
	background-color:transparent;
	/*background-position: 0 -30px;*/
}

a.facebook_associate span {
	display:none;
}

a.twitter_associate {
	height:30px;
	width:30px;
	margin-top:5px;
	margin-bottom:10px;
	display:block;
	background-image:url(images/twitter_associate.png);
	background-repeat: no-repeat;
	float:left;
	background-color:transparent;
}

a.twitter_associate:hover {
	background-color:transparent;
	/*background-position: 0 -30px;*/
}

a.twitter_associate span {
	display:none;
}

strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
	color: #FFF;
	text-decoration: none;
	
}
a:hover,
a:active{
	
	text-decoration: none;
	color: #908BC3;
}



.entry-title a {
	text-decoration:none;
	color: #F6F0E6;
	
  }

.entry-title a:visited {
	text-decoration:none;
color: #F6F0E6;
	
  }

.entry-title a:hover  {
	color: #908BC3;
	text-decoration:none;
  }


.entry-title  {
	text-decoration:none;


}

ul.friends {
	font-size:1em;
	list-style-type:none;
}

/* Headers */




h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}


h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}
h2{
  
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: normal;

}

h2.entry-title {
	
	font-size: 1.5em;
	display:none;
	
}
h3{
  margin-bottom: 5px;
  font-size: 1.9em;
  font-weight: normal;
 
}

h3 a:link,
h3 a:visited{
  
}
h3 a:hover,
h3 a:active{
  text-decoration: none;
  color: #908BC3;
}
h4{
  margin-bottom: 10px;
  margin-top:2px;
 font-size:.85em;
  

}
h5{
	position: relative;
	top: -33px;
	font-size: 0.9em;
	font-weight: normal;	 
	color:#FFFFFF;
}



/* Form Elements */



input{
	color:#FFF;

	font-size: .9em;
	font-weight: bold;
	background-color:#c00;
	border:0px solid;
	margin:2px;
	padding-top: 2px;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-top-color:#B6B6B6;
	border-left-color:#B6B6B6;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#f7f7f7',EndColorStr='#f7f7f7');
	  }
	  
input:hover {

	color:#FFF;
	}
	
input:active {

color:#FFF;
}


input[type=text],
textarea{
 color:#545454;
	
	font-size: 12px;
	background-color:#F7F7F7;
	border:1px solid;
	margin:2px;
	padding-top: 2px;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-color: #c00;
	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#f7f7f7',EndColorStr='#f7f7f7');
}


select
{
color:#545454;
	
	background-color:#F7F7F7;
	border:2px solid;
	margin:2px;
	border-top-color:#B6B6B6;
	border-left-color:#B6B6B6;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	overflow: auto;
	
	}

option {

color:#545454;
	
	background-color:#F7F7F7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin:2px;
}



/* Structure */

#siteWrapper{
	padding-top: 0px;
	width: 970px;
	position: relative;
	padding-left:0px;
	background-repeat:repeat;
	background-position:bottom left;
	padding-right:20px;
}



#siteDescription{
  font-size: 1.2em;
  margin: 10px auto 60px;
  width: 400px;
  padding: 11px 0 13px;
  color: #999;
  font-style: italic;
}

.associatesContainer {
	width:700px;
	float:left;
	clear:left;
	margin-bottom:20px;
}

.associatesPicture {
	float:left;
	width:150px;
	height:150px;
	margin-right:20px;
}

.associatesText {
	float:left;
	width:450px;
	
}

/* Main Navigation
-------------------------------------------------------------------*/

.menuTitle_work {
	margin-bottom: 4px;
	margin-top: 15px;
	width:123px;
	background-image: url(images/header_work.png);
	background-repeat: no-repeat;
	height:20px;
	float:right;
}

.menuTitle_work span {
	visibility:hidden;
}

.menuTitle_about {
	margin-bottom: 4px;
	margin-top: 15px;
	width:123px;
	background-image: url(images/header_about.png);
	background-repeat: no-repeat;
	height:20px;
	float:right;
}

.menuTitle_about span {
	visibility:hidden;
}



#nebula_header {
	background-position:top left;
	background-repeat: no-repeat;
	height:534px;
	width:933px;
	position:absolute;
}


#logo {
	background-image: url(images/alone_logo.png); 
	width:419px; 
	height: 110px;
	position:absolute;
	background-repeat: no-repeat;
	margin-top: 80px;
	margin-left: 120px;
	z-index:1;
}

#copyright {
	position:relative;
	font-size:.7em; 
	line-height:3em; 
	left:110px;
	top:450px;
}

#mainNav{
  margin-top: 50px;
text-align: left;
position:absolute;
z-index:2;
font-size:1.1em;
font-weight:normal;
text-transform:uppercase;
  width: 700px;
  margin-bottom: 20px;
  margin-left: 110px;
  line-height:.8em;
  
}


body.wide #sideNav{

display:none;

}

#sideNav{
  margin-top: 250px;
text-align: right;
  float: left;
  margin-left: 60px;
 width:170px;
display:none;
}

#sideNav li{
	font-size:.7em;
}



#mainNav ul{
 float:right;
    text-align: right;
	
}
#mainNav li{
	display: list-item;
	margin-right: 0px;
		margin-bottom:0px;
	
}
#mainNav li:last-child{
  margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
	color: #FAFAFA;
	white-space: nowrap;
	text-decoraton: none;
	font-size:.8em;
	margin-left:20px;
	
}
#mainNav a:hover,
#mainNav a:active{
	text-decoraton: none;
	color: #908BC3;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  
  color: #FFF;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #FFF;
}

.current_page_item {
	
	background-color: #c00;
	color: #FFF;
}



/* Sub Navigation
-------------------------------------------------------------------*/

#subNav{
  padding: 5px 3px 3px;
  border-bottom: 1px solid #F4F4F4;
  clear:both;
  float:left;
  visibility:hidden;
  display:none;
}
#subNav ul{
  margin: 0 auto;
  width: 45em;
  text-align: center;
}
#subNav li{
  display: inline;
  margin-right: 20px;
  text-transform: uppercase;
}
#subNav li:last-child{
  margin-right: 0;
}
#subNav a:link,
#subNav a:visited{
  color: #999;
  white-space: nowrap;
}
#subNav a:hover,
#subNav a:active{
  text-decoration: none;
  color: #2E301C;
}
#subNav .current_page_parent a:link,
#subNav .current_page_parent a:visited,
#subNav .current_page_item a:link,
#subNav .current_page_item a:visited{
  font-weight: bold;
  color: #2A2D1A;
}
#subNav .current_page_parent a:hover,
#subNav .current_page_parent a:active,
#subNav .current_page_item a:hover,
#subNav .current_page_item a:active{
  color: #2E301C;
}
/* Main Content Body
-------------------------------------------------------------------*/


 #coreContent {
	float:left;
	margin-left:140px;
	margin-top:230px;
	width:900px;
	min-height:800px;
}

.postThumbnail {
	width:187px;
	height:105px;
	margin-right:15px;
	margin-bottom:35px;
	float:left;
}



.postThumbnail img {
	display:block;
	z-index: -1;
	position: relative;
	width:187px;
	height:105px;

}

.postThumbnail:hover {
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */

}

.postTitle {
	display:block;
	font-size:.65em;
	margin-top:5px;
	margin-left:-5px;
	float:left;
	width:200px;
	text-transform:uppercase;
}

.vignette {
	width:187px;
	height:105px;
	
	margin-bottom:30px;
	float:left;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.9);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.9);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.9);
	border:solid 4px #fafafa;
}

.movieContainer {
	float:left;
	width:850px;
	margin-bottom:30px;
}

.moviePlayer {
	width:500px;
	float:left;
	margin-right:20px;
}

.movieTitle {
	font-size:1.1em;
	line-height:2em;
	text-transform:uppercase;
}

.movieInfo {
	float:left;
	text-align:left;
	width:300px;
	font-size:.8em;
	

}

.movieStills {
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	width:700px;
}

.workContainer {
	width:900px;
	min-height:500px;
}

.workThumbnail {
	margin-top:20px;
	text-align:left;
	float:left;
	margin-right:20px;
	
}

.workThumbnail img {
	height:105px;
	width:187px;
}

.workTitle {
	
	line-height:2em;
}

.workThumbnail a:hover {

}

/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}


.postContent h4{
	position: relative;
	top: 0;

	color: #FFFFFF;
	font-weight: normal;
	border-bottom: none;
	margin-top:2px;
}
.postDate ~ .postContent{
  margin-top: -30px;
}

.postDate {
	
	
} 


#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1em;
  line-height: 1.3em;
  color: #FFFFFF;
  text-align: justify;
  font-size:.95em;
}
#coreContent p{
  text-align: left;
  float:left;
  clear:left;
}



#coreContent li{
  list-style: square;
  margin-left: 8px;
}
#coreContent dt{
  font-size: 1em;
  color: #FFFFFF;
}
.entry-content{
  margin-top: 10px;
  text-align: left;
  font-size: .95em;
  width:750px;
  
}
.entry-content a:link,
.entry-content a:visited{
  text-decoration: none;
  color:#E872B5;
}

.entry-content a:hover,
.entry-content a:active{
	text-decoration: underline;
	color:#E872B5;
}

.hentry{
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
  padding-top:0px;
}
#coreContent .postMeta{
	margin: 5px auto 0;
	font-size: 0.9em;
	float:left;
	clear: left;
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #999;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color: #FFF;
}
#coreContent .postMeta span{
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{

  border: none;
  padding: 0;

  font-weight: bold;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2em;
  letter-spacing: 0;
}
.entry-content h2{
  font-size: 112px;
}
.entry-content h3{
  font-size: 1.3em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.4em;
}
.entry-content strong{

}
.entry-content pre{

  font-size: 1.5em;
  line-height: 18px;
  margin-bottom: 15px;
}

.entry-content p {
	
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li{
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.5em;

  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}
#coreContent .entry-content blockquote p{
  font-size: 1.1em;
  line-height: 1.3em;

}
.entry-content .alignleft{
  float: left;
  clear:left;
  margin: 4px 10px 20px 0;
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{


  margin-top: 5px;
  margin-bottom: 0;
  font-size:.8em;
   padding-right:20px;
  

}
.hentry img{
  margin: 0 auto;
  border:0px solid #000;
}
.share a{
  display: inline-block;
  padding: 2px 0 2px 19px;
}
.share_twitter{
  background: url(images/twitter_16.png) no-repeat;
}
.share_facebook{
  background: url(images/facebook_16.png) no-repeat;
}

/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 5px;
  margin-bottom: 5px;
  clear:left;
  text-transform:uppercase;
  font-weight:normal;
}

.single h5{
	position: static;
	font-size: 1em;
	font-weight: normal;
	border-bottom: none;
}
.single.hentry{
  border-top: 0px solid #dddddd;
  margin-top: -10px;
  border-bottom: none;
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/
#comments {
	  font-size:.8em;
}
.comment{
  padding: 0 0 25px 0;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;

}
.children .comment{
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
}
#coreContent #comments li{
  font-size: inherit;
  list-style: none;
  margin-left: 0;
  padding-left: 58px;
  position: relative;
}
#coreContent .comment p{

}
#coreContent .comment .says{
  display: none;
}
.avatar{
  position: absolute;
  left: 0;
}
#coreContent .comment-body{
  padding-right: 10px;
  padding-bottom: 10px;
}
#coreContent #comments .comment .leaveComment{
  border-top: 1px dotted #ccc;
  
}
#coreContent #comments .comment .children li{
  padding: 10px 0 0 52px;
  margin: 5px 0 0;
}
#coreContent #comments .comment .children li .comment-body{
  margin-left: -52px;
  padding: 10px 10px 10px 52px;
  border-left: 2px solid #ccc;
}
#coreContent #comments .comment .children li #respond{

}
#coreContent #comments .comment .children li .leaveComment{
  
  background: url(images/commentBottom.png) repeat-x left bottom;
}
#coreContent #comments .comment .children li.depth-3 .comment-body{
  border-left: 2px solid #ccc;
}
#coreContent #comments .comment .children li.depth-3 #respond{
 
}
#coreContent #comments .comment .children li.depth-4 .comment-body{
 
  border-left: 2px solid #ccc;
}
#coreContent #comments .comment .children li.depth-4 #respond{

}
#coreContent #comments .comment .children li.depth-5 .comment-body{

}
#coreContent #comments .comment .children li.depth-5 #respond{
  
}
#coreContent #comments .comment .children li .avatar{
  left: 10px;
  width: 32px;
  height: 32px;
  
}


#cancel-comment-reply{
  margin-top: 15px;
  text-transform: capitalize;
  float: left;
}
.comment-reply-link{
  display: block;
  padding-left: 13px;
  font-size: 12px;

}
.comment-author{
  font-size: 1em;
  margin-bottom: 10px;
}
.comment-author cite{
  font-style: normal;
  font-weight: bold;
}
.comment-meta{
  position: absolute;
  right: 10px;
  font-size: .9em;
  top: 0px;
  
}
#coreContent #comments .comment .children .comment-meta{
  top: 20px;
}
.comment .reply{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
}
.commentContent{
  float: left;
  width: 415px;
  margin-left: 22px;
}
.nocomments{
  font-size: .8em;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Comment Form */

fieldset{
  position: relative;
  padding: 0 0 10px;

}
legend{
  position: relative;
  display: block;
   font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
}
#comments h3{
  font-size: 1.1em;
}

#comments h3,
legend span{
  border-bottom: 1px solid #ccc;
  padding: 0 0 .7em;
  text-align: left;
  
}
.comment legend span{
  border: none;
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 3px;
  width: auto;
}


.leaveComment{
  padding: 8px 0 19px;
  
}
#coreContent #comments .comment.depth-1 fieldset{
  padding-right: 10px;
  padding-left: 54px;
}
#coreContent #comments .comment .children fieldset{
  padding-right: 10px;
  padding-left: 54px;
}
.commentAuthorInfo{
  float: left;
  width: 230px;
  margin-right: 20px;
}
#coreContent #comments .comment .commentAuthorInfo{
  float: none;
  width: auto;
  margin-right: 0;
  
}
.commentForm{
  font-size: 1em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  width:200px;
 float:left;
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 220px;
  font-size: 1em;
}
#coreContent #comments .comment .commentForm input[type=text],
#coreContent #comments .comment .commentForm textarea{
  width: 100%;
  max-width: 500px;
}
.commentForm textarea{
  width: 242px;
  max-width: 242px; /* Restricts the resizing capability in webkit bases browsers */
  height: 121px;

}
.commentForm textarea.loggedIn{
  width: 500px;
  max-width: 500px; /* Restricts the resizing capability in webkit bases browsers */
}
.commentForm input[type=submit]{
  float: right;
  margin-top: 8px;
}
.comment #respond{
  margin-left: -52px; /* Shift inline comment box to accomodate for gravatar */
}

/* Image Gallery
-------------------------------------------------------------------- */

#galleryNav{
  background: url(images/galleryNav_bg.png) no-repeat;
  width: 258px;
  height: 90px;
  margin: 20px auto 0;
}
#galleryNav_controls{
  width: 140px;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
}
#galleryNav_prev,
#galleryNav_next{
  position: absolute;
  width: 60px;
  height: 60px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}
#galleryNav_prev{
  left: 0;
  margin-right: 10px;
}
#galleryNav_next{
  right: 0;
}
.galleryNav_prevArrow,
.galleryNav_nextArrow{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.galleryNav_prevArrow{
  background: url(images/galleryNav_prev.png) no-repeat 50% 50%;
}
.galleryNav_nextArrow{
  background: url(images/galleryNav_next.png) no-repeat 50% 50%;
}
.galleryNav_return{
  display: inline-block;
  margin-top: 5px;
  font-size: 1.3em;
}
.galleryImage{
  text-align: center;
}


/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
 margin-top: 60px;
 float:left;
 clear:both;
 
}
.pageNav a:link,
.pageNav a:visited {

}
.pageNav .prev,
.pageNav .next{
  display: block;
}
.pageNav .prev{
  float: left;
  margin:10px;
}
.pageNav .next{
  float: right;
  margin:10px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: 0px;
}
h2.archiveTitle{
	position:relative;
	top:-20px;

}
h2.archiveTitle strong{

}
#archives h3,
#coreContent li h3{

  font-size: 1.6em;
  text-align: left;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
#coreContent li h3{
  font-size: 1.1em;
}
#archives label{

  font-size: .9em;

  font-weight: normal;
  text-transform: uppercase;
}
#archives #date{
  float: left;
  width: 235px;
}
#archives #cattags{
  float: left;
  width: 235px;
  margin-left: 30px;
}
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  font-size: 1.3em;

  white-space: nowrap;
}
#archives li a{
  margin-right: 5px;
}
#archives #date ul li{
  display: block;
  list-style-type: none;
  border-bottom: 1px solid #efefef;
  margin: 0;
}
#archives #date ul li a{
  display: inline-block;
  min-width: 210px;
}
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

ul#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  display: block;
}
#recentPosts a{
  float: left;
  font-size: 1.1em;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: -35px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 12px;
}
.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-size: 12px;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  width:100%;
  float:left;
  text-align: left;
  clear:both;
  height:100px;
 
}

#palm_bottom{
	width:800px;
	height:500px;
	position:relative;
	z-index:-2;
	margin-top:-490px;
	background-image:url(images/palm_footer.png);
}


body.archive #footer_nav {
		
		width: 150px;
		height: 100%;
		padding-bottom:20px;
		position:relative;
		top:-100px;
		left:50px;
		text-align:right;
		visibility:visible;
		
}

#footer_nav {
	visibility:hidden;
}
	
	
	#footer_nav a{
		font-size:.8em;
	}
	
	
	.footerText a {
	
	
	font-weight: bold;
	
	
	}
	
	.footerText a:visited {
	
	font-weight: bold;
	
	} 
	
	
	
.footerContent{
  width: 500px;
  margin: 20px auto 0;
  clear: left;
}
#footer p{
  line-height: 1.4em;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer h5{
	position: relative;
	top: 0;
	margin-bottom: 8px;
	
	;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
}

#footer #search input[type=text]{

}
#footer #search input[type=text]:focus{
 
}

/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #FFF;
  background-color: #c00;
  font-weight: bold;
  text-decoration: none;
}
#coreContent p.loggedin{
  font-size: 1.1em;
  padding: 0;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#subNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after,
#galleryNav:after,
#galleryNav_controls:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}