/* 
	Theme Name: Kieran Binchy
	Theme URL: http://www.exsite.ie
	Description: Kieran Binchy
	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;
	min-height: 40px;
    min-width: 400px;
}



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

h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;font-weight: bold;}
p {margin-bottom: 5px;}
a  {color:#034B77;text-decoration:none;}
a:hover  {color:#034B77;text-decoration:underline;}
h1 {font-size: 1.5em; line-height: 1em; }
h2 {font-size: 1.375em; 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:.75em;
	line-height: 1;
	color: #333333;
	background: #f6f6f7;
	font-family:Arial,Times New Roman,Verdana,Garamond;
}
#panino{
	width:960px;
	margin:0 auto;
	background:white;
	-webkit-box-shadow: 0px 3px 3px 3px #e1e1e1;
    -moz-box-shadow: 0px 3px 3px 3px #e1e1e1;
    box-shadow: 0px 3px 3px 3px #e1e1e1; 
}
#content{
	width:720px;
	float:left;
	padding:20px;
}
#header{
	width:960px;
	height:363px;
	background:url(images/header2.jpg) no-repeat 0 0;
}
#sidebar{
	width:180px;
	float:right;
	padding-right:20px;
	margin-top:20px
}

#footer{
	padding-top:10px;
	background: rgb(252,253,253);
background: -moz-linear-gradient(top,  rgba(252,253,253,1) 0%, rgba(230,231,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,253,253,1)), color-stop(100%,rgba(230,231,232,1)));
background: -webkit-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
background: -o-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
background: -ms-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
background: linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#e6e7e8',GradientType=0 );
	text-align:center;
	clear:both;
	height:20px;
	line-height:20px;
}
#credits{
	height:20px;
	line-height:20px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  HEADER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	width:960px;
	height:262px;
	margin:0;
}
#logo a{
	width:960px;
	height:262px;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
}

#facebook{
	width:24px;
	height:24px;
	float:right;
	margin:69px 3px 11px 0;
}
#twitter{
	width:24px;
	height:24px;
	float:right;
	margin:69px 14px 11px 0px;
}

#facebook a{
	width:24px;
	height:24px;
	float:right;
	display:block;
	overflow:hidden;
	display:block;
	text-indent:-99999px;
}
#twitter a{
	width:24px;
	height:24px;
	float:right;
	display:block;
	overflow:hidden;
	display:block;
	text-indent:-99999px;
}
/* 
NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup{
	height:49px;
	position:relative;
}
#pagesup li{
	float:left;
	position:relative;
	list-style:none;
}
#pagesup li a{
	padding:0 20px;
	line-height:82px;
	display:block;
	color:white;
	margin-top: 36px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}
#pagesup li a:hover{
color:#FCD500
}
#pagesup li:hover > a{

}

/* 
SUB_NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup li:hover > ul {
	display: block;
}
#pagesup ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 185px;
	position: absolute;
	left: 0;
}
#pagesup ul li {
	float: none;
	margin: 0;
	padding: 0;
	background:#EEF0F0;
	border-bottom:1px solid #dddddd;
}
#pagesup ul a {
	font-weight: normal;
	line-height:30px;
}
#pagesup ul a:hover {
	background:none;
}
/* level 3+ list */
#pagesup ul ul {
	left: 181px;
}
/* clearfix */
#pagesup:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#pagesup {
	display: inline-block;
} 
html[xmlns] #pagesup {
	display: block;
}
 
* html #pagesup {
	height: 1%;
}
/* Internt Explorer 7 */
*+html #pagesup ul a {

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  CONTENT
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.boxpost {
	margin:0 0 20px 0;
	}
.boxpost ul, .boxpost ol {
	margin-left:30px;
	}
.read{
	float:right;
	padding:10px;
	background: #0A4875;
border:1px solid #eceff2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
	}
.read a{
	color:white;
	font-weight:bold;
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	clear:both;
	margin:10px 0;
	}
.thumbnail{
	float:left;
	margin-right:10px;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SLIDER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider li{
	list-style:none;
	float:left;
	width:400px;
	height:300px;
	}
#slider_box{
	background:#FBFCFC;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ECEFF2
	}
#welcome{
	float:right;
	width:250px;
	color:#104673;
	font-size:1.1em;
	}
#welcome h2{
	color:#104673;
	font-size:1.9em;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SIDEBAR
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sidebox h2{
	color:#333333;
	border-bottom:1px solid #dddddd;
	padding-bottom:5px;
	background:url(images/square.png) no-repeat 2px 2px;
	padding-left:20px;
	text-transform:uppercase;
	font-size:1.2em;
	}
#sidebar ul, #sidebar_left ul{
	list-style:none;
	}
#sidebar ul.children, #sidebar_left ul.children{
	list-style:none;
	padding-left:20px;
	}
.sidebox{
	margin-bottom:20px;
	padding:10px;
	background: rgb(252,253,253);
background: -moz-linear-gradient(top,  rgba(252,253,253,1) 0%, rgba(230,231,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,253,253,1)), color-stop(100%,rgba(230,231,232,1)));
background: -webkit-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
background: -o-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
background: -ms-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
background: linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(230,231,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#e6e7e8',GradientType=0 );
border:1px solid #eceff2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
	}

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

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

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  WORDPRESS AND EXTRA RULES
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.boxpost{
	background:#FBFCFC;
	font-size:1.05em;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ECEFF2
	}
.boxpost h2{
	color:#104673;
	font-size:1.9em;
	margin-bottom:10px;
	}
.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
	}
.p wp-caption-text{text-align:center;
}

#twitter-widget-0 {
margin-left: -10px;
}

