/* 
	Theme Name: George Jones
	Theme URL: http://www.exsite.ie
	Description: George Jones
	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;}

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

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

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

body {
	font-size:0.75em;
	line-height: 1;
	color: black;
	background: #e6e6e6;
	font-family:Lucida Sans, Helvetica,Times New Roman,Verdana,Garamond;
}
#panino{
	width:960px;
	margin:0 auto;
	background:white;
	padding:0 20px 10px 20px;
}
#content{
	width:588px;
	float:left;
	margin-top:10px;
}
#header{
	width:960px;
	height:265px;
	background:url(images/header.png) no-repeat 0 0;
}
#sidebar{
	width:372px;
	float:right;
	background:#0f649d;
	margin-top:10px;
}
#footer{
	text-align:right;
	clear:both;
	background:#e6e6e6;
	margin:10px 0;
	padding:5px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  HEADER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	width:960px;
	height:224px;
	margin:0;
}
#logo a{
	width:220px;
	height:224px;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
	background: url(images/logo.png) no-repeat 0 0;
}

/* 
NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup{
	height:40px;
}
#pagesup li{
	float:left;
	position:relative;
	list-style:none;
}
#pagesup li a{
	padding:0 20px;
	line-height:40px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid white;

}
#pagesup li a:hover{
	color:#fff;
	background:#0f649d;
}
#pagesup li:hover > a{
color:#fff;
	background:#0f649d;
}

/* 
SUB_NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup li:hover > ul {
	display: block;
}
#pagesup ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 185px;
	position: absolute;
	left: 0;
	z-index:999999;
}
#pagesup ul li {
	float: none;
	margin: 0;
	padding: 0;
	background:#e6e6e6;
}
#pagesup ul a {
	font-weight: normal;
	border-top:1px solid white;
	border-right:none;
}
#pagesup ul a:hover {
	color:#fff;
	background:#0f649d;
}
/* 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 10px 10px 0;
	border-bottom:1px solid #e6e6e6;
	padding:10px;
	}
.boxpost h2 {
	text-transform:uppercase;
	}
.boxpost ul, .boxpost ol {
	margin-left:30px;
	}
.read{
	float:right;
	background:#0f649d;
	padding:5px;
	}
.read:hover{
	background:#0c588c;
	}
.read a{
	color:white;
	display:block;
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	clear:both;
	margin:10px 0;
	}
.thumbnail{
	float:left;
	margin-right:10px;
	width:100px;
	height:108px;
	}

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

#sidebar ul{
	list-style:none;
	}
#sidebar li{
	padding:10px 10px 10px 30px;
	border-bottom:1px solid #1c79b8
	}
#sidebar li:hover{
	background:#0c588c;
	}
#sidebar a img{
	margin:0 auto;
	}
#sidebar a {
	color:white;
	display:block;
	font-weight:bold;
	}
#sidebar h2{
	background:#0c588c;
	color:#e1dddd;
	padding:10px 10px 10px 30px;
	border-bottom:1px solid #1c79b8
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  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
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  CAROUSEL
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#carousel{
	background:#e6e6e6;
	position:relative;
	padding:10px;
}
#pic{
	width:558px;
	height:237px;
	position:absolute;
}
#pic li{
	list-style:none;
}
#feat_css{
    position:relative;
    width:960px;
    height:237px;
}
#feat_css ul {
	width:382px;
	height:237px;
	float:right;
}
#feat_css ul:hover {
	width:382px;
	height:237px;
	float:right;
    z-index:2000;
}
#feat_css li {
	width:362px;
	height:57px;
	list-style:none;
	margin-bottom:1px;
	border-bottom:1px solid #e6e6e6;
}
#feat_css li:hover {
	width:362px;
	height:57px;
	list-style:none;
	margin-bottom:1px;
	background:#0f649d;
}
#feat_css li a {
	line-height:57px;
	font-size:0.8em;
	font-weight:bold;
	color:#0f649d;
	display:block;
	padding-left:10px;
	background:#e1dddd;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:1px;
}
#feat_css li a:hover {
	text-decoration:none;
	padding-left:10px;
	color:#fff;
	background:#0f649d;
}
#feat_css li span{
	visibility:hidden;
	position: absolute;
    left: -1000px;
    color: black;
    text-decoration: none;
}
#feat_css a:hover span{
	visibility:visible;
	top:0;
    left:0; 
	width:488px;
	height:239px;
    border:none;
}
#feat_css a:hover span#description{
	color:white;
	width:553px;
	margin-top:180px;
	background:black;
	height:40px;
	overflow:hidden;
	padding:5px 5px 5px 10px;
	opacity:0.7;filter:alpha(opacity=70);
}
#feat_css a:hover span#description .st_facebook_hcount{
	display:none;
}
#feat_css a:hover span#description .st_twitter_hcount{
	display:none;
}
#feat_css a:hover span#description .st_email_hcount{
	display:none;
}
#feat_css a:hover span#description .stButton{
	display:none;
}
#feat_css a:hover span#description p{

}