* { margin: 0; padding: 0; }

body
{	background: #000;
	color: #F4F3F3;
	text-align: center;
	font-family: trebuchet ms, trebuchet, verdana, arial, georgia, garamond, tahoma, helvetica, sans-serif;
	
	}

h1 span
{
   display: none;
}

h2 span
{
   display: none;
}

h3.post-title
{	margin-top:12px;
}

a span
{
   display: none;
}

p span
{
   display: none;
}

p a span
{
   display: none;
}


li div span
{
	display: none;
	margin: 0;
	padding: 0;
}
	
/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #fff; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #fff;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: bold;
      color: #ECE9E9;
}
	
	
#wrapper
{	   margin: 15px auto;       /* this centers wrapper */
		width: 652px;	
		
}

#gallerywrapper
{	   margin: 15px auto;       /* this centers wrapper */
		width: 652px;	
		
}


#photo
{	
	
	width: 652px;		
	background: url(../images/money-shot.jpg) no-repeat;
	height: 350px;
	text-align: center;
	margin-top: 60px;
	
		}
	
#header
{	text-align: center;
	width: 652px;
}

#blog
{	padding-top: 15px;
	float: left;
	width: 652px;
	text-align: left;
	font-size: 12px;
	

}

.post-body
{	margin-top: 12px;	
margin-bottom: 6px;

	}
	

  #sidebar {
    width:220px;
    float:right;
	text-align: left;
	font-size: 12px;
	
    }

  #sidebar {
    width:100%;
    float:none;
	text-align: left;
	font-size: 12px;
    }


#thumbnails {
	width: auto;
	height: 90px;
	margin: 0;
	clear: both;
	position: relative;
}



#galleryNavigation {
	clear: both;
	float: left;
	margin: 5px 0 0 246px;
	display: inline;
	width: 29px;
}

#galleryNavigation img.back {
	float: left;
}


#galleryNavigation img.forward {
	float: right;
}

#footer 
{
	position: relative;
	bottom: 0;
	text-align: center;
	padding: 5px 0 2px 0;
	margin-bottom: 2px;
	font-size: 0.8em;
	font-weight: bold;
	clear: both;
	}

#footer a
{
text-decoration: underline;
}

/* links */
	
#links
{	height: 24px;
	
	


}

#logo
{	width: 652px;		
	height: 132px;
	background: url(../images/logo-humanistSMALL.gif) no-repeat;
	
}

#logo a
{	width: 652px;		
	height: 132px;
	background: url(../images/logo-humanistSMALL.gif) no-repeat;
	display: block;
}
	
	
#logo a:hover
{
	background-image: none;
}
	
	

.link-home
{	width: 138px;
	height: 24px;
	background: url(../images/home.gif) top left no-repeat;
}

.link-home a
{	background: url(../images/btn_home.gif) 0 -48px no-repeat;
	display: block;
	width: 138px;
	height: 24px;
	overflow: hidden;
	
}

.link-home a:hover
{
	background-image: none;
}

.link-blog
{
	width: 153px;
	height: 24px;
	background: url(../images/blog.gif) top left no-repeat;
}

.link-blog a
{
	background: url(../images/btn_blog.gif)0 -48px  no-repeat;
	display: block;
	width: 153px;
	height: 24px;
	overflow: hidden;
	
}

.link-blog a:hover
{
	background-image: none;
}

.link-gallery
{
	width: 202px;
	height: 24px;
	background: url(../images/gallery.gif) top left no-repeat;
}

.link-gallery a
{
	background: url(../images/btn_gallery.gif)0 -48px no-repeat;
	display: block;
	width: 202px;
	height: 24px;
	overflow: hidden;
	
}

.link-gallery a:hover
{
	background-image: none;
}


.link-myspace
{
	width: 159px;
	height: 24px;
	background: url(../images/myspace.gif) top left no-repeat;
}

.link-myspace a
{
	background: url(../images/btn_myspace.gif) 0 -48px no-repeat;
	display: block;
	width: 159px;
	height: 24px;
	overflow: hidden;
	
}

.link-myspace a:hover
{
	background-image: none;
}

/* end of links*/