/* @override http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?060210-221347 */

/* @override 
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?060210-214408
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?060210-213007
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?060210-204504
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?050410-33351
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?032210-161242
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?032210-155659
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?032010-181841
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031910-24505
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031910-23600
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031610-160430
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031610-40011
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031610-13356
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031510-190419
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031510-192826
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031510-193236
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031510-193616
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031510-201857
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?031510-192800
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?032210-155659
	http://calebpike.com/wp-content/themes/thesis_16/custom/custom.css?060210-215027
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #header { clear: both;
	height: 145px;
	background: none -50px top;
}

	#header_area .page { padding-top: 2.4em;
	background: url(images/header.jpg) no-repeat 0 top;
	margin-top: 15px;
}

.custom #page {
	background: #fff none no-repeat -50px top;
	margin-bottom: 25px;
	margin-top: 25px;
}

body {
	color: #222;
	background: url(images/cp-bg-repeat.jpg) repeat -5px -5px;
}

.custom .sidebar h3 {
	letter-spacing: 0;
	font-variant: normal;
	color: #1a1a1a;
}

.custom .menu { position: relative; list-style: none; z-index: 50;
	background-color: #0f0f0f;
	margin-bottom: 15px;
}

.custom .menu a { letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}

.custom #content { float: left;
	width: 525px;
}

.custom #content_box { width: 100%;
	background-image: none;
}

.custom .headline_area h2 { font-size: 2.8em; line-height: 1.286em;
	color: #464646;
}

#image_box img { background: #fff; border-style: solid; border-color: #bbb; }

.custom input, textarea { font-size: 1em; color: #444; background: #262626; border: 1px solid #2c2c2c;
}

.custom a img {
}

.custom .format_text a {
	color: #005ba4;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}

.custom .format_text a:hover { text-decoration: none; }

.custom #multimedia_box {
	background-color: #000;
	margin-bottom: 10px;
}

.custom #feature_box {  padding:0em; }

.custom #my-feature-box1 { padding-left:1em; }
.custom #my-feature-box,#my-feature-box1  {float:left;  font-family: Helvetica,Arial,sans-serif; color: #151515;
	background-image: none;
	background-color: #151515;
	padding: 15px;
	margin-top: 15px;
}
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a,#my-feature-box a  { color: #82acce; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #111; }
.custom #my-feature-box p {color: #cbcbcb;  font-size: 18px; text-align: left;
	line-height: 22px;
}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }

	.format_text .to_comments span { color: #a4a4a4; line-height: 1em; }
	
	.format_text .to_comments a { color: #666; text-decoration: none; }
	
.format_text .to_comments { `olor: #666; clear: both; }

.custom .sidebar a { `olor: #666; clear: both;
	color: #726811;
}