/* @override 
	http://dev.limeleafllc.com/wp-content/themes/limeleaf2/style.css
*/

/*

Theme Name: Limeleaf2
Theme URI: http://limeleafllc.com
Description: This theme based on original 'kirsten' theme
Version: 2.0
Author: Kirsten Dietz
Author URI: kirstendietz.com
Tags: --

*/

/*CCS made awesome by Dietz*/
/*This is copyright (c) 2010 */


/* BODY AND MAIN DIVS */


body {
	background: #e3e3e3 url(images/floralbg.png) repeat-y;
	background: url(images/floralbg.png), url(images/scrollbg.gif);
	background-repeat: repeat-y, repeat;
	font: 1em "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#container {
	width: 900px;
	margin: 0 0 0 136px;
}

.spacer {
	clear: both; /*lf*/
	height: 25px;
}

#static {
	position: fixed;
	width: 362px;
	text-align: right;
	margin: 60px 20px 0 0;
}

#nav {
	float: right;
	width: 160px;
	margin: 70px 0 0 0;
}

#nav .navigate {
	float: left;
}

.page {
	width: 500px;
	float: right;
	margin: 0 0 500px 0;
	padding: 25px 0 0 0;
}

blockquote {
	background: url(images/callout.png) no-repeat 0% 40px;
	margin: 10px 0 30px 0;
	width: 400px;
}

blockquote p {
	background-color: #fff;
	padding: 30px 15px 15px 20px;
	margin: 0 0 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.plugin blockquote{
	float:left;
}

.plugin_icons{
	float:left;
	width:75px;
	margin-top: 20px;
	padding: 10px 0;
	
	text-align: center;
	border: 5px solid #bbb;
	border-left: none;
	background-color: #e3e3e3;
	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}

.plugin_icons a,
.plugin_icons input{
	padding: 5px 0;
}

.download{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	padding: 0;
	text-indent: -9999px;
	background: url(images/download_small.png) no-repeat top left;
}

.page img {
	margin: 0 0 0 15px;
	-webkit-box-shadow: 3px 3px 15px #000;
}

img.new{
	margin-right: 20px;
}

small {
	font-size: .5em;
}

a {
	text-decoration: underline;
	color: #000;
}

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

img {
	border: 0;
}

#footer {
	float: left;
	width: 900px;
	height: 30px;
}

em {
	font-size: .9em;
}

#login {
	margin: 40px 0 0 0;
}

#login form#loginform {
	border: 3px solid #a0cd4a;
	margin: 0;
	float: right;
}

input#user_pass {
	border: 0;
	width: 180px;
}

#wp-submit {
	border: 0;
	background-color: #a0cd4a;
	padding: 0 7px;
}

ul#menu {
	list-style-type: none;
	margin: 10px -21px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}

ul#menu li a {
	float: left;
	width: 351px;
	text-decoration: none;
	padding: 5px 32px 5px 0;
	font-weight: bold;
	color: #aaa;
	-webkit-transition: background-color .4s linear;
}

ul#menu li a:hover,
ul#menu li a.active:hover {
	color: #fff;
	background: #a0cd4a url(images/bullet.png) no-repeat 360px center;
}

ul#menu li a.active{
	color: #fff;
	background: #F75815 url(images/bullet.png) no-repeat 360px center;
}

.alignright{
	float: right;
}
