/*   
Theme Name: Lemon and Lime Blog
Theme URI: http://www.lemonandli.me
Description: Developed for the web development company lemon and lime 
Author: Dave Hearne 
Author URI: http://www.lemonandli.me
Version: 1.0 
. 
. 
*/ 
*{margin: 0; padding: 0 }

body {
	text-align: center; /*IE centered*/
    font-family: "Arial";
	font-size: 16px;
	color: #666;	
	margin: auto;
	width: 100%;
	
}

/*

main styles

*/

#buttons{
	margin: 0px auto;
	height: 40px;
	width: 100%;
	background-image: url('images/buttons-bg.png'); 
}

#header{
	height: 200px;
	width: 100%;
	border-bottom: solid 5px #efeef0;
	border-top: solid 2px #efeef0;
	background-image: url('images/header-bg.png');
	background-repeat: no-repeat;
	background-color: #a69e9e;
	float: left;
}

#main-content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	
}

#text-left{
	width: 550px;
	margin-left: 10px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
	overflow: auto;
	padding-bottom: 100px;
	
}

#sidebar{
	float: left;
	width: 378px;
	background-image: url('images/sidebar-bg.png');
	background-repeat: no-repeat;
	background-color: #efeef0;
	margin-right: 20px;
	border-left: solid 1px #a69e9e;
	border-right: solid 1px #a69e9e;
	padding-top: 20px;
	overflow: auto;
	height: auto;
	padding-bottom: 100px;
	text-align: left;
	

}

#footer{
	width: 100%;
	height: 270px;
	background-color: #a69e9e;
	background-image: url('images/footer-bg.png');
	background-repeat: repeat-x;
	padding-bottom: 50px;


}


/*

header styles

*/

#header-content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	float: left;
	margin-left: 10px;
	margin-top: 50px; 
	outline: none;

}

.intro-p{
	float: left;
	padding-left: 296px;
	margin-top: 65px;

}

/*

button styles

*/
#navigation{
	margin: 0px auto;
	width: 600px;

}

#buttons ul{
	padding-top: 10px;
	color: white;
	padding-right: 640px;
}
#buttons li{
	list-style: none;
	display: inline;
	padding-right: 20px;	

}


#buttons a{
	color: white;
	text-decoration: none;

}



/*

sidebar styles

*/


#sidebar h3{
	font-family: "Arial";
	color: #94C93D;

}

#sidebar p{
	font-size: smaller;
	color: #a69e9e;
	text-align: justify;
	padding: 20px;
}

#sidebar li{
	list-style-type: none;
	float: left;
	font-size: smaller;
}

.widget{
	padding-top: 10px;
	width: 358px;
	border-bottom: silver solid 1px;
	padding-left: 20px;
}

#sidebar a:hover{
	color: #666;
	text-decoration: none;
}


/*

main text area styles and text styles

*/

h2{
	text-align: left;
	color: #C9FC00;

}


#text-left hr{
	background-color: #666;
	color: #666;
	border: none;
	width: 90%;
	margin: 0px auto;
	

}

a{
	color: #94C93D;
	text-decoration: none;
}

a:hover{
	color: #C9FC00;
	text-decoration: underline;

}

hr{
	border: 0px;
	color: silver;
	background-color: silver;
	height: 1px;

}

.button{
	background: url(images/button-off.png);
	border: none;
	color: white;
	font-size: small;
	width: 50px;
	height: 24px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	border: #C9FC00 1px solid;



}
.button:hover{
	cursor: pointer;
	color: #a69e9e;
	border: silver 1px solid;
}

/*

footer styles


*/


.footer-logo{
	margin: 0px auto;
	padding-top: 25px;

}
#footer-container{
	padding-top: 25px;
	margin: 0px auto;
	width: 1000px;
	height: 210px;

}

.footer-left{
	width: 500px;
	margin-left: 10px;
	float: left;
	padding-top: 50px;
	padding-right: 110px;
	text-align: justify; 


}

.footer-right{
	float: left;
	width: 308px;
	margin-right: 20px;
	padding-top: 50px;
	text-align: left;

}

#footer-bottom{
	border-top: 1px solid #efeef0;
	width:1000px;
	margin: 0px auto;
	padding-top: 20px;

}

#footer h3{
	color: white;
	text-align: left;

}

#footer p{
	font-size: smaller;
}

#footer a{
	color: #C9FC00;
	text-decoration: underline;

}
#footer a:hover{
	color: white;
	text-decoration: none;

}

#footer img{
	border: none;
}

/*
	Comment-Styles
*/

#comments_template {
	border-top:1px solid #e3e3e3;
	margin-top:30px;
	padding-top:30px;	
}
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}
ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}



ul.commentlist {
	margin:20px 0px 20px 0px;
	padding:0px;
	border:2px solid #dedede;
}
ul.commentlist li {
	margin:0px;
	padding:10px 0px 20px 60px;
	position:relative;
	list-style:none;
	border:1px solid #dedede;
	border-bottom:0px;
	background:#ffffff url(images/background_block_slice.jpg) repeat-x;
	background-position:1px 1px;
}
ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #dedede;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}
ul.commentlist ul li {
	border:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}

#respond input{
	height: 1.5em;
	font-family: 'Arial';
	font-size: 1em;
	background-color:#efeef0; 
	border: 1px solid silver;
	width: 300px;

}

.textbox{
	background-color:#efeef0;
	font-family: 'Arial';
	border: 1px solid silver;
	width: 300px;
}

pre{
	font-size: smaller;
	border: 1px silver dashed;
	padding: 3px;
	margin: 3px;

}
