/*
Theme Name: ARMS Custom Theme
Theme URI: http://ARMSCoachingAssistant.com
Description: Custom theme for ARMS by Benton Consulting
Version: 1.0
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com
Tags: orange, fixed width, two columns, widgets

*/


body {
	background: #999 url(images/body_back.png);
	padding: 0;
	margin: 0;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	}

ol li, ul li {
	padding-bottom: 6px;
	}

a img {
	border: 0;
	}

a {
	color: #339;
	}

a:hover {
	color: #006;
	}


/* so Firefox on mac sees correct background color */
#page-container {
	background: url(images/page_container_back.png) repeat-x;
	}

#page {
	width: 924px;
	margin: 0 auto;
	background: url(images/page_back.png) repeat-y;
	}

#header {
	height: 206px;
	background: url(images/header_back.png) no-repeat;
	position: relative;
	}

.site-logo {
	position: absolute;
	left: 28px;
	top: 21px;
	}

.narrowcolumn {
	width: 600px;
	}

.widecolumn {
	width: 820px;
	}

#content {
	float: left;
	}

#sidebar {
	width: 180px;
	float: right;
	font-size: 12px;
	}

#sidebar a {
	color: #666;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #333;
	text-decoration: underline;
	}


#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	}

#sidebar ul li h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

#sidebar ul li ul {
	margin: 0;
	padding: 0 0 12px 8px;
	}


#navs {
	background: url(images/navs_back.png) no-repeat;
	width: 860px;
	height: 40px;
	position: absolute;
	left: 37px;
	top: 143px;
	}

#mainbody {
	margin: 0 56px;
	}

.post {
	clear: both;
	}

.post-title, .pagetitle {
	font-size: 18px;
	margin: 0;
	padding: 0;
	}

.post-title {
	color: #c60;
	margin: 0;
	padding: 12px 0 0 0;
	line-height: 22px;
	font-size: 22px;
	font-weight: normal;
	}

.post-title a {
	color: #c60;
	text-decoration: none;
	}

.post-title a:hover {
	color: #960;
	text-decoration: none;
	}


.post-date {
	color: #663;
	width: 67px;
	height: 40px;
	background: url(images/date_back.png) no-repeat;
	text-align: center;
	padding: 14px 0 0 0;
	line-height: 14px;
	float: left;
	margin: 0 12px 12px 0;
	}

.post-date span {
	font-size: 18px;
	font-weight: bold;
	color: #996;
	}

.postmetadata {
	clear: both;
	font-size: 11px;
	color: #ccc;
	}

.postmetadata a {
	color: #ccc;
	text-decoration: none;
	}

.postmetadata a:hover {
	color: #999;
	text-decoration: underline;
	}

.rss-subscribe {
	margin: 12px 0 18px 0;
	}

.rss-subscribe img {
	margin: 0 0 -16px 0;
	}

.rss-subscribe a {
	text-decoration: none;
	font-weight: bold;
	color: #f60 !important;
	}

.rss-subscribe a:hover {
	color: #c30 !important;
	}

.edit-link-container {
	margin: 24px 0px 24px 0px;
	clear: both;
	}

.edit-link {
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

/* Captions */
.aligncenter,
div.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;
	-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;
}
/* End captions */

.float-left, .alignleft {
	float: left;
	margin: 0px 12px 14px 0px;
	}

.float-right, .alignright {
	float: right;
	margin: 0px 0px 14px 12px;
	}


.case-study {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-bottom: 12px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 90%;
	margin: 12px auto;
	}

.case-study th {
	padding: 6px;
	text-align: center;
	}

.case-study td {
	padding: 6px;
	vertical-align: top;
	}

.case-study .old-way {
	background: url(images/arrow_right_med_blue.gif) no-repeat top right;
	width: 50%;
	padding-right: 60px;
	padding-left: 24px;
	}

.case-study .new-way {
	padding-left: 12px;
	padding-right: 24px;
	width: 50%;
	}

.home-featured-container {
	margin: 0 0 0 -8px;
	background: url(images/home_featured_back.jpg) no-repeat;
	width: 825px;
	height: 433px;
	position: relative;
	}

.home-featured-links {
	position: absolute;
	left: 0;
	bottom: 0;
	}

#homepage-widgets div {
	float: left;
	width: 30%;
	margin: 0 18px 0 0;
	}

#homepage-widgets div div {
	float: none;
	width: 100%;
	margin: 0;
	}

#homepage-widgets div h2 {
	margin: 0 0 8px 0;
	padding: 4px 0;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	}

#homepage-widgets div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.highlight {
	background: #ffc;
	}

#comment {
	width: 580px;
	}

#footer {
	clear: both;
	color: #999;
	height: 116px;
	background: url(images/footer_back.png) no-repeat bottom left;
	position: relative;
	}

#footer-content {
	font-size: 11px;
	margin: 0 56px;
	padding: 24px 0 0 0;
	}

#site-login {
	font-size: 11px;
	position: absolute;
	right: 52px;
	bottom: 58px;
	color: #B7BB77 !important;
	}

#site-login a {
	color: #B7BB77 !important;
	}

#footer a {
	color: #999;
	}
