﻿html {
    background-color: Snow;
    margin: 0;
    padding: 0;
}

body {
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif !important;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: snow;
	max-width: 992px;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin: 0;
    padding: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

/* main layout */

header .site-desc {
	margin-left: 20px;
	text-align: center;
}
	header .site-desc .title {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}
	header .site-desc .date-time {
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}
	header .site-desc .email {
		margin-top: 10px;
		font-size: 12px;
		text-align: center;
	}
	header .site-desc a {
		font-size: 14px;
		text-decoration: underline;
	}
	header .site-desc a:hover {
		background-color: powderblue;
	}

/* Header Menu */
ul#site-menu {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
	ul#site-menu li {
		list-style: none;
		padding-left: 15px;
	}
		ul#site-menu li a {
			background: none;
			color: MediumBlue;
			text-decoration: none;
		}
			ul#site-menu li a:hover {
				color: DarkBlue;
				text-decoration: underline;
			}

ul#link-menu {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
	ul#link-menu li {
		list-style: none;
		padding-left: 15px;
	}
		ul#link-menu li a {
			background: none;
			color: MediumBlue;
			text-decoration: none;
		}
			ul#link-menu li a:hover {
				color: DarkBlue;
				text-decoration: underline;
			}

.main-content {
}

.sponsor-content {
	margin-top: 20px;
}

/* Wait dialog */
#wait-dialog {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 0, 0, 0, .25 ) url('/Images/ajax-loader.gif') 50% 50% no-repeat;
}

/********************
*   Mobile Styles   *
********************/

/* Large */
@media only screen and (max-width: 1200px) {
}

/* Medium */
@media only screen and (max-width: 992px) {
	body {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* Medium-Small */
@media only screen and (max-width: 880px) {
	img.nwsIcon {
		width: 60px !important;
		height: 60px !important;
	}
}

/* Small */
@media only screen and (max-width: 768px) {
	.site-title {
		margin-left: 20px;
	}

	ul#site-menu {
		text-align: center;
	}

	ul#link-menu {
		text-align: center;
	}

	.rss {
		width: 300px !important;
	}
}

/* Extra-Small */
@media only screen and (max-width: 576px) {
	img.nwsIcon {
		width: 50px !important;
		height: 50px !important;
	}
}

/* Extra-Extra-Small */
@media only screen and (max-width: 400px) {
	img.nwsIcon {
		width: 40px !important;
		height: 40px !important;
	}
}
