/* 
	Theme Name: Every Man
	Theme URL: http://www.exsite.ie
	Description: Every Man
	Author: Graziano Muscas
	Author URI: http://www.wp-cafe.com
	Version: 0.1
*/

/* 
	0.0 RESET -----------------------------------------------------------------------------------------------------
*/
 *
	{
	margin:0;
	padding:0;
	line-height:20px;
	}
 .clear
	{
	clear:both;
	}

/* 
	0.0 WORDPRESS STANDARD RULES -----------------------------------------------------------------------------------------------------
*/
#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}
.boxpost {margin:0 20px 20px 0;}
.alignleft{float:left;}
.alignright{float:right;}
.navigation{clear:both;margin:10px 0;}
.read{float:right}
/* 
	1.1 MAIN  -----------------------------------------------------------------------------------------------------
*/
body {
	font-size:100%/130%;
	line-height: 1;
	color: black;
	background:#e2e2e8;
	font-family:Arial,Georgia,Times New Roman,Verdana,Garamond;
}
#panino{
	width:960px;
	margin:20px auto;
	background:white;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:0.7em;
}
#content{
	width:710px;
	float:right;
}
#sidebar{
	width:250px;
	float:left;
}
#footer{
	text-align:center;
	clear:both;
	margin-top:30px;
}
#header{
	height:307px;
	background:url(images/header.png) no-repeat 0 0;
	position:relative;
}
/* 
	1.2 TYPO -----------------------------------------------------------------------------------------------------
*/
h2 {line-height:25px;font-weight:bold;color:#216f88;margin:10px 0 10px 0;}
h3 {line-height:30px;}
h4,h5,h6 {line-height:30px;}
p  {padding-bottom:5px;}
#content ul,#content ol {margin:10px 10px 10px 40px}
a {color:#216f88;}
a img{border:none;}
/* 
	1.3 HEADER -----------------------------------------------------------------------------------------------------
*/
#logo a{
	width:350px;
	height:77px;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	margin-top:20px;
}
#pagesup{
	height:38px;
	float:right;
	width:570px;
	margin-top:52px;
	padding-left:40px;
}
#pagesup li{
	float:left;
	list-style:none;
	position:relative;
	height:38px;
	margin-right:3px;
}
#pagesup li a{
	display:block;
	padding:0 20px;
	line-height:38px;
	color:white;
	font-weight:bold;
	text-decoration:none;
		-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	background:#1c76a2;
	
}
#pagesup li a:hover{
	display:block;
	padding:0 20px;
	line-height:38px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	background:#1c76a2;
}
#pagesup .current_page_item a{
	display:block;
	padding:0 20px;
	line-height:38px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	background:#45a4d4;
}
/* dropdown 1 */
#pagesup li:hover > ul {
	display: block;
	
}
/* level 2 list */
#pagesup ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 127px;
	position: absolute;
	left: 0;
    background:#1c76a2;
	padding-bottom:10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;

}
#pagesup .current_page_item ul li a {
	background:none;
}
#pagesup ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #1c76a3;
	
}
#pagesup ul a {
	color:white;
	background:none;
}
#pagesup ul a:hover {
	background:none;
	text-decoration:underline;
	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%;
}
/* 
	1.4 CONTENT -----------------------------------------------------------------------------------------------------
*/


/* 
	1.5 FOOTER -----------------------------------------------------------------------------------------------------
*/


/* 
	1.6 EXTRA -----------------------------------------------------------------------------------------------------
*/
.applemenu {
	padding: 0;
	width: 223px;
    margin:10px;
}
.applemenu p{
	padding:0 5px 5px 5px;
}
.applemenu div.silverheader a {
	display: block;
	position: relative;
/*To help in the anchoring of the ".statusicon" icon image*/
	width: 223px;
    height:33px;
	text-decoration: none;
	font-weight:bold;
	text-decoration:none;
	line-height:33px;
	background:url(images/sidebar_head.png) no-repeat 0px 0px;
	color:white;
	margin-bottom:4px;
	padding-left:20px;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: white;
	background:url(images/sidebar_head.png) no-repeat 0px 0px;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover {
	color: white;
		background:url(images/sidebar_head.png) no-repeat 0px -33px;
}
#slider{
	width:760px;
	height:230px;
	margin:0 auto;
	overflow:hidden; 
		}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
		}
#slider2{
	margin-top:1em;
	}
#slider span{ 
	height:190px;
	width:220px;
	background:white;

		}	
#slider a{ 
	display:block;
	height:190px;
	width:220px;
	padding:2px;
	border:1px solid #1c76a2;
	margin:2px 15px;
	background:white;
		}	
#prevBtn { 
	position:absolute;
	top:188px;
	width:70px;
	height:37px;
		}
#nextBtn { 
	position:absolute;
	right:0;
	top:188px;
	width:70px;
	height:37px;
		}
#prevBtn a{ 
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	line-height:37px;
		}
#nextBtn a{ 
	display:block;
	text-indent:-99999px;
	overflow:hidden;
     line-height:37px;
		}
