harset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

html { overflow: -moz-scrollbars-vertical !important; overflow-y: scroll;}

body {
	background-color:#e0e6da;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a img {
	border: none;
}

p {
	margin: 0;
	line-height:1.3em;
	padding-bottom:1em;
}

h1{

	margin:0;
	padding-bottom:.5em;
	font-size:30px;
}



h2 {
	margin:0;
	font-size:18px;
	padding-bottom:.5em;
}

h3 {
	padding-bottom:.5em;
}

a:link {color: #1e1e1f; text-decoration: underline; }
a:active {color: #1e1e1f; text-decoration: underline; }
a:visited {color: #1e1e1f; text-decoration: underline; }
a:hover {color: #000; text-decoration: underline; }

#navigation a:link {color: #1e1e1f; text-decoration: none; }
#navigation a:active {color: #1e1e1f; text-decoration: none; }
#navigation a:visited {color: #1e1e1f; text-decoration: none; }
#navigation a:hover {color: #000; text-decoration: none; }


#header {
	width:980px;
	margin:0 auto;
	padding-top:10px;
	background:url(../media/tastethenorthwest.png);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:227px;
}

/* Navigation */

#navlinks ul li.purple a {
	color:#462f91;
}

#navigation {
	height:35px;
}

.mMiddle {
	background:url(../media/cMenu.jpg) repeat-x;
	height:35px;
	width:980px;
	margin:0 auto;
}

.mLeft {
	background:url(../media/lMenu.jpg) no-repeat left;
	width:980px;
	height:35px;
}

.mRight {
	background:url(../media/rMenu.jpg) no-repeat right;
	width:980px;
	height:35px;

}

#navlinks {
	padding-top:8px;
}

#navlinks li{
	font-size:18px;
	color:#333;
	display:inline;
	padding: 0 30px;
}

#navlinks ul {
	margin:0; padding:0;
	text-align:center;
	}

/* End Navigation */

#torso {
	width:1000px;
	margin:0 auto;
	padding-top:20px;
}

.torsoMiddle {
	min-height:300px;
	background:url(../media/centerMain.jpg) repeat-y;
	overflow:auto;
}

.torsoTop {
	background:url(../media/topMain.jpg) no-repeat top;
	min-height:10px;
}

.torsoBottom {
	background:url(../media/bottomMain.jpg) no-repeat bottom;
	min-height:300px;
	overflow:auto;
}


#main {
	width:665px;
	min-height:200px;
	float:right;
	margin-bottom:40px;
	margin-right:40px;
	margin-left:10px;
	padding-left:20px;
	border-left:1px solid #CCC;
	margin-top:20px;
}

#comments {
	width:665px;
	float:right;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom:1px solid #999;
}

#divisionLeft {
	width:320px;
	float:left;
	min-height:300px;

	
}

#divisionRight {
	width:320px;
	float:right;
	min-height:300px;
	
}

#main img {
	padding-bottom:1em;
}

.post {
	margin-bottom:10px;
	border-bottom:0px solid #CCC;
	padding-bottom:10px;
}

#callout {
	width:550px;
	margin:0 auto;
	border:1px solid #CCC;
	background-color:#fff;
	margin-bottom:20px;
	padding: 20px;
}

#sidebar {
	width:220px;
	float:left;
	min-height:250px;
	margin-left:30px;
	margin-top:20px;
	padding-left:0px;
}

.flLeft {
	float:left;
	padding-right:10px;

}

.sidebarSection {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #CCC;
}

.sidebarSectionLast {
	padding-bottom:25px;
	margin-bottom:25px;

}

#sidebar ul {
	list-style:none;
	margin:0;

	padding-left:0px;
}

#sidebar ul li {
	padding-bottom:.5em;
	margin:0;

}
	
}

#sidebar ul li ul {
	padding-left:10px;
}


#footer {
	width:980px;
	margin:0 auto;
	margin-top:20px;
	min-height:100px;
}

#copyright {
	width:350px;
	float:left;
	font-size:10px;
	margin-left:30px;
	color:#666;
}

#copyright a {
	color:#CCC;
}

.light {
	color:#CCC;
}

.floatRight {
	float:right;
	padding-left:20px;
	padding-right:10px;
}