/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-seri;
font-size: 0.8em;
color: #2f444c;
background-color:#eaedee;
}

/*  Heading Formatting */
h1 {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-seri;
font-size: 0.8em;
color: #2f444c;	
margin: 0;
	padding: 0;
	}
	
h1 a, h1 a:hover, h1 a:visited{
color: #2f444c;	
text-decoration: none;
	}
	
h2 {
	font-size:2.3em;
	line-height: 1em;
	font-weight: normal;
	color: #616769;
	margin: 0 0 -15px 0;
	padding: 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size:1.7em;
	line-height: 1em;
	font-weight: normal;
	color: #616769;
	margin: 0;
	padding: 0 0 0 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	}

h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #2f444c; font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #2f444c; font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #2f444c; font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;}

/*links*/
a:link {color: #2f444c; font-weight: bold;}
a:hover, a:visited:hover {color: #db045f; font-weight: bold;}
a:visited, a:active {color: #2f444c; font-weight: bold;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

#main-content {
clear: both;
background-color: #FFFFFF;
padding: 5px;
margin-top: -24px;
}

.postmetadata a, .postmetadata a:visited{
color:#999999;
font-weight: normal;
}

.postmetadata a:hover{
color:#db045f;
}

.background {
background-color: #f2f5f6;
	border: 1px solid #d1d2d2;
	padding: 0px;
	margin:0;
	}
	
.componentbot{
background-color: #ffffff;
}

.searchbutton {
margin: 0 0 -8px 60px;
}

.footer { 
color:#e5e9e9;
}

.footer a, .footer a:visited {
color:#e5e9e9;
padding: 0 10px 0 0;
}

.footer a:hover {
color:#DB045F;
padding: 0 10px 0 0;
}
/* #######################  END GENERAL SETTINGS ############################ */
