/* AMC Boston Young Members Committee stylesheet
   Andrew Shearer 2005-06 - 2006-09
   
   Colors (matching outdoors.org):
   
   Maroon #811313
   Dark brown #776d59
   Slightly different brown #8C8175
   Yellow #FEF7AA
   
   #CFC7B4: light tan
   */


/* Begin general content styles */
@import url(includes/random-header.css.php);

body
{
	font: 76% "Lucida Grande", Verdana, "Bitstream Vera Sans", Geneva, Arial, sans-serif;
	background: white url(images/background.gif) repeat-x;
	color: black;
}
#container
{
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    color: #222;
    border: 1px solid gray;
    line-height: 150%;
}
 
h1, h2, h3, h4
{
    color: #811313
}

h1
{
    font-size: 140%
}

h2
{
    font-size: 138%; margin: 0.6em 0 0.2em 0; padding: 0
}

h3
{
    font-size: 110%; margin: 0.7em 0 0 0; padding: 0
}

h4
{
    font-size: 90%; margin: 0.7em 0 0 0; padding: 0
}

p
{
    margin: 0.5em 0
}

ul li {margin: 0 0 0 0.2em}

#header 
{
    margin: 0em;
    padding: 0px;
    background-color: #811313;
    height: 130px;
    /* doesn't include border (not IE's model), so IE will cut a couple of pixels off image, which is OK */
    border-color: #811313;
    border-width: 3px 0 4px 0;
    border-style: solid;
}

#header h1
{
    padding: 0;
    /*width: 329px; height: 84px;*/
    margin: 20px 0 0 16px; color: white; 
    /*display: none text-indent: 300px; overflow: hidden; */
    
}

#header h1 span {
    display: none
}
 
body #header h1 {
    width: 329px;
    height: 84px;
    background-image: url(images/logo.png);
}

* html #header h1 {
    /* underscored lines are for Windows IE, exploiting a parsing bug
    to get its special alpha image loader to recognize the transparent PNG */
    /* Beware -- src may be relative to the page, not this stylesheet, so
    either keep all pages in the same dir or make it absolute */
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
}

#template_content {
    margin-left: 180px;
    border-left: 0px solid gray;
    padding: 1em;
    max-width: 42em;
}

#footer {
    clear: both;
    margin: 0;
    padding: 0.5em;
    color: #333;
    background-color: #ddd;
    border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }

table.meetingsSchedule {
    
}
table.meetingsSchedule td {
    vertical-align: top;
    border-bottom: 1px solid #999;
    white-space: nowrap;
    padding: 0.2em 1em
}
table.meetingsSchedule th {
    vertical-align: bottom;
    background-color: #FFF;
    white-space: nowrap;
    border-bottom: 2px solid #666;
    padding: 0.2em 1em;
    text-align: left;
    font-size: 90%
}
table.meetingsSchedule .clubGatheringNote {
    padding-left: 0.4em;
    font-weight: bold;
    color: #811313
}
table th .clubGatheringNote {
    font-size: 80%;
}

a.documentLink img.icon {
    vertical-align: -3px; border: none}
a.documentLink .fileType {font-size: 80%; font-weight: bold}
a.documentLink {text-decoration: none; padding-right: 0.5em}


/* ul.headings: nested unordered list. Top-level list turns into
headings with shaded backgrounds. Nested unordered lists appear
under those headings. */
ul.headings
{
	list-style-type: none;
	list-style-position: inside;
	color: #811313;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 0 0 0;
}
ul.headings li {
    margin: 1em 0 0 0
}
ul.headings ul
{
    font-weight: normal;
    list-style-type: disc;
    color: gray;
    background-color: white;
    padding: 0.4em 0 0 2em
}
ul.headings ul li
{
    margin: 0; padding: 0;
    border: none;
    color: black;
    background-color: inherit
}
ul.headings li
{
    border-top: 1px solid #8c8175;
    padding: 2px 0 0 3px;
    background-color: #CFC7B4
}
ul.handbook li
{
    color: black
}
/* End general content styles */

/* Home page */
.homepageMenu h3 a, .homepageMenu h3 a:visited {color: #811313}

/* Contacts page -- list of people */
ul.people {
    margin: 1em 0; padding: 0
}

ul.people li {
    list-style: none;
    margin: 0 0 0 0; padding: 0.6em 1em;
    border-bottom: 2px dotted /*#811313;*/ #FFF;
    background-color: #CFC7B4;
    font-weight: bold
}

.people .contact {
    display: block; padding-left: 2em; font-weight: normal
}

.people .phone {
    padding-left: 1em; color: #555
}

ul.people .role {
    font-weight: normal
}

/* End contacts page -- list of people */

/* Begin nav menu */

form {margin: 0}

#navcontainer { margin: 0; padding: 0; float: left; border-bottom: 3px solid #811313; width: 152px}
/* IE 5 Mac requires a width on floated elements, or it assumes 100% */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
width: 152px;
}

#navcontainer li {margin: 0;}

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 130px;
color: #000;
background-color: #ADC1AD;
text-decoration: none;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
font-weight: bold;
}

/* Tan hack + commented backslash hack, for IE Win's box model \*/
* html #navcontainer a {width: 150px}
/* End commented backslash hack */

#navcontainer a:hover, #navcontainer a.current
{
color: #000;
background-color: #889E88;
text-decoration: none;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #000;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}
/* End nav menu */

div.subscribe {align: right: text-align: center; background: #EFEFEF;
  padding: 0.7em; margin: 1em; border: 1px solid silver; float: right;
  border-radius: 3px; -moz-border-radius: 5px; width: 14em}
/* IE 5 Mac requires a width on floated elements, or it assumes 100% */

div.subscribe form {text-align: center; margin: 0; padding: 0}
div.subscribe input.submit {margin-top: 0.7em}
div.news {}
div.news .date {padding-right: 0.5em; /*border-right: 1px solid gray;*/ margin-right: 0.2em}
div.main.homepage {}
/* hide next rule from IE Mac, which supports :first-letter but doesn't
extend the background color to the padding, making the letter hard to read.
Use backslash hack: \*/
p.fancycap:first-letter {float: left; background-color: #776d59; color: white;
    font-size: 300%; line-height: 80%; padding: 4px; margin-right: 2px}
/* End hiding from Mac IE */
img.rightphoto {float: right; margin-left: 0.7em; padding: 1px;
    background-color: #cfc7b4; border: 2px solid #8C8175}
div.callout {padding: 1em; background-color: #F0EBDB; margin: 1em 0.3em}
div.callout h4 {padding: 0; margin: 0}

.medEntryBlank {display: inline-block; border-bottom: thin solid black; width: 15em}
.shortEntryBlank {display: inline-block; border-bottom: thin solid black; width: 6em}
ul.photos {list-style-type: none; padding: 0; margin: 0 0 1em 0}
ul.photos li {float: left; width: 240px; text-align: center;
    margin-right: 1em; padding: 0; margin-bottom: 1em}
ul.photos img {vertical-align: middle; margin-bottom: 0.7em; display: block}
ul.photos a img {border: 2px solid #811313}

h3.clear {clear: both}

/*ul.photos a {display: inline-block}*/


@media print {
    body {background: none}
    #container {width: auto; background: none; border: none; color: black}
    #navcontainer {display: none}
    #header {display: none}
}

