charset "UTF-8";
/*
Theme Name: 			Leadout_Theme
Version:				1.0
Description: 			A theme for The Leadout project
Author: 				Pete Hawkins
Author URI: 			http://web-works.biz/


						The CSS, XHTML and design is released under GPL:
						http://www.opensource.org/licenses/gpl-license.php
*/
/* RESET */
/* Please do not change anything here */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, 
h6, pre, ul, ol, li, a, fieldset, input, th, td {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
body {
line-height: 1;
font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
padding: 0;
margin: 0;
}
ul, ol {
list-style: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}

/*end of reset*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
background: url("images/backgr.png") repeat #464646;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ede9e9;
	font-size: 13px;
}
#outer {
	width: 1150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 20px 10px 0 65px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header a {
	border: none;
}

/* PROPERTIES OF THE HEADER IMAGE */
.headerimg {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
.logo {
	margin-top:30px;
	padding: 10px 0 0 230px;
	border: none;
	
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container {width:1050px;margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	
}
#sidebarleft li{
	list-style:none;
}
#sidebarbox {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/sb-leftlogo.png") no-repeat;
}

#center {
margin:0px 240px 0 290px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#gallerycenter {
margin:0px 240px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:1px dotted #cccccc;
}
#content {
border-right: 1px dotted #cccccc;
height: 650px;
padding:20px 20px 0 10px;
margin-bottom: 30px;
width: 460px;
overflow: auto;
}

#gallerycontent {
border-right: 1px dotted #cccccc;
height: 650px;
padding:20px 20px 0 10px;
margin-bottom: 30px;
width: 720px;
overflow: auto;
}
/* THE FOOTER */


#topfooter {
padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
			width:1030px;
}
#topfooter ul {
margin: 0;
background-color: #D3d70D;
padding: 10px 0 0 0;
list-style: none;
color: #464646;
border: 2px solid #464646;
text-align: center;
}
#topfooter img {border:non;}
#topfooter li {
list-style: none;
display: inline;
color: #464646;
padding: 0px 45px 0px 45px;
font-family: cursive, serif;
}
#topfooter a {
border-bottom: none;
}
#topfooter a:hover {
color: #fff;
}
#footer {
width: 1030px;
margin: 0 auto 0 auto;
padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
}
#footer p {
font-size: 10px;
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a.brollover {
	display: inline-block;
	width: 166px;
	height: 50px;
	text-decoration: none;
	background: url("images/business-footer.jpg");
	}

a.brollover:hover {
	background-position: -166px 0;
	}

	a.trollover {
		display: inline-block;
		width: 166px;
		height: 50px;
		text-decoration: none;
		background: url("images/team-footer.jpg");
		}

	a.trollover:hover {
		background-position: -166px 0;
		}
.displace {
	position: absolute;
	left: -5000px;
	}
	a.crollover {
		display: inline-block;
		width: 131px;
		height: 50px;
		text-decoration: none;
		background: url("images/creative-footer.jpg");
		}

	a.crollover:hover {
		background-position: -131px 0;
		}
		a.wrollover {
			display: inline-block;
			width: 100px;
			height: 50px;
			text-decoration: none;
			background: url("images/web-footer.jpg");
			}

		a.wrollover:hover {
			background-position: -100px 0;
			}		
a {
color: #ede9e9;
text-decoration: none;
border-bottom: 1px dotted #eeeeee;
}
a:hover {
text-decoration: none;
color: #ede9e9;
border-bottom: none;
}

a {
-webkit-transition: color .9s ease-out;
}
textarea, input, submit {
background-color: #454545;
color: #e1d909;
padding: 5px;
border: 1px dotted #cccccc;
margin: 3px 3px 3px 3px;
text-align: right;
float: right;
clear: both;
}

label {
font-weight: bold;
float: right;
width: 190px;
font-family: "Trebuchet MS", Arial, Verdana;
text-align: right;
font-size: 120%;
color: #D3D70D;
border-top: 1px dotted #eeeeee;
padding-top: 5px;
margin-bottom: 15px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 200%;
color: #d3d70d;
font-weight: normal;
}
.wp-caption-text {padding:0 10px;text-align:center;margin:10px;}
#content img {border:2px solid #D3D70D;padding:0;text-decoration:none;}
#content .gallery img {border:none;}
#content img a {border:none;}

#sidebarboxbusiness {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/business.png") no-repeat;
}

#sidebarboxcreative {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/creative.png") no-repeat;
}

#sidebarboxgallery {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/gallery.png") no-repeat;
}

#sidebarboxnews {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/newspaper.jpg") no-repeat;
}

#sidebarboxpeople {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/people.png") no-repeat;
}

#sidebarboxteam {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/team.png") no-repeat;
}

#sidebarboxweb {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/web.png") no-repeat;
}

#sidebarboxclients {
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/clients.png") no-repeat;
}
#sidebarbox{
	width: 230px;
	border: 2px solid #D3D70D;
	height: 550px;
	margin-left: 0px;
	background: url("images/general.png") no-repeat;
}
/*#sidebarbox li {
list-style: none;
width: auto;
text-align: center;
padding: 0;
}*/

#sidebarbox .widget_nav_menu {border:none;
list-style: none;
}
#sidebarleft h2 {
font-family: "Trebuchet MS", Arial, Verdana;
	/*background-image:url("images/custom-logo.gif");
background-repeat: no-repeat;
background-position: right;*/
	text-align:right;
padding: 10px 0;
margin: 10px 20px 0 0;
font-size: 140%;
color: #D3d70D;
font-weight: normal;
text-transform: lowercase;
}
#sidebarbox, sidebar, #sidebarboxbusiness, #sidebarboxcreative, #sidebarboxgallery, #sidebarboxcnews, #sidebarboxpeople, #sidebarboxclients, #sidebarboxteam, #sidebarboxweb a {
-webkit-transition: color .9s ease-out;
}
#sidebarbox ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarbox .widget_nav_menu li {
list-style: disc;
border: 0;
}
#sidebarbox .menu li {
text-align: center;
list-style-type: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarbox li a {
color: #D3d70D;
font-size: 100%;
font-weight: normal;
line-height: 15px;
padding: 10px;
border: none;
letter-spacing: .50px;
text-transform: lowercase;
}
#sidebarbox a:hover {
color: #fff;
}



/*Business*/
#sidebarboxbusiness ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxbusiness .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxbusiness .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxbusiness li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxbusiness a:hover {
color: #fff;
}

/*Creative*/
#sidebarboxcreative ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxcreative .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxcreative .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxcreative li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxcreative a:hover {
color: #fff;
}

/*Team*/
#sidebarboxteam ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxteam .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxteam .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxteam li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxteam a:hover {
color: #fff;
}

/*WEB*/
#sidebarboxweb ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxweb .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxweb .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxweb li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxweb a:hover {
color: #fff;
}
/*people*/
#sidebarboxpeople ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxpeople .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxpeople .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxpeople li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxpeople a:hover {
color: #fff;
}
/*Clients*/
#sidebarboxclients ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxclients .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxclients .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxclients li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxclients a:hover {
color: #fff;
}
/*Gallery*/
#sidebarboxgallery ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxgallery .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxgallery .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxgallery li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxgallery a:hover {
color: #fff;
}
/*News*/
#sidebarboxnews ol, ul {
line-height: 25px;
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#sidebarboxnews .widget_nav_menu li {
list-style: none;
border: 0;
}
#sidebarboxnews .menu li {
text-align: center;
list-style: none;
margin: 10px auto;
width: 170px;
padding: 10px;
background: #464646;
border: 2px solid #D3D70D;
}
#sidebarboxnews li a {
	color: #D3d70D;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	padding: 10px;
	border: none;
	letter-spacing: .50px;
	text-transform: lowercase;
}
#sidebarboxnews a:hover {
color: #fff;
}

#sidebar h1 {
font-family: "Trebuchet MS", Arial, Verdana;
text-align: right;
font-size: 200%;
color: #D3d70D;
border-bottom: 1px dotted #eeeeee;
}


#sidebar h2 {
font-family: "Trebuchet MS", Arial, Verdana;
text-align: right;
font-size: 130%;
color: #D3D70D;
border-top: 1px dotted #eeeeee;
padding: 5px 0 0 0;
margin-top:5px;

}
#sidebar p {
line-height: 25px;
text-align: right;
color: #D3D70D;
letter-spacing: 0.1em;
}


/* THE RIGHT SIDEBAR MENU */

#sidebar .widget_nav_menu {
text-align: right;

}
#sidebar .widget_nav_menu ul {
padding:0;

}
#sidebar .widget_nav_menu li {
list-style: none;

}
#sidebar .widget_nav_menu a {
color: #D3D70D;
line-height: 25px;
text-decoration: none;
letter-spacing: .50px;
border-bottom: none;
text-transform: lowercase;
}
#sidebar .widget_nav_menu a:hover {
color: #ffffff;
}


#content h1 {
color: #D3D70D;
font-size: 200%;
font-family: "Trebuchet MS", Arial, Verdana;
text-align: left;
padding-top: 15px !important;
border-bottom: 1px dashed #eeeeee
}
#content h2 {
color: #D3D70D;
padding:0 0 10px 0;
}
#content h3 {
color: #D3D70D;
}
	#content h4 {
color: #D3D70D;
}
strong {
color: #D3D70D;
}
#content p {
font-size:13px;
line-height: 20px;
text-indent: 0;
padding:10px 0;
}
#gallerycontent h1 {
color: #D3D70D;
font-size: 160%;
font-family: "Trebuchet MS", Arial, Verdana;
text-align: left;
padding-top: 15px !important;
border-bottom: 1px dashed #eeeeee
}
#gallerycontent h2 {
font-family: "Trebuchet MS", Arial, Verdana;
text-align:left;
padding: 0px 0;
margin: 0 20px 0 0;
font-size: 140%;
color: #D3d70D;
font-weight: normal;
text-transform: lowercase;
}
#gallerycontent h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align:left;
	padding: 0px 0;
	margin: 0 20px 0 0;
	font-size: 120%;
	color: #D3d70D;
	font-weight: normal;
	text-transform: lowercase;
}
	#gallerycontent h4 {
		font-family: "Trebuchet MS", Arial, Verdana;
		text-align:left;
		padding: 0px 0;
		margin: 0 20px 0 0;
		font-size: 110%;
		color: #D3d70D;
		font-weight: normal;
		text-transform: lowercase;
}

#gallerycontent p {
	font-size:13px;
line-height: 20px;
text-indent: 0;
padding:10px 0;
}
address {
	font-size:13px;
line-height: 20px;
text-indent: 0;
padding:10px 0;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */


