@CHARSET "ISO-8859-1";

/* CSS Document for Susky River Grille
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2009
*/ /* Browser Reset Styles ================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
}

em {
	font-style: oblique;
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #0d0000 url('/images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 30px;
	color: #000;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link,a:visited,a:active {
	color: #000000;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul,ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}

li {
	margin-bottom: 5px;
}

/* Classes ============================== */
.clear {
	clear: both;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* Menu */
dl {
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
	background: url(/images/dot.gif) repeat-x 0 1.2em
}

dt,dd.price {
	font-size: 130%;
	font-weight: bold
}

dt {
	float: left;
	padding-right: 3px;
	color: #F70000
}

dd {
	margin: 0
}

dd.price {
	float: right;
	padding-left: 3px;
	color: #000
}

dd.ingredients {
	float: left;
	width: 100%;
	padding: 3px 0;
	font: italic 100% Georgia, Times, sans-serif;
	color: #555
}

/* Paged Navigation */
#pagenav {
	margin-bottom: 40px;
	line-height: 20px;
}

#paginationText {
	
}

#paginationNavigation {
	margin-top: 5px;
	color: #0f5b71;
}

#pagenav a {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 4px;
}

#pagenav a:hover {
	text-decoration: none;
	border: 1px solid #ccc;
	background: #0f5b71;
	color: #fff;
}

/* Header */
#wrap {
	background: url('/images/bg_center.gif') 0 0 no-repeat;
	margin: 0 auto;
	width: 1024px;
}

#header {
	padding-top: 1px;
}

#header-top {
	color: #fffce0;
	text-align: center;
	width: 865px;
	margin: 0 auto;
}

#header-top a {
	color: #fffce0;
	text-decoration: none;
}

#directions {
	float: right;
}

#logo {
	width: 915px;
	height: 257px;
	position: absolute;
	padding-left: 25px;
	z-index: 999;
}

#home-slideshow {
	height: 346px;
	width: 845px;
	border: 10px solid #fffce0;
	margin: 155px auto 0 auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#home-slideshow #slideshow {
	height: 346px;
	width: 845px;
	margin: 0;
	padding: 0;
}

#interior-slideshow {
	width: 845px;
	height: 242px;
	margin: 155px auto 0 auto;
	border: 10px solid #fffce0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

#interior-slideshow #slideshow {
	width: 845px;
	height: 242px;
	margin: 0;
	padding: 0;
}

/* Navigation */
#nav {
	border-bottom: 5px solid #fffce0;
	border-left: 5px solid #fffce0;
	border-right: 5px solid #fffce0;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	width: 825px;
	margin: 0 auto 20px auto;
	background: #2c1010 url('/images/nav-bg.gif') 0 0 repeat-x;
	padding-top: 15px;
	height: 35px;
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	padding: 10px;
	border-right: 1px solid #3d2b2b;
	font-size: 17px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url('/images/nav_on.gif') center top no-repeat;
}

#nav ul li a#current {
	background: url('/images/nav_on.gif') center top no-repeat;
}

#nav ul li a.none {
	border: none;
	margin-right: 0;
}

/* Content Containers */
#container {
	width: 940px;
	margin: 0 auto;
}

#main-column {
	width: 518px;
	margin: 0 40px 0 20px;
	float: left;
}

#sidebar {
	width: 318px;
	float: left;
}

#home-content {
	background: url('/images/suskyriver.gif') 0 0 no-repeat;
	padding-top: 72px;
}

#home-content #content {
	background: #fffce0;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	padding: 10px 20px 20px 20px;
	margin-left: 13px;
}

#interior-content {
	
}

#interior-content #content {
	background: #fffce0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 20px;
	margin-left: 13px;
}

#networking {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

#mailinglist {
	width: 170px;
	float: right;
}

#mailinglist .mailing_input {
	font-size: 11px;
	color: #707070;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #5b5b5b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 20px;
	margin: 0;
}

#mailinglist .mailing_submit {
	padding: 0 3px 3px 3px;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	background: #eca21f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	border: 1px solid #eca21f;
}

#subnav {
	margin-left: 16px;
	margin-bottom: 40px;
}

#subnav-content {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px 20px 20px 20px;
	background: #fffce0;
	padding: 10px;
	width: 275px;
	margin-left: 5px;
}

#breadcrumb {
	background-color: #e8e4c4;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 7px;
	font-size: 11px;
	color: #7e685a;
}

#breadcrumb a {
	color: #7e685a;
}

#gallery {
	margin: 0;
	padding: 0;
	width: 100%;
}

#gallery li {
	list-style: none;
}

.gallery-name {
	font-weight: bold;
	text-align: center;
	display: block;
}

ul.multicolumn {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.multicolumn li {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	display: inline;
}
ul.multicolumn li a { margin: 0; padding: 0; }

ul.multicolumn li img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0;
	margin: 0 0 20px 0;
	background: #efefef;
	border: 13px solid #fff;
}

#laff-lounge {
	margin-left: 33px;
}

#laff-content {
	border-left: 1px solid #0f0808;
	border-right: 1px solid #0f0808;
	border-bottom: 1px solid #0f0808;
	background: #000000;
	padding: 10px;
	width: 275px;
	margin-left: 5px;
}

#laff-content a.viewmore {
	color: #fff;
	font-size: 10px;
	position: relative;
	bottom: 50px;
	float: right;
}

#events {
	margin-left: 16px;
}

#events-content {
	border-left: 1px solid #0f0808;
	border-right: 1px solid #0f0808;
	border-bottom: 1px solid #0f0808;
	background: #000000;
	padding: 10px;
	width: 275px;
	margin-left: 21px;
}

#events-content a.viewmore {
	color: #fff;
	font-size: 10px;
	position: relative;
	bottom: 40px;
	float: right;
}

.event-container {
	color: #fff;
	font-size: 12px;
	margin: 20px 0;
}

.event-container h2 a {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.event-container a {
	color: #fff;
	font-size: 10px;
}

.event-container span.datetime {
	font-size: 14px;
	font-weight: bold;
}

#laff-content .event-container h2 a {
	color: #fffc00;
}

#laff-content .event-container a {
	color: #fffc00;
}

#events-content .event-container h2 {
	color: #018cff;
}

#events-content .event-container a {
	color: #018cff;
}

#footer {
	border-top: 1px solid #251a1a;
	padding: 20px 10px 50px 10px;
	margin: 0 10px;
}

#links {
	width: 450px;
	float: left;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links ul li {
	display: inline;
}

#links ul li a {
	color: #fff;
	font-size: 10px;
	margin-right: 3px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#links ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

.event-holder {
	border: 1px solid #ede8b6;
	background: #fffef2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.event-holder h3,.event-holder-alt h3 {
	color: #b11800;
}

.event-holder h3 a,.event-holder-alt h3 a {
	color: #b11800;
	text-decoration: none;
}

.event-holder .datetime,.event-holder-alt .datetime {
	font-style: italic;
	font-size: 10px;
}

.event-holder .viewmore,.event-holder-alt .viewmore {
	font-weight: bold;
	font-size: 10px;
}

.event-holder-alt {
	border: 1px solid #ded89e;
	background: #f2eed2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#copyright {
	font-size: 10px;
	color: #fff;
	width: 350px;
	float: right;
	text-align: right;
	line-height: 1.4em;
}

#copyright a {
	color: #fffc00;
	text-decoration: none;
}

#copyright a.nodec {
	text-decoration: none;
	color: #fff;
}
.emoxie {
	width: 855px;
	margin: 0 auto;
	background-color:#000;
	border:1px solid #666;
	padding:5px;
	font-size:14px;
	color:#daefbb;
	text-align: center;
	margin-bottom:10px;
	height:44px;
}
	.emoxie img {float:left; }
	.emoxie p {padding-top:5px;}
	.emoxie a {color:#fff!important;}
.white {color:#fff!important;}
