/* 
	Theme Name: Dunloghaire
	Theme URL: http://www.exsite.ie
	Description: Dunloghaire
	Author: Graziano Muscas
	Author URI: http://www.wp-cafe.com
	Version: 0.1
*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  RESET
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
address, caption, cite, dfn, th, var {font-style: normal;font-weight: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;}
*{margin:0;padding:0;line-height:20px;}
.clear{clear:both;}
a img {border:none;}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  CLEARFIX
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  TYPE
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;font-weight: bold;color:#2587a4;text-transform:uppercase;}
p {margin-bottom: 15px;}
a  {color:#2587a4;text-decoration:none;}
a:hover  {color:#2587a4;text-decoration:underline;}
h1 {font-size: 1.5em; line-height: 1em; }
h2 {font-size: 1.175em; line-height: 1.0909em;}
h3 {font-size: 1.25em; line-height: 1.2em;}
h4 {font-size: 1.125em; line-height: 1.333em; }
h5, h6 {font-size: 1em;line-height: 1.5em; }

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  MAIN
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font-size:0.75em;
	line-height: 1;
	color: #777777;
	background: #083c51;
	font-family:Arial,Times New Roman,Verdana,Garamond;
}
#panino{
	width:960px;
	margin:0px auto;
	position:relative;
}
#content{
	width:810px;
	float:left;
	background:white;
	margin-top:-5px;
	min-height:400px;
}
#header{
	height:166px;
}
#sidebar{
	width:126px;
	float:left;
	margin-right:14px;
	margin-left:10px;
	text-align:left;
	color:white;
}
#footer{
	text-align:right;
	clear:both;
	color:white;
	font-size:0.8em;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  HEADER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	width:126px;
	height:166px;
	margin-left:10px;
	float:left;
}
#logo a{
	width:126px;
	height:166px;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
	background: url(images/logo.png) no-repeat 0 0;
}
ul#nav{
	width:810px;
	float:right;
	margin-top:31px;
}
ul#nav li{
	list-style:none;
	float:left;
	position:relative;
	opacity: 0.85;
    filter:alpha(opacity=85);
}
ul#nav li:hover{
	list-style:none;
	float:left;
	position:relative;
	opacity: 1;
    filter:alpha(opacity=100);
}
ul#nav .head a{
	background: none repeat scroll 0 0 #073C50;
    bottom: 5px;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    left: 0;
    opacity: 0.8;
    filter:alpha(opacity=80);
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}
#breadcrumps{
	position:absolute;
	left:150px;
	top:10px;
	color:white;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  CONTENT
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.boxpost {
	padding:14px;
	}
.boxpost img{
	padding:3px;
	background:#ffffff;
	border:1px solid #eff5f8;
	}
.boxpost ul, .boxpost ol {
	margin-left:30px;
	}
.read{
	float:right;
	padding:10px;
	background:#dddddd;
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	clear:both;
	margin:10px 0;
	}
.thumbnail{
	float:left;
	margin-right:10px;
	background:#dddddd;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SLIDER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider li{
	list-style:none;
	float:left;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SIDEBAR
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sidebar h3{
	color:#2587a4;
	text-transform:uppercase;
	font-size:1.2em;
	}
	
#sidebar a{
	color:#2587a4;
	font-size:1.0em;
	font-weight:bold;
	border-bottom:1px solid #254D59;
	}
	
#sidebar li{
	list-style:none;
	}
	
#address{
	margin-top:10px;
	border-bottom:1px solid #254D59;
	margin-bottom:10px;
	}
	
#news{
	color:white;
	border-bottom:1px solid #254D59;
	}
	
#news h3{
	background:url(images/h3.png) no-repeat bottom center;
	color:white;
	font-size:1.2em;
	padding-bottom:0px;
	margin:0px;
	}
	
.newp{
	padding:5px 0;
	font-size:0.9em;
	}
	
li.current_page_item a {
	text-decoration:underline;
	}
.sidebox{
	margin-bottom:20px;
	padding:10px;
	background:#dddddd;
	}

.pagetitle{
	padding:12px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  FOOTER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer a{
	text-decoration:underline;
	font-weight:bold;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  WORDPRESS AND EXTRA RULES
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.boxpost img.alignright{
	float:right;
	margin:0 0 1em 1em
	}
.boxpost img.alignleft {
	float:left;
	margin:0 1em 1em 0
	}
.boxpost img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
	}
.boxpost a img.alignright {
	float:right;
	margin:0 0 1em 1em
	}
.boxpost a img.alignleft {
	float:left;
	margin:0 1em 1em 0
	}
.boxpost a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
	}
.memb {
	float:left;
	margin:10px;
	padding:10px;
	width:200px;
	text-align:center;
	}
	
.memb img{
	width:185px;
	height:225px;
	margin-left:36px;
	}
	
.memb p {
	text-align:center;
	}
	
#entry_archive{
	padding:10px 10px 0px 0px;
	border-top: 1px solid #eff5f8;
	}
	
#entry_archive a{
	font-weight:bold;
	float:right;
	}



