/* 
	Theme Name: Sean Costello
	Theme URL: http://www.exsite.ie
	Description: Sean Costello
	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;margin-top:10px;}
p {margin-bottom: 10px; font-family:"Century Gothic"; text-align: justify;}
a  {color:#526975;text-decoration:none;}
a:hover  {color:#526975;text-decoration:underline;}
h1 {font-size: 1.5em; line-height: 1em; }
h2 {font-size: 1.25em; line-height: 1.2em;text-transform:uppercase;font-family:"Century Gothic";}
h3 {font-size: 1.25em; line-height: 1.2em;text-transform:uppercase;font-family:"Century Gothic";}
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: black;
	background: #ffffff url(images/bg.png);
	font-family"Century Gothic";
	
}
#panino{
	width:960px;
	margin:0 auto;
	background:white;
	-webkit-box-shadow: 0px 0px 12px 5px rgba(55, 55, 55, 1);
	-moz-box-shadow: 0px 0px 12px 5px rgba(55, 55, 55, 1);
	box-shadow: 0px 0px 12px 5px rgba(55, 55, 55, 1);
}
#content{
	width:600px;
	float:left;
	padding:20px;
}
#header{
	background:#112D3E;
	height:79px;
}
#sidebar{
	width:300px;
	float:right;
	padding-top:20px;
	padding-right:10px;
}
#footer{
	background:#112D3E;
	color:#696e71;
	height:78px;
	line-height:78px;
	text-align:right;
	padding: 10px 10px 0 0;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  HEADER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	width:400px;
	height:65px;
	float:left;
	margin-left:10px;
	
	background:#112D3E;
}
#logo a{
	width:400px;
	height:65px;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
	background: url(images/logo.png) no-repeat 0 0;
	margin-left:25px;
}
/* 
NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup{
	height:40px;
	background:#112D3E;
}
#pagesup li{
	float:right;
	position:relative;
	list-style:none;
}
#pagesup li a{
	padding:0 20px;
	line-height:79px;
	display:block;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Century Gothic;

}
#pagesup li a:hover{
}
#pagesup li:hover > a{

}
#social{
	height:32px;
	width:200px;
	float:right;
	background:#128ac3;
	position:relative;
	top:78px;
	padding-top: 8px;
	}
	
/* 
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:#dddddd;
}
#pagesup ul a {
	font-weight: normal;
}
#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{
	width:104px;
	height:20px;
	float:right;
	display:block;
	text-indent:-999999px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 1);
	box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 1);
	}
.read a{
	width:104px;
	height:20px;
	float:right;
	display:block;
	text-indent:-999999px;
	background:url(images/readmore.png);
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	clear:both;
	margin:10px 0;
	}
.thumbnail{
	float:left;
	margin-right:10px;
	background:#dddddd;
	}
.homepage{
	width:940px;
	clear:both;
	padding:10px;
	}
.welcome{
	padding:10px;
	width:900px;
	margin: 0 0 0 10px;
	clear:both;
	text-align:left;
	color: #112D3E;
	font-weight: bold;
	font-family"Century Gothic"; 
	}
#group img{
	padding:5px;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
#readhome{
	width:181px;
	margin:10px;
	height:42px;
	padding:none;
	border:none;
	float:right;
	display:block;
	text-indent:-999999px;
	background:url(images/readhome.png);
	}
#readhome a{
	width:181px;
	height:42px;
	float:right;
	display:block;
	text-indent:-999999px;
	background:url(images/readhome.png);
	}
#boxcon{
	clear:both;
	width:960px;
	height:200px;
	font-family:Century Gothic;
	}	
.box1{
	float:left;
	width:132px;
	height:185px;
	margin:10px 5px 10px 90px;
	padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
.box2{
	float:left;
	width:132px;
	height:185px;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
.box3{
	float:left;
	width:132px;
	height:185px;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
.box1 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#2e3c43;
	font-weight:bold;
	}
.box2 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#2e3c43;
	font-weight:bold;
	}
.box3 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#2e3c43;
	font-weight:bold;
	}
.box4{
	float:left;
	width:132px;
	height:185px;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
.box5{
	float:left;
	width:132px;
	height:185px;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
.box6{
	float:left;
	width:132px;
	height:185px;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
.box4 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#2e3c43;
	font-weight:bold;
	}
.box5 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#2e3c43;
	font-weight:bold;
	}
.box6 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#2e3c43;
	font-weight:bold;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SLIDER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#slider{
	clear:both;
	margin: 0 10px 10px 20px;
	width:940px;
	height:380px;
	overflow:hidden;
	}

#slider li{
	float:right;
	width:940px;
	height:380px;
	overflow:hidden;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SIDEBAR
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sidebar ul{
	list-style:none;
	}
.sidebox{
	margin:0 10px 10px 0;
	padding:5px 10px;
	background:#112D3E;
	color:#f7f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 1);
	box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 1);
	}
.sidebox a{
	color: #f7f6f6;
	text-decoration:underline;
	}
.sidebox h2{
	color: f7f6f6;
	text-transform: uppercase;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  FOOTER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer a{
	text-decoration:underline;
	color:#696e71;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  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
	}

#field{
float:left;
text-align:left;
width:310px;
}	
#field .wpcf7-text input{
float:right;
margin-left:6px;
line-height:24px;
width:120px;
height:24px;
background:white;
border:none;
color:black;
}
#submit{
margin-left:6px;
float:right;
background:none;
}
#submit input{
width:72px;
height:20px;
background:url(images/button.png);
position:relative;
text-indent:-999999px;
display:block;
overflow:hidden;
border:none;
}
#team img{
margin-top:5px;
padding:5px;
	text-align:center;
	background:#ebe0d3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#formcontact input {
width: 280px;
}
#formcontact textarea {
width: 280px;
}
#contactside input {
width: 268px;
}
#contactside textarea {
width: 268px;
}
#newsletter{
width:350px;
text-transform:uppercase;
float:left;
vertical-align:middle;
}