/* CSS Document */ 

/*
Author: Blue Rose Design PDX ( Debbie Arthur )
Theme URI: http://www.bluerosedesignpdx.com
Description: Portland Oregon, freelance graphic and website designer / developer */ 

 


body {
	padding: 0;
	margin: 0;
	background: url(/img/bg_edge.jpg);
	background-position:center top;
	background-color: #9ab5b0;
	background-repeat:repeat-y;
	min-width: 1025px;
}

#wrapper{
	width: 803px;
	/* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  	margin: 20px auto 0 auto;
	background-image: url(/img/content_bg.jpg);
	}

/*******Major layout divisions****************/
/*Make branding a positioned element, but don't move it*/
#branding{
  position:relative;
}

/*Absolutely position links in the branding division*/
#branding a{
	position:absolute;
	text-decoration:none;
	color:#000;
	font-size:0.8em;
	}
	
/* Unvisited and visited links in branding bar */
#branding a:link, #branding a:visited {
  color:#000;
}

/* Hover links in branding bar */
#branding a:hover{
  color:#0f0;
}

/* Active link in branding bar */
#branding a:active{
  color:#1bb498;
}

/* Fixes the mysterious image gap */
#branding img{
	display:block;
}

#branding h1{
	font-family:'Arial Black', Charcoal, Impact, Sans-serif;
	font-size:2em;
	padding-top:0.25em;
	}
	
#leftcolumn{
  /* Remember, content left margin must match this width */
  width:189px;
  float:left;
}

/*******Navbar divisions****************/
/* Navbar division (Vertical navbar) */

#navcontainer {
	width:165px;
	margin-top:0px;
		}

#navcontainer ul {
	margin-left: 0;
	padding-right: 5px;
	padding-bottom:5px;
	padding-top:5px;
	list-style-type: none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:8px;
}

#navcontainer a {
display: block;
padding: 2px;
padding-bottom:5px;
padding-top:5px;
width: 165px;
background-color: #f6efc6;
color: #009999;
border-left: 3px solid #9ab5b0;
border-bottom: 2px solid #9ab5b0;
}

#navcontainer a:link, #navlist a:visited {
text-decoration:none;
}

#navcontainer a:hover {
text-decoration:none;
background-color:#ecf1f7;
color: #7c93cb;
}


#content{
	/* Left margin must match leftcolumn width */
    margin-left:189px;
	color:#000;
	padding-top:0px;
	padding-right:20px;
	padding-left:15px;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #ffffff;
padding: 2px;
}

.floatleft
{
float: left;
margin: 0 10px 0px 0px;
border: 1px solid #ffffff;
padding: 2px;
}

/****** Style rules for the content division *****/

/* Applies to paragraphs in the content division */
#content p{
  font-family:Georgia, Times New Roman, Times, serif;
  line-height:140%;
  font-size:12px;
  font-weight:normal;
  color:#333333;
}


/* Applies to all lists in the content division */
#content ul{
  font-family:Georgia, Times New Roman, Times, serif;
  line-height:140%;
  font-size:12px;
  font-weight:normal;
  color:#333333;
}

#content li{
  padding:10px 50px 0 0;
  font-family:Georgia, Times New Roman, Times, serif;
  line-height:140%;
  font-size:12px;
  font-weight:normal;
  color:#333333;
}


/* Size h1 headings in the content division */
#content h1{
  font-family:"Comic Sans MS", "Brush Script MT";
  line-height:100%;
  letter-spacing:125%;
  font-weight:400;
  font-size:16px;
  color:#660000;
}

/* Size h2 headings in the content division */
#content h2{
  font-family:Georgia, Times New Roman, Times, serif;
  line-height:100%;
  letter-spacing:100%;
  font-weight:bold;
  text-decoration:underline;
  font-size:14px;
  color:#629086;
}

/* Size h3 headings in the content division */
#content h3{
  font-style:normal;
  font-family:Georgia, Times New Roman, Times, serif;
  line-height:100%;
  letter-spacing:100%;
  font-weight:bold;
  color:#629086;
  font-size:14px;
}
.signature{
  margin-left:5px;
  font-family:"Comic Sans MS", "Brush Script MT";
  font-weight:bold;
  font-size:14px;
  color:#333333;}

#content p a:link, a:visited{
text-decoration:none;
font-weight:regular;
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;}

#content p a:hover, a:active{
text-decoration:none;
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;}


/*footer division*/
#footer {
	clear:both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	height:69px;
}

#footer p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-top:7px;
  text-align:right;
  padding-right:20px;
  font-weight:normal;
  color:#660000;
}

#footer p a:link, a:visited{
text-decoration:none;
font-weight:regular;
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;}



