/*
Theme Name: Snoqualmie Theme
Theme URI: http://www.snoqualmiegourmet.com/
Description: The theme for the Snoqualmie Gourmet ice cream website.
Version: 1.0
Author: Michael Novi
Author URI: http://michaelnovi.com/
Tags: snoqualmie, custom header, fixed width, two columns, widgets
*/

body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	background-image: url('images/background.png');
}

img {
	border: none;
}
#total_body
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}

/*
div {
	border: 1px solid #ccc;
}
*/

#header {
	width: 100%;
	height: 120px;
}

#header #logo {
	float: left;
	width: 380px;
	height: 56px;
	padding: 32px 0px 32px 0px;
}

#header #marquee {
	float: left;
	position: relative;
	width: 490px;
	height: 120px;
	overflow: auto;
}

#header #marquee #marquee_content {
	width: 2100px;
	height: 100%;
}

.marquee_item {
	position: relative;
	float: left;
	padding-right: 15px;
	width: 160px;
	height: 100px;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding-right: 10px;
}

.marquee_pic {
	float: left;
	cursor: pointer;
	width: 150px;
	height: 100px;
}

#body {
	width: 100%;
	height: 560px;
	padding: 20px 0px 20px 0px;
}

.left_column {
	float: left;
	width: 380px;
	height: 100%;
}

#body #nav_menu #nav_items {
	float: left;
}

#body #nav_menu #navigation_ice_cream {
	float: left;
	width: 120px;
}

#body #nav_menu #nav_items .menu_item {
	float: left;
	position: relative;
	clear: left;
	width: 100%;
	border: none;
}

#body #nav_menu #nav_items .menu_item img {
	border: none;
}

#body #nav_menu #nav_items .menu_item div.hidden {
	display: none;
}

#body #nav_menu #nav_items .menu_item a {
	color: #C7B18A;
	text-decoration: none;
	font-weight: bolder;
}

#body #nav_menu #nav_items #aboutus {
	top: 30px;
}

#body #nav_menu #nav_items #sustainability {
	top: 50px;
}

#body #nav_menu #nav_items #products {
	top: 70px;
}

#body #nav_menu #nav_items #cafe {
	top: 85px;
}

#body #nav_menu #nav_items #press {
	top: 105px;
}

#body #nav_menu #nav_items #newsletter {
	top: 130px;
}

#body #nav_menu #nav_items #login {
	top: 145px;
}

#body #nav_menu #address_footer {
	clear: both;
	top: 10px;
	left: 60px;
	padding-left: 70px;
}

.right_column {
	float: left;
	width: 516px;
	height: 100%;
}

#body #content_frame {
	height: 500px;
	padding-bottom: 0px 0px 0px 10px;
}

#body #content_top {
	width: 100%;
	height: 20px;
	background: no-repeat left bottom url('images/content_border_top.png');
	text-align: right;
	text-transform: uppercase;
	font-size: 8px;
}

#body #content_bottom {
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: no-repeat left top url('images/content_border_bottom.png');
}

div.clearer {
	clear: both;
}

#body #content_frame #scroll_holder {
	overflow: auto;
	height: 500px;
	padding-left: 25px;
	margin: 0px;
	background: repeat-y left url('images/content_bg.jpg');
}

#body #content_frame #scroll_holder #content {
	width: 440px;
	background: transparent;
	color: #794400;
	font-size: 9.5pt;
}

#content a:link {
	text-decoration: none;
	color: #794000;
	border-bottom: 1px dotted #794400;
}

#content a:visited {
	text-decoration: none;
	color: #D39D60;
	border-bottom: 1px dotted #D39D60;
}

#body #content_frame #scroll_holder #content h1 {
	text-transform: uppercase;
	font-size: 9.5pt;
	font-weight: bold;
}

#body #content_frame #scroll_holder #content h2 {
	text-transform: uppercase;
	font-size: 9.5pt;
	font-weight: normal;
}

#body #content_frame #scroll_holder #content p {
	font-size: 9.5pt;
	line-height: 125%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body #content_frame #scroll_holder #content input {
	border: #794400 1px solid;
	font-size: 9.5pt;
	color: #794400;
	margin-bottom: 5px;
}

#body #content_frame #scroll_holder #content input[type="hidden"] {
	display: none;
}

#body #content_frame #scroll_holder #content #rememberme {
	border: none;
	margin: 0px;
	padding: 0px;
}

#body #content_frame #scroll_holder #content label {
    display: block;
    font-weight: bold;
}

ul.twitter {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	cursor: default;
	overflow: none;
}

#ticker_bottom {
	padding: 0px;
	border: 0px;
	height: 5px;
	background: url('images/ticker_bottom.png') no-repeat top left;
}

#ticker_top {
	padding: 0px;
	border: 0px;
	height: 5px;
	background: url('images/ticker_top.png') no-repeat bottom left;
}

#footer {
	padding: 10px;
	text-align: center;
	color: A68462;
	font-size: 8pt;
	width: 100%;
}