/*  
Theme Name: Gunflint Pines
Theme URI: http://gunflintpines.org/
Description: Theme to match look of the Gunflint Pines website
Version: 1.0
Author: Sandra Schutte
Author URI: http://boreal.org/
*/

body {
	background: #DFCDB5;
	color:#000000;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
        width: 920px;
}

.dr2 {
	width: 925px;
	margin-left:0;
	background: url('http://www.gunflintpines.com/assets/images/birch3.jpg');
}

.dr2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dr2 li {
	float: left;
	position: relative;
	width: 7.5em;
	height: 1.5em;
	background: url('http://www.gunflintpines.com/assets/images/birch3.jpg');
	vertical-align: middle;
	padding-top: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold

}

.dr2 li li {
	width: 11em;
	}


.dr2 li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: url('http://www.gunflintpines.com/assets/images/birch3.jpg');
	padding-top: 2;
	width: 8em
	
}

.dr2 li > ul {
	top: auto;
	left: auto;
	}


.dr2 li:hover ul, .dr2 li.over ul {
	display: block;
	focus: block;
	}

.dr2 span a {	
	text-decoration: none;
	color:#000000;
}

.dr2 span a:hover{
	color: #CC0033;
	}
	
span#subI a {
	text-decoration: none;
	color:#000000;
	padding: 0.2em 4px;

}	

span#subI a:hover {
	color: #CC0033;
}	

.dr2 .space {
	padding-top: 7px
}



#sidebar {
  float: left;
  width: 18%;
  border: 2px solid #006600;
  padding: 4px 4px 4px 4px;
}

#sidebar h2 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
}
  
#sidebar ul {
  list-style-type: none;
  margin-left: 5px;
  padding-left: 5px;
}

#content {
  float: right;
  width: 80%;
}

#footer {
  clear: both;
}
