/*  
Theme Name: Lazarus Corporation
Theme URI: http://www.lazaruscorporation.co.uk/
Description: red, white,  liquid layout design , 2 columns.
Version: 1.0
Author: Paul Watson
Author URI: http://www.lazaruscorporation.co.uk/
*/

* {padding: 0px;margin: 0px;}

/* Begin Typography & Colors */

body {
        background-color:#900;
	font-size: 14px;
	font-family: "Trebuchet MS", candara, verdana, arial, helvetica, sans-serif;
        color: #000000;
	}
input:hover,textarea:hover
{
	border: 1px solid #900;
}
input:focus,textarea:focus
{
	background-color: #ffc;
	border: 1px solid #900;
}
/*---------- standard Hyperlink styles ----------*/
a:link, a:visited {color:#c00;text-decoration:none;}
a:hover, a:active {color:#c00;text-decoration:underline;}
a img {border: none;}

#maincontainer {
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  background-color:#fff;
  border:1px solid #000;
  width:980px;
}
#container{}
#header {}
#sub_container{}
#contentcolumn {}

.contentcolumn p {margin:0 0 0.5em 0;line-height:1.3em;}
.entry {margin-bottom:1em;}
.entry p{margin-bottom:1em;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer
{
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	margin: 2em 0em 0em 0em;
        text-align:center;
}



#contentcolumn h1, #contentcolumn h2, #contentcolumn h3 {font-weight:bold;padding:0.5em 0;color:#900;}

#contentcolumn h1
{
	font-size:1.3em;
}
#contentcolumn h1 a
{
        color:#900;
	text-decoration: none;
}
#contentcolumn h1 a:hover
{
	text-decoration: underline;
}
#contentcolumn h2
{
	margin: 1.5em 0em 0em 0em;
        font-size:1.1em;
}

.details {margin:0 0 0.5em 0;line-height:1.3em;font-style:italic;}


#sidenav h1 {
	color: #900;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2.0em;
	}


#sidenav h2 {
	color: #900;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2.0em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}



/* End Typography & Colors */

/* ================================================================== */
/* 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 {
	background:#FFF;
	margin:5px;
	}

.alignleft {
	background:#FFF;
	margin:5px;
	}
/* End Images */
/* Begin Structure */


#container{
width: 100%;
float: left;
}
#sub_container{
float: left;
width: 100%;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
  margin-right:250px;
  padding:35px 5px 20px 10px;
}
.post {
  padding:0 1em 2em 1em;
  margin-bottom:1em;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.post .postmetadata {
	padding:5px 5px 0 5px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	
	
	/****************sidenav bar*************************/
#sidenav{
float: left;
width: 230px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
padding-right:10px;
padding:35px 0px 0px 10px;
border-left:1px solid #c00;
}
/*************
*  Comments  *
**************/
#comment-container{
margin:10px 10px 10px 10px;
padding:10px 10px 10px 10px;
}
#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
	
}

#commentlist li {
	margin: 12px 0;
	padding: 1px 20px;
	border:2px solid #fff6df;
	color: #000;
}



.commentmeta {
	margin: 4px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

.commentmeta a:link,
.commentmeta a:visited,
.commentmeta a:hover,
.commentmeta a:active {
	color: #000;
}
.commentmeta em{
	color:#AD582A;
	}
#commentlist hr {
	width: 100%;
	height: 1px;
	color: #eff3e4;
}

/* Comment Counter */
.commentcounter {
	float: right;
	height: 30px; /* IE hack */
	margin: 15px 0 0;
	padding: 10px 0 10px 0;
	color:#A79419;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
}
#commentlist .adminreply .commentcounter {
	color:#AD582A;
}

#commentlist .adminreply {
	background: #fff;
}
#commentlist li ol li{
list-style: decimal outside;
}
/* Gravatar */
.commentgravatar {
	float: left;
	margin: 12px 6px 0 0;
	padding: 0;
}

img.gravatar {
	padding: 1px;
	border: 1px solid #ddd;
}



input#author,
input#email,
input#url {
	width: 200px;
	height: 16px;
	padding: 1px 5px 0;
	}
textarea#comment {
	/*width: 460px;*/
	width:100%;
	height: 190px;
	padding: 5px;
	}


/****************begin lists**************/
/* 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 30px 0 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	text-align:left;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	text-align:left;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 10px 0 20px;
	margin: 0;
	text-align:left;
	
	
	}

.entry ol li {
	margin: 0;
	padding: 0;
	text-align:left;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidenav ul, #sidenav ul ol {
	margin: 0;
	padding: 0;
        text-align:left;
	}

#sidenav ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 25px;
	}

#sidenav ul p, #sidenav ul select {
	margin: 5px 0 8px;
	}

#sidenav ul ul, #sidenav ul ol {
	margin: 5px 0 0 5px;
	}

#sidenav ul ul ul, #sidenav ul ol {
	margin: 0 0 0 5px;
	}

.entry ol li, #sidenav ul ol li ,#commentlist ol li ol li{
	list-style: decimal outside;
	}
#commentlist ol li{
list-style-type:none;
}
#sidenav ul ul li, #sidenav ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#contentcolumn .post p.postmetadata {
	list-style: none;
	color: #999;
	}

.iconComment a {
	padding-left: 20px;
	background: url('images/icon_comments.gif') top left no-repeat;
}
#contentcolumn .post ul.post-data li {
	color: #000;
	}


#contentcolumn .post ul.post-data li.comments {
	float:left;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#contentcolumn .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	background: url(images/icon_comments.gif) 0 2px no-repeat;
	}
	
#contentcolumn .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#contentcolumn .post ul.post-data li.posted a {
	background: url(images/icon_postdata.gif) 0 2px no-repeat;
	padding: 0 0 0 13px;
	}
	
#contentcolumn .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}
	

/**********************************************************/

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}

ul#nav{font-size:1em;font-weight:bold;}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left;padding:5px 10px 5px 10px;background:#eed495;text-decoration:none;color: #4e1f05; border-top : 1px solid #ad582a;border-bottom : 1px solid #ad582a; border-left : 1px solid #ad582a; border-right : 1px solid #ad582a;}
ul#nav a:hover{background: #ad582a;color: #fff}
ul#nav li.current_page_item a,ul#nav li.current_page_item a:hover{background:#ad582a;color: #fff}
ul {  padding: 0; margin: 0;}
li { list-style-type: none;}


 /* Begin Form Elements */
#searchform {
	text-align: center;
	}

#sidenav #searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 2px;
	background:#900; border:solid 1px #c00; text-align:center; 
	color:#fff;

	}

.entry form { /* This is mainly for password protected posts, makes them look
better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:solid 1px #900;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	border:solid 1px #900;
	}

#commentform #submit {
	margin: 0px 0px 10px 0px;
	padding:2px;
	color:#ffffff;
	background:#900; border:solid 1px #c00; text-align:center; 
	}
/* End Form Elements */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

blockquote
{
	color: #000;
	border: dashed 1px #5C6A74;
	margin: 0.5em 0.5em 0.5em 2em;
	padding: 1.0em 1.0em 1.0em 1.0em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

#comment-container p {
	margin:0 0 0.5em 0;
        line-height:1.3em;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	}
/* End Various Tags & Classes*/


#menu {
	width:100%;
	font-weight:bold;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	background-image:url(http://www.lazaruscorporation.co.uk/v4/includes/menubackground.jpg);
}
/*---------- Styles for Menu ----------*/
#topmenu{text-align:left;font:13px courier new, courier,
monospace;font-weight:bold;}
.topmenuli{display:inline;padding-right:7px;padding-left:7px;margin:0px;border-right:1px solid;}
#menu li:first-child {border-left:1px solid;}
#menu a:link, #menu a:visited, #menu a:active{color: #000;text-decoration:none;}
#menu a:hover{color: #c00;text-decoration:none;}
.submenuul{list-style-type:none;position:absolute;margin:0;padding:0;display:none;margin-left:60px;z-index:100;}
.submenuli {padding:0px;border:1px solid #000;border-top:0px;background:#fff url(http://www.lazaruscorporation.co.uk/v4/includes/menubackground.jpg);z-index: 100;text-align:center;}
.submenuli:first-child{border-top:1px solid #000;}
.submenuli a{display:block;width:150px;}
li:hover ul , li.over ul{display: block;}
#topmenu li>ul {top:auto;left:auto;}

#headerimage {
	width: 100%;
	height: 185px;
	background: #fff url('http://www.lazaruscorporation.co.uk/v4/includes/siteheader.jpg') no-repeat top left;
}

.slashdigglicious {display:block;margin:1em 0;}

#wp-calendar {
text-align:center;
margin:0 auto;
}

#wp-calendar thead {
  color:#fff;
  background-color:#900;
}
#wp-calendar caption {
  font-weight:bold;
  text-align:center;
  margin:0 auto;
}
