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

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  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;text-transform:uppercase;color:#14428C}
p {margin-bottom: 5px;}
a  {color:#123f87;;text-decoration:none;}
a:hover  {color:#123f87;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:0.75em;
	line-height: 1;
	color: #777;
	background: #fff;
	font-family:Arial,Times New Roman,Verdana,Garamond;
}
#panino{
	background:#f7f8fe;
	z-index:30;
}
#panino_inner{
	width:960px;
	margin:0 auto;
	background:#f7f8fe;
}
#content{
	width:720px;
	float:left;
	padding:20px;
}
#headerbox{
	height:120px;
	background:url(images/headerbox.png) repeat;
	z-index:-9999;
}
#header{
	width:960px;
	margin:0 auto;
	background:url(images/header.png) no-repeat center top;
	position:relative;
	z-index:30;
}
#subheader{
	width:960px;
	height:311px;
	background:url(images/subheader.png) no-repeat center bottom;
	background-size:970px 321px;
	margin:0 auto;
	position:relative;
}
#sidebar{
	width:180px;
	float:right;
	padding-right:20px;
}
#footer{
	background:#dddddd;
	text-align:center;
	clear:both;
}
#footbox{
	background:#09306F url(images/footbox.png) repeat-x;
	color:white;
}
#footbox a{
	color:#fffadc;
}
#footbox a:hover{
	text-decoration:underline;
}
#foot{
	width:960px;
	margin:0 auto;
	padding-left:25px;
}
#foot .smallbox{
	margin:6px 10px;
	color:white;
}

#foot .smallbox h2{
	color:white;
	margin-top:9px;
}
#foot .smallbox p{
	margin-top:24px;
}
#footbox li{
	list-style-type:none;
}
#credits{
	text-align:center;
	padding:10px;
	background:#f7f8fe;
}
#foot .sidebox{
	margin:0;
	color:white;
	background:transparent;
	position:relative;
	top:-12px;
	max-height:230px;
	overflow:hidden;
}
#foot .sidebox h2{
	margin:10px 10px 21px 0;
	color:white;
}
#social{
	width:28px;
	height:84px;
	background:url(images/social.png) no-repeat 0 0;
	position:absolute;
	top:15px;
	left:260px;
}
#f_icon, #t_icon, #fl_icon{
	width:28px;
	height:28px;
}
#f_icon a, #t_icon a, #fl_icon a{
	width:28px;
	height:28px;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}
a.rsswidget img{
	display:none;
}
#footbox a.rsswidget{
	text-decoration:none;
	color:#fffadc;
}
#footbox li{
	
}
#sliderbox{
	
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  HEADER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	width:260px;
	height:120px;
	margin:0;
	float:left;
}
#logo a{
	width:260px;
	height:120px;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
}
/* 
NAVIGATION -----------------------------------------------------------------------------------------------------------------------------------------------
*/
#pagesup{
	height:40px;
	width:700px;
	float:left;
	margin-top:70px;
}
#pagesup li{
	float:right;
	position:relative;
	list-style:none;
}
#pagesup li a{
	padding:0 12px;
	line-height:40px;
	display:block;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
    text-shadow:1px 1px 0 black
}
#pagesup li a:hover{
color:#fffadc
}
#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:#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:0px 0 20px 0;
	background:#f0f2fa;
	padding:20px;
	}
.boxpost h2{
	margin-bottom:20px
	}
.boxpost ul, .boxpost ol {
	margin-left:30px;
	}
.read{
	float:right;
	padding:10px 0;
	}
.read a{
	text-transform:uppercase;
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	clear:both;
	margin:10px 0;
	}
.thumbnail{
	float:left;
	margin-right:10px;
	background:#dddddd;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SLIDER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#featured {
	position: absolute;
	bottom: 71px;
	left: 95px;
	width: 350px;
	list-style: none;
	z-index: 1;
}
#featured a{
	color:#123f87;
	font-weight:bold;
	}
#featured h2{
	color:#123f87;
	text-transform:uppercase;
	}
#featured li{
	margin-left:15px;
	color:#123f87;
	list-style-type:square;
	padding-bottom:3px;
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  SIDEBAR
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sidebar ul{
	list-style:none;
	}
#sidebar li{
	padding:5px 0;
	}
.sidebox{
	margin-bottom:20px;
	padding:10px;
	background:#0a3272 url(images/footbox.png) repeat-x;
	margin-top:20px;
	color:white;
	}
.sidebox a{
	color:white;
	}
.sidebox h2{
	color:white;
	margin-bottom:20px;
	margin-top:5px
	}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  FOOTER
\*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer a{
	text-decoration:underline;
	font-weight:bold;
	}
/* fix for newsletter widget margin */
#wufoo-z7x3p3 {
margin-top: 30px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
  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
	}
#bigbox {
	float:left;
	width:460px;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	}
.smallbox {
	float:left;
	width:210px;
	margin-top:20px;
	}
#bigbox h2 {
	text-transform:uppercase;
	margin-top:10px;
	font-size:1.2em;
	color:#123f87;
	}
.smallbox h2 {
	text-transform:uppercase;
	margin-top:10px;
	font-size:1.2em;
	color:#123f87;
	}


/* post thumbnails homepage */
#featured ul{
padding-bottom:5px;
}
#featured ul li{
	list-style:disc;
}
a.readmore{
float:right;
padding-bottom:5px;
text-transform:uppercase;
}
#featured ul li img{
	max-width: 50px;
	height:auto;	
	float: left;
	margin-right:10px;
	margin-top:5px;
}