/* 
	Theme Name: Holly white 1.0 ver
	Theme URL: http://www.exsite.ie
	Description: The Holly White Website
	Author: Graziano Muscas
	Author URI: http://www.wp-cafe.com
	Version: 1.0
*/


/* 
	MAIN Structure -----------------------------------------------------------------------------------------------------
*/
 *
	{
	margin:0;
	padding:0;
	line-height:20px;
	}
 a
	{
	color:#ca1b7a;
	text-decoration:none;
	}
body {
	font-size: 16px;
	font-family:Courier new, Trebuchet MS, Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px;
	background:#000000;
	color:gray;
	}
#panino {
	width:900px;
	margin:40px auto 0 auto;
	}

#content {
	text-align:center;
	}

#footer{
	text-align:center;
	font-size:0.7em;
	display:none;
	}
#logo{
	width:329px;
	height:298px;
	margin:0px auto 0 auto;
	padding-top:30px;
	}
#logo a{
	width:329px;
	height:298px;
	background:url(images/logo.png) no-repeat 0 0;
	display:block;
	}
#logo span{
	display:none;
	}
	.tab { text-indent:40px }
/* 
	HOMEPAGE -----------------------------------------------------------------------------------------------------
*/
#homepage_links{
	padding:20px 0 120px 0;
	background:url(images/sig.png) no-repeat center bottom;
	}
#homepage_links a:hover{
	color:white;
	}
/* 
	INNER -----------------------------------------------------------------------------------------------------
*/
#left{
	width:320px;
	float:left;
	}
#right{
	width:540px;
	float:right;
	padding:20px;
	}
#logo_small{
	width:280px;
	height:253px;
	margin:0 auto;
	}
#logo_small a{
	width:280px;
	height:253px;
	background:url(images/logo_small.png) no-repeat 0 0;
	display:block;
	}
#logo_small span{
	display:none;
	}
#inner_links{
	text-align:center;
	padding:10px 0 0 0;
	}
#inner_links a:hover{
	color:white;
	}
#contact{
	text-align:center;
	padding:10px 0 0 0;
	}
#contact h3{
	padding:3px 0;
	font-size:1.1em;
	color:white;
	}
#contact p{
	padding:5px 0;
	font-size:0.9em;
	}
.boxpost p{
	padding:5px 0;
	font-size:0.9em;
	}
.boxpost h2{
	padding:5px 0;
	font-size:1.1em;
	color:#ca1b7a;
	}
.boxpost ul li, .boxpost ol li {
	font-size:0.8em;
	line-height:20px;
	margin-left: 30px;
	margin-top:5px;
	margin-bottom:5px;
	list-style-position:inside;
	}
.boxpost{
	margin:0px 0px 30px 0;
	padding:0px 0 40px 0;
	background:url(images/bp.png) no-repeat bottom center;
	}
.entry p{
	padding-top:10px;
	clear:both;
	word-spacing:3px;
	}
a:hover{
	color:white;
	background:#ca1b7a;
	}
.boxpost small{
	margin-bottom:10px;
	}
  
  #arch {margin:5px 0;background:url(images/bp.png) no-repeat bottom center;padding:10px 0 40px 0;}
    #arch h2{font-size:1.1em;border-bottom:1px dotted #2d2a2a;margin-bottom:10px;padding-bottom:10px;}
	#arch li{padding:3px 3px 3px 25px;list-style:none;background:url(images/list.jpg) no-repeat 3px 3px;}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:128px;
		overflow:hidden; 
		}	
	#slider img{ 
		border:none;
		}	
	#prevBtn a
	{ 
		background:url(images/rightb.png) no-repeat 0 0;
		text-indent:-8000px;
		overflow:hidden;
		width:60px;
		height:30px;
		display:block;
		}	
	#nextBtn a
	{ 
		background:url(images/leftb.png) no-repeat 0 0;
		text-indent:-8000px;
		overflow:hidden;
		width:60px;
		height:30px;
		display:block;
		}	
	#prevBtn 
	{ 
		float:right;
		}	
	#nextBtn 
	{ 
		float:left;
		}	
	
.boxpost p img {
padding: 2px;
max-width: 100%;
border:0px;
}

#slider a:hover{
background:none;
color:none;
}
#jquery-lightbox a:hover{
background:none;
color:none;
}

.boxpost img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.boxpost img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

.boxpost img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
width:50%
}

.alignleft {
float: left
width:50%;
}
.pagetitle {
font-size:0.9em;
text-align:center;
}
.navigation {
margin:10px 0;
clear:both;
}

