@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}

body {
	background-image: url(../images/bg.png);
	color: #000305;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.5;
	text-align: left;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

a { outline: 0; }
a img { border: 0px; text-decoration: none; }

a:link, a:visited {
	color: #3399ff;
	padding: 0 1px;
	text-decoration: none;

}

a:hover, a:active {
	text-decoration: underline;
}

p { margin-bottom: : 1.15em; }
* p:last-child { margin-bottom: 0; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ul	{
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl { margin: 0 0 1.5em 0 ; }
dt { font-weight: bold; }
dd { margin-left: 1.5em; }

blockquote { font-style: italic; }
cite {}
 
q {}

table { margin: .5em auto 1.5em auto; width: 98%; }

thead th { padding: .5em .4em; text-align: left; }
thead td {}

tbody td { padding: .5em .4em; }
tbody th {}

tbody .alt td {}
tbody .alt th {}

tfoot th {}
tfoot td {}

#body {
	clear: both;
	margin: 0 auto;
	width: 1000px;
}

#banner {
	margin: 0 auto;
	padding: 2.5em 0 0 0;
}

#banner h1 {
	font-size: 44px;
	line-height: 0.7;
	margin-bottom: 50px;
}

#banner #tagline {
	display: inline;
	font-size: 12px;
	margin-left: 32px;
}

#banner #logo {
	margin: 0;
	float: right;
	height: 100px;
	margin-bottom: 20px;
}

#banner h1 a {
	text-decoration: none;
}

#banner nav {
	background: #ffffff;
	font-size: 1.2em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 1em auto;
	padding: 0;
	border-radius: 6px;
}

#banner nav ul {
	list-style: none;
	margin: 0px auto;
}

#banner nav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#banner nav a {
	color: #3399FF;

	display: inline-block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 20px;
}

#banner nav a.active {
	background: #CCCCCC;
}

#info {
	float: right;
	width: 150px;
}

#main {
	margin-top: 40px;
	padding: 10px;
}



#footer {
	clear: both;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#hsrmeme {
	margin:0 auto;
	width: 400px;
	border: 12px solid #3399CC;
	border-radius: 6px;
}

#hsrmeme img {
	width: 400px;
}

a.mailto {
background: url(/images/email.png) no-repeat right top;
padding-right: 18px;
}

/* Everything below this is OC stuff */

#banner dropdown {
    position: relative;
    display: inline-block;
    color:#3399FF;
}

#banner .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
}

#banner .dropdown:hover .dropdown-content {
    display: block;
}

#banner .dropdown-content-buttin {
	display:inline;
}
#banner .dropdown-content-button:hover {
	background-color: gainsboro;
}