/*
Theme Name: Echelon Group
Description: A custom theme for Boise's Echelon Group.
Version: 1.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/
*/

/*
- Remove "82" from included categories in Recent News (home.php)


*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Widget-specific elements
		Plugin-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #AB0E17;
	color: #746550;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p, ul, ol, table {font-size: 95%;}
h1 {font-size:140%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}
h6 {font-size:95%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 120%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	color: #000000;
	letter-spacing: -.03em;
	margin-top: 1em;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table,
.more-link {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link {
	color: #AA101A;
	text-decoration: none;
}

a:visited {
	color: ;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.post img.wp-smiley {
	border: 0;
}

.float-left,
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.float-right,
.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}


div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #FFF9ED url('images/content-background.png') left 163px repeat-x;
	overflow: hidden;
	text-align: left;	
}

#header {
	background: url('images/header-background.png') left top repeat-x;
	height: 163px;
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#content {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	padding-bottom: 44px;
	width: 960px;
}

#content .wrapper {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 630px;
}

.sidebar {
	overflow: hidden;
	padding-left: 16px;
	width: 284px;
}

#footer {
	clear: both;
}

#header .wrapper,
#footer .wrapper {
	margin: 0 auto; /* for centered layouts */
	width: 960px;
}


/* Header elements */
#header h3.phone-number {
	color: #ffffff;
	float: right;
	height: 40px;
	width: 100px;
}

#header .logo {
	float: left;
	height: 138px;
	margin: 0;
	padding: 0;
	width: 198px;
}

#header h1,
#header h2 {
	margin: 0;
	padding: 0;
}

#header a,
#navigation a {
	outline: none;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent url('images/echelon-group.jpg') -8px center no-repeat;
	display: block;
	line-height: 138px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

#header form#aspnetForm {
	float: right;
	padding: 11px 0 0 0;
	width: 634px;
}

#header form#aspnetForm div.item {
	float: left;
}

#header form#aspnetForm h3 {	
	background: transparent url('images/form-client-login.png') left center no-repeat;
	display: block;
	float: left;
	line-height: 25px; /*change this to the height of the header image */
	margin-top: 1px;
	padding-right: 10px;
	overflow: hidden;
	text-indent: -1000em;
	width: 93px;
}

#header form#aspnetForm label {
	display: none;
}

#header form#aspnetForm input {
	background: #9B0A11;
	border: none;
	border-top: 1px solid #920911;
	border-left: 1px solid #920911;
	color: #E29197;
	font-size: 90%;
	height: 22px;
	margin-right: 2px;
	padding: 3px 0 0 8px;
}

#header form#aspnetForm input#ctl00_MainContent_tbxUsername {
	background: #9B0A11 url('images/form-username-background.png') left top no-repeat;
}

#header form#aspnetForm input#ctl00_MainContent_tbxPassword {
	background: #9B0A11 url('images/form-password-background.png') left top no-repeat;
}

#header form#aspnetForm input#ctl00_MainContent_btnLogin {
	border: none;
	height: 25px;
	margin: 0 0 0 9px;
	padding: 0;
}

#header ul#navigation {
	float: left;
	height: 51px;
	list-style: none;
	margin: 48px 0 0 -20px;
	overflow: hidden;	
	width: 782px;
}

#header ul#navigation li {
	display: block;
	float: left;
}

#header ul#navigation li:hover {
	background: url('images/navigation-arrow.gif') center bottom no-repeat;
	display: block;
	float: left;
	height: 51px;
}

#header ul#navigation li a {
	color: #ffffff;
	display: block;
	font-size: 90%;
	font-weight: bold;
	height: 40px;
	letter-spacing: -.03em;
	padding: 11px 20px 0 20px;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto !important;
	width: 1%;
}

#header ul#navigation li a:hover,
#header ul#navigation li a:active {
	color: #E19195;
	text-decoration: none;
}

#header ul#navigation li.current_page_item,
#header ul#navigation li.current_page_ancestor {
	background: url('images/navigation-background.png') left top repeat-x !important;
	background: url('images/navigation-background.png') left 2px repeat-x;
}

#header ul#navigation li.current_page_item a,
#header ul#navigation li.current_page_ancestor a {
	color: #7D0006;
}

h3.category-description {
	font-weight: normal;
}


/* Post elements */
.post,
#content .page {
	clear: both;
	margin-bottom: 40px;
}

h2.pagetitle {
	font-size: 160%;
	line-height: 1em;
	margin-bottom: 2em;
}

.post-header h1,
.post-header h2 {
	background: #ffffff;
	display: block;
	float: left;
	font-size: 160%;
	line-height: 1em;
	margin: .5em 0 5px 0;
	padding: 10px;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	color: #A80E16;
	text-decoration: none;
}

.post-body {
	clear: both;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

.interpost-nav a {
	color: #A83137;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

.interpost-nav .float-right a {
	background: #ffffff url('images/more-arrow.gif') right center no-repeat;
	padding: 2px 14px 2px 7px;
}

.interpost-nav .float-left a {
	background: #ffffff url('images/more-arrow.gif') left center no-repeat;
	padding: 2px 7px 2px 14px;
}

.interpost-nav a:hover {
	background-color: #A70F17;
	background-image: url('images/more-arrow-white.gif') !important;
	color: #ffffff;
	text-decoration: none;
}

#content ul,
#content ol {
	margin-left: 30px;
}

a.more-link {
	background: #ffffff url('images/more-arrow.gif') right center no-repeat;
	color: #A83137;
	display: block;
	float: left;
	font-size: 80%;
	font-weight: bold;
	padding: 7px 14px 7px 7px;
	text-transform: uppercase;
}

a.more-link:hover {
	background: #A70F17 url('images/more-arrow-white.gif') right center no-repeat;
	color: #ffffff;
	text-decoration: none;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

ul.random-posts h2 {
	font-size: 1em;
	text-transform: capitalize;
}


/* Metadata elements */
.post-metadata {
	clear: both;
	font-size: 80%;
	line-height: 110%;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
	padding-left: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #555;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: ;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: ;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar img {
	float:left;
	margin: 2px 10px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Sidebar elements */
.sidebar {
	background: #FEEECD;
	font-size: 95%;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget .heading {
	background: #ffffff;
	color: #A83137;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 7px 14px 7px 14px;
}

.sidebar .widget ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar .widget ul li {
	background: transparent url('images/more-arrow.gif') -591px 5px no-repeat;
	line-height: 100%;
	margin: 0 0 7px -20px;
	padding: 2px 2px 2px 10px;
}

.sidebar .widget ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}

.sidebar .widget ul li ul {
	margin-top: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 0px;
}


/* Footer elements */
#footer {
	background: url('images/footer-background.png') left bottom repeat-x;
	font-size: 90%;
	height: 92px;
	padding: 0 0 1px 0;
}

#footer a {
	color: #ffffff;
}

#footer p.copyright {
	background: #A50E17;
	color: #ffffff;
	display: block;
	float: left;
	height: 28px;
	margin-top: 1px;
	overflow: hidden;
	padding: 11px 22px 0 22px !important;
	padding: 8px 22px 0 22px;
}

#footer p.disclaimer {
	clear: both;
	color: #E29293;
	font-size: 100%;
	font-weight: bold;
	padding-left: 22px;
}

#footer ul.navigation {
	height: 30px;
	list-style: none;
	overflow: hidden;
	padding: 10px 0 0 7px !important;
	padding: 1px 0 0 7px;
}

#footer ul.navigation li {
	float: left;
	padding-left: 18px;
	width: auto !important;
	width: 1%;
}

#footer ul.navigation li a {
	display: block;
	font-size: 90%;
	height: 19px;
	line-height: 19px !important;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 3px 7px 0 7px;
	text-transform: uppercase;
}

#footer ul.navigation li a:hover {
	background: #A50E17;
	text-decoration: none;
}


/* Widget-specific elements */
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

.wwsgd {

}

body.page-slug-the-team .page img,
body.page-slug-the-team .page p {
	clear: both;
}

body.page-slug-clients .page {
	padding-left: 200px;
}

body.page-slug-clients .page li.linkcat {
	list-style: none;
}
