/*
Theme Name: AbilityTo Theme
Theme URI: http://abilityto.com/
Description: The custom theme for ability to.
Version: 1.0
Author: Jeremy Skelly & Josh Schramm
Author URI: http://jeremyskelly.com/ 

	AbilityTo v1.0

	This theme was designed by Jeremy Skelly and Developed by Josh Schramm
	for AbilityTo.
	www.jeremyskelly.com
	www.joshschramm.net
*/
@import url(reset.css);

body
{
	background-image:url('images/contentBackground.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #144662;
	font-family: Arial;
	font-weight: normal;
	height: 100%;

}

#header
{
	background-image:url('images/headertexture.jpg');
	background-repeat: repeat-x;
}

#header #headerContainer
{
	background-image:url('images/header.jpg');
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px auto;
	width: 820px;
	text-align: right;
}

#nav
{
	text-align: right;
}

#nav ul
{
	background-image:url('images/navItemBackground.jpg');
	background-repeat: repeat-x;
	float: right;
	margin: 0px 2px 0px 0px;
}

#nav ul li
{


	float:left;
	font-size: 14px;
	padding: 10px 0px 30px 0px;
	text-align: center;

}

#nav ul li:hover
{
	background-image:url('images/navItemHoverBackground.jpg');
	background-repeat: repeat-x;
}

#nav ul li.navLeftCap
{
	background-image:url('images/navLeftCap.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 40px 0px;
	text-align: right;
	width: 50px;
}
#nav ul li.navLeftCap span
{
	border-right: solid 1px #144662;
	padding: 0px 0px 18px 0px;
}

#nav ul li.navRightCap
{
	padding: 0px 0px 40px 0px;
	margin: 0px;
	background-image:url('images/navRightCap.jpg');
	background-repeat: no-repeat;
	width: 50px;
}

#nav ul li a
{

	border-right: solid 1px #144662;
	color: white;
	padding: 10px 10px 9px 10px;
	text-decoration: none;
}

#nav ul li.current_page_item
{
	background-image:url('images/navSelectedItemBackground.jpg');
	margin: 0px 0px 0px -1px;
}

#nav ul li.current_page_item a
{
	border-left: solid 1px #66ffff;
	border-right: solid 1px #66ffff;
	color: black;
	font-weight: bold;
	padding: 10px 10px 9px 10px;

}
#nav ul li.navItemBorder
{
	padding: 0px 0px 40px 0px;
	background-image:url('images/navItemBorder.jpg');
	background-repeat: no-repeat;
	width: 1px;
}

#nav ul li.selectedNavItemBorder
{
	padding: 0px 0px 40px 0px;
	background-image:url('images/navSelectedItemBorder.jpg');
	width: 1px;
}


#contactUs
{
	clear: right;
	color: #cccccc;
	float: right;
	padding: 0px 20px 0px 0px;
}

#contactUs a {
	color: #cccccc;
	text-decoration:none;
}

#contactUs a:hover {
	text-decoration:underline;
}

#contactUs p
{ 
	font-size: 14px;
	padding: 3px 0px 3px 0px;
}

#contentarea
{
	background-image:url('images/watermark.gif');
	background-position: 70% 100%;
	background-repeat: no-repeat;
	clear: both;
	color: white;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 820px;
}


#contents
{
	float: left;
	font-size: 14px;
	line-height: 120%;
	margin: 0px;
	padding: 5px 5px 10px 10px;
	text-align: left;
	width: 520px;
}

#contents.aboutpage {
	margin:0 60px 0 0;
	padding:10px;
	width:730px;
}

#contents.testimonials {
	float: right;
	font-size: 14px;
	line-height: 120%;
	margin-right: 70px;
	padding: 5px 10px 10px 5px;
	text-align: left;
	width: 520px;
}


#contents .contentBox
{
	background-image:url('images/contentBoxBackground.png');
	background-repeat: repeat;
	padding: 10px;
}

#contents .contentBox ul
{
	margin-bottom:10px;
}

#contents .contentBox p
{
	margin-bottom:10px;
}

#contents #mainContent
{
}

#contents a
{
	color: white;
	text-decoration:underline;
}

#contents h2
{
	font-size: 20px;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
}

#contents p img
{
	margin: 10px;
}

#contents p.citation
{
	padding:5px 0 10px 335px;
}

#featuredServiceLeft,
#featuredServiceRight
{
	margin: 10px 0px 0px 0px;
	width: 235px;
}

#featuredServiceLeft
{
	float: left;
}

#featuredServiceRight
{
	float: right;
}

#featuredServiceLeft img,
#featuredServiceRight img
{
	float: left;
	margin: 0px 5px 0px 0px;
	
}

ul.searchList li#calendar div#calendar_wrap {
	margin-top:5px;
	font-size:12px;
}

table#wp-calendar {
	border: solid 1px white;	
}

table#wp-calendar caption {
	font-size:15px;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:3px;
}

table#wp-calendar th {
	padding-top:4px;
	border-bottom:solid 1px white;
	border-top:solid 1px white;
}


table#wp-calendar th,
table#wp-calendar td {
	padding:2px 5px 2px 5px;
	text-align:center;
}

#sidebar .sidebarlist ul table#wp-calendar tbody tr td a {
	color:#ed4e26;
	text-decoration:none;
}

#sidebar .sidebarlist ul table#wp-calendar tbody tr td a:hover {
	color:white;
	text-decoration:none;
}

#sidebar .sidebarlist 
{
	background-image:url('images/contentBoxBackground.png');
	background-repeat: repeat;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

#sidebar .sidebarlist h1
{
	font-size: 18px;
}

#sidebar .sidebarlist h1 a
{
	color:white;
	text-decoration:none;
}

#sidebar .sidebarlist h1 a:hover
{
	color:white;
	text-decoration:underline;
}

#sidebar .sidebarlist h4 {
	font-size:18px;
}

#sidebar .sidebarlist h4 a {
	color:white;
	text-decoration:none;
}


#sidebar .sidebarlist ul {
	margin-left:3px;
}

#sidebar .sidebarlist ul a {
	color:white;
	text-decoration:underline;
}

#sidebar .sidebarlist ul li.recentPostLink a{
	text-decoration:none;
}

#sidebar .sidebarlist ul li.recentPostLink a:hover{
	text-decoration:underline;
}

ul.twitter span.twitter-timestamp,
ul li span.timestamp{	
	font-size:10px;
	display:block;
	color:#CCCCCC;
}

li.twitter-item {
	font-size:12px;
	margin:0px 0px 5px 5px;
	list-style:disc outside;
}

#sidebar .sidebarlist .seperator
{
	margin: 3px 0px 0px 0px;
}

#sidebar .sidebarlist .listTitle
{
	margin: 15px 0px 0px 0px;
}

#sidebar .sidebarlist .listDate
{
	color: #cccccc;
	font-size: 10px;
	margin: 3px 0px 0px 0px;
}

#sidebar h2
{
	font-size:16px;
	color: #cccccc;
	margin-top:5px;
}

#sidebar h2 a
{
	font-size:16px;
	color: #cccccc;
	margin-top:5px;
}

#sidebar ul li ul
{
	margin-top:3px;
	margin-bottom:3px;
}

#sidebar ul li ul li
{
	margin-left: 10px;
}

#sidebar ul li ul li a
{
	color: white;
	text-decoration:none;
}

#sidebar ul li ul li a:hover
{
	color: white;
	text-decoration:underline;
}


#footer
{
	background-image:url('images/contentBoxBackground.png');
	background-repeat: repeat;
	clear: both;
	color: #cccccc;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	margin: 10px 80px 10px 10px;
	text-align: center;
}


.clearboth
{
	clear: both;
}

.floatright
{
	float: right;
}

a.blogTitleLink
{
	color:white;
	text-decoration:none;
}

a.blogTitleLink:hover
{
	color:white;
	text-decoration:underline;
}

/*************************************************************/
/**********************  Page Specific ***********************/
/*************************************************************/
#contents a,
#contentsWide a
{
	color:#cccccc;
	text-decoration:underline;
}

#contents a:hover,
#contentsWide a:hover
{
	color:white;
	text-decoration:underline;
}

#contents {
	float:left;
	font-size:14px;
	line-height:120%;
	margin:0;
	padding:5px 5px 10px 10px;
	text-align:left;
	width:520px;
}

#contentsWide
{
	margin: 20px 85px 20px 10px;
	padding: 5px 10px 0px 5px;
}

#contentsWide ol li
{
	background-image:url('images/contentBoxBackground.png');
	background-repeat: repeat;
	margin-bottom:5px;
	font-size:14px;
}

h3#comments
{
	font-size:26px;
	margin:0px 5px 10px 0px;
}

ol li cite a
{
	font-size:20px;
}

ol li small a
{
	font-size:10px;
}

ol li em
{
	font-style: italic;
}

fieldset#commentForm
{
	background-image:url('images/contentBoxBackground.png');
	background-repeat: repeat;
	padding:10px 10px 10px 10px;
	margin-top:20px;
}

#sidebar {
	float:right;
	margin:0 70px 0 0;
	padding:5px 10px 10px 5px;
	width:200px;
}

#sidebar.sidebar-testimonials {
	float:left;
	margin:0;
	padding:5px 5px 10px 5px;	
}

.blogPost
{
	background-image:url('images/contentBoxBackground.png');
	background-repeat: repeat;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.serviceicon
{
	float: left;
	margin: 0px 0px 5px 0px;
}

.postmetadata {
	padding-top:30px;
	font-size:12px;
}

#contents .service {
	clear:both;
	padding:10px;
}

#contents .service p.image,
#contents .service p.image img {
	float:left;
	margin-left:0px;
}

#contents .service h3 {
	font-weight:bold;
	margin-left:105px;
}
#contents .service p {
	margin-left:105px;
}

.seperator
{
	clear: left;
	float: left;
	margin: 0px 0px 10px 0px;
}

.blogheader
{
	font-size: 18px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

.blogheader a
{
	text-decoration:none;
}


.blogdate
{
	margin-left:45px;
	font-size:12px;
	display:block;
	line-height: 10px;
}

.blogPost p
{
	clear: both;
	margin: 0px 0px 0px 0px;
}

div.entry p
{
	padding-left:10px;
}

div.entry h1
{
	font-size: 18px;
	font-weight:bold;
	color:#cccccc;
}

#commentForm h1
{
	font-size: 18px;
	font-weight:bold;
	color:#cccccc;
	margin-bottom:5px;
}


div.entry h2
{
	font-size: 16px;
	font-weight:bold;
	color:#cccccc;
}


div.entry h3
{
	font-size: 14px;
	font-weight:bold;
	color:#cccccc;
}


div.entry h4
{
	font-size: 12px;
	font-weight:bold;
	color:#cccccc;
}


div.entry h5
{
	font-size:10px;
	font-weight:bold;
	color:#cccccc;
}


div.entry h6
{
	font-size: 8px;
	font-weight:bold;
	color:#cccccc;
}

#footer
{
	margin: 0px 80px 10px 10px;
}

#footer a
{
	color: white;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

ul.searchList {
	list-style:none;
}

.tagCloud a {
	color:white;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.navigation {
	padding-bottom:20px;
}