/*  
Theme Name: Millstone Borough
Theme URI: http://www.millstoneboro.org
Description: The Millstone Borough theme.
Version: 1.0
Author: Wayne Smerdon, Borough IT Support
Author URI: http://www.millstoneboro.org/

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 7px;
}

h2{
	font-family: Georgia, Sans-serif;
	font-size: 20px;
	padding: 0 0 7px;
}

a:link, a:visited{
	text-decoration: none;
	color: #1f669c;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 5px auto 0 6px;
	width: 750px;
	text-align: left;
}

#header{
	width: 750px;
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
}

img#header {
	border-width: 0;
}

#menu{
	background-color: #999;
	margin: 0px;
	padding: 0px;
}

/* Begin dTabs

   style the tabs in IE (the trailing comma prevents other browsers from reading this) */

#tabbar a {

	/* style the tab text */
	text-decoration: none;
	color: #fff;
}

#tabbar a:hover {

	/* style the tab text being hovered */
	text-decoration: none;
	color: #000;
}

#dmenu a {

	/* style the menu text */
	text-decoration: none;
	color: #fff;
	background-color: #999;
}

#tabbar li, #tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	margin: 1px 5px;
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 5px;
	
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: #999;
	
	/* set a border, make it rounded at the top
	border: 1px solid rgb(150,150,150); */
	border: 0px solid #999;
	margin: 0px;
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: #999;
	
	/* make the border along the bottom blend into the white background */
	border-bottom-color: #999;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 0 10px 5px;
	
	/* set a grey background */
	background-color: #999;
	
	/* set a border, round all the corners except the top left */
	border: 0px;
	/*-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-khtml-border-radius-top-right: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0; */
}
#tabbar .dmenu ul {
	padding: 5px 0 0 7px;
	margin: 0;
}
#tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	list-style-type: none;
	white-space: nowrap;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
	margin-bottom: 0;
}

/* STYLING JUST FOR CSS MENUS */
#tabbar .fademenu .dmenu {
	
	/* style the tab text */
	text-decoration: none;
	color: #666;

	/* position menus correctly */
	margin: 5px 0 0 -6px;
}

/* REQUIRED: show menus on hovering */
#tabbar .fademenu:hover .dmenu {
	left: auto;
	margin-bottom: 0;
}

/* End dTabs */

img#sidebar {
	border: 1px solid #000;
	padding: 2px;
	display: block;
	margin: 0 5px 0 0;
}

div.sidebar_img {
	background-color: white;
	width: 156px;
	height: 104px;
	margin: 0 30px 5px;
}

div.sidebar_header {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: black;
}

#container{
	width: 500px;
	float: left;
	margin-top: 0;
	border-width: 1px;
	padding-top: 0;
}

#container h2{
	padding: 0 0 0 5px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container h3{
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 0 0;
}

.post{
	padding: 5px 0;
}

.post h2{
	padding: 0;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.entry{
	padding: 0 0 0 5px;
	margin-left: 5px;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}

p.postmetadata{
	margin: 5px 0 0;
	padding: 5px 5px 5px 0;
	font-style: italic;
	font-size: 12px;
	line-height: 13px;
	text-align: right;
	border-top: 0.5px solid silver;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sticky {
	font-size: 24px;
	border: 1px solid #bbb;
	border-width: 1px;
	background: #eee;
	padding: 15px;
}

.sidebar{
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 100%;
	background: #eeeeee repeat;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li{
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
}

.sidebar ul li h2{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

.sidebar ul li h3{
	font-family: Georgia, Sans-serif;
	font-size: 12px;
	color: black;
	list-style-type: none;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 16px;
	text-indent: -5px;
	font-size: 12px;
	list-style-type: none;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	width: 740px;
	padding: 5px;
	background-color: #1f669c;
	margin-bottom: 5px;
	color: #fff;
	clear: both;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* Somerset AccuWeather */
div.mrcweather {
	padding: 10px 45px;
}
div.weatherbox {
	width: 120px;
	height: 60px;
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/spring1_120x60_bg.jpg );
	background-repeat: no-repeat;
	background-color: #607041;
}
div.weather {
	height: 48px;
}
div.weatherfooter {
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FDEA11;
}

a.footer {
	color: #fff;
}