/*
Theme Name: Lustig
Theme URI: http://wordpress.org/
Description: The Lustig WordPress theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a> 1.6 by Michael Heilman.
Version: 1.0
Author: Jon Reed
Author URI: http://www.smallbusinessstudio.co.uk
Tags: blue, custom header, fixed width, two columns, widgets

	Lustig v1.0
	 http://www.smallbusinessstudio.co.uk

	This theme was designed and built by Small Business Studio (adapted from Kubrick by Michael Heilman),
	whose blog you will find at  http://www.smallbusinessstudio.co.uk

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #909090;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #fff;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.1em
	} 

.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding-right: 20px;
	border-right:#909090 1px dotted;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url(images/kubrickfooter.jpg) no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4.2em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #57B4DF;
	}

h3, h3 a, h3 a:visited {
	color: #0E1B64;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #0e1b64;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a,  h3 a:hover {
	color: #0e1b64;
	font-weight:800;

	text-decoration: underline;
	}
	
a, h2 a:hover {
	color: #0e1b64;
	font-weight:800;

	text-decoration: none;
	}

a:hover {
	color: #0e1b64;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 90em;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
.narrowcolumn {
	
	padding: 0 0 20px 200px;
	margin: 0 0 0 0;
	width: 400px;
	
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 250px;
	width: 550px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
	


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li {
	list-style-image: url(http://www.sbstest.co.uk/lustig/images/greybullet.png);
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {

	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;x
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
position:absolute;
top: 40em;
	padding: 20px 0 10px 0;
	margin-left: 645px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	

/* from original site CSS */

#container { 

	background-color: #fff; 
	border: none;
	width: 90em; 
	height: 33.5em;
	margin-left: auto;
	margin-right:auto;
	margin-top:2em;
	margin-bottom:0.5em;
}

#leftcol {
	float:left;
	background-color: #fff; 
	border: none;
	width: 20em; 
	height: 33.5em;
	margin: none;
}

#topbit {
	float: left;
	background-image: url(http://www.sbstest.co.uk/lustig/images/leftshade.jpg);
	background-repeat: repeat-y;
	width: 180px;
	height: 8em;
}

#bottombit {
	float: left;
	background-image: url(http://www.sbstest.co.uk/lustig/images/leftshade.jpg);
	background-repeat: repeat-y;
	width: 180px;
	

}

#redshade {
	float: left;
	background-color: #0E1B64;
	width: 80px;
	height: 25.5em;
}

#logo {
float:left;
width: 100px;
height: 25.5em;
}

#rightcol {
	float:left;
	background-color: #fff; 
	border: none;
	width: 72em; 
	margin-left: -2em;

}

/* menu */

#menu {
	float:left;
	width: 72em;
	height: 3.5em;
	background-color:#0E1B64;
	margin-top:8em;
	border: none;
}


#nav {
	float: left;
	width:70em;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background: #0E1B64;
}

#nav li {
	float: left; 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:800;
}

#nav a {
	float:left;
	display: block;
	margin: 0 0 0 0;
	padding: 9px 24px;
	color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
}

#nav a:hover, body#home #t-home a {
	color: #ffffff;
	padding: 9px 24px;
	border-color: #fff;
	background: #57B4DF;
}


/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 9px 24px;
	border: 1px solid #fff;
	font-size: 1.2em;
	font-weight:800;
	color: #fff;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	padding: 9px 24px;
	background-image: url(../default/images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 9px 24px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../default/images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: #57B4DF;

}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #fff;
	background-color: #0E1B64;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/

#p7menubar ul a:hover, body#home #t-home a  {background-color: #57B4DF!important; color: #FFFFFF!important; }
#p7menubar ul a:hover, body#about #t-about a  {background-color: #57B4DF!important; color: #FFFFFF!important; }
#p7menubar ul a:hover, body#services #t-services a  {background-color: #57B4DF!important; color: #FFFFFF!important; }
#p7menubar ul a:hover, body#sectors #t-sectors a  {background-color: #57B4DF!important; color: #FFFFFF!important; }
#p7menubar ul a:hover, body#contact #t-contact a  {background-color: #57B4DF!important; color: #FFFFFF!important; }
#p7menubar ul a:hover, body#blog #t-blog a  {background-color: #57B4DF!important; color: #FFFFFF!important; }

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}





/* end menu */


#image {
float:left;
width: 720px;
margin: 0 0 3em 0;

}

#headline {
float: left;
width: 68em;
height: 4em;
margin: 2em 1em 0 1em;

}

#blurb {
float: left;

margin: 1em 1em 1em 1em;
}

#text {
float: left;
width: 38em;
margin: 1em 1em 1.1em 0;
border-right: #909090 dotted 1px;
padding-right: 2em;
}

#links {
float: left;
width: 26em;
margin: 0 0 0 0;

}

.content {
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	color: #202020;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.4em;
	padding: none;
}


a.content:link { font-family: Helvetica, Geneva, Verdana, Arial, sans-serif; color: #0e1b64; font-size: 100%; font-weight: 800; line-height: 100%; text-decoration: none; }

a.content:visited { font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;	color: #0e1b64; font-size: 100%; font-weight: 800; line-height: 100%; text-decoration: none; }

a.content:hover{ font-family: Helvetica, Geneva, Verdana, Arial, sans-serif; color: #0e1b64; background-color: none;	font-size: 100%; font-weight: 800; line-height: 100%; text-decoration: underline; }

a.content:active{ font-family: Helvetica, Geneva, Verdana, Arial, sans-serif; color: #0e1b64; background-color: none; font-size: 100%; font-weight: 800; line-height: 100%; text-decoration: none; }
	


.contentred {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #ed1C24;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1.4em;
	padding: none;
	margin-left: 2em;
}

<!-- posttitle is h1 in original site css -->

.posttitle {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #ed1C24;
	font-size: 2em;
	line-height:1em;
	font-weight: 800;	
	padding: none;
	border-bottom: #ed1C24 solid 1px;
}

/*arrow links */

#arrow li {
	margin-right: 2em;
	padding: 0.5em 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:800;
	border-bottom: 1px dotted #909090;
}

#arrow a {color: #0E1B64; background: none; }

a.arrow:link {text-decoration: none; }
a.arrow:visited {text-decoration: none; }
a.arrow:hover{text-decoration: underline; }
a.arrow:active{text-decoration: none; }


/*end arrow links */

/*footer */

#bottom {

float: left;
width: 69em;
margin: 4.5em 1em 0 1em;
border-top: 1px dotted #909090;

}

#footer {
float: left;
width: 69em;
margin-left: 18em;
border-style: none;
list-style: none;
}

#footer li {
	float: left; 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:400;
}

#footer a {
	float:left;
	padding: 0 6px 0 6px;
	color: #909090;
	border-right: 1px solid #909090;
	background: none;
}

a.footer:link {text-decoration: none; }
a.footer:visited {text-decoration: none; }
a.footer:hover{text-decoration: underline; }
a.footer:active{text-decoration: none; }


/*end footer */


#copyright {
	float: left;
	width: 100%; 
	padding: none;
	margin: 0 0 3em 0;
	height: 2em;
	background-color: transparent;
	border: none;
	}
	
.copyright {
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.4em;
	padding: none;
}


