/* CSS Document */

* {
	border:0;
	padding:0;
	margin:0
}

@font-face {
	font-family: 'QuicksandBook';
	src: url('/boys-and-men/includes/Quicksand_Book-webfont.eot');
	src: local('?'), url('/boys-and-men/includes/Quicksand_Book-webfont.woff') format('woff'), url('/boys-and-men/includes/Quicksand_Book-webfont.ttf') format('truetype'), url('/boys-and-men/includes/Quicksand_Book-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: bold;
}


body{
	font:90% Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	background-color:#ddd;
	background:
-moz-linear-gradient(
    center bottom,
    rgb(92,133,255) 0%,
    rgb(52,36,117) 64%,
    rgb(7,6,13) 82%
);
background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(92,133,255)),
    color-stop(0.64, rgb(52,36,117)),
    color-stop(0.82, rgb(7,6,13))
)
;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07060d', endColorstr='#5c85ff');

	}

#wrapper{
	width:900px;
	margin:0 auto;
	border:1px solid #999;
	border-width:0 2px;
	padding:15px 20px 33px 20px;
	min-height: 800px;
	background-color: #fff;
	background-image: url(../images/mainback2.png);
	background-repeat: repeat;
	background-position: top;
	}

#header {
	width:900px;
	margin:0 auto;
	background:#fff url(../images/banner.jpg) no-repeat 50% 50%;
	height:191px;
}

h1,h2,h3,h4{
		font-family: 'QuicksandBook';
	margin:14.4px 0;
	color: #052C74;
	font-weight: normal;
	}

p{
	margin:1em 0;
	line-height:1.5em;
	}

ul, ol, dl{
	margin:1em 0;
	padding-left:1.5em;
	}

li{
	line-height:1.5em;
	}

li ul{
	margin:0.4em 0;
	}

a{
	color:#0066FF;
	}

a:hover{
	color:#0033CC;
	}

img{
	float:right;
	margin:1em 0.5em 1em 1em;
	}
	
blockquote{
	margin:2em 0;
	padding:0 50px;
	font-style:italic;
	}

div.clear{
	clear:both;
	}

#navigation{
	float:right;
	width:202px;
	margin:0;
	margin-top: 10px;
	padding-bottom: 419px;
	background: url(../images/navgraphics.jpg) bottom no-repeat;
	}

#navigation h2{
	margin-top:0;
	text-align:right;
	}

#navigation ul{
	position:relative;/* nudge IE in to showing background above main */
	margin-top:0px;
	padding: 0px;
/* position over edge of main div */
	list-style-type:none;
	}

#navigation li{
	width:100%;/* give IE a little help */
	line-height:2em;
	margin-bottom: 5px;
	}


#navigation li a{
	display: block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #d9eef7;
	border: solid 1px #2B27B9;
	background: #5c85ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B27B9), to(#276AED));
	background: -moz-linear-gradient(top,  #2B27B9,  #276AED);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B27B9', endColorstr='#276AED')
}
#navigation li a:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#3E76EC), to(#9CBBF5));
	background: -moz-linear-gradient(top,  #3E76EC,  #9CBBF5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E76EC', endColorstr='#9CBBF5');
}
#navigation li a:active {
	position: relative;
	top: 1px;
	color: #2B27B9;
	background: -webkit-gradient(linear, left top, left bottom, from(#748ABA), to(#B4C1DA));
	background: -moz-linear-gradient(top,  #748ABA,  #B4C1DA);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#748ABA', endColorstr='#B4C1DA');

}



#content, #footer {
	width:645px;
	padding:20px;
	background-color: #F8F8F8;
	margin-top: 10px;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #ccc;
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#F8F8F8));
	background: -moz-linear-gradient(top,  #E9E9E9,  #F8F8F8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f8f8f8');
	}

#footer{
	clear:both;
	line-height:48px;
	margin: 10px 0px 0px 0px;
	font-size:0.7em;
	}

#footer p{
margin-top:0;
	}
	
	#sub li{
	float: left;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
}

#sub{
height: 50px;}

h4{
	clear: left;
	border: none;
	text-decoration: none;
}

.long {
height: 350px;}

#content > h1:first-child , #content > h2:first-child 
{margin-top:0px;
} 

#content  .bookbox:first-child 
{margin-top:-14.4px;
} 


