/*  
Theme Name: Agile Partners 2.0
Theme URI: http://agilepartners.com
Description: The Agile Partners theme 2.0
Version: 2.0
Author: John Berry
Author URI: http://agilepartners.com

*/



/* shell container styles */
body {
		margin: 0px;
		font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-size: 9pt;
		color: #4e4e4e;
	}
#page-c	{
		width: 679px;
		margin: 0 auto 0 auto;
		}
#head-bar-c	{
		background-color: #DFE1E4;
		height: 6px;
		font-size: 4pt;
		}
#head-logo-c	{
		height: 53px;
		}
#head-logo-c a	{
		border: 0;
		}
#head-banner-c	{
		height: 124px;
		}
#head-nav-c	{
		height: 18px;
		}
#foot-bar-c	{
		margin: 24px 0 30px 0;
		background-color: #DFE1E4;
		height: 16px;
		clear: both;
		}
#body-c	{
		margin-top: 18px;
		}
#body-wide-c	{
		margin-top: 18px;
		}
#content-c	{
		width: 495px;
		border-right: 1px solid #ECECEC;
		padding-right: 18px;
		margin-bottom: 20px;
		float: left;
		}
#content-wide-c	{
		width: 648px;
		}
#sidebar-c	{
		width: 150px;
		float: right;
		}


/* top-nav specific */

#head-nav-c img {
		border: 0;
		}
#head-nav-c a {
		border: 0;
		}


/* sidebar nav */

ul.subnav	{
		list-style-type: none;
		margin: 2px 0 0 0;
		padding: 0px;
		}
li.subnav-item-selected	{
		margin: 0 0 4px 0;
		padding-left: 8px;
		background-image: url(greentri.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;
		font-weight: bold;
		}
ul.subnav li	{
		margin-bottom: 4px;
		padding-bottom: 4px;
		padding-left: 6px;
		border-bottom: 1px solid #ededea;
		}

ul.subnav a	{
		color: #5a5a5a;
		text-decoration: none;
		}

ul.subnav a:hover	{
		color: #2a2a2a;
		text-decoration: underline;
		}



.sidebar-subtitle	{
		font-size: 9pt;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 4px;
		}
.searchform	{
		margin-top: 30px;
		text-align: left;
		}



/* content styles */

#page-title	{
		font-weight: normal;
		font-size: 22px;
		color: #D76712;
		font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		margin: 0px 0px 10px 0px;
		}

.post-title {
  margin-bottom: 1px;
}
.post-title	a {
		font-weight: bold;
		font-size: 14pt;
		color: #222;
		font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		}
.post-details {
		font-weight: bold;
		font-size: 8pt;
		color: #aaa;
		font-family: Verdana, Sans-Serif;
		margin-bottom: 18px;
		}


input.searchinput	{
		width: 110px;
		}


#comments-c	{
	padding-bottom: 30px;

}


.post {
	margin: 0px;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e3e3ee;
	}

.graphic {
  text-align: center;
  padding-right: 20px;
  margin-bottom: 30px;
}


.commentlist li {
  background-image: url('comment-bg.gif');
  background-repeat: repeat-x;
}


h3#comments {
  padding: 0;
  margin: 0;
}


/* WP specific styles */
.postmetadata {
	text-align: left;
	font-size: .9em;
	}

.alt {
	background-color: #ffffff;
	border-top: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

/* End Typography & Colors */






/* footer */

#copyright	{
		line-height: 170%;
		font-size: 7pt;
		color: #9D9E9F;
		padding-left: 4px;
		}
.cc-foot	{
		text-align: center;
		margin: 0 0 35px 0;
		}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	margin-top: 38px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	height: 120px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
	}
/*------------------------------Photo Gallery Image Code----------------------------------*/
div.scaler{
	border: 1px dashed #fff; 
	width: 750px; 
	overflow: auto; 
	margin-bottom: 30px;
}

div.scaler div.scale-image {
	width: 228px; 
	padding: 10px; 
	float: left;
}
/*-- the scalerslider is filled with crufty crrruft for IE's sake */
div.scalerslider {
	background-color: #000;
	border: 2px ridge #fff;
	padding: 1px;
	position: absolute;
	left: -90px;
	bottom: 3px;
	z-index: 1;
	margin: 10px 0 10px 100px;
}
body>div.scalerslider {position: fixed}

div.scalerslider #track {
	width: 150px;
	height:23px; 
	margin: 0 20px 0 0;
	font-size: x-small;
	color: #fff;
	text-align: center;
	
}

div.scalerslider #handle {
	background: url(../galleries/SlideBox.gif);
	width: 18px; 
	height: 18px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #fff;
}

.scale-image {
            width: 240px;
            padding: 10px;
            float: left;
            height: auto;
            margin: 0;
            border: 0;
 }
	
