/*
Theme Name: Hotchkiss Consulting Theme
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/

@font-face {
	font-family: "Helvetica Neue", sans-serif;
	src: url(http://c0588602.cdn.cloudfiles.rackspacecloud.com/HelveticaNeueLight.ttf) format("truetype");
	font-weight: 200;
}
@font-face {
	font-family: "Helvetica Neue", sans-serif;
	src: url(http://c0588602.cdn.cloudfiles.rackspacecloud.com/HelveticaNeueRegular.ttf) format("truetype");
	font-weight: 500;
}
@font-face {
	font-family: "Franklin Gothic Medium", sans-serif;
	src: url(http://c0588602.cdn.cloudfiles.rackspacecloud.com/FranklinGothicMedium.ttf) format("truetype");
	font-weight: 500;
}

/* Get rid of dotted outlines on links */
a:active {
	outline: none;
}
a {
	outline: none;
}


/* basics */

* {
	margin: 0;
	padding: 0;
}

.floatLeft, .fL {
	float: left;
}
.floatRight, .fR {
	float: right;
}

body {
	background-color: #B8B8B8;
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/hotchkissconsulting/images/bg.jpg);
	font-family: "Helvetica Neue", sans-serif;
	font-size: 10pt;
	margin: 0;
}

.clear {
	clear: both;
}

h1 {
	font-size: 18pt;
	font-family: "Helvetica Neue", sans-serif;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}


img {
	border: none;
	padding: 0;
}
img a {
	border: none;
}

img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

blockquote {
	border-left: 1px solid #A5ABAB;
	margin: 15px;
	padding: 0 12px 0 12px;
}

code {
	background-color:#DFDFDF;
	display:block;
	font-family:"Courier New",Courier,monospace;
	font-size:0.8em;
	font-weight:bold;
	line-height:0.9em;
	overflow-x:auto;
	padding: 5px;
	overflow-y:hidden;
	white-space:pre;
}


/* links */

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* container */


#container {
	color: #333333;
	margin: 0 auto;
/*	overflow: hidden;
*/	padding: 0;
	width: 900px;
	position: relative;
}

/* header */

#header {
	height: 135px;
	text-align: right;
	text-transform: lowercase;
	width: 900px;
}

#header h1 {
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium";
	font-size: 60pt;
	font-size-adjust: none;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: normal;
	margin: -30px 0 0;
	padding: 20px 15px 0 16px;
}

#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#header h1 a:hover {
	color: #EFEFEF;
	text-decoration: none;
}

#shakerholder {
	padding-left: 40px;
	position: absolute;
	top: 45px;
	float: left;
}

#portfoliolink {
	position: inherit;
}

#header h2 {
	text-shadow: 0 0 15px #FFFFFF;
	color: #4999E6;
	font-weight: 200;
	letter-spacing: 1px;
	margin-right: 55px;
	margin-top: -0.9em;
}

/* main menu */


#menu {
	font-size: 16pt;
	font-weight: 700;
	margin-top: 7px;
	overflow: hidden;
	text-transform: lowercase;
	width: 900px;
}


#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 4px 10px;
	margin: 0;
	color: #2a2a2a;
	display: block;
}

#menu .current_page_item {
	background: #fff;
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #8E2A24;
	text-decoration: none;
}

#home-head-text a {
	color: #333;
}
#home-head-text a:hover {
	text-decoration: underline;
}



/* content */


#content {
	background-color:#FFFFFF;
	float:left;
	margin:14px;
	overflow:hidden;
	padding:20px;
	width:640px;
}
#full-content {
	margin-top: -16px;
	overflow: hidden;
	width: 100%;
}

.post {
	margin: 0;
	padding: 0;
	line-height: 16pt;
}

.post h3 {
	color: #000;
	font-size: 1.2em;
}

.post a {
	color:#8E2A24;
	font-weight:500;
	text-decoration:none;
}


.post ul {
}

.post li {
}

.entry p {
	margin: 5px 0;
}

.postmetadata {
	clear: both;
	background: #F7F7F7;
	padding: 6px;
	margin: 20px 0;
}


.navigation {
	float:left;
	font-size:8pt;
	margin:-20px 0 -10px;
	overflow:hidden;
	padding:0;
	width:100%;
}

.alignleft a {
	float: left;
	margin: 25px 0;
}
.alignright a {
	float: right;
	margin: 25px 0;
}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	width: 190px;
	float: right;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ddd;
}

#sidebar h2 {
	font: normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}

#sidebar label {
	font: normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin: 0;
	padding: 0 6px 0 12px;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin: 12px;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 14px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform {
	background: #fff;
	margin: 0;
	padding: 0;
}

#commentform p {
	color: #000;
}

#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}

#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
}

#comment {
	width: 80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #000;
}

#submit {
	margin: 5px 5px 0 0;
}

#comments {
	margin: 0;
	padding: 0
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.avatar {
	float: left;
	margin: 0 12px 0 0;
}

ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	list-style-type: none;
}

ol.commentlist li.alt {
	background: #eee;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}

ol.commentlist a {
	color: #000;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}




/* search */

#searchform {
	padding: 0;
	margin: 14px 0;
}

#searchform input#s {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
}

#searchform input#searchsubmit {
	border: none;
	background: #333;
	color: #fff;
	text-transform: lowercase;
}



/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	border:5px solid #999;
	display:inline;
	margin:7px 12px 3px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	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;
}

/* Home Page */
#home-head-text {
	background-color:#999999;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:20px;
	font-weight:500;
	letter-spacing:0;
	line-height:1.5em;
	margin-top:5px;
	padding:10px;
	text-align:center;
	text-shadow:2px 2px 28px #FFFFFF;
}
#home-head-text em {
	font-style: normal;
	color: #8E2A24;
}
div.slideshow_frame {
	height:575px;
	margin:0 8px;
	width:900px;
}
div.slideshow_frame p {
	border:5px solid #FFFFFF;
	color:#333333;
	font-size:0.95em;
	font-weight:200;
	letter-spacing:1px;
	padding:10px;
	text-align:center;
	width:855px;
}
div.slideshow_frame a {
	color:#8E2A24;
	font-weight:500;
	text-decoration:none;
}
div.slideshow_frame a:hover {
	text-decoration:underline;
}

div.slideshow_image {
	position: absolute;
}
div.slideshow_image img {
	border: 5px solid #FFFFFF;
}

.tiny {
	font-size: .75em;
}


/* footer */

#footer {
	background: #888;
	clear: both;
	width: 100%;
	margin: 0;
	padding-bottom:10px;
}

#footer p {
	padding-bottom:5px;
	padding-top:15px;
	margin: 0;
	color: #eee;
	text-align: center;
}
#footer a {
	color: #BCBCBC;
	text-decoration: none;
}
#footer a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}

#content-tabs {
	margin-top: 25px;
	display: block;

	text-align: center;
}
#content-tabs ul li {
	display: inline;
	padding: 13px 30px;
	font-size: 1.2em;
}
#content-tabs ul li.active {
	background-color: #fff;
}
#content-tabs ul li a {
	text-transform: lowercase;
	font-weight: bold;
}
#content-tabs ul li.active a {
	color: #8E2A24;
}
#content-wrapper {
	margin:10px auto;
	display: block;
	position: relative;
	height: 400px;
	background-color: #fff;
	width: 750px;
	padding: 15px;
}
#content-wrapper div.content {
	padding: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 720px;
	height: 370px;
	background-color: #EFF0F0;
}
#content-wrapper div.content td {
	font-weight:200;
	line-height:1.4em;
	}
#content-wrapper div.content td.left {
	padding-right: 10px;
	text-align:justify;
	}
#content-wrapper div.content td.right {
	padding-left: 10px;
	text-align:center;
	}
#content-wrapper div.content table h2 {
	padding: 15px 0;
	}
