/* Start of CMSMS style sheet 'BCMS-02' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}
a:focus, a:active {
outline: 0;
-moz-outline: none;
}
legend{
	font-weight: bold;
	color: #842938;
}
fieldset{
	background-color: #8B0343;
}
.clr{
	clear: both;
	height: 1px;
	width: 100%;
}
.box{
	border: 1px solid #C5C5C5;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
 }
.button a,.button a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #B20042;
	border:  1px solid #BCBCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

.button a:hover{
	background-color: #F8F7E2;
	border: 2px solid #666666;
	color: #842938;
}

#login{
	border: 1px solid #C5C5C5;
	padding: 10px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 50px;
 }
#login a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #CCCCCC;
	border:  1px solid #BCBCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 8px;
	position: relative;
	top: 10px;
	display: block;
	width: auto;
}

#login a:hover  {
	background-color: #F8F7E2;
	border: 2px solid #666666;
	color: #842938;
}

/*
 logout form and buttons
*/

#logout{
	border: 1px solid #C5C5C5;
	padding: 10px;
 	text-align: center;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
}

#logout a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #B20042;
	border:  1px solid #BCBCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

#logout a:hover{
	background-color: #F8F7E2;
	border: 2px solid #666666;
	color: #842938;
}

#content a.pdf{
	background-image: url(/images/axiomtemplate/BCMS-02/pdf-document.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 25px;
	font-size: 13px;
	height: 16px;
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/*
Fix Album Thumbnail Images
*/
#content .albumlist img,
#content .picturelist img{
	margin: 0px;
	padding: 0px;
	float: none;
	border: 1px solid #CCCCCC;
}
/*
Set initial font styles
*/

.data table{
	border: 2px solid #666666;
	margin-bottom: 10px;
}
.data td{
	padding: 5px;
}
.data th{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8A0242;
	padding: 3px;
}
.data  tr{
	background-image: url(/images/axiomtemplate/BCMS-02/TableRowBack.png);
	background-repeat: repeat-x;
	background-position: top;
}



.chart table{
	border: 2px solid #666666;
	margin-bottom: 10px;
	width: 100%;
	margin-top: 10px;
}
.chart td{
	padding: 5px;
}
.chart th{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8A0242;
	padding: 3px;
}
.chart  tr{
	background-image: url(/images/axiomtemplate/BCMS-02/TableRowBack.png);
	background-repeat: repeat-x;
	background-position: top;
}
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}
#map{
	border: 1px solid #666666;
}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
a img {
	text-decoration: none; 
}
/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}


#membersearchform{
	border: 1px solid #7C7B7D;
	margin: 10px;
	background-color: #EEEEEE;
	padding: 10px;
}

/*****************
basic layout 
*****************/
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
	background-color: #0E0307;
	color: #333; /* gives some air for the pagewrapper */
	background-image: url(images/axiomtemplate/BCMS-02/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 20px;
}

/******************************************************
Special formatting class and elements for data tables
*******************************************************/
.data th{
	color: #FFFFFF;
	background-color: #842938;
	padding: 3px;
}
.data table{
	border: 1px solid #221E1F;
	margin-bottom: 0.5em;
}

.data td{
	padding: 3px;
}
/******************************************************
Special formatting class and elements ABCs of Membership
*******************************************************/
.benefits{
	width: 100%;
}
.benefits p{
	text-indent: 50px;
	font-size: 1em;
	display: block;
	float: left;
	height: 100px;
	width: 245px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	background-color: #F7F6E1;
}
.dropcap{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #7E1230;
	display: block;
	height: 1em;
	margin-bottom: 0.5em;
	padding-left: 0px;
	position: relative;
	width: 1.25em;
	float: left;
	background-color: #FFFFFF;
	left: -5px;
	text-indent: 0px;
	padding-top: 0.5em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #67263C;
	border-right-color: #67263C;
	border-bottom-color: #67263C;
	border-left-color: #67263C;
}

/* center wrapper, min max width */
div#pagewrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	overflow: hidden;
	background-image: url(images/axiomtemplate/BCMS-02/repeat.gif);
	background-repeat: repeat-y;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	background: #385C72;
	display: block;
	width: 960px;
	height: 157px; /* adjust according your image size */
	background-color: #EDEAD7;
	background-image: url(images/axiomtemplate/BCMS-02/header.jpg);
	position: relative;
}

div#header h1 a {
	background-image: url(images/axiomtemplate/BCMS-02/logo2.gif);
	display: block;
	height: 96px; /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	width:  93px;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 10px;
}

div#search {
	float: right;
	width: 23em;     /* enough width for the search input box */
	text-align: right;
	padding: 0.6em 0 0.2em 0;
	margin: 0 1em;
	position: relative;
	top: 25px;
	right: 25px;
}

div.breadcrumbs {
	padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
	font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
	margin: 0 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
	margin-top: 1.5em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 10px;
	width: 940px;
}
div#content img {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
div#main {
	width: 565px;
	padding-left: 15px;
}
#bottom-content{
	width: 915px;
	_height:1%;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
}

#bottom-content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#bottom-content #savethedate, #bottom-content #membernews-summary,#bottom-content #hottopic-summary{
	margin-right: 14px;
 
}

 
div#sidebar {
	float: right;  /* set sidebar on the right side.*/
	width: 355px;    /* sidebar width, if you change this please also change #main margins */
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#sidebar img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 35%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #fff; /* same bg color as in header */
	background-image: url(images/axiomtemplate/BCMS-02/footer.jpg);
	background-position: center bottom;
	height: 74px;
	display: block;
	padding-top: 50px;
	background-repeat: no-repeat;
}

div#footer p {
	font-size: 0.8em;
	padding: 1.5em;      /* some air for footer */
	text-align: center; /* centered text */
	margin:0;
	color: #511E2F;
}

div#footer p a {
   color: #602237; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	margin: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 10px;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 35%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/********************
 Top Anchor Link
*********************/
#top a{
	display: block;
	height: 22px;
	width: 50px;
	background-image: url(images/axiomtemplate/BCMS-02/buttons/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 9px;
	text-indent: -9999px;
	float: right;
	margin-right: 25px; 
}
#top a:hover {
 
	background-position: center bottom;
 float: right;
}
/********************
 Relational Links
*********************/
#relationallinks{
	font-size: 0.75em;
	padding-left: 25px;
	margin-top: -10px; 
}
#relationallinks a{
	font-weight: bold;
	color: #333333;	 
}
#relationallinks a:hover{
	color: #AB0044;
	text-decoration: underline;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
	font-size: 2em;  /* font size for h1 */
	line-height: 1em;
	margin: 0;
	color: #AB0044;
}
div#content h2 {
	color: #AB0044;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	background-image: url(images/axiomtemplate/BCMS-02/h2-rule.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;  /* some air around p elements */
	line-height:1.4em;
	padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}


div#sidebar ul,
div#sidebar ol,
div#sidebar dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#sidebar ul li,
div#sidebar ol li {
	margin: 0 0 0.25em 3em;
}

/* END LISTS */

#content a.pdf{
	background-image: url(/images/axiomtemplate/BCMS-02/pdf-document.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 25px;
	font-size: 13px;
	height: 16px;
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
/* End of 'BCMS-02' */

