/* 
	Theme Name: LMI
	Theme URL: http://www.colonyofants.co.uk
	Description: LMI theme created for Lean Mentor International.
	Author: Lynne Jones
	Author URI: http://www.colonyofants.co.uk
	Version: 1.0
		



/* colours
   Body Background:       #333333
   Main Text:             #666666
   Links:                 #99CC00
   Medium blue:           #4C9AC5
   Dark Green:            #5D740C
*/

body {
	background-color: #4B4B4B;
	color: #666;
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-size: 62.5%;
	text-align: center;
}

#header {
height: 235px;
margin-left:auto;
margin-right:auto;
text-align:center;
width:970px;
padding-top: 27px;
}

#branding {
background-color:#4B4B4B;
background-image:url(images/lmlogo.jpg);
background-repeat:no-repeat;

width: 470px;
height:212px;
float: left;
}



#wrapper {
background-color:#fff;
text-align:center;
width:960px;
padding-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 7px;
background-image: url(images/bg-wrap.jpg);
background-repeat: repeat-x;
background-position: top;
}


/************************************************
*	Text and Links					     		    * 
************************************************/

a,  a:link {
  color: #4C9AC5;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #99CC00;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #99CC00;
  text-decoration: underline;
}

a:active {
  color: #4C9AC5;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

/************************************************
*	Headers				     		    * 
************************************************/

h1 {    
      position: absolute;
        color: 
        top: -100px;
        left: 0;
        width: 300px;
        height: 317px;
        padding: 0;
        background: transparent url(h1.png) no-repeat;
        text-indent: -9999px;
}

h2 {
    color: #4C9AC5;
}

h3 {
    font-size: 1.5em;
    color: #4C9AC5;
    margin-left: 15px;
    
}

h4 {
    font-size: 1.4em;
    font-weight: normal;
    color: #4C9AC5;
    margin-left: 15px;
    color: #4C9AC5;
    font-style: italic;
}

h5 {
    color: #4C9AC5;
}
 

/************************************************
*	Columns					     		    * 
************************************************/
#first-col {
	width: 470px;
	float: left;
        margin-left: 10px;
        margin-bottom: 20px;
        text-align: left;
        border-bottom: solid 15px #fff;
	}


#first-col h2 {
        font-size: 2.2em;
        margin-left: 15px;

        color: #4C9AC5;
        font-weight: normal;
}

#first-col h3 {
        font-size: 2em;
        margin-left: 15px;
        color: #4C9AC5;
        font-weight: normal;
}

#first-col p {
       font-size: 1.3em;
       line-height: 1.7em;
       margin-left: 15px;
}


#first-col li{
       font-size: 1.3em;
       line-height: 1.7em;
       margin-left: 15px;
       list-style-type: square;
}

.post h2 {
         margin-left: 15px;
        color: #4C9AC5;
        font-weight: normal;
}

.post p {
       font-size: 1.7em;
       line-height: 1.9em;
       margin-left: 10px;
}

.entry p {
       font-size: 1.7em;
       line-height: 1.9em;
       margin-left: 10px;
}


.post {
      width: 100%;
      margin-bottom: 20px;
}

#second-col { 
        width: 450px;
	float: right;
        text-align: left;
}



.mini-col1 {
	float: left;
	width: 200px;
        padding-top: 30px;
}

.mini-col2 {
	float: right;
	width: 200px;
	margin-right: 20px;
        padding-top: 15px;   
}


.mini-col1 h2, .mini-col2 h2 {
       font-size: 1.2em;
       font-family: Arial, Verdana, Sans-Serif;
       height: 25px;
       color: #000;
       padding: 5px;
       margin-top: 15px;
       background-image: url(images/nav-h2-bg.jpg);
       background-repeat: no-repeat;
}

.mini-col2 ul {
font-size:1.1em;
margin:0;
padding: 0;
list-style: none;

}

.mini-col1 ul {
color:#666;
font-size:1.3em;
list-style-type:none;
margin:0;
padding:0 10px 10px 0;
text-align:left;
width:180px;
}

.mini-col1 ul li a {
border-bottom:1px solid #ccc;
font-weight:bold;
color:#666;
display:block;
padding:5px;
text-decoration:none;
width:180px;
}



.mini-col1 ul li a:hover {
color:#666;
text-decoration:none;
}

.mini-col1 ul ul{
width:180px;
margin:0;
padding:0;
color:#666;
}

.mini-col1 ul ul li {
font-size:0.8em;
font-style:normal;
margin:0;
padding:0;
}


.mini-col1 ul ul li a {
border-bottom:1px solid #ccc;
font-size:0.8em;
font-weight:normal;
color:#4C9AC5;
display:block;
padding:5px;
margin:0;
text-decoration:none;

}

.mini-col1 ul ul li a:hover {
border-bottom:1px solid #ccc;
font-size:0.8em;
font-weight:normal;
color:#666;
display:block;
padding:5px;
text-decoration:none;
}
				
				



/************************************************
*	Comments									*

************************************************/
.comments{
margin-left:20px;
}
	
#commentblock {
	width: 430px;
	background: #E8E8E8;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{

	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 380px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 380px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}


#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;

	padding: 0px;



	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


/************************************************
*	Images  					     		    * 

************************************************/
.aligncenter {margin: 7px;}

.alignright {float:right; margin-left:10px;}

.alignleft, .alignnone {float:left; margin-right:10px;}

.hidden 
    {display: none;
}	

#sidebar ul li h4 {
	font-size: 130%;
	margin: 1em 0 0 0;
	padding: 0;
}

/************************************************
*	new				 * 
************************************************/


#searchform {
float: right;
height: 40px;

}

#s {
background:#ccc;
border-bottom:1px solid #F5F5F5;
border-left:1px solid #999;
border-right:1px solid #F5F5F5;
border-top:1px solid #999;
font-family: Arial, Verdana, Sans-Serif;
font-size:12px;
margin:0 0 10px 0;
padding:4px;
width:180px;
}

#navbar {
	width: 960px;
	height: 40px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
        clear:both;
	margin-right: auto;
	margin-left: auto;
        position: relative;
	}



.nav {
	width: 490px;
        height: 20px;
        margin-top:10px;
        font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
        font-weight: normal;
	float: left;
	text-align: left;
	text-transform: uppercase;
	}

.nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

		

.nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

	

.nav ul li a {
	color: #FFF;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	}



.nav ul li a:hover {
	color: #99CC00;
	text-decoration: none;
	}

/************************************************
*	Home					     		    * 
************************************************/


#first-col-h {
        width: 640px;
        padding-left:20px;
       	float: left;
        text-align: left;
        background-image: url('images/bg-intro.png');
        background-repeat: no-repeat;
}

#first-col-h li{
       font-size: 1.5em;
       line-height: 1.5em;
       margin-left: 15px;
       list-style-type: square;
}


#first-col-h h2 {
        font-size: 2.5em;
        margin-left: 15px;
        color: #4C9AC5;
        font-weight: normal;
}
#first-col-h p {
       font-size: 1.5em;
       line-height: 1.5em;
       margin-left: 15px;
}

#second-col-h {
        width: 240px;
        float: right;
        text-align: left;
}

#first-col-lwr-h {
float:left;
height:110px;
margin-top:10px;
width:300px;
}


#promos h2 {
color:#000;
font-size:1.8em;
}

#promos-side {
color:#666;
width: 200px;
padding-top: 10px;
margin-bottom: 20px;
}

#promos-side img {
border: 0;
}

#promos-side li {
color:#666;
height:135px;
margin-bottom: 15px;
border: solid 1px #fff;
text-indent:0;
width: 200px;
}

#promos-side a:hover {opacity: 0.75;}


#newsblog {
        width: 650px;
       	float: left;
        text-align: left;
        margin-left: 15px;
        margin-bottom: 10px;
        padding: 10px;
        border: solid 1px #ccc;
    background-image: url(images/bg-news.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#newsblog h2 {
        font-size: 1.6em;
        color: #4C9AC5;
        font-weight: normal;
        clear: left;
        margin-top: 10px;
}


#newsblog ul{
       color:#666;
       margin: 0;
       padding: 0;
       list-style: none;

}



#newsblog li{
       color:#666;
       margin:10px 10px 10px 15px;
       padding: 15px;
       list-style: none;
       background-image: url(images/bg-news.jpg);
       background-repeat: repeat-x;
       background-position: top;
       border: 1px solid #ccc;
}

#newsblog p{
       color:#666;
       font-size: 1.2em;
       line-height: 1.5em;
}


  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#navwrap {
   width: 960px;
   height: 30px;
   margin-left: auto;
   margin-right: auto;
}


/************************************************
*	Footer					     		    * 
************************************************/

#footer {
     clear: both;
     height: 200px;
     padding-bottom: 10px;
     width: 960px;
     background-color: #333;
     margin-left: auto;
     margin-right: auto
     text-align: center;
}

#siteinfo{
    width: 960px;
    height: 100px;
    background-color: #4B4B4B;
    margin-left: auto;
    margin-right: auto;
}



#siteinfo li {
       font-size: 1em;
       line-height: 1.4em;
       margin-left: 0;
       list-style-type: none;
}

#first-col-lwr-h {
    font-size: 1.3em;
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.7em;
    width: 925px;
    height: 170px;
    float: left;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #ccc;
    background-image: url(images/logo-small.gif);
    background-position: right;
    background-repeat: no-repeat;
	}

#credits {
	width: 960px;
        color: #ccc;
	float: left;
        text-align: right;
	}

#credits ul{

 font-family: Arial, Verdana, sans-serif;
 list-style-type: none;
 padding-left: 0;
 margin-left: 0; 
}


#credits li{
       font-size: 1.1em;
       line-height: 1.7em;
}

.wordpress{
    display: block;
    font-family: Arial, Verdana, sans-serif;
    color: #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#hcard-LeanMentor {
    width: 350px;
}



#footer h2 {
color:#F90;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:700;
margin:0;
padding:0;
}

#footer p {
float: left;
}

.rss img {
border:0;
float:left;
margin-right:10px;
}

.clear {
   clear: both;
}

.textwidget{
    background-image: url(images/bg-news.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #ccc;
    padding:3px;
    text-align:center;
    margin-top: 15px;
    width: 184px;
}

.textwidget h2{
   font-size: 1.2em;
   text-transform: uppercase;
   color: #4C9AC5;
   font-family: Georgia, "Times New Roman", Sans-Serif;
}

.carouselBtn{
   display: none;
}


/************************************************
*	Slideshow 					     		    * 
************************************************/

#slideshow {
  width: 480px;
  height: 220px;
  margin-left:12px;
  float: left;
  border: 1px solid #ccc;
}

#first-col .date_cal {
background:url('images/datebutton.jpg') no-repeat;
display:block;
float:right;
height:76px;
margin:3px 0 0 10px;
width:50px;
}

#first-col .date_cal .day {
color:#fff;
font-size:16px;
font-weight:700;
line-height:normal;
margin:5px 0 0 0;
text-align:center;
}

#first-col .date_cal .date {
color:#666;
font-size:16px;
font-weight:700;
line-height:normal;
margin:0;
text-align:center;
}

#first-col .date_cal .month {
color:#666;
font-size:12px;
font-weight:700;
line-height:normal;
margin:1px 0 0 0;
text-align:center;
text-transform:uppercase;
}

#first-col .date_cal .year {
color:#333;
font-size:13px;
line-height:normal;
margin:0;
text-align:center;
}



<!-- main stylesheet ends, CC with new stylesheet below... -->


<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-- 