/*
Theme Name: Table Tap
Theme URI: http://www.tabletap.co.uk
Description: Customized Wordpress theme for Table Tap.
Version: 1.0
Author: Blubolt
Author URI: http://blubolt.com.com/

*/

/* --------------------- RESET */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


/* --------------------- DEFAULTS */

html {
	background: #000;
}

body {
	font: 16px/20px Arial, Helvetica, sans-serif;
	padding: 0 0 50px 0;
	color: #666;
}

a {
	color: #0066cc;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* --------------------- COMMON CLASSES */
.fl {float: left;}
.fr {float: right;}
.clear {
	display: block;
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-top: -1px;

}
.clear2 {
	clear: both;
}
.break {
	clear: both;
	height: 1px;
	background: #ddd;
	font-size: 1px;
	line-height: 1px;
	margin: 15px 0;
}

/* --------------------- SITE LAYOUT */

#header {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

h1#logo {
	float:left;
	margin: 20px auto;
}

h1#logo a {
	width: 68px;
	text-align: center;
}

h1#logo span {
	position: absolute;
	top: -999px;
}
#header .nav-wrap {	
	float:right;
	width: 850px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: normal;
	font-style: italic;
	text-align: right;
}

#header h2 {
	font-size: 1.4em;
	letter-spacing: 0.025em;
	margin-top: 38px
}
#header  h3 {
	font-size: 1em;
	letter-spacing: 0.025em;
	margin-top: 10px;
}
#nav {
	clear:both;
	font-size: 0.875em;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 32px;
	overflow: hidden;
	padding-top:  46px
}

#nav li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
}

#nav a {
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
	padding: 9px 15px;
	background: #ccc;
}

#nav a:hover {
	background: #ddd;
}

#nav li.on a {
	background: #fff;
}

#main-content {
	width: 960px;
	margin: 0px auto;
	position: relative;
	margin-top: -1px;
	background: #FFF;
}

#footer {
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

#footer ul {
	background: #888;
	font-size: 0.75em;
	line-height: 3em;
	display: block;
	width: auto;
	margin: 0px auto;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	margin: 0px 7px;
	font-weight: bold;
	color: #000;
}

#footer ul li a:hover {
	margin: 0px 7px;
	font-weight: bold;
	color: #fff;
}

#footer p {
	color: #CCCCCC;
	font-size: 0.75em;
	margin-top: 7px;
}

.leftnav {
	width: 255px;
	float: left;
	padding-bottom: 20px;
	border-right: 1px solid #999;
}

.leftnav h3 {
	margin: 0px 0 10px 30px;
	font-weight: normal;
	font-size: 1.25em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.leftnav .block {
	margin-bottom: 25px;
}

.leftnav ul li a {
	display: block;
	padding: 4px 20px 4px 30px;
	font-size: 0.8125em;
	line-height: 1.3846em;
}

.leftnav li.on a {
	border-left: 5px solid #0066cc;
	padding: 4px 10px 4px 25px;
}

.leftnav a:hover {
	background: #f1f1f1; 
}

.subpage {
	padding: 30px 0;
}

.subpage .content {
	width: 644px;
	float: right;
	padding: 0px 30px;
	margin-left: -1px;
	border-left: 1px solid #999;
}

.subpage .content a:hover {
	text-decoration: underline;
}

.subpage .content h2 {
	font-size: 1.75em;
	line-height: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
}

.subpage .content h2 a {
	color: #000;
}

.subpage .content h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 1.5em 0 0.5em;
}

.subpage .content h3.large {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 1em 0 0.5em;
	text-transform: none;
}

.subpage .content p, dt, dd {
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

dt {
	margin-bottom: 0;
	color: #333;
}

dd {
	margin-bottom: 1.5em;
}

.subpage .content ul {
	margin: 0 0 0.5em 5px;
}

.subpage .content li {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 0em 15px;
	list-style: disc;
}

h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
}

.subpage .content li ul {
	margin-bottom: 0.5em;
}

.subpage .content li li {
	font-size: 1em;
	margin: 0 0 0 15px;
}

.breadcrumbs {
	font-size: 0.75em;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin: 5px 0 10px 25px;
}
.alignleft {
	float: left;
	margin: 5px 25px 10px 0;
}

.navigation {
	font-size: 0.75em;
}

.w50 {
	width: 49%;
}

.wp-caption {
	padding: 10px 0 10px 10px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	background: #FFF;
}

.subpage p.wp-caption-text {
	margin: 0.5em 0 0 0;
}

.wp-caption a {
	display: block;
	font-size: 0.75em;
}

.wp-caption span {
	display: block;
	font-size: 0.75em;
	margin-top: 0.5em;
	line-height: 1.25em;
}

.gallery-item img {
	border: 0;
	padding: 0;
	margin: 0;
}

.gallery-item {
	margin: 10px 0;
}

/* --------------------- HOME PAGE */

.page-home {
	padding: 30px;
}

.scroller {
	width: 563px;
	height: 414px;
	position:relative;
	background: #f1f1f1;
}

.scroller h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	width: 512px;
	position: absolute;
	z-index:1000;
	top: 27px;
	left: 28px;
}

.scroller h3 span {
	background: #000;
	line-height: 1.5em;
	filter: alpha(opacity=81);-moz-opacity:.81;opacity:.81;
	padding: 5px 7px;
}

.welcome {
	width: 295px;
	padding: 0px;
/*	background: url(images/welcome_bg.jpg) no-repeat right bottom; */
}

.welcome h2 {
	color: #333;
	font: normal 2.3125em/1.135em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}

.welcome h3 {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.welcome p {
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.welcome a {
	display: block;
	background: url(images/btn-learn_more.png) no-repeat 0 0;
	width: 96px;
	height: 28px;
	float: left;
}

.welcome a:active {
	background-position: 0 -28px;
}

#refer-links {
	margin-top: 29px;
	background: url(images/bg_info.png) no-repeat 0 0;
	height: 103px;
	position: relative;
	display:block;
}

#refer-links li {
	display: table;
	width: 225px;
	height: 103px;
	float: left;
}

#refer-links li div.container {
	#position: absolute;
	width: 225px;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#refer-links li a {
	color: #333;
	position: relative;
	top: -50%;
	display: block;
	font-size: 0.8125em;
	line-height: 1.3846em;
	font-weight: bold;
	padding: 0 15px 0 95px;
}

#refer-links li a:hover {
	color: #0066cc;
}

/* --------------------- SUB PAGE */

.caption a.play {
	margin-top: 8px;
	background: url(images/icon_play.png) no-repeat 0 0;
	line-height: 1.5em;
	padding: 0 0 0 22px;
}

.also {
	margin-top: 10px;
	border-top: 1px solid #DDD;
	padding-top: 15px;
}

.subpage .also li {
	margin: 0;
	font-size: 1em;
	list-style: none;
	line-height: 1em;
}

.subpage .also h3 {
	margin: 0;
}

.also a {
	font-size: 0.75em;
	background: url(images/iron_arrow.png) no-repeat 0 center;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}

a.more {
	display: block;
	background: #FFF;
	border: 1px solid #DDD;
	float: left;
	margin: 10px 0 1em 30px;
	font-size: 0.75em;
	padding: 0 5px;
}

a.more:hover {
	border: 1px solid #0066cc;
	background: #0066cc;
	color: #FFF;
}

/* --------------------- CONTACT */

label {
	line-height: 2em;
	font-weight: bold;
	color: #333;
}

input.fmtext, textarea, input.fmverify {
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
	border-top: 1px solid #CCC;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #CCC;
	padding: 5px 7px;
}

button.submit {
	display: block;
	width: 141px;
	height: 28px;
	background: url(images/btn-send_message.png) no-repeat 0 0;
	border: 0;
	padding: 0;
	margin: 0;
}

button.submit span {
	display: none;
	padding: 0;
	margin: 0;
}

button.submit:active {
	background-position: 0 -28px;
}

.contact {
	width: 150px;
}

.ddfmwrap {
	float: left;
}

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