/* @override 
	http://www.littleoak.net/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 reset */

/* v1.0 | 20080212 - Eric Meyer reset */

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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

pre {
	font-size: 10pt;
	font-family: monospace;
	color: black;
	}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group General */

html {
	font-size: 62.5%;
	line-height: 1.5em;
	text-align: center;
	}

body {
	text-align: left;
	font-family: "Helvetica Neue", Geneva, Arial, sans-serif;
	color: #ffffff;
	background: #177714 url(/images/sky-bg.jpg) repeat-x left top;
	}

a {
	text-decoration: none;
	}

#content a:link, #content a:visited,
#footer a:link, #footer a:visited,
.sidebarUL a:link, .sidebarUL a:visited,
.sidebarP a:link, .sidebarP a:visited {
	color: #fbff48;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 3px;
}

#content a:hover, #content a:active,
#footer a:hover, #footer a:active,
.sidebarUL a:hover, .sidebarUL a:active,
.sidebarP a:hover, .sidebarP a:active {
	color: #177714;
	background-color: #fbff48;
	border-bottom-style: solid;
	border-bottom-color: #fbff48;
	margin-right: 3px;
}

.clearer {
	clear: both;
}


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

b, strong {
	font-weight: bold;
}

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;
}

#container {
	position: relative;
	width: 80em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 2em;
}

#contentContainer {
	width: 800px;
	float: left;
	overflow: hidden;
}

#content {
}

#content p, #content ul, #sidebar p, #sidebar ul {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 1em;
}

#content li, .sidebarUL {
list-style-position:inside;
list-style-type:disc;
}

#order-button {
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 20px 70px;
}

#order-button a:link, #order-button a:visited, #order-button a:hover, #order-button a:active {
	display: block;
	width: 400px;
	height: 20px;
	border-bottom: 0px;
	text-decoration: none;
	padding: 20px 0em;
	color: #042804;
	font-size: 1.4em;
	text-align: center;
}

#order-button a:link, #order-button a:visited {
	background: url(/images/order-button2.png) no-repeat left top;
}

#order-button a:hover, #order-button a:active,
#order-button.current_page_item a:link, #order-button.current_page_item a:visited {
		background: url(/images/order-button2.png) no-repeat left -60px;
}

#navcontainer .chatam {
	width: 800px;
	float: right;
	text-align: right;
	padding-top: 0px;
	margin-top: 4px;
		
}
#navcontainer .chatam ul {
	margin-top: 1px;
}


/* @end */

/* @group Header */

#navcontainer {
	float: right;
	width: 45em;
	height: 8em;
}

#navcontainer  ul{
	float: right;
}

#navcontainer  li {
	display: block;
	float: left;
	padding: 0 1em 0 0;
}

#navcontainer a {
	display: block;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	padding: .5em 0em;
}

#navcontainer a:hover {
	color: #1b4f88;
}

#search {
	width: 45em;
	float: right;
	text-align: right;
}

#searchForADomain {
	overflow: hidden;
	float: right;
	}

#searchForADomain input {
	padding: 0;
	margin: 0;
	background-color: #ccc;
	border: none;
	float: left;
	height: 22px;
	line-height: 22px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}

#searchForADomain input#domainNameField, #searchForADomain input.domainNameField {
	background-color: #fff;
	color: #777;
	width: 193px;
	padding: 0 5px;
}

#searchForADomain input#searchButton {
	color: #555;
	width: 70px;
	height: 24px;
	padding: 0 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	}

#searchText {
	float: left;
	font-size: 1.2em;
	padding: .5em 0;
}

p.icannAccreditedRegister {
	height: 90px;
	line-height: 30px;
	padding-left: 105px;
	background: url(images/award-logo_icann.gif) no-repeat 0 0;
	}


/* @end */


#header {
	width: 80em;
	height: 27.3em;
	background: url(/images/pageheader-bg.jpg) no-repeat center top;
}
	
#header h1 {
	text-indent: -300em;
}

#header h2 {
	text-indent: -300em;
}

/* @end */

/* @group Footer */

#ground {
	background: #160e04 url(/images/ground-bg.gif) repeat-x left top;
	height: 30em;
	border-top: 2px solid #004c07;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	padding: 2em 0 0 0;
	line-height: 1.8em;
}


#footer h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: .5em;
	}

#footer li {
	font-size: 1.2em;
	}

#footer a:hover {
	color: #44ca00;
	background: transparent;
	border-bottom: 1px solid #44ca00;
	}

.footerLinks {
	float: left;
	width: 160px;
	display: inline;
	font-size: 11px;
	color: #fff;
	}

#contactInfo {
	display: inline;
	float: right;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	}

/* @end */


/* @end */

/* @group Home */

#imac-header {
	position: absolute;
	background-color: transparent;
	background-image: url(/images/imac-header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width:499px;
	height: 105px;
	left: 300px;
	top: 165px;
	overflow:hidden;
	text-indent: -9999px;
}

#imac-header a{
	display: block;
	width:499px;
	height: 105px;
}

#sidebanner {
	height: 47.5em;
	float: right;
	padding: 0px;
	background: url(/images/sidebanner.png) no-repeat left top;
	margin: 0px;
	width: 20em;
	overflow: hidden;
	position: relative;
}

#sidebanner a:link, #sidebanner a:visited, #sidebanner a:hover {
	color: #042804;
}

#sidebannerFooter {
	position: absolute;
	bottom: 1.5em;
	left: 2em;
	height: 6em;
	width: 16em;
	text-indent: -300em;
	overflow: hidden;
}

#sidebannerFooter a:link, #sidebannerFooter a:hover, #sidebannerFooter a:visited {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6em;
	width: 16em;
	background: url(/images/realmaclogo.png) no-repeat left top;
}

#sidebanner h3, #sidebannerFooter h3 {
	color: #042804;
	padding: .5em 1.5em;
	text-shadow: none;
	font-size: 1.2em;
	font-family: "Helvetica Neue", Geneva, Arial, sans-serif;
}

#sidebanner p {
	color: #042804;
	text-align: left;
	margin: 0em;
	padding: 0em 1em;
}

#sidebanner h3.sidebannerS {
	font-size: 1.5em;
	margin: 0em;
	padding-bottom: 0em;
}

#sidebanner #RapidWeaver {
	display: block;
	width: 16em;
	height: 16em;
	margin: 0em 2em;
}

#sidebanner #RapidWeaver a:link, #sidebanner #RapidWeaver a:hover, #sidebanner #RapidWeaver a:visited {
	display: block;
	width: 16em;
	height: 16em;
	background: url(/images/RapidWeaverLogo.png) no-repeat left top;
	border: none;
}

#starthere,
#whychooseus,
#allourplans {
	height: 32em;
	float: left;
	width: 20em;
	overflow: hidden;
	position: relative;
}

#starthere p,
#whychooseus p,
#allourplans p {
	margin: 0 .5em 0 .5em;
}

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

#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;
}


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

#content h4.bottom-links a:link,
#content h4.bottom-links a:visited,
#content h4.order-now a:link,
#content h4.order-now a:visited {
	background-color: #036500;
	font-size: 1.2em;
	display: block;
	height: 2em;
	line-height: 2em;
	width: 175px;
	text-align: center;
	padding: .3em;
	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.order-now a:link,
#content h4.order-now a:visited {
	background-color: #9B2C10;
}

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

#hostingplansheader {
	display: block;
	width: 550px;
	height: 21px;
	float: left;
}

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

#seed,
#sapling,
#habitat,
#chestnut
{
	overflow: hidden;
	width: 200px;
	height: 134px;
	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;
}


/* @end #home */

/* @group RapidWeaver */

#awesomeWebsites{
	position: absolute;
	background-color: transparent;
	background-image: url(/images/header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width:499px;
	height: 105px;
	left: 300px;
	top: 170px;
	overflow:hidden;
	text-indent: -9999px;
}

.contentLeft {
	width: 540px;
	float: left;
	overflow: hidden;
}

#order-banner {
	display: block;
	height: 96px;
}

#order-banner li {
	display: block;
	float: left;
	width: 200px;
	height: 96px;
	margin-right: 70px;
}
	
#order-banner li a {
	display: block;
	width: 200px;
	height: 96px;
}

#order-hosting {
	background-image: url(/images/order-banner.png);
}

#realmac-banner {
	background-image: url(/images/rms-logo.png);
}

/* @end */

/* @group sidebar */

#sidebarContainer {
	float: right;
	width: 20em;
}

#sidebar {
	display: block;
}

#sidebar p {
	padding: 0px;
}

#sidebar h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: .5em 0;
}

#sidebar h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0;
}

.sidebar-order li {
	list-style: none;
	line-height: 30px;
	margin: 10px 0 0 0;
	padding: 0;
}

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

#sidebar ul {
	clear: both;
}

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

.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 Sidebar */

/* @group Services */

#columnLeft {
	width: 48%;
	float: left;
}

#columnRight {
	width: 48%;
	float: right;
}

.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;
}

.btn {
	position: absolute;
	overflow: hidden;
	width: 260px;
	right: 0;
	bottom: 5px;
	font-size: 1.2em;
}

#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 [sitemap] */

#sitemapLinks li.sitemapHeader {
	display: block;
	float: left;
	width: 280px;
}

#sitemapLinks ul {
}

#sitemapLinks ul {
	display: block;
	float: left;
	width: 50%;
	padding-bottom: 50px;
	font-size: 1em;
}

/* @end */

/* @group #banner */

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

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

#banner h3 span{
	margin-left: -300em;
	overflow: hidden;
}

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

#banner ul{
	width: 35em;
	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;
}


/* @end */

/* @group [domain-names] [whois-privacy-protection] */



div.privacyInfo {
	float: left;
	padding: 20px;
	border: 1px solid;
	}

div.privacyInfo p {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0 !important;
	}

div#withoutPrivacy {
	margin-right: 10px;
	border-color: red;
		width: 200px;
	}

div#withPrivacy {
	border-color: #fff;
	width: 240px;
	}


/* @end */

/* @group Services */

#columnLeft {
	width: 48%;
        float: left;
}

#columnRight {
	width: 48%;
        float: right;
}

#leftUL {
	width: 75%;
        float: left;
        margin: 0;
        padding: 0;
}

#rightUL {
	width: 25%;
        float: right;
        margin: 0;
	padding: 0;
       	list-style-type: none;
}

#rightUL li, #leftUL li {
        list-style-type: none;
        padding: .3em 1em;
        border-bottom: 1px solid #000;
}

.greenLI {
       	background: #31980f;
}

.brownLI {
        background: #9B2C10;

}

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;
}

.btn {
	position: absolute;
	overflow: hidden;
	width: 260px;
	right: 0;
	bottom: 5px;
	font-size: 1.2em;
}

#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 */

