/*
Theme Name: Livegreen
Theme URI: http://www.freewordpresslayouts.com
Version: 1.0
Author: Makequick
Author URI: http://www.makequick.com
*/

/* standard elements */
html {min-height: 100%; min-width: 900px; background: url('img/tile-down.gif') repeat;}

* {
	margin: 0;
	padding: 0;
}

.slogan {
color: #E1B489;
font-size: 13px;
}

#newheader { 
width: 874px;
height: 184px;
background-image: url('img/header3.png');
margin-left: auto;
margin-right: auto;
position: relative;
}

.profile {
	background: url(img/gradiant.png) no-repeat top right;
	width: 281px;
	height: 161px;
	position: absolute;
	bottom: 0;
	right: 47px;
}

.profile_wrapper {
	width: 281px;
	height: 161px;
	position: relative;
}

.photo {
	position: absolute;
	top: 8px;
	left: 24px;
	width: 107px;
	height: 141px;
	border: 2px solid #7d7b7c;
}

.profile_info {
	width: 144px;
	height: 134px;
	position: absolute;
	top: 8px;
	right: 0;
	text-align: center;
	padding-top:10px;
}

.profile_info p strong {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.profile_info p.rank {
	font-size: 12px;
}

.profile_info p {
	font-size: 15px;
	color: #000;
}

.profile_info p a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.profile_info p a:hover {
	text-decoration: underline;
}

.profile_info .contact_wrapper {
	width: 144px;
	padding-top: 5px;
}

.profile_info .contact_button {
	width: 86px;
	height: 26px;
	overflow: hidden;
	margin: 0 auto;
}

.profile_info .contact_button a {
	width: 86px;
	height: 26px;
	overflow: hidden;
	display: block;
	text-indent: -99999px;
	background: url(img/contact.jpg) no-repeat top left;
	cursor: pointer;
}

.profile_info .contact_button a:hover {
	background-position: left -26px;
}

#searchform #s {
	margin: 10px 0;
}

p#player1, p#player2 {
	background-color: #E5F6E1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/* border: 1px solid #fff; */
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.promo_main {position: relative;}

.promo_desc {width: 295px; position: absolute; top: 8px; right: 13px;}

.promo_desc h1 {background: none !important; font-weight: bold; color: #2F4452; font-size: 23px; padding-bottom: 0 !important; margin-bottom: 2px !important;}

.promo_desc h2 {font-size: 16px; color: #555555; font-weight:bold;}

.promo_desc p {color: #777777; padding-bottom: 0 !important;}

.promo_desc2 {width: 432px; position: absolute; top: 8px; right: 13px;}

.promo_desc2 h1 {background: none !important; font-weight: bold; color: #2F4452; font-size: 26px; padding-bottom: 0 !important; margin-bottom: 5px !important;}

.promo_desc2 h2 {font-size: 20px; margin-bottom:15px; color: #555555; font-weight:bold;}

.promo_desc2 p {color: #777777; padding-bottom: 15px !important;}

.promo_desc .learn_more_wrapper {
	width: 295px;
	padding-top: 5px;
}

.promo_desc .learn_more {
	width: 113px;
	height: 28px;
	overflow: hidden;
}

.promo_desc .learn_more a {
	width: 113px;
	height: 28px;
	overflow: hidden;
	display: block;
	text-indent: -99999px;
	background: url(img/learn_more.jpg) no-repeat top left;
	cursor: pointer;
}

.promo_desc .learn_more a:hover {
	background-position: left -28px;
}

.buy_now_wrapper {
	width: 100px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.buy_now {
	width: 100px;
	height: 28px;
	overflow: hidden;
}

.buy_now a {
	width: 100px;
	height: 28px;
	overflow: hidden;
	display: block;
	text-indent: -99999px;
	background: url(img/buy_now.jpg) no-repeat top left;
	cursor: pointer;
}

.buy_now a:hover {
	background-position: left -28px;
}

.navigation ul li a {outline: none;}

div.hide {display: none;}

div.promo_main p#player2 {text-align: left !important;}

.alignright {float: right;}
.alignleft {margin: 0 15px 15px 0 !important; float: left;}

a {color: #2F4452; border: none;}
a:hover {color: #2F4452; border: none;}

body {
	margin-bottom:30px;
	background: url('img/tile-up.gif') repeat-x;
	color: #333333;
	font: normal 62.5% Tahoma, sans-serif;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 16px sans-serif;}

div.hr {
	border-bottom: 1px dashed #9CAF99;
	margin: 15px 0;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px; margin-bottom: 10px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right; color: #5b5b5b;}

/* structure */
.container {
	background: #E5F6E1;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 5px 10px;
	width: 780px;
	border-bottom: 4px solid #E5F6E1;
}

/* header */
.top {
	padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0
}

/* title */
.header {
	background: #E5F6E1;
	font-size: 1.2em;
	height: 120px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 120px;	
}
.logo {
height: 135px;
width: 295px;
position: absolute;
bottom: 12px;
left:60px;
overflow: hidden;
text-indent: -9999px;
}

.logo a {
display: block;
height: 135px;
width: 295px;
}

.header .left {
	background: url('img/header2.gif') no-repeat;
	text-align: center;	
	width: 780px;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 120px;
}
.header .right p, .header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background:#FFFFFF url('img/nav.gif');
	height: 41px;
	margin: 0px;
	paddin-top: 0px;
	border: none;
}

.navigation ul { list-style-type: none; list-style-image: none; float: left;}

.navigation li { float: left; }

.navigation li a:link, 
.navigation li a:visited,
.navigation li a:active {
	background: #FFFFFF url('img/nav.gif');
	color: #2F4452;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 20px;
	margin-right: 5px;
	border: none;

}

.navigation li a:hover,
.navigation li.current_page_item a,
.navigation li.current_page_parent a {
background-position: left bottom; 
color: #2F4452;
border: none;
}

.floater {
margin-left: -66px;
background: url('img/floaterbg.png');
background-repeat: no-repeat;
background-position: left;
height: 65px;
padding-left: 15px;
padding-top: 5px;
}


/* main */
.main {
	border-top: 4px solid #E5F6E1;
	background: url('img/bgmain.gif') repeat-y;

}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #cae2ef;
	font: 1em Tahoma,sans-serif;
	line-height: 21px;
	display: block;
	background-image: url('img/h2bg.gif');
	background-repeat: no-repeat;
	margin: 8px 0 8px 0;
	padding: 0 0 3px 12px;
}
.sidenav ul {
	margin-bottom:20px;
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #CBE7C5;}
.sidenav li a {
	font-size: 1.1em;
	color: #3F614C;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #EEF9EB;
	color: #2B3F33;	
}

/* content */
.content {
	margin: 0px 0;
	padding: 0 11px 0 16px;
	background: #fff;
	width: 531px;
}
.content_wide {
	width: 753px !important;
}

.content_wide p, .content_wide li {
	font-size: 13px !important;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	background: url('img/li.gif') no-repeat left 4px;
	padding: 1px 0 1px 16px;
	font-family: "Lucida Sans Unicode",sans-serif;
	line-height:23px;
	margin-left:10px;
	color: #333333 !important;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif; font-size:12px; line-height:23px;}

/* footer */
.footer {
	background: #C8E5C4;
	color: #5B5B5B;
	font: bold 1em sans-serif;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
	margin: 35px 0 0 0px;
}
.footer a, .footer a:hover {color: #5B5B5B;
	text-decoration:none;
}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px; padding-left: 10px;  padding-right: 10px; background-color: #FFFFFF;}

.info{
	padding: 10px 10px;
	background-image: url('img/post-footer-bg.gif');
	color: #555;
	margin: 10px 0 4px;
	height: 14px;
	width: 507px;
	display: block;
}

.clear_left {clear: left;}
 
.block_container {overflow: hidden;}
 
.expand_icon {margin:4px 0 0 4px; float: left; height: 9px; width: 9px; background: url('img/icon_expand.gif') no-repeat left top;}
.more_details {margin-bottom: 15px;}
.hide_details {display: none;}
.hide_details p {padding: 10px 0;}

.post h1 {margin-bottom: 15px; padding-bottom: 5px; background: url('img/sidebar_dashed.jpg') repeat-x left bottom;}
.post .floater h1 {margin-bottom: 0; background: none;}

.post img {border: 4px solid #DDD; margin: 0 0 15px 15px;}
.post a img {border: none}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

.entry ol li {list-style: decimal; background: none; margin-left:21px; padding-left:0;}

.entry ol li ol li {list-style: lower-alpha;}

.entry ol li ol li ol li {list-style: lower-roman;}

/* comments */
ol.commentlist li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	width: 515px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 515px;}

h3#respond, h2#comments {margin: 25px 0 15px 0;}

li.graybox {
	background-color: #E5F6E1 !important;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/* border: 1px solid #fff; */
	padding: 20px;
}

ol.commentlist li {
	margin: 0 0 15px 0;
}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	padding: 7px;
	width: 100%;
	font-family: "Lucida Sans Unicode",sans-serif;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

.phplist label {
	padding: 0 0 5px 0 !important;
	color: inherit !important;
	font-weight: normal !important;
}
.phplist #name, .phplist #email, #s {
	font-size: 1.1em;
	background: #F8F7F6;
	padding: 7px;
	margin-bottom: 10px;
	width: 185px;
	font-family: "Lucida Sans Unicode",sans-serif;
	border: 1px solid #D6D3D3;
}
.phplist #name:focus, .phplist #email:focus, #s:focus {
	background: #FFF;
	border: 1px solid #939793;
}

.phplist .required {
	color: #FF0000;
	padding-bottom: 15px;
	font-weight: bold;
}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {margin-bottom: 15px;}

h2.archive_header {padding: 15px 0pt 5px; font-size: 25px;}

.wpcf7-not-valid-tip-no-ajax {font-size:12px !important;}

.wpcf7-form {padding-top: 5px;}

.wpcf7-form p {font-weight: bold; color: #435F6F;}

#wpcf7-f2-p413-o1 .your-name input, #wpcf7-f2-p413-o1 .username input, #wpcf7-f2-p413-o1 .your-email input, .distributorID input, .phone input {font-family: "Lucida Sans Unicode",sans-serif; color: #333333; font-size:13px; padding:5px; width: 285px; height: 18px; background: #F8F7F6; outline: none; border: 1px solid #D6D3D3;}

.your-name input, .your-email input {font-family: "Lucida Sans Unicode",sans-serif; color: #333333; font-size:13px; padding:5px; width: 500px; height: 18px; background: #F8F7F6; outline: none; border: 1px solid #D6D3D3;}

.your-message textarea {font-family: "Lucida Sans Unicode",sans-serif; color: #333333; font-size:13px; padding:5px; width: 500px; height: 200px; background: #F8F7F6; outline: none; border: 1px solid #D6D3D3;}

#wpcf7-f2-p413-o1 .username input:focus, .your-name input:focus, .your-email input:focus, .your-message textarea:focus,
#wpcf7-f2-p413-o1 .your-name input:focus, #wpcf7-f2-p413-o1 .your-email input:focus,
.distributorID input:focus, .phone input:focus {
	background: #FFF;
	border: 1px solid #939793;
}

#highlight_info {display: none;}

.the_plans {background: url(img/the_plans.jpg) no-repeat; width: 730px; height: 286px; position: relative;}
.cheetah {display: block; position: absolute; width: 266px; height: 160px; top:87px; left: 12px;}
.cheetah_button {display: block; height: 160px; width: 266px;}
.tiger {display: block; position: absolute; width: 173px; height: 194px; top:69px; left: 278px;}
.tiger_button {display: block; height: 194px; width: 173px;}
.bear {display: block; position: absolute; width: 130px; height: 160px; top:85px; left: 452px;}
.bear_button {display: block; height: 160px; width: 130px;}
.elephant {display: block; position: absolute; width: 130px; height: 160px; top:85px; left: 585px;}
.elephant_button {display: block; height: 160px; width: 130px;}

#player2 img {border: none; margin: 0;}

.home_promo #player1 {text-align:left !important;}

.promo_desc p {font-size:14px !important;}
