*
{
	padding: 0;
	margin: 0;
}


hr
{
display: none;
}

body
{
	min-width: 800px; /* keeps the window at a minium width when in 800x600 */
	border-width: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;


}

div, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* title tags */
h1, h2, h3, h4, h5, h6 {
	border: 0px;
	margin: .5em 0px 0px 0px;
	padding: 0px;
	letter-spacing: -0.01em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16x;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

p {
	border: 0px;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

a:link    {
	color: #0000CD;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #a52a2a;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
    
a:hover   {
	color: #00bfff;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:active  {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFFF00;
	font-size: 14px;
}

#wrapper 
{
	background-color: #FFFFFF;
	height: 100%;
    width: 1030px;
    margin-left: auto;
	margin-right: auto;
}
#header
{
	position:	relative;
	padding: 0px 0px 5px 0px;
	text-align: center;
	height:	225px;
	width: 100%;
	clear: both;

}
#OpenAds1 {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 90px;
	clear: both;
}

/* Masthead */
#masthead
{
	background-position: 	top center;
	height: 				134px;
	vertical-align:			top;
	width:					100%;
	position:				relative;
	background-color:		#ffffff;
	clear: both;
}

td.float1 {
	margin:0px;
  	border:	 #000000 1px solid;
	width:	 234px;
	border: thin solid #000000;
	vertical-align: top;
  }
   
td.float1 h2 {
   text-align: center;
   margin: 0px;
   padding: 0px;
   background-color:#003300;
   width: 100%;
   color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight:bold;

   }

td.float2 {
	margin:0px;
  	border:	 #000000 1px solid;
	width:	 562px;
	border: thin solid #000000;
	vertical-align: top;
  }
  
td.float3 {
	margin:0px;
  	border:	 #000000 1px solid;
	width:	 234px;
	border: thin solid #000000;
	vertical-align: top;
  }
  
td.float3 h2 {
   text-align: center;
   margin: 0px;
   padding: 0px;
   background-color:#003300;
   width: 100%;
   color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight:bold;

   }
  
/*End Masthead */

#container{
	width: 430px;

}

#center
{
 	padding: 20px 10px;
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 12px;
	font-weight:	500;
	height:		100%;
}

#center .middle
{
	position: relative;
	width: auto;
}

#center h4
{
    font: 20px 'verdana', arial, helvetica, sans-serif;
	font-weight: bold;
    background-color:	#003300;
    padding: 4px;
	margin: 0px;
}

#center h4 a
{
    font: 20px 'verdana', arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
	margin: 0px;
}

blockquote {
	color: #000000;
	margin: 0px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #000000;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-style: normal;
}

.entry
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sidebars */

/* Left Sidebar */
#sidebar
{
	border:	1px solid #000000;
	margin-left:2px;
	padding:	0px 0px 20px 0px;
	font-size: 11px;
	display:	block;
	overflow:	hidden;
	text-align:center;
	margin-top:10px;

}

#sidebar ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

#sidebar h4
{
	list-style-type: none;
	font: 14px 'verdana', arial, helvetica, sans-serif;
	font-weight: 600;
	padding: 4px;
	margin: 0;
	border:	1px solid #000000;
	background-color:	#003300;
	color: #FFFFFF;
}

#sidebar > h1
{
	display: none;
}
#rightbar
{
	font: 12px 'verdana', arial, helvetica, sans-serif;
	padding:	0px 0px 20px 0px;
	width: 300px;
	margin-top:10px;


}
#rightinnersection pre
{ 
	position: relative; z-index: 500;
    font: 12px 'verdana', arial, helvetica, sans-serif;
    font-weight:	500;
    text-decoration: none;
    padding-left: 4px;

}

#rightoutersection a
{ 
	position: relative; z-index: 500;
    font: 12px 'verdana', arial, helvetica, sans-serif;
    font-weight:	500;
    text-decoration: none;
}

#rightoutersection p
{
	padding-left:	4px;
}


#rightbar h4
{
	list-style-type: none;
	font: 14px 'verdana', arial, helvetica, sans-serif;
	font-weight: 600;
	padding-left: 4px;
	margin: 0;
	background-color:	#003300;
	color: #FFFFFF;
}

#rightbar-inner ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

#rightbar-inner li
{
	list-style-type: none;
	padding-left: 4px;
	margin: 0;
	list-style-position: outside;
}

#rightbar-inner
{
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 147px;
	font-size: 11px;
	border:	1px solid #000000;
	overflow:	hidden;
}

#rightbar-inner p
{
	padding-left: 4px;
}

#rightbar-outer ul
{
	list-style-type: none;
	margin: 0;
	list-style-position: outside;
}

#rightbar-outer li
{
	list-style-type: none;
	padding: 2px 0px 2px 4px;
	list-style-position: outside;
}

#rightbar-outer
{ 
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 147px;
	font-size: 11px;
	border:	1px solid #000000;
	overflow:	hidden;

}
/* End Sidebars*/

.storycontent
{ 
	list-style-type: none;
	font: 12px 'verdana', arial, helvetica, sans-serif;
	float: left;
	margin: 0; 
	width: 100%;
}



#searchbox
{
	border:					#000000 1px solid;
	width:					300px;
	height: 				85px;
	text-align:				center;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#searchbox2
{
	border:					#000000 1px solid;
	width:					300px;
	height: 				120px;
	text-align:				center;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
form#searchform input#s
{
	width:					100px;
	padding: 4px;
}

#footer
{
	clear: both;
width: 1026px;
height: 200px;
margin-top: 0px;
margin-left: 0px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;

	text-align: center;
	background-color:	#003300;
	padding: 0px;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #DACC6B;
	text-decoration: none;
	border-bottom: 1px dotted #DACC6B;
}

/* extras not in ordinary pages */

/* put here for sitemap */
.sitemap h4
{
    font: 16px 'Times New Roman', verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	width: auto;
	border: none;
	list-style-type: none;
	padding-left: 4px;
	margin: 20px 0;
	border:	1px solid #000000;
	background-color:	#c0c0c0;
	background: url(../Copy%20of%20gazette3/images/center-h4-trans.png);
}
.sitemap ul
{
	/*border: none;
	margin-left: 10px;*/
}
.sitemap li
{
	list-style-type: none;
	margin: 0;
}
.sitemap a {
	text-decoration: none;
}
.sitemap h2
{
    font: 16px 'Times New Roman', verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	width: auto;
	border: none;
	list-style-type: none;
	padding-left: 4px;
	margin: 10px 0;

	border:	1px solid #000000; 
	background-color:	#c0c0c0;
	background: url(../Copy%20of%20gazette3/images/center-h4-trans.png);
}
.sitemap h3
{
	padding: 0px 0px 3px 5px;
	font-size: 100%;
	margin: 2px 0px 0px 0px;
	width: auto;
	border: none;
}
.pagetitle
{
	font: 14px 'verdana', arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 20px 0;	
	padding-left: 4px;
}
#calendar-box
{
	width:			100px;
	height:			300px;
	border: 		#000000 1px solid;
	text-align:		center;
	vertical-align:	top;
	padding:		0px;
	margin:			0px;
	float:			left;
}
#wp-calendar
{
	empty-cells: show;
	font-size: 10px;
	margin: 0;
	width: 100px;
	height:	300px;
	vertical-align:	top;
	text-align:	center;
}
table#wp-calendar
{ 
	margin-top: 0px;
}
#wp-calendar #next a
{
	font-size:	12px;
	padding-right: 0px;
	text-align: right;
	background-color:#FFFF99;
}
#wp-calendar #prev a
{
	font-size:	12px;
	padding-left: 0px;
	text-align: left;
}
#wp-calendar #prev a:hover,
#wp-calendar #prev a:visited:hover
{ 
	background: #fff;
}
#wp-calendar #next a:hover,
#wp-calendar #next a:visited:hover
{ 
	background: #fff;
}

#wp-calendar a
{
	display: block;
	color: #7098cc;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover
{
	background: #a5c9e6;
	color: #7098cc;
}
#wp-calendar a:visited
{ 
	color: #7098cc;
	font-weight: normal;
}
#wp-calendar caption
{
	color: #0000cd;
	font-size: 11px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	border-bottom: #444 1px solid;
}
#wp-calendar td
{
	color: #0000cd;
	font-size: 10px;
	letter-spacing: normal;
	text-align: center;
}
#wp-calendar td.pad:hover
{
	background: #fff;
}
#wp-calendar td:hover, 
#wp-calendar #today
{
	background: #ffffcc;
	color: #7098cc;
}
#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
	color: #0000cd;
	text-align: center;
}
.diggButton { float: left; margin: 0 .5em .5em .5em; } 

#breadcrumb
{
	font-size: 12px;
	margin: 0;
	text-align:	center;
}

#breadcrumb a
{
	display: block;
	color: #7098cc;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}
#breadcrumb a:hover
{
	color: #7098cc;
	background-color: #FFFF00;
}
#breadcrumb a:visited
{ 
	color: #7098cc;
	font-weight: normal;
	background-color: #FFFF00;
}

div.ddsg-wrapper ul h2{
width:100%;
background-color: #CCC;
padding: 5px 0 5px 5px;
}
div.ddsg-wrapper ul ul {
list-style-image:none;
list-style-type:none;

}

.cathead {
width:100%;
background-color: #CCC;
padding: 5px 0 5px 5px;
margin-left: -20px;


}
.categories {
margin-left: 20px;

}
h4.searchHeader{
width:100%;
background-color: #CCC;
padding: 5px 0 5px 5px;
font-size: .9em;
}
.awppost_link, .awppost_link_hide{
	font-weight: bold;
}
 p a.awppost_link_hide{
 	margin-top: 20px;
 }