/* @override http://stevetibbetts.com/wp-content/themes/thesis_17/custom/custom.css?072310-51014 */

/* @override http://stevetibbetts.com/wp-content/themes/thesis_17/custom/custom.css?042410-51628 */


/*
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 {
	padding-bottom: 1em;
	height: 25px;
	padding-top: 1em;
	margin-top: -50px;
}



.custom #header #logo {
	letter-spacing: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	font-size: 18px;
	word-spacing: 2px;
}

.custom #header #tagline {
	padding-left: 200px;
	font-style: normal;
	font-size: 24px;
}

.custom .format_text h4 {
	margin-bottom: 1em;
}

.custom .format_text h5 {
	margin-bottom: 1em;
}

.custom .format_text h6 {
	margin-bottom: 1em;
}


.custom #footer h5 {
	text-align: right;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 1px;
	padding-bottom: 1em;
	padding-top: 1em;
	color: #777940;
	text-transform: lowercase;
}

.custom #footer a:link {
	border-style: none;
	color: #99C;
}

.custom #footer a:visited {
	border-style: none;
	color: #99C;
}

.custom #footer a:hover {
	border-style: none;
	color: #FFFEED;
}

.custom a.wpaudio {
	text-decoration: none;
}

.custom #footer p {
	font-size: 7px;
	margin-top: -25px;
}

.custom .menu {
	border-top: 3px solid #003;
	border-bottom: 1px solid #330;
	border-left-style: none;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: .5em;
}

.custom .tab, .custom .cat-item {
	padding-top: .75em;
}

.custom .menu li a {
	border-top-style: none;
	padding-right: 3em;
}

.custom .headline_area h2 {
	text-transform: lowercase;
	letter-spacing: 5px;
	font-weight: normal;
	font-style: normal;
	font-family: verdana, helvetica, arial, sans-serif;
}

.custom #sidebars { border-width: 0 em 0 0 0; 
	border-top-width: 0;
}

.custom #sidebars input {
	border-style: none;
}

.custom .wp-caption { 
    padding-top: .5em;
    border-style: none;  
    text-align: center;
	color: #a8a977;
	font: normal 1.2em "Arial Narrow", Helvetica, Verdana, san-serif;
}

.custom .wp-caption p {
	background-color: black;
	border-style: none;
}

	.format_text img.frame, .format_text .wp-caption { padding: 0; border-width: 0;
	margin-top: 1.667em;
	border-style: none;
	background-color: black;
}

.custom .comments_closed p {
        display: none ;
}

.custom .format_text .to_comments {
        display: none ;
}

.custom .teaser .stbutton  {
	display: none;
}

#content a.stbutton.stico_default{
	border-bottom-style: none;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 5px;
	font-size: .8em;
}

.custom .edit_post {
	margin-bottom: 0;
	padding-bottom: 0;
	float: right;
	font-size: 7px;
}

.custom .teaser h2 a { font-weight: bold }


.custom .snippet-content input {
	border-style: none;
}

.custom ol li object {
	padding-top: .5em;
}

.custom .credit {
	text-align: right;
	font: italic 9px/14px Arial, "Arial Narrow", Helvetica, san-serif;
}

.list #content ul {
	font: .9em/1.7em Arial, Helvetica, Verdana, san-serif;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 5px;
}

.floatcolumn-left {
	float: left;
	width: 50%;
	margin-right: 5%;
}

.custom .floatcolumn-left h3 {
	margin-top: 0;
	padding-top: 0;
}

.custom .teaser h2 {
	font-size: 1em;
}
.custom #feature_box { padding: 0; border: none; }

.custom #feature_box img { display: block; }

/* @group MM forms Styles */

.mmf-form input {
	background-color: #996;
	border-style: none;
	margin-top: .5em;
}

.mmf-form textarea {
	background-color: #996;
	border-style: none;
	margin-left: 5px;
	margin-top: .5em;
}

.mmf-form p label {
	font-size: .95em;
	padding-left: 10px;
}



/* @end */

/* @group .grid styles */

.grid .grid_2 a  {
	margin-bottom: 0;
	text-decoration: none;
}

.grid .grid_2 p {
	line-height: 0;
	font-size: 10px;
	margin-top: 0;
	padding-top: 0;
	text-align: right;
	padding-right: 3px;
}

.grid #content img {
	border: 1px solid #797979;
}



/* @end */

/* @group 960 Grid */
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

.grid_2
{
	width: 120px;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 35px;
	margin-bottom: 4em;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}


/* @end */

/* @group gridpage styles */

.columnwrap
{
}

.column-c
{
	display: inline;
	float: left;
	margin-right: 24px;
	width: 100px;
	margin-bottom: 3em;
}

.column-c a  {
	margin-bottom: 0;
	text-decoration: none;
}

.column-c p {
	line-height: 11px;
	font-size: 9px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	padding-right: 0;
	margin-left: 0;
}

.column-c img {
	border: 1px solid #797979;
}

/* @end */


/* @group Vacation Styles */

/* remove asterix's and slashes before and after the next line to hide buynow buttons */

*/.custom img.buynow, .custom input.buynow {display: none; }*/

/* @end */
