/* ***************************************************************************
Screen Stylesheet for brownbridges.com 
Originally composed by Max Schwanekamp www.neptunewebworks.com
*************************************************************************** */
body {
	background: #fff;
	font-family: "Times New Roman",Times,serif;
	font-size: 12pt;
} 

a {
	text-decoration: underline;
	color: blue;
}
a img {
	border: none;
}

/* Zero-out browser default margins/padding */
h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,dl,dt,dd,form,blockquote,cite,img,div {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {	font-weight: bold; }
h1 { font-size: 1.6em; margin: 0 .5em 1em; }
h2 { font-size: 1.4em; margin: 0 0 .75em 0; }
h3 { font-size: 1.3em; margin: 0 0 .5em 0; }
h4 { font-size: 1.1em; }
h5,h6 { font-size: 1em; } 

blockquote {
	border: 1px solid #eee;
	background: #eaeaea;
	padding: .5em;
	margin: 1em 3em;
}

cite {
	font-style: italic;
	color: #666;
	display: block;
	text-align: right;
}

dfn {
	border: 1px solid dotted;
	border-width: 0 0 1px;
}


dl dt {
	float: left; 
	clear: left;
	margin: 0 1em 0 0;
}

form {
	text-align: left;
}
fieldset {
	margin-top: 0.5em;
}

legend {
	font-style: italic;
	font-size: .8em;
	margin-bottom: .6em;
}

li {
	list-style: disc;
	background: none;
	margin: 0 0 .3em 2em; 
	padding: 0;
}

/********* General Elements ************/

.hidden {
	display: none ! important;
}
.clearing {
	clear: both;
}

h3.address {
	display: none;
}
dl.address {
	text-align: center;
}
dl.address dt {
	display: none;
}
dl.address dd.company-name {
	font-weight: bold;
}

/****** Wrapper for entire page ******/
div#pagewrapper {
	margin: 0; padding: 0 0 10px;
	position: relative;
	background-image: none;
	border: 1px solid #ddd;
}


/**************************** Masthead ***********************/

div#masthead {
	background: #eee;
	background-image: none;
	width: 100%;
	height: 1.6em;
	position: relative;
	margin: 0; padding: 5px 0;
}
div#masthead h1 {
	padding: 0;
	margin: 0;
	color: #78192A;
	background-image: none;
	height: 1.6em;
}

div#masthead p.tagline {
	font-style: italic;
	text-align: right;
	margin: -2.5em 0 0 0; padding: 0;
	height: 1em;
	background-image: none;
	display: block;
	
}
div#masthead p#logo-home-link,
div#masthead a {
	display: none;
}

/************************* Content ************************/
div#content-wrap {
	margin: 0; padding: 0;
	border: none;
}
div#content {
	margin: 0; padding: 1.5em 5%;
	border: none;
	background-image: none;
}

div#content h1 {
	/* h1 should not be used within div#content. */
	display: none;
}
div#content h2 {
	color: #000;
	border: none;
	text-align: left;
}
div#content h2 span {
	display: block;  /* simple mechanism to manually-break */
}
div#content h3 {
	color: #000;
	text-align: left;
}

div#content em {
	font-style: italic;
	font-weight: bold;
}


img.decorative {
	/* For images which are really just ornamental */
	display: none;
}

div#content p {
	margin-bottom: 1em;
}
div#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}
div#content a#nav-menu-link {
	display: none;
}

div#content div.personnel {
	padding-bottom: 2em;
	width: 70%;
	margin: 0 auto;
}
div#content div.personnel form {
	display: none;
}

div#content div.officers {
	display: block;
	width: 100%;
	text-align: center;
}
div#content div.officers h3 {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin: 0;	
}



/************************* Navigation ****************************/
div#navigation,
ul.navmenu {
	display: none;
}

/***************** Newsletter Subscribe Form *******************/
form.newsletter-form {
	display: none;
}

/**************** Events Page ****************/
div#events h2 {
	border: none;
	text-align: center;
}

div#events p.presented-by {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}


div.event-details {
	border: 1px solid #999;
	width: 50%;
	margin: 1em auto;
	padding: .2em;
	background: #fff;
	text-align: center;
}

div#events div.event-details h3 {
	font-size: 1em;
	color: #000;
	text-align: center;
}
div.event-details address {
	font-style: normal;
	margin-bottom: 1em;
	display: block;
}
div.event-details #register-link {
	display: none;
}

/************************* Footer *****************/
div#footer {
	clear: both;
	padding: 1em 0;
	margin: .5em 5%;
	border-top: 1px solid #333;
	text-align: center;
	font-size: .85em;
	background-color: #fff;
}
div#footer p {
	text-align: center;
	margin: 0 0 3em;
	display: block;
}
div#footer a {
	color: Silver;
}
div#footer p#swt {
	display: none;
}
ul#validators {
	display: none;
}

