/* CSS Document */

* {
 	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	text-algin: center; /* Centre container for IE6 */
}

a {
	color: #E8581F;
}

strong {
	font-weight: 600;
}

p, td, dd {
	color: #A7A9AC;
	line-height: 1.4;
}

h1 {
	
	font-weight: 700;
	color: #E8581F;
}

h2 {
	
	font-weight: 600;
	color: #FFF;
}

h3 {
	
	font-weight: 600;
	color: #E9E8E7;
}

ul,ol {
	margin-left: 20px;
}

a img {
	border: none;
}

input:focus,
textarea:focus {
	outline: none;
}

iframe {
	border: none;
}

p.errorMessage {
	background: #E8581F;
	color: #FFF;
	padding: 10px;
}

/* Buttons */
.button a {
	background: url(../images/arrow-right.png) right center no-repeat #E8581F;
	border-width: 0 0 0 1px;
	border-color: #B4451B;
	text-transform: uppercase;
	padding: 5px 20px 5px 5px;
	text-align: center;
	width: auto;
	margin: 10px 0;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
}

/* Slideshow */
.slideshow {
	width: 300px;
	height: 217px;
	background: #000 url('../images/loading.gif') no-repeat center center;
	overflow: hidden;
}

.slideshow img {
	padding: 0 !important;
}

#testimonials .slideshow {
	height: 182px;
}

.slideshow .slide {
	width: 300px;
	height: 182px;
}

#testimonials {
	background: #2E2E2E;
}

#testimonials .slideshow {
	height: 96px;
}

#testimonials .slide {
	background: #2E2E2E;
	height: 96px;
}

.slideshow>img,  
.slideshow>div,
.slideshow>a {
	display: none;
}

#testimonials div.timer,
#eventslideshow div.timer {
	display: none;
}

/* Open Table */
.OT_wrapper {
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	font-family: 'Open Sans', sans-serif !important;
	border-color: #E8581F !important;
}

.OT_day, .OT_time, .OT_party {
	border: none !important;
}

.ui-widget {
	width: 17em !important;
}

ul#subpagethumbs,
ul#gallery,
ul.menuList {
	clear: both;
	list-style: none;
	padding: 0 !important;
	margin: 10px 0;
}

ul#subpagethumbs li,
ul#gallery li {
	float: left;
	width: 29.33%;
	padding: 0;
	margin: 20px 2%;
	text-align: center;
	overflow: hidden;
}

ul#subpagethumbs li:nth-child(3n+1),
ul#gallery li:nth-child(3n+1) {
	clear: both;
}

ul#subpagethumbs li,
ul.menuList li {
	padding-bottom: 0;
}

ul#subpagethumbs li span,
ul#gallery li span,
ul.menuList li span {
	display: block;
}

ul.menuList li {
	background: url(../images/bg-mobile-navigation.png) top center repeat-x #DF4316;
}

ul.menuList li a {
	color: #FFF;
	text-decoration: none;
}

ul.menuList li span {
	background: url(../images/icon-download.png) center right no-repeat;
	padding: 2% 5%;
	margin-right: 20px;
}
	
ul#subpagethumbs li.pending {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

ul#subpagelist {
	clear: both;
}

ul#subpagelist li.pending {
	font-style: italic;
}

ul#blogPageOptions {
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Footer */
#social ul {
	list-style: none;
}

#social li.first a {
	margin-left: 0;
}

#newsletter input.button {
	background: url(../images/button-arrow-right.png) center center no-repeat #E8581F;
	display: block;
	float: left;
	border: none;
	text-indent: -9999px;
	margin: 0;
	border: none;
}

/* Admin Styles */
form input,
form textarea {
	font-family: 'Open Sans', sans-serif;
	width: 96%;
	background: #595857;
	color: #FCFCFC;
}

img.align-center {
  width: 100%;
  height: auto;
}
