/* @override 
	http://www.littleoak.net/wp-content/themes/littleoak/style.css
*/

/*
Theme Name: LittleOak
Theme URI: http://www.littleoak.net/
Description: Theme for Little Oak Hosting LLC
Version: 1
Author: Christopher Bayley, Giuseppe Caruso
Author URI: http://www.bonsai-studio.net/
Tags: green, custom header, fixed width, two columns, widgets
*/

/* @group Style elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Geneva, Arial, sans-serif;
	text-align: center;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

#content a:link, #content a:visited,
#footer a:link, #footer a:visited  {
	padding: 0 3px;
	color: #fbff48;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content a:hover, #content a:active,
#footer a:hover, #footer a:active {
	color: #177714;
	background-color: #fbff48;
	border-bottom-style: solid;
	border-bottom-color: #fbff48;
}

.clearer {
	clear: both;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

b, strong {
	font-weight: bold;
}

img {
}


h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6, dt {
	color: #fbff48;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-shadow: #083f06 2px 2px 1px;
}

h1 {
	font-size: 2em;  /* 36px */ 
	line-height: 1.5em;  /* 36px */
}

h2 {
	font-size: 1.8em; /* 18px */
	line-height: 2em;	
}

h3 {
	font-size: 1.4em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	text-transform: lowercase;
	font-weight: lighter;
}

dl {
	margin-left: 20px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

dd {
	margin-left: 10px;
	margin-bottom: 1em;
}

#contentContainer #content ul, #contentContainer #content ol {
	overflow: hidden;
	margin-bottom: 1em;
}

#contentContainer #content li {
	list-style-position: inside;
}

/* @end */

/* @group Site Structure */

#page {
	background: #177714 url(images/sky-bg.jpg) repeat-x left top;
	border-bottom: 2px solid #004c07;
	}
	
#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 20px;
}

#contentContainer {
	width: 600px;
	float: left;
}

#content {
	padding-right: 20px;
}

#header {
	width: 800px;
	height: 273px;
	background: url(images/pageheader-bg.jpg) no-repeat center top;
	}
	
#header h1 {
	text-indent: -3000px;
}

#header h2 {
	text-indent: -3000px;
}

#ground {
	background: #160e04 url(images/ground-bg.gif) repeat-x left top;
	height: 600px;
}


#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group PageHeader */

/* @group Top Navigation */

#navcontainer  {
	position: absolute;
	top: 0;
	right: 0;
	width: 800px;
	height: 72px;
	/*background-color: red;*/
	overflow: hidden;
}

#navcontainer .current,
#navcontainer li.current_page_item a {
	color: #1b4f88;
}

#navcontainer  ul{
	/*background-color: fuchsia;*/
	float: right;
	/*background-color: darkblue;*/
	margin: 13px 0 0;
}

#navcontainer  li {
	display: block;
	float: left;
	/*background-color: paleturquoise;*/
}

#navcontainer  a {
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}

#navcontainer a:hover,
#navcontainer li.current_page_parent a {
	color: #1b4f88;
}

#navcontainer  a:active {
	color: #b2e9ff;
}

/* @end */

/* @group Search Form */

.search {
	/*background-color: blue;*/
	width: 800px;
	float: right;
	text-align: right;
	padding-top: 0px;
}

#searchform {
	}

/* @end */

/* @end */

/* @group Sidebar */

#sidebarContainer {
	float: right;
	width: 200px;
}

#sidebar {
	display: block;
	}
#sidebar h3{
	margin: 0;
	padding: 0;
	}

.sidebar-btn {
}

.sidebar-btn li {
	list-style: none;
	height: 30px;
	line-height: 30px;
}

.sidebar-btn li a:link, .sidebar-btn li a:visited {
	float:right;
	width: 188px;
	display: block;
	background: url(images/sidebar-btn.png) no-repeat left top;
	padding: 0 0 0 12px;
	color: #042804;
	font-family: "American Typewriter", 	Georgia, "Times New Roman", Times, serif;
}

.sidebar-btn li a:hover, .sidebar-btn li a:active,
.sidebar-btn li.current_page_item a:link, .sidebar-btn li.current_page_item a:visited {
	background: url(images/sidebar-btn.png) no-repeat left -30px;
}

/* @end */

/* Begin Typography & Colors */


.widecolumn .entry p {

	}

.entry, .widecolumn .entry {

	}

.widecolumn {

	}

.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
 border: 1px solid #ddd;
}

.even, .alt {
	background-color: #31980f;
	border: 1px dotted #bfbf2f;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {

}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	}

.time {
	width: 80px;
	position: absolute;
	margin-left: -100px;
	padding: 0.8em 0;
	background-color: #fff;
	color: #a12e0f;
	font-family: ""American Typewriter"", Georgia, ""Times New Roman"", Times, serif;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #666;
	border-right-color: #666;
	border-width: 1px;
}

.month,
.day,
.year {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.month {
}

.day {
	font-size: 2em;
}

.year {
	font-size: 1.5em;
}

code {
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* @group WordPress */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @group Pages Navigation */

.current_page_item {
	
}

.current_page_parent {
}



/* @end */

/* @end */
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/* 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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0 0 1em;
	list-style: none;
	padding: 1em;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 0;
	padding: 0 0 0 1em;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	clear: both;
	height: 2em;
	line-height: 2em;
	color: #fbff48;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */

/* @group home */

#starthere,
#whychooseus,
#allourplans,
#support
 {
	overflow: hidden;
	width: 200px;
	height: 220px;
	float: left;
	position: relative;
}

h4.bottom-links {
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: none;
	font-weight: normal;
}

h4.ordernow {
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: none;
	font-weight: normal;		
	background-color: #D4270E;
	display: block;
	height: 2em;
	line-height: 2em;
	width: 175px;
	text-align: center;
	padding: ;
	padding-left: 7px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;		
}

#content h4.bottom-links a:link,
#content h4.bottom-links a:visited {
	background-color: #036500;
	display: block;
	height: 2em;
	line-height: 2em;
	width: 175px;
	text-align: center;
	padding: ;
	padding-left: 7px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}




#content h4.bottom-links a:hover,
#content h4.bottom-links a:active {
	background-color: #fbff48;
}

#content h4.ordernow a:hover,
#content h4.ordernow a:active {
	background-color: #fbff48;
}


.ordernow:hover,
.ordernow a:hover{
	background-color: #fbff48;
	color: #036500;
}


#starthere h3,
#whychooseus h3,
#allourplans h3,
#support h3 {
	text-indent: -3000px;
	overflow: hidden;
	width: 200px;
	height: 21px;
}

#starthere p,
#whychooseus p,
#allourplans p,
#support p,
#starthere ul,
#whychooseus ul,
#allourplans ul,
#support ul {
	padding: 0 10px 0 3px;
}

#starthere h3 {
	background: url(images/h3-bg-startshere.png) no-repeat left top;
}

#whychooseus h3 {
	background: url(images/h3-bg-whychooseus.png) no-repeat left top;
}

#allourplans h3 {
	background: url(images/h3-bg-ourplans.png) no-repeat left top;
}

#support h3 {
	background: url(images/h3-bg-support.png) no-repeat left top;
}

#hostingplans {
	text-indent: -3000px;
	overflow: hidden;
	width: 200px;
	height: 21px;
	background: url(images/h3-bg-hostingplans.png) no-repeat left top;
	margin: 0;
	clear: both;
}

#seed,
#sapling,
#habitat,
#chestnut
{
	overflow: hidden;
	width: 200px;
	height: 120px;
	float: left;
	background: url(images/plans-bg.png) no-repeat left bottom;
	color: #042804;
	padding-right: 0;
	padding-top: 20;
	padding-bottom: 0;
}

#seed ul,
#sapling ul,
#habitat ul,
#chestnut ul
{
	padding-left: 14px;
}

#seed h4,
#sapling h4,
#habitat h4,
#chestnut h4
{
	width: 200px;
	height: 46px;
	margin: 0;
}

#seed h4 a:link, #seed h4 a:visited, #seed h4 a:hover, #seed h4 a:active,
#sapling h4 a:link, #sapling h4 a:visited, #sapling h4 a:hover, #sapling h4 a:active,
#habitat h4 a:link, #habitat h4 a:visited, #habitat h4 a:hover, #habitat h4 a:active,
#chestnut h4 a:link, #chestnut h4 a:visited, #chestnut h4 a:hover, #chestnut h4 a:active
{
	width: 200px;
	height: 46px;
	line-height: 46px;
	display: block;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

#seed h4
{
	background: url(images/seed-h4-bg.png) no-repeat left top;
}

#sapling h4
{
	background: url(images/sapling-h4-bg.png) no-repeat left top;
}

#habitat h4
{
	background: url(images/habitat-h4-bg.png) no-repeat left top;
}

#chestnut h4
{
	background: url(images/chestnut-h4-bg.png) no-repeat left top;
}

/* @group #banner */

#banner {
	position: relative;
	width: 800px;
	height: 270px;
	float: left;
	color: #1b4f88;
	background: transparent url(images/banner-bg.png) no-repeat 0 0;
}

#banner h3{
	width: 300px;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}

#banner h3 span{
	margin-left: -3000px;
	overflow: hidden;
}

#banner .new {
	color: #97000b;
	position: absolute;
	right: 16px;
	top: 0;
	background: url(images/banner-new.png) no-repeat 0 0;
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

#banner ul{
	width: 350px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

#banner li.price {
	color: #97000b;
	font-weight: bold;
}

#banner li.shoplet-btn {
	display: block;
	float: right;
	list-style: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}

#banner a:link, #banner a:visited {
	width: 188px;
	display: block;
	background: url(images/sidebar-btn.png) no-repeat left top;
	padding: 0 0 0 12px;
	color: #042804;
	font-family: "American Typewriter", 	Georgia, "Times New Roman", Times, serif;
}

#banner a:hover, #banner a:active {
	background: url(images/sidebar-btn.png) no-repeat left -30px;
}

.sidebar-btn li {
	list-style: none;
	height: 30px;
	line-height: 30px;
}



/* @end */

/* @end */

/* @group service */

.plan h2, .plan h3, .plan h4, .plan ul {
	color: #042804;
	text-shadow: none;
	padding-left: 20px;
}

.plan h2, .plan h3, .plan h4 {
	margin-bottom: 0;
	}

.plan {
	margin-bottom: 0.5em;
}

.overview {
	position: relative;
	width: 380px;
	height: 220px;
}

.shoplet {
	height: 250px;
}

.test {
	text-indent: 10px;
}

.btn {
	position: absolute;
	overflow: hidden;
	width: 260px;
	right: 0;
	bottom: 12px;
}

.shoplet div.btn {
	width: 160px;
}

#content .btn a:link, #content .btn a:visited {
	color: #042804;
	width: 122px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background: transparent url(images/plan_btn.gif) no-repeat left top;
	display: block;
	float: left;
	border: none;
	padding: 0;
	font-family: "American Typewriter", 	Georgia, "Times New Roman", Times, serif;
}

.plan .btn a:hover, .plan .btn a:active {
	font-weight: bold;
}

.plan-top {
	width: 380px;
	height: 10px;
	background: transparent url(images/plan-top380.png) no-repeat left top;
	overflow: hidden;
}

.plan-mid {
	width: 373px;
	background: url(images/plan-mid.png) repeat-y left top;
	overflow: hidden;
}

.plan-bottom {
	color: #042804;
	width: 380px;
	height: 30px;
	background: transparent url(images/plan-bottom380.png) no-repeat left bottom;
}



/* @end */

/* @group ((( BS ))) - Snippets 20090120 */

.left {
	float: left;
}

.right {
	float: right;
}

.ta-left {
	text-align: left;
}

.ta-center {
	text-align: center;
}

.ta-justify {
	text-align: justify;
}

.ta-right {
	text-align: right;
}

.small {
	font-size: 0.8em;
	line-height: 1.4em;
}

.smaller {
	font-size: 0.6em;
	line-height: 1em;
}

.hidden {
	visibility: hidden;
}


.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.w10x100 {
	width: 10%;
}

.w15x100 {
	width: 15%;
}

.w20x100 {
	width: 20%;
}

.w25x100 {
	width: 25%;
}

.w30x100 {
	width: 30%;
}

.w35x100 {
	width: 35%;
}

.w40x100 {
	width: 40%;
}

.w45x100 {
	width: 45%;
}

.w50x100 {
	width: 50%;
}

.w55x100 {
	width: 55%;
}

.w60x100 {
	width: 60%;
}

.w65x100 {
	width: 65%;
}

.w70x100 {
	width: 70%;
}

.w75x100 {
	width: 75%;
}

.w80x100 {
	width: 80%;
}

.w85x100 {
	width: 85%;
}

.w90x100 {
	width: 90%;
}

.w95x100 {
	width: 95%;
}

.w100x100 {
	width: 100%;
}

.h10px {
	height: 10px;
}

.h20px {
	height: 20px;
}

.h30px {
	height: 30px;
}

.h40px {
	height: 40px;
}

.h50px {
	height: 50px;
}

.h60px {
	height: 60px;
}

.h70px {
	height: 70px;
}

.h80px {
	height: 80px;
}

.h90px {
	height: 90px;
}

.h100px {
	height: 100px;
}

.red {
	background-color: red;
}

/* @end */

/* @group Creepy Oak */

/*#page {
	background: #c3d873 url(images/creepy-sky-bg.jpg) repeat-x left top;
	color: #3f1f20;
	}

#header {
	background: url(images/creepy-pageheader-bg.jpg) no-repeat center top;
	}

#content h4.bottom-links a:link,
#content h4.bottom-links a:visited {
	background-color: #8d1e02;
	color: #ffd58b;
	}

#content h4.bottom-links a:hover,
#content h4.bottom-links a:active {
	background-color: #ffd58b;
	color: #8d1e02;
	}*/

/* @end */




#div-1a {
 float:left;
 width:390px;
}
#div-1b {
 float:left;
 width:390px;
}
#div-1c {
 clear:both;
}
