/*Master.css*/

@import "2_resetzero.css";
@import "3_typography.css";

/* print styles */
body {color: black; background: white;}

a:link, a:visited {color: black; text-decoration: underline;font-weight: bold;}

h1, h2, h3 {
	color:#000000;
	padding-bottom:1px;
	font-size:16px;
	border-top:2px solid #666666;
	border-bottom:1px solid #666666;
	clear:both;
}

h1 {font-size:22px;text-align:center;border-top:3px solid #666666;clear:both;}

h3 {font-weight:normal;}

p {color:black;clear:both;}

.gold {color:#000000;}
   
ul {margin-bottom:-10px;}
li {margin-bottom:2px;}

#wrapper {
	width: 100%; /* sets width */
	margin: 0px;
	border: hidden;
	background-color:#ffffff;
	margin-bottom: 0px;
	border:1px solid white;
}


#header {background-color:#000000; text-align:center;height:17px;/**/}
#logo {position:absolute;top:0px;left:0px;height:57px;}
#contact-details {position:absolute;top:0px;right:0px;}

#mainpage {
	background-image: none;
	min-height: 505px;
	position: relative;
	text-align: right;
	border: 0px solid white;
}

.print_only {text-align:left;}
p.breakhere {page-break-before: always; height:1px;}


td {font-size:85%;}
li {font-size:85%;margin-bottom:-10px;}
ul {margin-bottom:20px;}

#maincontent {
padding:15px;
padding-top:50px;
/*padding-right:15px;*/
margin:0px;
color:#000000;
border: hidden;
}


#me {margin-left:30px;}

#maincontent ul {padding-bottom: 20px;font-size:14px;color: #000000;}
#maincontent ul ul {padding-bottom: 0px;margin-bottom:0px;list-style-type:disc;}
#maincontent ul ul ul {padding-bottom: 0px;margin-bottom:0px;list-style-type: square;}

p.breakhere {page-break-before: always}

/*.logos, #logo, #marquee {display:none; height:0px;}*/

#seo, #questions, #info, .back_button, .print_button, #footer, h1 .small, .noprint, #h_nav, #like, form, #left-column {display:none;}

#printfooter {
display:block;
position: absolute;
bottom:20px;
color: #660000;
text-align:center;
width:100%;
}

#signer {
	display:block;
}
.clearer{height:20px;clear:both;}
.float_left_image {float:left; display:inline; margin:0px 10px 6px 0px;clear:both;}
.float_right_image {float:right; display:inline; margin:0px 0px 6px 10px;clear:both;}
