/* Theme Name: David Stanton
   URL: http://www.exsite.ie
   Description: andrew doyle
   Author: Graziano Muscas
   Author URI: http://www.wp-cafe.com
   Version: 0.9
*/
/* 1.0 RESET -----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.clear {
	clear: both;
}
a{
	color:#082c68;
}
a:hover{
	color:#282862;
}
h2{
	font-size:1.3em;
	padding:5px 0;
	color:#282862;
	text-shadow:#dddddd 1px 1px 1px;
}
p{
	padding:5px 0;
	font-size:0.9em;
}
.pagetitle
{
	color:#dddddd;
	text-shadow:#333333 0px 1px 1px;
	font-size:1.9em;
	margin-bottom:20px;
	line-height:35px;
}
h2.posttitle 
{
	color:#dddddd;
	text-shadow:#333333 0px 1px 1px;
	font-size:1.2em;
	margin-bottom:10px;
	line-height:35px;
	text-decoration:none;
}
h2.posttitle a
{
	color:#dddddd;
	text-shadow:#333333 0px 1px 1px;
	font-size:1.4em;
	line-height:35px;
	text-decoration:none;
}
h2#more
{
	background:#dddddd;
	text-shadow:#333333 1px 0px 1px;
	color:white;
	font-size:1.3em;
	padding:5px;
	margin:10px 0;
}
/* 1.1 MAIN  -----------------------------------------------------------------------------------------------------*/
body {
	font-size: 100%/130%;
	font-family:  Arial, Times new Roman, Arial, Verdana;
	background:#f1eeee;
	color:#333333
}
#panino {
	width: 960px;
	margin: 0px auto 20px auto;
	background:white;
	position:relative;
}
#header {
	width: 960px;
	height:345px;
	background:url(images/header.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}
#footer {
	text-align:left;
	clear: both;
	font-size: 0.8em;
	margin: 0px auto 0px auto;
	background:#2a2a64 url(images/footer.jpg) no-repeat 0 0;
	padding:20px 20px;
	color:white;
}
#credits {
	float:left;
	width:50%;
}
#social{
	float:right;
	width:50%;
}
#social li{
	float:right;
	list-style:none;
	width:32px;
	height:32px;
	margin:0 10px;
}
#social li#twitter a{
	width:32px;
	height:32px;
	display:block;
	background:url(images/twitter.png) no-repeat 0 0;
}
#social li#linkedin a{
	width:32px;
	height:32px;
	display:block;
	background:url(images/linkedin.png) no-repeat 0 0;
}
#social li#facebook a{
	width:32px;
	height:32px;
	display:block;
	background:url(images/facebook.png) no-repeat 0 0;
}
#social li a{
	float:right;
	list-style:none;
	text-indent:-999999px;
	overflow:hidden;
}
#footer a{
	color:#dcdcdc;
}
#content {
	width: 580px;
	float: left;
	background:white;
	padding:20px;
}
#sidebar {
	width: 300px;
	float: right;
	margin:20px 20px 20px 0;
	height:auto;
	overflow:hidden;
}

/* 1.2 NAVIGATION  -----------------------------------------------------------------------------------------------------*/

#catbot {
	height:59px;
	background:#2d2d69;
	margin-top:283px;

}
#catbot li{
	float:left;
	list-style:none;
	position:relative;
}
#catbot li a{
	display:block;
	line-height:59px;
	text-transform:uppercase;
	font-size:0.9em;
	padding:0 10px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	border-right:1px solid #373776;
	border-left:1px solid #282761;
}
#catbot li a:hover{
	background:#5e5e9f;
}
/* dropdown 1 */
#pagesup li:hover > ul {
	display: block;
}
/* level 2 list */
#pagesup ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 185px;
	position: absolute;
	left: 0;
    background:#282862;
}
#pagesup ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#pagesup ul a {
	font-weight: normal;
}
/* 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%;
}

/* dropdown 1 */
#catbot li:hover > ul {
	display: block;
}
/* level 2 list */
#catbot ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 285px;
	position: absolute;
	left: 0;
    background:#282862;
	z-index:100;
}
#catbot ul li {
	float: none;
	margin: 0;
	padding: 0;
	line-height:20px;
}
#catbot ul a {
	font-weight: normal;
	line-height:30px;
}
/* level 3+ list */
#catbot ul ul {
	left: 285px;
	top:-1px;
}
/* clearfix */
#catbot:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#pagebot {
	display: inline-block;
} 
html[xmlns] #catbot {
	display: block;
}
 
* html #catbot {
	height: 1%;
}
#pagesbot {
	height:59px;
	background:#2d2d69;
	width: 960px;
	margin: 40px auto 0px auto;
}
#pagesbot li{
	float:left;
	list-style:none;
	position:relative;
}
#pagesbot li a{
	display:block;
	line-height:59px;
	text-transform:uppercase;
	font-size:0.9em;
	padding:0 10px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	border-right:1px solid #373776;
	border-left:1px solid #282761;
}
#pagesbot li a:hover{
	background:#5e5e9f;
}
/* dropdown 1 */
#pagesup li:hover > ul {
	display: block;
}
/* level 2 list */
#pagesup ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 185px;
	position: absolute;
	left: 0;
    background:#282862;
}
#pagesup ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#pagesup ul a {
	font-weight: normal;
}
/* 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%;
}

/* dropdown 1 */
#pagesbot li:hover > ul {
	display: block;
}
/* level 2 list */
#pagesbot ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 285px;
	position: absolute;
	left: 0;
    background:#282862;
	z-index:100;
}
#pagesbot ul li {
	float: none;
	margin: 0;
	padding: 0;
	line-height:20px;
}
#pagesbot ul a {
	font-weight: normal;
	line-height:30px;
}
/* level 3+ list */
#pagesbot ul ul {
	left: 285px;
	top:-1px;
}
/* clearfix */
#pagesbot:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#pagesbot {
	display: inline-block;
} 
html[xmlns] #pagesbot {
	display: block;
}
 
* html #pagesbot {
	height: 1%;
}
#search {
	padding-top:18px;
	padding-left:50px;
}
/* 1.2 CONTENT -----------------------------------------------------------------------------------------------------*/

#scroller{
	background:#282761;
	color:white;
	margin-top:20px;
}
#scroller h2{
	color:white;
	background:#5e5e9f;
	padding:10px 5px;
	text-shadow:#282761 0px 1px 1px;
	text-transform:uppercase;
	font-size:1.2em;
	padding-left:20px;
}
#scroller a{
	color:white;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	padding-left:20px;
}
#scroller a:hover{
	text-decoration:underline;
}
.boxpost{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
} 
.entry{
	padding-top:5px;
} 
.entryhome{
	float:right;
	width:380px;
} 
#featpost{
	list-style:none;
} 
#featpost li{
	margin-bottom:20px;
} 
.thumb{
	float:left;
	margin:0 10px 10px 0;
} 
.thumb {
	width:200px;
	height:200px;
	overflow:hidden;
	background:#dddddd;
} 
.thumb img {
	padding:0;
	border:none;
} 
.thumb a img {
	padding:0;
	border:none;
} 
.alignleft{
	padding-top:5px;
	float:left;
	font-size:0.8em;
	font-weight:bold;
} 
.alignright{
	padding-top:5px;
	float:right;
	font-size:0.8em;
	font-weight:bold;
} 
.boxpost ul, .boxpost ol{
	margin:10px 10px 10px 40px;
	font-size:0.9em;
}
p#metadata{
	font-variant:smallcaps;
	font-size:0.7em;
}
#lastpost li{
	list-style:none;
	padding:3px 3px 3px 25px;
	background:url(images/arrow.jpg) no-repeat 0px 3px;
} 
#lastpost a{
	text-decoration:none;
	}
#lastpost a:hover{
	text-decoration:underline;
	}
.entry img{border:1px solid #dddddd;padding:3px;}
.entry a img{}
#content img.alignright{float:right; margin:0 0 1em 1em}
#content img.alignleft {float:left; margin:0 1em 1em 0}
#content img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#content a img.alignright {float:right; margin:0 0 1em 1em}
#content a img.alignleft {float:left; margin:0 1em 1em 0}
#content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* 1.6 ACC  -----------------------------------------------------------------------------------------------------*/
.applemenu {
	padding: 0;
	width: 300px;
	background:#dcdcdc;
    z-index:10;
	position:relative;
}

.applemenu li{
	margin-left:20px;
	font-size:0.8em;
}
.sidelist{
	margin:10px 5px 10px 0px;
	font-size:0.9em;
}
.sidelist li{
	list-style-type:square;
	padding:3px;
}
.applemenu div.silverheader a {
	display: block;
	position: relative;
/*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px 5px 10px 40px;
	text-decoration: none;
	text-transform:uppercase;
	font-size:.9em;
	font-weight:bold;
	text-decoration:none;
	background:#282761 url(images/sidebar_head.png) no-repeat 0px 0px;
	color:white;
	margin-bottom:1px;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: white;
}
.applemenu p {
	font-size:0.9em;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover {
	color: white;
}
.applemenu div.submenu {
/*DIV that contains each sub menu*/
	padding: 5px;
	height: 240px;
/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
#widget{
	margin:10px 0;
}
#widget li{
	margin:10px 0;
}
.font{
	width:300px;
	height:40px;
}
.font a{
		width:300px;
	    height:40px;
	    background:url(images/sub.jpg) no-repeat 0 0;
		display:block;
	    text-indent:-99999px;
	    overflow:hidden;
}
.fontsize{
	clear:both;
	width:300px;
	margin-bottom:10px;
	height:40px;
}
#amore a{
	width:40px;
	height:40px;
	background:url(images/amore.jpg) no-repeat 0 0;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
#ameno a{
	width:40px;
	height:40px;
	background:url(images/ameno.jpg) no-repeat 0 0;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
#ameno {
	width:40px;
	height:40px;
	float:right;
	margin-right:2px;
}
#amore {
	width:40px;
	height:40px;
	float:right;
	margin-right:2px;
}
.read{
padding:3px 5px 3px 5px;
float:right;
margin:10px 0 20px 0;
font-size:0.8em;
font-weight:bold;
}
.space{
width:100%;
height:30px;
}

#welcome{
background:#dcdcdc;
margin-bottom:20px;
padding:10px;
font-weight:bold;
text-align:justify;
color:#282761;
}
.signup{
background:url(images/signup.jpg) no-repeat 0 0;
width:300px;
height:140px;
}
.signup a{
	color:white;
	font-weight:bold;
	font-size:0.8em;
}
.signup ul{
	padding-top:60px;
}
.signup li{
padding: 5px 5px 5px 40px;
background:#282761 url(images/sidebar_head.png) no-repeat 0px -2px;
}
.read{
padding:3px 5px 3px 5px;
float:right;
margin:10px 0 20px 0;
font-size:0.8em;
font-weight:bold;
}
.space{
width:100%;
height:30px;
}

#welcome{
background:#dcdcdc;
margin-bottom:20px;
padding:10px;
font-weight:bold;
text-align:justify;
color:#282761;
}
.signup{
background:url(images/signup.jpg) no-repeat 0 0;
width:300px;
height:140px;
margin-bottom:10px;
}
#searchsubmit:hover{
background:#282761;
color:white;
font-weight:bold;
border:1px solid #6262a3;
padding:3px;

}
#searchsubmit{
background:#6262a3;
color:white;
font-weight:bold;
border:1px solid #282761;
padding:3px;
cursor:pointer;
}

#welcome_title{
background:#6262a3;
color:white;
text-transform:uppercase;
padding:10px;
font-size:1.2em;
}