/*
Theme Name: Kendall Poker Coupons
Description: The custom theme for Kendall Saville
Version: 2.9
Author: Tom Maitland
Author URI: http://auroracoded.com.au/
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div {
	position:relative;
}
img {
	border:none;
}
#header-wrapper {
	width:100%;
	background:url(images/header-bg.png) repeat-x top;
	height:70px;
	position:static;
}
#header {
	width:880px;
	height:70px;
	margin:auto;
	background:url(images/header-bg-highlight.png) right top no-repeat;
	vertical-align:middle;
}
#header img#title {
	float:left;
	vertical-align:middle;
	position:relative;
	top:15px;
}
#search {
	width:500px;
	float:right;
	display:inline;
	top:10px;
	vertical-align:middle;
	text-align:right;
}
	#searchglass {
		margin-right:10px;
	}
	#searchbox {
		background:url(images/searchbox.png) no-repeat;
		width:263px;
		height:14px;
		font-size:12px;
		color:#6d6d6d;
		padding:10px;
		border:0;
		position:relative;
		top:-13px
	}
	#searchsubmit {
		position:relative;
		top:-7px;
	}
	#searchtext {
		position:relative;
		top:-10px;
		left:-160px;
	}
	#searchtext a, #searchtext {
		font-size:14px;
		color:#6d6d6d;
		text-decoration:none;
	}
	#searchtext a:hover {
		text-decoration:underline;
	}
#nav-wrapper {
	background:url(images/nav-bg.png) repeat-x;
	height:44px;
	width:100%;
}
#nav {
	width:880px;
	height:47px;
	margin:auto;
	text-align:center;
overflow:hidden;

}
	#nav ul {
		margin:0;
		padding:0;
		position:relative;
		top:1px;
	}
	#nav ul li {
		float:left;
		list-style:none;
		border-left:1px solid #2b2b2b;
		height:43px;
	}
	#nav ul li:first-child {
		border-left:none;
	}
	#nav ul li a {
		display:block;
		line-height:43px;
		padding:0 10px 0 10px;
		font-size:15px;
		color:#fff;
		text-decoration:none;
		background:none;
	}
	#nav ul li:hover, #nav ul li.current_page_item {
		background:url(images/nav-rollover.png) repeat-x top;
		-moz-border-radius-topright:10px;
		-moz-border-radius-topleft:10px;
		-webkit-border-radius-topright:10px;
		-webkit-border-radius-topleft:10px;
		border-top-right-radius:10px;
		border-top-left-radius:10px;
		border-top:0;
	}
#content {
	background:url(images/body-bg.png) top repeat-x #ededed;
	width:100%;
	border-bottom:1px solid #dadada;
}
#content img {
	margin:15px;
	border:0;
}
#TopSection {
	width:880px;
	padding:30px 0 10px 0;
	margin:auto;
}
#MidSection-Wrapper {
	width:100%;
	background:url(images/midsection-bg.png) bottom repeat-x #fff;
	clear: both;
}
#MidSection {
	width:880px;
	padding:20px 0 20px 0;
	margin:auto;
}
#BottomSection-Header {
	width:100%;
	text-align:center;
	background:url(images/bottom-header-bg.png) repeat-x top;
	height:30px;
	padding:10px 0 10px 0;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
}
#BottomSection-Wrapper {
	width:100%;
	background:#f4f4f4;
}
#BottomSection {
	width:880px;
	padding0;
	margin:auto;
}
.message-box {
	width:400px;
	float:left;
	left:30px;
	top:-30px;
}
#promocodes {
	border:2px solid #dddddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:30px 0 30px 0;
}
	#promocodes td {
		padding:20px;
		vertical-align:top;
	}
	#promocodes .pc_mid {
		border-left:dashed 1px #dddddd;
		border-right:dashed 1px #dddddd;
	}
	#promocodes .pc_left {
		font-family:Cambria, Georgia, "Times New Roman", Times, serif
	}
#steps {
	position:relative;
	top:0px;
}
	#steps td {
		padding:30px 0 20px 0;
		vertical-align:top;
	}
	#steps .s_left {
		background:url(images/steps-table-left.png) repeat-x top #f4f4f4;
		width:420px;
		border-right:1px solid #dbdbdb;
		padding-right:20px;
	}
	#steps .s_right {
		background:url(images/steps-table-right.png) repeat-y top;
		width:420px;
		padding-left:20px;
	}
		.stepbox-outer {
			width:392px;
			background:#f1f1f1;
			border:1px solid #d8d7d7;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			border-radius:10px;
			padding:15px;
		}
		.stepbox-inner {
			width:370px;
			background:#fff;
			border:1px solid #d8d7d7;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;
			padding:10px 10px 0px 10px;
		}
		.stepbox-inner img.stepbadge {
		position: absolute;
		z-index: 20;
		left:15px;
		top:-40px;
		}
#footer-wrapper {
	background:#010101;
	width:100%;
}
#footer {
	width:880px;
	margin:auto;
	padding-top:5px;
	padding-bottom:10px;
}
	.footer-sidebar {
		width:156px;
		padding:10px;
		float:left;
	}
	.footer-sidebar ul {
		padding:0;
		margin:15px 0 15px 0;
	}
	.footer-sidebar ul li {
		list-style:none;
		margin:3px 0 3px 0;
	}
	.footer-sidebar li a {
		color:#656565;
	}


.comment-body, .post {
	border-bottom: 1px dashed #d8d7d7;
	}
.post {
margin-bottom: 20px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.sweep {clear:both;}
p {
	font-size:13px;
	color:#656565;
	padding:0;
	margin:10px 0 20px 0;
	line-height:17px;
}
h1 {
	font-size:28px;
	color:#1991ce;
	font-weight:bold;
	padding:0;
	margin:5px 0 15px 0;
}
h2 {
	font-size:21px;
	color:#1991ce;
	font-weight:bold;
	padding:0;
	margin:5px 0 15px 0;
}
h3 {
	font-size:17px;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:5px 0 15px 0;
}
h4, h4 a {
	font-size:14px;
	color:#1991ce;
	font-weight:bold;
	padding:0;
	margin:5px 0 15px 0;
	text-decoration:none;
}
a {
	color:#1991ce;
	text-decoration:none;
}
a:hover {
	color:#1991ce;
	text-decoration:underline;
}
.message-box p {
	font-size:17px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
p.promo-message {
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:30px;
	margin:0 0 20px 0;
	padding:0;
}
.blue {
	color:#1991ce;
}
.black {
	color:#000;
}
.red {
	color:#c51230;
}
.light-grey {
	color:#d9d9d9;
}
.larger {
	font-size:20px;
}
.large {
	font-size:25px;
}
.medium {
	font-size:23px;
}
		
