/* 
	Theme Name: Caffrey headstones
	Theme URL: http://www.exsite.ie
	Description: The Caffrey Headstones
	Author: Graziano Muscas
	Author URI: http://www.wp-cafe.com
	Version: 1.0
*/


/* 
	MAIN Structure -----------------------------------------------------------------------------------------------------
*/
 *
	{
	margin:0;
	padding:0;
	line-height:20px;
	}
 a
	{
	text-decoration:none;
	color:white;
	}
.clear
	{
	clear:both;
	}
body {
	font-size: 62,5%;
	font-family:Georgia, Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px;
	background:#000000 url(images/bg.jpg) repeat-x top;
	color:gray;
	}
#panino {
	width:800px;
	margin:20px auto 0 auto;
	background:white;
    padding:0;
      	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	}
#header {
	width:800px;
	margin:0 auto;
	}
#content {
	
	}

#footer{
	text-align:center;
	font-size:0.7em;
	color:white;
	padding:20px;
	}

/* Logo*/

#logo{
	float:left;
	width:200px;
	height:84px;
	margin-top:20px;
	}
#logo a{
	display:block;
	width:200px;
	height:84px;
	background:url(images/logo.png) no-repeat 0 0;
	}
#logo span{
	display:none;
	}
#info{
	float:right;
	padding:40px 0 0px 0;
	text-align:right;
	color:#333333;
	font-size:0.8em;
	color:white;
	text-shadow: #333333 -1px -1px 1px;
	}
/* Pagesup*/

#pagesup{
	height:40px;
	background:url(images/pagesup.png) no-repeat 0 2px;
	padding-left:10px;
	}
#pagesup li{
	float:left;
	list-style:none;
	}
#pagesup li a{
	line-height:40px;
	padding:9px 10px;
	color:white;
	font-size:0.8em;
	text-transform:uppercase;
	}
#pagesup li a:hover{
	color:#667386;
	background:url(images/pagesuph.png) repeat-x ;
	}
.boxpost  {
	  
	  padding:20px 20px 30px 20px;
	
	}
.boxpost p{
	  padding-top:5px;
	  font-size:0.8em;
	}
.boxpost h2{
	  font-size:1.3em;
	  margin-bottom:10px;
	}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
		}
#slider li{ 
	width:800px;
	height:426px;
	overflow:hidden; 
	  	-moz-border-radius-top-left: 8px;
			-moz-border-radius-top-right: 8px;
    -webkit-border-radius: 8px;
		}	
#slider img{ 
	border:none;
		}

.boxpost_custom {
	  
	  width:560px;
	  float:left;
	   padding:20px 20px 30px 20px;
	}
.boxpost_custom p{
	    padding-top:5px;
	  font-size:0.8em;
	}
.boxpost_custom h2{
	  font-size:1.3em;
	  margin-bottom:10px;
	}
.boxpost_home {
	 
	   padding:0px 20px 30px 20px;
	}
.boxpost_home p{
	    padding-top:5px;
	  font-size:0.8em;
	}
.boxpost_home h2{
	  font-size:1.3em;
	  margin-bottom:10px;
	}
#side_images  {
	 
	  width:200px;
	  float:right;
	}
#side_images  li{
	  list-style:none;
	  margin:25px 20px;
	  border:1px solid gray;
	  width:150px;
	  height:150px;
	  padding:2px;
	}