@charset "utf-8";
/* CSS Document */


/* CSS Undo * Disables Browser defaults */
html {height: 100%; margin-bottom: 1px;}
body {min-height:101%}/* forces a scrollbar so page doesn't jump */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, td, table {margin:0; padding:0}
h1, h2, h3, h4, h5, h6, pre, code {font-size:1em;}
:link, :visited {text-decoration:none;}

/* main div styling */
body {
	line-height: normal;
	background: black url(../images/body_bkg.gif) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
#wrapper {
	width: 960px;
	background: white url(../images/wrapper_bkg.jpg) repeat-y;
	margin: 20px auto 0;
	text-align: left;
}
#header {
	margin: 0 12px; /*important to move div away from buttons */
	background: url(../images/header_bkg2.gif) no-repeat;
	height: 149px;
	width: 936px;
	position: relative;
}
#h2_main {
	margin: 0 12px; /*important to move div away from buttons */
	height: 38px;
	background: url(../images/h2_bkg2.gif) no-repeat;
	padding: 0 40px 0 187px;
	overflow: hidden;
}
#content {
	margin: 0 12px; /*important to move div away from buttons */
	padding: 0px 20px 20px 20px;
}

#footer2 {
	width: 960px;
	margin: 3px auto 20px;
	color: #ccc;
	font-size: 0.7em;
}
/* End main styling */

/* Header sub-divs */ 
#header img {
	margin-top: 10px;
	margin-left: 18px;
	border: none;
}
#tagline {
	position: absolute;
	top: 83px;
	left: 185px;
	width: 700px;
	font-style: italic;
	font-size: 0.75em;
}

#brownsfield_title {
	position: absolute;
	top: 83px;
	left: 167px;
	width: 725px;
}

h1#title {
	display: none;
}

h1#text_title {
	position: absolute;
	top: 83px;
	left: 185px;
	width: 700px;
	font-size: 2em;
	color: #000;
}
/* End Header sub-divs */ 

/* navigation on expanding pages and member pages w/o menu  */


#navbar_narrow {  /*   this is what I am working on  */
	margin: 0 12px 10px;
	padding: 3px 0;
	background: #950000;
	border: 1px solid #C0D6CF;
}
#navbar_narrow ul {
	padding: 0;
	margin: 0;
}
#navbar_narrow li {
	list-style-type: none;
	display: inline;
	padding: 0 ;
	margin: 0;
}

#navbar_narrow li a, #navbar li a:visited {
	padding: 2px 10px;
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	background: #950000;
	color: #fff;
	border-right: 1px solid #C0D6CF;
}
#navbar li a:hover, #navbar li a:active {
	text-decoration: none;
	background: #000;
}
/* End navigation on expanding pages*/


/* Content Area Styling*/
p {
	margin: 10px 0;
}


a:link, a:visited {
	color: #950000;
}

a:hover {
	color: #d18d3e;
}

div.clearer {clear:both; line-height: 0; height: 0;}

/* End Content Area Styling*/

/* Footer2 content */
#footer2 span {
	padding-left: 40px;
	line-height: 1.2em;
}

#footer2 a:link {
	color: #950000;
}

#footer2 a:hover, #footer2 a:visited {
	color: #d18d3e;
}
/* End Footer2 content */

/* font-styles */

#h2_main h2 {
	font-size: 1.3em;
}


h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0 10px;
}

h3.house, h2.house {
	background: url(../images/house_sm.gif) no-repeat left bottom;
	border-bottom: 1px solid #000;
	padding-left: 34px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -10px;
}

.alert {
	color: red;
	font-size: 0.8em;
}

p.alert{
	color: red;
}

img {
	border: none;
}

/* End font-styles */

/* Member Profile Page */

form#member_profile {
	margin: 0 10px;
}

#member_profile p {
	margin-top: 5px;
}

#member_profile p.alert {
	margin: 3px 0;
}

p#current_settings, p#change_login_name, p#change_password {
	font-weight: bold;
	margin-top: 20px;
}





/* End Member Profile Page */

/* Members Photo Administration */

table#album_table {
	width: 85%;
}


table#album_table th {
	text-align: left;
	padding-bottom: 10px;
}

table#albums_table td {
	padding-bottom: 10px;
}

table#album_table td.c1 {
	width: 175px;
	padding-bottom: 10px;
}

table#album_table td.c3 {
	width: 150px;
}

table#album_table td.c4 {
	width: 125px;
	text-align: center;
}

span.photo_instructions {
	font-size: 0.7em;
}

table#photo_table {
	width: 100%;
}

table#photo_table td.c1 {
	width: 125px;
}

table#photo_table td.c2, table#photo_table td.c2 {
	width: 80px;
}


/* news pages */

p#breadcrumbs {
	margin: 0;
	font-size: 0.75em;
	margin-bottom: 10px;
}

div.divider {
	background: url(../images/divider.gif) repeat-x;
	height: 1px;
}

.toplink {
	font-size: 0.80em;
}




