/*
Theme Name: Theatek
Theme URI: http://deckchair.co.uk/
Description: Customised theme for Theatek by Deckchair UK Ltd.
Version: 1
Author: Simon Pollard
Author URI: http://deckchair.co.uk/
Tags: theatek, deckchair

	Theatek v1

	This theme was designed and built by Simon Pollard,
	who works for Deckchair UK Ltd http://deckchair.co.uk/

*/

/* Style for all page */
* { padding: 0; margin: 0; }
* html a:hover {visibility:visible}
html {
	height: 100%;
	text-align: center;
	background-color: #040507;
	background-image: url(images/page-bground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #1860A9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}
a:hover {
	text-decoration: underline;
}
div#main {
	text-align: left;
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
    position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
div#header {
	height: 179px;
	width: 894px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	position: relative;
}
div#logo {
	height: 87px;
	width: 159px;
	background-image: url(images/theatek.jpg);
	position: absolute;
	left: 26px;
	top: 10px;
}
div#logo a {
	display: block;
	height: 87px;
	width: 159px;
}
div#mainlinks {
	position: absolute;
	left: 27px;
	bottom: 20px;
}
div#mainlinks a {
	padding-top: 7px;
	height: 23px;
	padding-right: 1.1em;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 0.8em;
	display: block;
	float: left;
}
div#mainlinks a.mainlinks-line {
	background-image: url(images/mainlinks-line.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#mainlinks a:hover {
	text-decoration: underline;
}
div#contact-number {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	right: 31px;
	bottom: 28px;
}
div#search-box {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 31px;
	top: 25px;
	width: 250px;
}
div#search-box form {
	position: absolute;
	right: 20px;
	top: -5px;
}
div#search-box input#s {
	width: 140px;
}
div#content {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div#left-column {
	float: left;
	width: 142px;
}
div#sub-links {
	background-image: url(images/sublinks-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 1px;
}
div#sub-links a {
	background-image: url(images/sublinks-bground.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	width: 102px;
	padding-top: 10px;
	height: 24px;
	color: #01264E;
	font-size: 14px;
	text-decoration: none;
}
div.news-stories-small {
	margin-top: 20px;
}
div.news-stories-small h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1860A9;
	margin-bottom: 15px;
	width: 142px;
	color: #1860A9;
}
div.news-stories-small p {
	margin-bottom: 10px;
}
div.latest-stock {
	background-image: url(images/lateststock.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-left: -10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
div#content-body {
	margin-left: 155px;
	margin-bottom: 35px;
}
p {
	font-size: 13px;
	margin-bottom: 15px;
}
ul {
	margin-left: 30px;
	font-size: 13px;
}
li {
	margin-bottom: 5px;
}

/* FOOTER CONTENT */
div#footer {
	padding-top: 10px;
	clear: both;
	height: 23px;
	background-image: url(images/footer-bground.jpg);
	background-repeat: repeat-x;
}
span#copywrite {
	font-size: 10px;
	color: #000000;
	left: 20px;
	position: absolute;
}
span#deckchair {
	font-size: 10px;
	right: 20px;
	position: absolute;
}
div#footer span#deckchair a {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
div#footer span#deckchair a:hover {
	text-decoration: underline;
}
/* END FOOTER CONTENT */


/* Styles for index page */
div.main-box {
	background-image: url(images/index/main-boxes-bground.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 280px;
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
	position: relative;
}
div.main-box h1 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 12px;
	color: #FFFFFF;
	background-image: none;
}
div.main-box img {
	margin-bottom: 15px;
}
div.main-box p {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 3px;
}
div.main-box a {
	color: #1860A9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 10px;
	bottom: 7px;
}
div.main-box a:hover {
	text-decoration: underline;
}


a.main-box {
	background-image: url(images/index/main-boxes-bground.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 280px;
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	color: #000000;
	font-weight: normal;
}
a.main-box h1 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 12px;
	color: #FFFFFF;
	background-image: none;
}
a.main-box img {
	margin-bottom: 15px;
	border: none;
}
a.main-box p {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 3px;
}
a.main-box span.main-box-more {
	color: #1860A9;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 10px;
	bottom: 7px;
}
a.main-box:hover {
	text-decoration: none;
}



h1.index {
	background-image: url(images/index/h1-bground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #1860A9;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
a#prices, a#contact {
	width: 340px;
	padding-top: 10px;
	height: 34px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
}
a#prices {
	background-image: url(images/index/prices.jpg);
	margin-right: 20px;
}
a#contact {
	background-image: url(images/index/contact.jpg);
	clear: right;
}
div#news-stories p {
	margin-bottom: 0px;
}

/* Shared style for the banner title used on several pages */
div#standard-page h1, div#listings-page h1, div#blog-page h1, div#blog-item h1, div#casestudies h1, div#casestudies-item h1 {
	background-image: url(images/h1-bground.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 7px;
	height: 30px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

/* Style for content pages */
div#standard-page {
	position: relative;
}
div#standard-page h2, div#standard-page h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1860A9;
	margin-bottom: 15px;
	margin-left: 10px;
	width: 450px;
	margin-top: 20px;
}
div#standard-page h2 {
	color: #1860A9;
}
div#standard-page h3 {
	color: #2F3191;
}
div#standard-page p {
	margin-left: 10px;
	width: 450px;
}
div#standard-page img.alignright {
	position: absolute;
	right: 0px;
	top: 60px;
}
div#standard-page a.arrowlink, div#listings-page a.arrowlink {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
	font-weight: bold;
	color: #01264E;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
}
div#listings-page a.arrowlink {
	margin-top: 10px;
	margin-left: 10px;
}
div#details {
	height: 200px;
}

/* BLOG pages */
div#blog-page {
	background-image: url(images/blog-links-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#sidebar {
	float: right;
	width: 190px;
}
div#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	color: #2F3191;
}
div#blog-page h1 {
	margin-bottom: 20px;
}
div#blog-page h3 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1860A9;
	margin-left: 10px;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 2px;
}
div#blog-page h3 a {
	font-size: 15px;
	color: #1860A9;
}
div#blog-page p {
	margin-left: 10px;
	width: 500px;
	margin-top: 15px;
}
small {
	margin-left: 10px;
	font-size: 10px;
	color: #999999;
	margin-bottom: 15px;
}
div#blog-page ul {
	list-style-type: none;
}
div#blog-page li ul {
	margin-left: 0px;
}
div#blog-page li li a {
	font-weight: normal;
	color: #000000;
}
li.linkcat {
	margin-top: 15px;
}

/* Individual blog(news) posts */

div#blog-item {
	background-image: url(images/blog-links-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#blog-item h3 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1860A9;
	margin-left: 10px;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #1860A9;
}
div#blog-item p {
	margin-left: 10px;
	width: 500px;
}
div#blog-item ul {
	list-style-type: none;
}
div#blog-item li ul {
	margin-left: 0px;
}
div#blog-item li li a {
	font-weight: normal;
	color: #000000;
}
div#blog-item div#sidebar h2 {
	margin-top: 20px;
}
div#blog-item textarea {
	width: 500px;
}
p.postmetadata a {
	font-size: 10px;
}
div#blog-item form {
	float: left;
}

/* Case studies page */
div#casestudies {
	position: relative;
}
div#casestudies h1, div#casestudies-item h1 {
	margin-bottom: 20px;
}
div#casestudies h3 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1860A9;
	margin-left: 10px;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 2px;
}
div#casestudies h3 a {
	font-size: 15px;
	color: #1860A9;
}
div#casestudies p {
	margin-left: 10px;
	width: 450px;
	margin-top: 15px;
}
div#casestudies img.alignright {
	float: right;
	margin-bottom: 20px;
}

/* Case studies item */
div#casestudies-item h3 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1860A9;
	margin-left: 10px;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 15px;
	color: #1860A9;
}
div#casestudies-item p {
	margin-left: 10px;
	width: 700px;
	margin-top: 15px;
}

/* Listings page */
div#listings-choice {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #1860A9;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
div#listings-choice a {
	text-align: center;
	padding-top: 10px;
	height: 25px;
	width: 90px;
	margin-right: 2px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
}
a.selected {
	background-color: #1860A9;
	color: #FFFFFF;
}
a.notselected {
	background-color: #DEE9F3;
	color: #1860A9;
}
div#txtHint {
}
div#listings-page {
	position: relative;
}
div#listings-page form {
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#listings-page table {
	width: 700px;
	border: 1px solid #89ABCC;
	font-size: 11px;
	border-collapse: collapse;
	margin-left: 10px;
}
div#listings-page table td {
	padding: 5px;
	border: 1px solid #89ABCC;
}
div#listings-page table th {
	background-color: #DDE5ED;
	color: #1860A9;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #89ABCC;
}
div#listings-page table th#th-main, div#listings-page table th#th-sub {
	width: 100px;
}
div#listings-page table th#th-weekly, div#listings-page table th#th-monthly {
	width: 80px;
}
div#noOfResults {
	position: absolute;
	right: 10px;
	top: 107px;
	font-size: 13px;
	font-weight: bold;
}

/* Contact Form */
div.form-row {
	position: relative;
}
div.form-row input, div.form-row-validation input {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 250px;
}
div.form-row-textarea {
	position: relative;
	height: 160px;
}
div.form-row-textarea-howhear {
	position: relative;
	height: 60px;
}
div.form-row-textarea textarea#message {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 250px;
	height: 150px;
}
div.form-row-textarea-howhear textarea#howhear {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 250px;
	height: 50px;
}
div.form-row-captcha {
	position: relative;
	height: 200px;
}
div.form-row-captcha img {
	position: absolute;
	left: 110px;
	top: 0px;
}
div.form-row-captcha p {
	position: absolute;
	left: 100px;
	top: 45px;
	width: 220px;
}
div.form-row-captcha input#security_code {
	position: absolute;
	left: 110px;
	top: 95px;
	width: 120px;
}
div.form-row-captcha input#submit {
	position: absolute;
	left: 110px;
	top: 130px;
}

.navigation {
    width: 450px;
    border-top: 1px solid #1860A9;
    padding: 5px;
    margin-top: 20px;
}