/*

Theme Name: Carrington JAM
Theme URI: http://carringtontheme.com
Description: A <strong>Just Add Markup</strong> (JAM) theme using the Carrington CMS theme framework. Designers and developers can use this as a base, then add their own markup around the core functionality. 
Version: 1.3
Author: Crowd Favorite
Author URI: http://crowdfavorite.com
Tags: customizable, template, framework, carrington, cms, example

// This file is part of the Carrington JAM Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

NOTE: This file is not used in this theme but is included for WordPress theme expected format compatibility - it's standard to use the css/ dir for actual theme CSS in a Carrington-based theme.

*/

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* minimalistplus.com 

Author: Quoin Design, 2010


Colors
Primary Green	#70c449
Light Grey		#9F9D94
Text grey		#4F4E4C
Hot Orange		#fa9200

Modula 

16px		1.4em
21px		1.7em

*/

body {
	background: url('img/bkg-body-page.png') repeat-x;	
	font-family: Arial, Helvetica, sans-serif;	
	color: #4F4E4C;
}
body.home {
	background: url('img/bkg-container.png') repeat-x;	
}

div.wrapper {
	background: url('img/bkg-container-footer-page.png') repeat-x bottom;	
	width: 100%;
}

body.home div.wrapper {
	background: url('img/bkg-container-footer.png') repeat-x bottom;	
}

div.container {
		background: url('img/bkgheaderpage.png') top no-repeat;	
	width: 950px;
	padding: 0 36px;
}

body.home div.container {
		background: url('img/bkgheaderhome.png') top no-repeat;		
}
div#headerpage {
	height: 200px;
}
div#header {
	height:517px;
}

/* #navwrap */

div#headerpage div.menu-first-menu-container {
	text-align:auto;
position:relative;
top:56px;
left: -12px;
}
div#header div.menu-first-menu-container {
	margin-top: 32px;
}
body.home div#header div.menu-first-menu-container {
	text-align:auto;
}
div.menu-first-menu-container ul {
	text-align:right;
}
body.home div#header div.menu-first-menu-container ul {
color:white;
font-size:1em;
font-weight:bold;
margin:176px 0px 0 0;
padding: 0 0 0 70px;
text-align: right;
}

body.home div#header div.menu-first-menu-container ul {
	font-size:1.3em;
	float: none;	
}

/* Temporary HTML styles (replace with plugin in WP theme) */

div#header div.menu-first-menu-container {
position:relative;
top:40px;
left: -30px;
}

div.menu-first-menu-container ul li {
	float: right;
	display: inline-block;
	margin:10px 0 0 26px;
		
}

div.home div.menu-first-menu-container ul li {
	float: right;
	margin:20px 26px 0 0;	
}
div.menu-first-menu-container ul li a { border: none; 
	color: #fff;
	text-shadow:0px 2px 2px #4F4E4C;

}

div.menu-first-menu-container ul li a:hover {
	text-shadow:none;
	
}





/* #content */
div#content {
	min-height: 600px;
	position:relative;
}

body.getstarted div#content {
	min-height: 0 !important;
}

div#content strong { /* irritating credit thingy gone */
	display:none;
}

div#content div strong {
	display:inline;	
	color: #4F4E4C;
}

div#social {
	display: block;
	margin-bottom: 40px;
	
}
div#social h4 {
	margin-bottom: 15px;
}
div#social a {
	display: block;
	width: 55px;
	height: 56px;	
	background-image: url('img/socialiconssprite.png');
	float: left;
	margin-right: 30px;
	border: none;
}
div#social a p {
	margin: -5000px;
	
}
 div#social a.fb {
	background-position: bottom left;
}
div#social a.fb:hover {
	background-position:left;
}
div#social a.fb:active {
	background-position:top left;
}

div#social a.twitter {
	background-position: bottom right;
	width: 56px;
}
div#social a.twitter:hover {
	background-position:right;
}
div#social a.twitter:active {
	background-position:top right;
}

div#footer {
	background: url('img/bkgfooter.png') no-repeat top center;	
	color: #9F9D94;
	height:113px;
	margin-top:40px;
	_height: 73px;
	_padding-top:40px;
	/*_border: 1px solid pink; */
}
body.home div#footer {
	height:188px;
	margin-top:55px;
	padding-top:93px;

}
div#footer div#copyright {
	margin-top: 74px;
	_margin-top: 0px;
}

body.home div#footer div#copyright {
	_height: auto;
	_display: none;
	margin-top: 0px;
}
div#footer div#copyright p {
	float:right;
	display: block;

}

body.home div#footer div#trusted img {
	float:left;
	margin-right: 20px;
}


/* Typography */

h1, h2, h3, h4, h5, h6 {
	color: #70c449;
	font-family: Arial Black, Arial, Helvetica, sans-serif;	
	line-height: 1.4em;	

}

h1 {
	font-size: 3em;	
	margin-left: -5000px;
}
div#content h1 {
	font-size: 1.7em;
	color: #70c449;
	margin-left: 0px;
	text-transform: lowercase;
	
}
h2 {
	font-size: 2.5em;
	margin-left: -5000px;
	position:absolute;	
}
h3 {
	color: #4F4E4C;
	font-size: 21px;	
}
#pagetitle h3 {
	margin-bottom: 0;
}
h4 {
	font-size: 1.7em;
}




h5 {
	font-size: 1.2em;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #9F9D94;
}

h5 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #4F4E4C;
}

h5.page-subtitle {
	margin-left: 40px;
}
h6 {
	font-size: 21px;	
}
div#header h4 {
	color: #7F7D74;
}
div#header h4.line1 {
	margin: 58px 0 0 519px;	
}
div#header h4.line2 {
	margin: 5px 0 0 664px;	
}
div#header h4.line3 {
	font-size: 2.1em;
	margin: 9px 0 0 600px;	
	position: relative;
	white-space: nowrap;
}

p {
	font-size: 1.2em;
}



a {	
	border-bottom: 1px solid;
	color: #70c449;
	text-decoration: none;
	outline: none;
}
a:hover {	
	border-bottom: none;
}

strong {
	//color: #70c449;
	font-family: Arial Black, Arial, Helvetica, sans-serif;	
}

span.super {
	font-size: 61%;
	vertical-align: top;
}

a.button {
	background: url('img/button-1.png') top left no-repeat;
	display: block;
	height: 27px;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	padding: 8px 0px 12px 24px;
	width: 314px;
	border-bottom: none;
	letter-spacing:-.04em;
	
}
div#content a.button strong {
	color: #fff;
}
a.button:hover {
	background-position: center left;
}
a.button:active {
	background-position: bottom left;
}

a.blue {
	padding: 10px 0px 10px 24px;
	font-size: 1.4em;
	background-position:top right;
	width: 202px;
}
a.blue:hover {
	background-position:center right;
}
a.blue:active {
	background-position:bottom right;
}
a.orange {
	padding: 10px 0px 10px 24px;
	font-size: 1.4em;
	background:url('img/button-2.gif') top left no-repeat;
	width:202px;
}
div#getstarted {
	_width:300px;
}
a.orange:hover {
	background-position: center left;
}
a.orange:active {
	background-position: bottom left;
}

a.button strong {
	color: white;	
}

div#ltgreen a.button {
	padding: 7px 0 10px 40px;
	background:url(img/button-3.png) left top;
	width: 350px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

div#ltgreen div {
}div#dkgreen div {
}
div#dkgreen div,
div#ltgreen div {
	/*-webkit-box-shadow:2px 2px 2px #333333;
	-moz-box-shadow:2px 2px 2px #333333; */
	margin: 10px 20px;
	padding: 10px 0;
	/*background:url(img/planpricingbkg.png) center top no-repeat; */ 
	
	}
div#dkgreen div h4,
div#ltgreen div h4,
div#dkgreen div p,
div#ltgreen div p {
	
	padding-left:20px;
	padding-right:20px;
}



div#dkgreen a.button {
	padding: 7px 0 10px 40px;
	width: 350px;
	background: url(img/button-3.png) right top;
	font-size: 1.2em;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
div#ltgreen a.button:hover {
	background-position:center left;
}
div#ltgreen a.button:active {
	background-position:bottom left;
}
div#dkgreen a.button:hover {
	background-position:center right;
}
div#dkgreen a.button:active {
	background-position:bottom right;
}

/* home page images */

div#leftcol dl {
	margin-top: 80px;
	position:relative;
	
}
div#leftcol dl a {
	border-bottom:none;
}

div#leftcol dl dd {
	color: #9F9D94;
	position: absolute;
	_position: static;
	left: 40px;
	bottom: 0;
	background: #fff;
	display:block;
	width: 240px;
	height: 40px;
	padding-left: 40px;
	line-height: 30px;
	-moz-box-shadow: 0px -2px 2px #4F4E4C;
	-webkit-box-shadow: 0px -2px 2px #4F4E4C;
    box-shadow: 0px -2px 2px #4F4E4C;

}
div#leftcol dl.right {
	left:40px;
}
div#leftcol dl.right dd {
	left:-40px;
	text-align:right;
	padding-right: 40px;
	padding-left: 0px;
}
div#leftcol dl.video {
	margin-top: 0;
}
div#leftcol dl.video dd {
	position:inherit; 
	background: none;
	-moz-box-shadow: none;
	padding-left:0;
	left:0;
	text-align: center;
	width:320px;
	margin: 0;
}
div#footer h4 {
	color: #9F9D94;	
}
div#footer a {
	text-decoration: none;
	color: #9F9D94;	
	border-bottom: none;
	text-shadow:0px 1px 1px #111;

}

div#footer a:hover {
	text-shadow: none;
	color: #fa9200; 
}

div#footer ul {
	list-style-type: none;
}



div#experts {
	margin-bottom: 40px;
}
div#experts p {
	font-size: 1.9em;
	font-weight: bold;
	color: #9F9D94;
	margin-bottom: 0;
}

div#experts p a {
	color: #4F4E4C;
	border-bottom-color: #70c449;

}

div#team img {
float:left;
margin-left:-400px;

}

div#intro p {
	font-size: 1.7em;
}

div#ltgreen {
	background:url('img/plansbkglt.png') repeat-x top;

}
div#ltgreen p,
div#ltgreen ul {
	padding: 0 40px;
}
div#ltgreen p a{
	margin-left: -40px;	
}
div#ltgreen h3 {
	padding: 23px 0 23px 40px;
	background:url('img/headerlgreen.png') repeat-x top left;
	color:#fff;
	margin-bottom: 20px;
}
div#ltgreen h4 {
	padding: 0 40px;
	color: #33A60A;
}
div#dkgreen {
	background:url('img/plansbkgdk.png') repeat-x top;
}
div#dkgreen p,
div#dkgreen ul {
	padding: 0 40px;
}
div#dkgreen p a{
	margin-left: -40px;	
}
div#dkgreen h3 {
	padding: 23px 0 23px 40px;
	margin-bottom: 20px;
	background:url(img/headerdgreen.png) repeat-x top left;
	color:#fff;
}
div#dkgreen h4 {
	padding: 0 40px;
	color: #B7FF69;
}
div ul#buttonlist {
	list-style:none;
	margin-top: 40px;
}
div ul#buttonlist li {
	float:left;
	display:inline-block;
}


ul.sitefab {
	height:623px;
	background:url(img/sitefab.png) no-repeat;
}
ul.sitefab li {
	margin: 0 0 0 -5000px;
}



/* -- .getstarted (popup contact form) -- */

body.getstarted {
background: url(img/bkgcontactbody.png) #fff repeat-x top left;
}

body.getstarted div.wrapper{
	background:none;
}

body.getstarted div.container {
	background: url(img/bkgcontact.png) top center no-repeat;
}
body.getstarted div.container div#headerpage {
	height: 100px;
}

body.getstarted #navwrap {
	display:none;
}

p.linklove { display:none;}

body.getstarted div.container {
	width: 800px;
}


/* finishes table */


table#finishes {
	vertical-align: top;
}	
table#finishes td {
	border-bottom: 2px solid #fff;
	color:#fff;
	margin:0;
	vertical-align: top;
	background: #70c449;
	padding: 0 0 0 5px;
}
table#finishes h4 {
	color: #fff;
}
table#finishes th {
	vertical-align: bottom;
	height: 20px;
}
table#finishes .picture td {
	background: #fff;
}


