/*
Theme Name: Strathmore Capital Advisors
Description: A custom theme based on Scott Eggers' design.
Version: 1.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Widget-specific elements
		Plugin-specific elements
		Image elements
*/

/*
Prelaunch notes:
- Change rootImageURL in includes/chart.js to match actual URL

*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #C4C4C4 url('images/background.png') center top repeat-y;
	color: #464646;
	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, .content_area  {font-size: 97%;}
h1 {font-size:100%;}
h2 {font-size:100%;}
h3 {font-size:100%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1.5em;
}

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: #000000;
}

a:visited {
	color: ;
}

a:hover, a:active, a:focus {
	color: ;
}

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;
}

dl {
	margin: -1em 1.5em 1.5em 1.5em;
}

dt {
	font-style: italic;
	margin-top: 1em;
}

dd {
	background: #fafafa;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #ffffff url('images/background-page.png');
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 923px;
}

#header {
	height: 286px;
	overflow: hidden;
}

#navigation {
	background: url('images/nav.jpg') no-repeat;
	height: 36px;
	left: 15px;
	overflow: hidden;
	position: relative;
	top: 14px;
	width: 894px;
}

#content {
	float: right;
	padding: 0 125px 0 0;
	overflow: hidden;
	width: 580px;
}

.sidebar {
	margin: 0 0 0 30px;
	overflow: hidden;
	width: 150px;
}

#footer {
	background: #ffffff;
	border-top: 1px solid #818390;
	border-bottom: 1px solid #818390;
	clear: both;
	font-size: 90%;
	padding: 15px 0 15px 0;
	text-align: center;
}

#footer p {
	margin-bottom: 0;
}


/* Header elements */
#header {
	background: url('images/background-header-interior.jpg') left top no-repeat;
}

#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

#header a,
#navigation a {
	outline: none;
}

#navigation li a:link,
#navigation li a:visited {
	height: 36px;
	overflow: hidden;
	position: absolute;
	text-indent: -9000px;
	top: 0;
	z-index: 500;
}

#navigation .home a:link,
#navigation .home a:visited {
	background: url('images/nav.jpg') 0 0;
	left: 0px;
	width: 178px;
}

#navigation .about-us a:link,
#navigation .about-us a:visited {
	background: url('images/nav.jpg') -178px 0;
	left: 178px;
	width: 178px;
}

body.page-slug-about-us #navigation .about-us a {
	background: url('images/nav.jpg') no-repeat -178px -36px;
}

#navigation .services a:link,
#navigation .services a:visited {
	background: url('images/nav.jpg') -356px 0;
	left: 356px;
	width: 181px;
}

body.page-slug-services #navigation .services a {
	background: url('images/nav.jpg') no-repeat -356px -36px;
}

#navigation .publications a:link,
#navigation .publications a:visited {
	background: url('images/nav.jpg') -536px 0;
	left: 536px;
	width: 180px;
}

body.page-slug-publications #navigation .publications a {
	background: url('images/nav.jpg') no-repeat -536px -36px;
}

#navigation .contact-us a:link,
#navigation .contact-us a:visited {
	background: url('images/nav.jpg') -716px 0;
	left: 716px;
	width: 179px;
}

body.page-slug-contact-us #navigation .contact-us a {
	background: url('images/nav.jpg') no-repeat -716px -36px;
}


/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header .blogtitle {
	display: none;
}
	
#header h2.description {
	height: 178px;
	margin: 15px 15px 0 15px;
	overflow: hidden;
	padding: 0;
	text-indent: -9000em;
	width: 894px;
}

#header h2.description {
	background: transparent url('images/header-about-us.jpg') left center no-repeat;
	display: block;
	line-height: 178px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
}

body.page-slug-about-us #header h2.description,
body.ancestor-slug-about-us #header h2.description {
	background: transparent url('images/header-about-us.jpg') right center no-repeat;
}

body.page-slug-services #header h2.description,
body.ancestor-slug-services #header h2.description {
	background: transparent url('images/header-services.jpg') left center no-repeat;
}

body.page-slug-publications #header h2.description,
body.ancestor-slug-publications #header h2.description {
	background: transparent url('images/header-publications.jpg') left center no-repeat;
}

body.page-slug-contact-us #header h2.description,
body.ancestor-slug-contact-us #header h2.description {
	background: transparent url('images/header-contact-us.jpg') left center no-repeat;
}

h3.category-description {
	font-weight: normal;
}


/* Post elements */
.post,
#content .page {
	clear: both;
}

.post img {
	/* Adds a "loading" image that will show as larger images are loaded. Delete if it interferes with anything. */
	background:url('includes/ajax-loader.gif') no-repeat center;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 100%;
	line-height: 1em;
	margin-bottom: 1.5em;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	color: ;
	text-decoration: none;
}

.post-body {
	clear: both;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}

p+p .more-link {
	margin-top: -1.5em;
}

.more-link {
	display: block;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

ul.random-posts h1,
ul.random-posts h2 {
	font-size: 100%;
	font-weight: normal;
}


/* Metadata elements */
.post-metadata {
	font-size: 95%;
	line-height: 110%;
}

.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 {
	background: ;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: ;
}

#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 {
	font-size: 95%;
	padding-bottom: 3em;
}

.sidebar .widget {
	
}

.sidebar .widget .heading {
	display: block;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: ;
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 130%;
	margin-top: 10px;
}


.sidebar .widget ul li.current_page_ancestor {
	font-weight: bold;
}

.sidebar .widget ul li.current_page_ancestor ul li {
	font-weight: normal;
}

.sidebar .widget ul>li.current_page_ancestor>a,
.sidebar .widget ul>li.current_page_item>a {
	color: #000000;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	background: url('images/bullet-off.gif') left 1px no-repeat;
	padding-left: 19px;
}

.sidebar .widget ul li ul li ul li {
	display: none;
}

.sidebar .widget ul>li>ul>li.current_page_item {
	background: url('images/bullet-on.gif') left 1px no-repeat;
}

.sidebar .widget ul li.current_page_item,
.sidebar .widget ul li.current_page_item ul li,
.sidebar .widget ul li.current_page_ancestor ul li {
	display: block;
}


.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: #464646;
	text-decoration: none;
}



.sidebar .widget a:hover {
	color: ;
}


/* 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 {
	
}

div.landing_pages,
div.series_toc,
.wwsgd {
	
}

div.landing_pages {
	border: ;
	margin-bottom: 1.5em;
	padding: 10px 10px 1px 10px;
}

.wwsgd {

}

/* Share this */
a.stbutton {
	clear: both;
	display: block;
}

a.stbutton:hover {
	color: #333333;
}

body.archive a.stbutton {
	display: none;
}


/* Image elements */
.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;
}

.alignnone {
	margin-right: 10px;
}

img {
	position: relative;
	z-index: 1000;
}

a img,
a img:hover {
	display: block;
	float: left;
	background: transparent;
	vertical-align:bottom;
}

.post img.wp-smiley {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0;
}

.wp-caption {
	background-color: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;	
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	line-height: 110%;
	padding: 5px 4px 5px;
	margin: 5px 0 0 0;
}

.photobox {
	float: right;
	margin-left: 10px;
}

.photobox small img {
	background: transparent;
	border: none;
	clear: both;
	float: left;
}

.photobox small {
	display: block;
	font-size: 90%;
	margin-top: .5em;
}
