/*

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.4
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.

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	float: none;
	clear: both;
}

sup {
	position: relative;
	top: -2px;
}


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









/* ------------BEGIN STYLES--------------- */

body {
	margin: 0px auto;
	font-family: Arial;
	color: #4d4d4d;
}
.wrapper {
	margin: 0px auto;
	background: url(img/site_background.jpg) repeat-y;
	width: 956px;
}

.header {
	margin: 0px auto;
	background: url(img/header_background_1.jpg) no-repeat;
	background-position: 0px 0px;
	width: 879px;
	height: 135px;
	border-bottom: 1px solid #8f8f8f;
	
}

.header .logo {
	padding-top: 30px;
	padding-left: 65px;
}

.header .navigation {
	margin: 0px auto;
	padding: 15px 12px 7px 12px;
}

.carousel {
	width: 879px;
	margin: 0px auto;
}

.content_container {
	margin: 0px auto;
}

.content_bg {
	background: url(img/sidebar_bg_1.jpg) no-repeat;
	background-position: 63px 0px;
	width: 956px;
}

.content_bg:nth-child(1n+2) {
	border: 0px solid purple;
	background-position: 62px -60px;
	height: 520px;
}

body.home .content_bg:nth-child(1n+2) {
	border: 0px solid purple;
	background-position: 62px -260px;
	height: 300px;
}

.content-full {
	width: 820px;
	margin: 0px auto;
	padding-top: 20px;
	padding-left: 34px;
}

body.page-template-page-legal-php .seperator, body.page-template-page-legal-php .linkedin {
	display: none;
}

.menu-top-navigation-container ul {
	margin: 0px auto !important;
	width: 751px;
	
}

.menu-top-navigation-container ul li {
	display: inline;
	background: url(img/nav_sep.jpg) no-repeat top right;
	padding-right: 13px;
	padding-left: 8px;
}

.menu-top-navigation-container ul li:last-child {
	background: none;
}

ul.sub-menu {
	display: none;
	position: absolute;
	
}


.subnavigation ul {
	float: left;
	position: relative;
	top: 10px;
	background: #fff;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 42px;
	width: 700px;
}

body.firefox .subnavigation ul {
	float: left;
	position: relative;
	top: 6px;
	background: #fff;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 42px;
}

body.windows.firefox .subnavigation ul {
	float: left;
	position: relative;
	top: 9px;
	background: #fff;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 42px;
}

body.home .subnavigation ul {
	display: none;
}




.menu-top-navigation-container ul li a {
	font-family: sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #8f8f8f;
	padding-bottom: 20px;
}

.subnavigation ul li a {
	font-family: sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #8f8f8f;
}

.subnavigation ul li {
	background: none;
	display: inline;
	padding: 2px 4px 2px 4px;
}


.menu-footer-navigation-container ul {
	margin-top: 20px;
	width: 750px;
}

.menu-footer-navigation-container ul li {
	display: inline;
}

.menu-footer-navigation-container ul li a, .menu-footer-navigation-2-container ul li a  {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
	border-right: 1px solid;
	padding-right: 5px;
}

.menu-footer-navigation-container ul li:last-child a, .menu-footer-navigation-2-container ul li:last-child a {
	border: 0px;
}

.menu-footer-navigation-2-container {
	position: relative;
	top: -10px;
}

.footer {
	background: url(img/footer_background.png) no-repeat;
	background-position: 64px 0px;
	position: relative;
	padding-top: 20px;
	padding-left: 45px;
	position: relative;
	top: 20px;

}

body.home .footer {
	background: url(img/footer_background.png) no-repeat;
	background-position: 64px 0px;
	position: relative;
	padding-top: 40px;
	padding-left: 45px;
	
	position: relative;
	top: -75px;
}


.sidebar {
	width: 302px;
	margin-left: 83px;
	float: left;
	margin-bottom: 20px;

	padding-top: 35px;
}

body.home .content {
	margin-top: 40px;
}

.content {
	margin-top: 18px;
	float: right;
	width: 520px;
}

.home_side_content {

	font-family: Georgia;
	font-size: 17px;
	line-height: 1.5em;
	width: 282px;
	padding: 10px;
	text-align: center;	
}

.home_side_content a, #post-7 a { 
	color: #9c8655;
	text-decoration: none;
	cursor: text;
}

.sidebar_sep {
	background: url(img/sidebar_sep.jpg) no-repeat;
	width: 302px;
	height: 14px;
	position: relative;
	
	margin-top: 5px;
	margin-bottom: 25px;
}

.seperator {
	background: url(img/seperator.jpg) no-repeat;
	width: 461px;
	height: 14px;
}

#post-7 {
	font-family: Georgia;
	font-size: 17px;
	line-height: 1.5em;
	width: 435px;
	overflow: auto;
	padding: 45px 10px 10px 10px;
	text-align: center;	
}

.our_investments {
	display: none;
}


body.home .our_investments {
	
	text-align: right;
	margin-left: 39px;
	margin-top: 15px;
	margin-bottom: 30px;
	float: left;
	width: 302px;
	display: block !important;
	height: 31px;
	background: url(img/our_investments.jpg) no-repeat;
	
}

body.home .our_investments img {
	padding-left: 160px;
	margin-top: -12px;
}


.linkedin {
	margin-left: 39px;
	margin-top: 15px;
	margin-bottom: 30px;
	float: right;
	width: 502px;
}

.current-menu-parent a {
	color: #ad9c72 !important;
}

h1 {
	font-family: 'Adamina';
	font-weight: lighter !important;
	font-size: 24px;
	margin-bottom: 16px;
}

h2 {
	font-family: Arial;
}

p {
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 5px;
	
	line-height: 1.3em;
	
	padding-right: 65px;
}

.content li {
	font-size: 11px;
	line-height: 1.6em;
	list-style:  disc;
	margin-left: 30px;
	padding-right: 40px;
}

.content ul {
	margin-bottom: 30px;
}

strong {
	font-weight: bold;
}
.page_sidebar {
	width: 302px;
	margin: 0px auto;
	float: left;
	margin-left: 95px;
}

body.page-id-53 p a {
	color: #2e4d3d;
}

body.page-id-55 .wp-post-image {
	cursor: pointer;
}



.current-page-ancestor a, .current_page_item a {
	color: #9e976c !important;
}

.download_snipe {
	float: right;
	clear: both;
	position: relative;
	margin-top: -48px;
	margin-left: 52px;
	border: 0px solid;
	width: 254px;
}