/*
Theme Name: True Purpose
Theme URI: 
Description: 
Version: 1.0
Author: Tim Lenton
Tags: 
*/

/*
Undo Browser Defauls --------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, 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 }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}



/*
Reset Some Styles --------------------- */

ul, ol { margin: 0 20px 10px 30px; }
ul li { margin: 0 0 5px 0; list-style: disc; }
ol li { margin: 0 0 5px 0; list-style: decimal; }

strong { font-weight: bold; }
em { font-style: italic; }

a, a:visited, a:active { color: #ed1e25; text-decoration: none; outline:none; }
a:hover { text-decoration: underline; }
a img, img { border: none; } /* Gets rid of IE's blue borders */

img { display: block;}

table { border: none; border-collapse: collapse; border-spacing: 0; }
th { }
td { border: none; margin: 0px; padding: 2px; }



/*
Headings --------------------- */

@font-face {
      font-family: "DIN Bold";
      src: url("http://www.true-purpose.co.uk/fonts/DIN-Bold.otf");
    }

@font-face {
	     font-family: "DIN Reg";
	     src: url("http://www.true-purpose.co.uk/fonts/DIN-Regular.otf");
	}
	
@font-face {
		  font-family: "DIN Med";
		  src: url("http://www.true-purpose.co.uk/fonts/DIN-Medium.otf");
	}


h1, h2, h3, h4, h5, h6, pre, code { font-size: 16px; color: #ed1d26; font-weight: bold; font-family: "DIN Med", Verdana, Helvetica, Arial, sans-serif; }

h2 {}

h3 {}

h4 {}



/*
Form Elements --------------------- */

form { }
fieldset { margin-left: 0px; border:0px; }
legend { padding: 2px 6px; color: #71949B; }
label { width: 100px; display: block; float: left; height: 22px; position: relative; }
select { border: 1px solid #80805E; color: #000; padding: 2px; width: 250px; }
option { }
textarea { border: 1px solid #b6b8ba; color: #000; padding: 5px; }
input[type="button"] { padding: 3px 10px; color: #fff; background: #98999e; font-weight: bold; border: none; }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { border: 1px solid #80805E; color: #000; padding: 2px; }
input[type="radio"] { }
input[type="reset"] { }
input[type="submit"] { padding: 3px 10px; color: #fff; background: #98999e; font-weight: bold; border:none; }
input[type="text"] { border: 1px solid #b6b8ba; color: #000; padding: 5px; width: 300px; }
button { }



/*
General Styles --------------------- */

.left { text-align: left; }
.right { text-align: right;  }
.right img { float: right; }
.center { text-align: center; }
.center img { margin: 0 auto; }
.bold { font-weight: bold; }
.page-img {float: right; margin: 0 0 0 10px;}
.hightlightLnk { color: #C02D1B !important;}
.clearfix { clear: both; }
#go-btn { margin-left: 10px; border: none; background: #758916; color: #fff; padding: 2px; }
#voucher { border: 1px solid #999; color: #999; padding: 2px; }
.error { color: red !important; }
.errorBox { border: 1px solid red; width: 580px; padding: 5px; color: red; margin-bottom: 5px; background: #FFCCCC; font-weight: bold; }
.logout { font-size: 12px; }
.padd { margin-top: 20px; }
.linkImg { float: left; margin-right: 10px; margin-bottom: 20px; width: 150px; }
.linkContent { float: left; margin-bottom: 20px; }
.linkContent p { margin-bottom: 5px !important; }
.linkContent a { text-decoration: none; }
.linkContent a:hover { color: #000; }
.servicesList { margin: 0; }
.servicesList li { list-style: none; }
.servicesTitle { margin-bottom: 10px; }
.servicesHome { float: left; width: 270px; margin-bottom: 10px; margin-left: 10px; }
#addedCart { padding: 5px; background: #efefef; border: 1px solid red; margin-bottom: 5px; color: red; }
.indentHeader { margin-left: 10px; margin-top: 10px; }
.hightlight { font-weight: bold; }
.require { color: red; position: absolute; top: 0; right: 10px; }
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }
.aligncenter { margin-left: auto; margin-right: auto; }

.home_video { float: right; }


/*
Layout --------------------- */

body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; width: 100%;  margin: 25px auto 10px auto; background: #fff url(images/bg.jpg) no-repeat fixed; position: relative; color: #61656c;  }


/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

#leftSection ul { margin: 0; }
#leftSection ul li { list-style: none; }
#leftSection ul ul { margin-bottom: 20px; }
#leftSection ul ul ul { margin-left: 10px; margin-right: 10px; margin-top: 5px; }
#leftSection ul ul ul li { margin-bottom: 3px !important; }

#searchform { margin-bottom: 20px; }
#s { padding: 3px; width: 180px; }

.post { margin-bottom: 30px; }
.post h2, .post h3 { padding: 0 !important; margin-bottom: 0 !important; }
.post p { margin-bottom: 10px !important; }
.post p.info { margin-bottom: 5px !important; font-size: 10px !important; }

.sociable ul { clear: both; overflow: hidden; }
.sociable ul li { display: inline; float: left; }

code { font-weight:normal !important; font-size: 10px !important;  }

form p { margin-bottom: 5px !important; }

.comments { margin: 0; overflow: hidden; }
.comments li { list-style: none; clear:both; overflow: hidden; margin-bottom: 10px; }
.comments .details { float: left; width: 130px; }
.comments .message { float: right; width: 450px; }
#comments { margin-bottom: 5px !important; }

.commentlist { margin: 0 0 20px 0; }
.commentlist li { list-style: none; border-bottom: 1px solid #ccc; }
.comment-author { width: 100px; float: left; }

.oldPosts { margin: 0; }
.oldPosts li { list-style: none; }

/* Header */
#header { width: 890px; height: 100px; position: relative; margin-right: auto; margin-left: auto; margin-bottom: 45px; z-index: 200; }
#logo { position: absolute; bottom: 0px; right: 0; }

/* Middle Section */
#middleSection { width: 890px; margin-right: auto; margin-left: auto; line-height: 20px; z-index: 1; position: relative; }
#middleSection h1, #middleSection h2 { margin-bottom: 20px; }
#middleSection p { margin-bottom: 15px; }
#middleSection ul { margin-bottom: 15px !important; }
.infoPage { padding-top: 10px; }

#homepage_block { width: 370px; padding-top: 30px; float: left; z-index: 1; position: relative; }
.two_column_home { float: left; width: 370px; margin-left: 40px; padding-top: 30px; z-index: 1; position: relative; }
#cogs { margin-left: auto; margin-right: auto; margin-top: 60px; width: 1087px; }
.advert { font-size: 12px; font-weight: bold; }

.ngg-gallery-thumbnail a img { border: 1px solid #ccc; }

.team { float: left; border: 4px solid #fff; display: block; }
.team:hover { border: 4px solid #ccc; }

.our_team { float: left; width: 108px; text-align: center; margin-right: 5px; margin-bottom: 5px; }


/* Left Section */
#leftSection { width: 120px; float: left; line-height: normal !important; }
#leftSection h2 { margin-bottom: 10px; }
#leftSection h3, #leftSection h4 { margin-bottom: 10px; }
#leftSection p { margin-bottom: 10px; }
#leftSection a { color: #81848b !important; }
#leftSection h2 a, #leftSection h3 a { color: #ed1e25 !important; font-size: 14px; }

#subnav li, #subnav li a { color: #ed1e25 !important; }
#subnav li ul li a { color: #81848b !important; }
#subnav li ul { margin-bottom: 0 !important; }
#subnav li { margin-bottom: 10px !important; }
#subnav li ul li { margin-bottom: 1px !important; }



#mainSection { width: 770px; float: right; line-height: 20px; }
#mainSection h4 { padding-top: 20px; font-size: 13px; margin-bottom: 5px; }
#small_content { width: 450px; margin-left: 100px; }
#gall_content { width: 210px; position: absolute; bottom: 0; right: 0; font-size: 11px; }
#gall_content h1 { font-size: 14px; margin-bottom: 5px; }
#gall_area { width: 770px; height: 387px; position: relative;  }
#gall_area h3 { display: none; }
#gall_area .pic { width: 540px; border: none !important; margin: 0 !important; padding: 0 !important; position: absolute; top: 0; left: 0; }
#gall_area .pic img { border: none !important; margin: 0 auto !important; padding: 0 !important; width: auto; }
#gall_area .ngg-imagebrowser-nav { width: 210px; position: absolute; top: 0; right: 0; }
#gall_area .ngg-imagebrowser-nav div { border: none !important; margin: 0 !important; padding: 0 !important; }
#gall_area .ngg-imagebrowser-nav a { border: none !important; margin: 0 !important; padding: 0 !important; }
#gall_area .ngg-imagebrowser-nav .back a { display: inline-block; width: 13px; height: 25px; background: url(images/back.jpg) !important; text-indent: -3000px !important; color: #000 !important; }

#gall_area .ngg-imagebrowser-nav .next a { display: inline-block; width: 13px; height: 25px; background: url(images/next.jpg) !important; text-indent: -3000px !important; color: #000 !important; }
#gall_area .ngg-imagebrowser-nav .counter { width: 180px; float: left; }

.oneColumnText { width: 250px; }
.oneColumnText h3 { font-size: 14px !important; }
.floatleft { float: left; }
.spacing { margin-left: 70px; }

.two_column { float: left; width: 300px; margin-left: 40px; }
.two_column_work { float: left; width: 400px; margin-left: 40px; }
.more_space { margin-left: 70px !important; }
.more_space_work { margin-left: 70px !important; width: 250px !important; }

#movie { margin-left: 20px; width: 470px; }

form p { margin-bottom: 10px !important; }

#contact_main_block { float: right; width: 500px; }
#contact_details_block { float: left; width: 290px; }
#contact_details_block h4 { margin-bottom: 20px; }

.clients { float: left; margin-bottom: 10px; }
.clientsPad { margin-left: 10px; }

/* Footer */
#footer { width: 890px; clear: both; margin-top: 10px; font-size: 11px; margin-left: auto; margin-right: auto; color: #ed1e25; }



/*
Navigation --------------------- */

/* Main Navigation */
ul#topMenu { margin: 0; padding: 0; overflow: hidden; position: absolute; bottom: 0px; left: 0; }
ul#topMenu li { display: inline; color: #fff; list-style: none; float: left; margin: 0; }
ul#topMenu li a, ul.topMenu li a:visited, ul.topMenu li a:active { color: #61656c; text-decoration: none; display: block; float: left; font-size: 14px; display: inline; margin-right: 15px; font-family: "DIN Reg", Verdana, Helvetica, Arial, sans-serif; }
ul#topMenu li a:hover { color: #ed1e25; }
ul#topMenu li.current_page_item a, ul#topMenu li.current_page_parent a, ul#topMenu li.current_page_ancestor a { color: #ed1e25; font-family: "DIN Med", Verdana, Helvetica, Arial, sans-serif; }


/* Info Menu */
ul.infoMenu { margin: 0 0 30px 0; }
ul.infoMenu li { display: list-item; list-style: none; margin-bottom: 3px !important; }
ul.infoMenu li a { display: block; color: #80c342 !important; font-size: 12px; text-decoration: none;  }
ul.infoMenu li a:hover { color: #000 !important; }


/* Info Menu */
ul.footerMenu { margin: 0 0 10px 0; padding: 0; width: auto; }
ul.footerMenu li { color: #898b8f; list-style: none; display: inline; }
ul.footerMenu li a { color: #898b8f; font-size: 12px; text-decoration: none; margin-left: 10px; }
ul.footerMenu li a:hover { color: #1a5999; }



