/* Start of CMSMS style sheet 'erickson02_screen' */
/* This was an open source xhtml/css website layout originally by Andreas Viklund and modified by Daniel Erickson. Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. 

Screen layout: */

/* Start News Display Attributes */
        .search {margin-left:0px;margin-top:25px;margin-bottom:25px;font-style:italic; font-weight: bold}

        .NewsSummaryPostdate {line-height: 1.2em; font-size: 80%;font-style:italic; font-weight: bold}
        .NewsSummaryLink {line-height: 1.2em; font-size: 80%; font-style:italic;}
	.NewsSummaryCategory {line-height: 1.2em;font-size: 76%; font-style:italic;}
	.NewsSummaryAuthor {line-height: 1.2em; font-size: 76%; font-style:italic}
        .NewsSummarySummary {line-height: 1.2em; font-size: 76%;}
        .NewsSummaryMorelink {font-size: 76%; padding-bottom: 10px;}

/* End News Display Attributes */


/* Start Body Attributes */
body {
margin: 0;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background-color: #092E0F; /*#5C5E46;*/
}

/* Deleted*/
#wrap {
background: #f8faf6;
color: #303030;
margin: 0 auto;
width: 900px;
padding: 0 0 0 0;
}/**/

#maincontainer{
	text-align: left;
	width: 900px;
	margin-right: auto; 
	margin-left: auto;
	top:0px;
        border: 2px solid #000;
        background-color: #f8faf6;
	background-image: url(uploads/CMRC/CMRCWrapperBkg.jpg);
	background-repeat: no-repeat;
}

#header {
	top:0px;
	height:350px;
	width:900px;
}

#header h1 {
text-align: right;
padding-right: 20px;
visibility: hidden;
display: none;
}

#header p {
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

/*#frontphoto {
margin: 0 0 10px 0;
border: 0;
}*/

#content {

	float: right;
	position: relative;
width: 675px;
margin: 0 0px 20px 10px; /*left was 30*/
padding: 0 20px 0 20px; /*left was 10*/
line-height: 1.5em;
text-align: left;
background-color: #f8faf6;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}


#avmenu {
/*clear: left;*/
/*clear: both;*/
float: left;
position: relative;
width: 150px;
margin: 0 0 10px 10px; /*moves it off the container margin */
padding: 0;
font-size: 1.1em; /*was 0.9em*/
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 0px 0px;
padding: 0;
font-size: 1.0em;
}	

#avmenu li {
margin-bottom: 0px;
}


/* first level */
#avmenu li a {
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 10px 0 10px;
/*background: #f4f4f4;*/
background: #e3e3c8;
border-left: 4px solid #092E0F;
}	
	
#avmenu li a:hover {
background: #c9c9b1;
color: #006700;
border-left: 4px solid #092E0F;
}

#avmenu li a.menuactive {
background: #c9c9b1;
font-weight: bold;
color: #000000;
border-left: 4px solid #092E0F;  /* was #286ea0; as ws hover above*/
}


/* second level */
#avmenu li li a {
font-weight: normal;
font-style: italic;
font-size: 0.9em; /*new addition*/
height: 20px;
text-decoration: none;
color: #505050;
display: block;
/*padding: 6px 24px 0 0px;*/
padding: 3px 5px 0 18px;
background: #e3e3c8;
/*background: #f4f4f4;*/
/*border-left: none;*/
border-left: 4px solid #092E0F;
}	

#avmenu li li a:hover {
background: #c9c9b1;
color: #006700;
border-left: 4px solid #092E0F;
}

#avmenu li li a.menuactive {
background: #c9c9b1;
color: #092E0F;
border-left: 4px solid #092E0F;
}

/* third level */
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0px 0 18px;
background: #f4f4f4;
border:0;
}	

#avmenu li li li a:hover {
background: #eaeaea;
color: #006700;
border:0;
}

#avmenu li li li a.menuactive {
background: #eaeaea;
color: #092E0F;
border:0;
}



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #e3e3c8;
line-height: 1.3em;
border: 1px solid black;
}

/* *********DONT NEED THIS, I THINK
#extras {
float: left;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

END OF DELETE ******************/

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px solid #000; /*#f0f0f0;*/
width: 900px;
text-align: center;
color: #808080;
font-size: 0.9em;
background: #e3e3c8;
}

#footer a {
/*color: #808080;*/
color: #000000;
font-style: bold;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
/* End of 'erickson02_screen' */

