* {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#555;}
p {line-height:1.4; margin-bottom:12px}

#wrapper 
	{width:610px; 
	margin:	25px auto;
		border-bottom: 1px solid #333;}

#slider {float:left; position:relative; overflow:auto; width:604px; height:300px; border:1px solid #000; background:#fff}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:600px; height:300px; padding-right:10px}

.pagination {float: left; list-style:none; height:25px; margin:0 0 0 0}
.pagination li {float:left; cursor:pointer; padding:5px 48px; background:#666; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}


div.transbox
  {
  width:598px;
  height:80px;
  margin:220px 0px 0px 0px;
  background-color:#000000;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.8;
  }
  
div.transbox p
  {
  margin:10px 10px 10px 10px;
  color:#ffffff;
  }
  
 div.transbox h2
  {
  font-weight:bold;
  margin-left: 10px;
  color:#ffffff;
  }
  
.heading {
	text-decoration:none;
}

 div.transbox a
  {
  color:#ffffff;
  } 
  
   div.transbox a:hover
  {
	  color:#CC0000;
  } 


  div.backgroundblog
  {
  width:600px;
  height:300px;
  background:url(photos/seat.jpg);
  border:2px solid black;
  }


  div.backgroundtravel
  {
  width:600px;
  height:300px;
  background:url(photos/dudes.jpg);
  border:2px solid black;
  }
  
    div.backgroundghana
  {
  width:600px;
  height:300px;
  background:url(photos/farm.jpg);
  border:2px solid black;
  }
  
      div.backgroundwrite
  {
  width:600px;
  height:300px;
  background:url(photos/write.jpg);
  border:2px solid black;
  }
  
  

  

/* ---------------------------------------- [ Main Nav ] */



#main-nav {
	overflow: hidden;
	border-bottom: 1px solid #333;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li a {
	font-size: 1em;
	line-height: 1.6;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#main-nav a:hover {
	color: #CC0000;
}



/* ------------------------------------------ [ Header ] */

#header {
	height: 12em;
	overflow: hidden;
        background:url(/images/logo.gif) center right no-repeat;
}

#header h1 {
margin-top:0.45em;
visibility:hidden;
}

#content {
	padding: 2em 0 2em 0;
	overflow: hidden;
	clear: both;

}

#content h1 {
	margin-top:1.5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;	
	font-family:Palatino,Georgia,"Times New Roman",sans-serif;
	font-style:italic;
	}


#content ul {
	list-style-type: none;
	font-size: 1.1em;
	color: #111;
}

#content p {
	list-style-type: none;
font:12px Verdana,Arial; color:#555;}

#content a {
font:12px Verdana,Arial; color:#555;}

#content a:hover {color:#CC0000;}


/*social */

#social ul {
	margin: 0 0 0 0;
	list-style-type: none;
	float: right;
}

#social li {
	margin: 0 .2em 0 0;
	float: left;
}

#social li a {
	width: 16px;
	height: 16px;
	text-indent: -1000em;
	display: block;

}

#social li a.icon-rss {
	background: transparent url(images/icon-social.gif) no-repeat top left;
}

#social li a.icon-rss:hover {
	background: transparent url(images/icon-social.gif) no-repeat -90px top;
}

#social li a.icon-twitter {
	background: transparent url(images/icon-social.gif) no-repeat -18px top;
}

#social li a.icon-twitter:hover {
	background: transparent url(images/icon-social.gif) no-repeat -108px top;
}

#social li a.icon-linkedin {
	background: transparent url(images/icon-social.gif) no-repeat -36px top;
}

#social li a.icon-linkedin:hover {
	background: transparent url(images/icon-social.gif) no-repeat -126px top;
}

#social li a.icon-facebook {
	background: transparent url(images/icon-social.gif) no-repeat -54px top;
}

#social li a.icon-facebook:hover {
	background: transparent url(images/icon-social.gif) no-repeat -144px top;
}

#social li a.icon-delicious {
	background: transparent url(images/icon-social.gif) no-repeat -72px top;
}

#social li a.icon-delicious:hover {
	background: transparent url(images/icon-social.gif) no-repeat -162px top;
}



