/*
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/
*/

/*button size*/

.custom .format_text input {

border-width:0.067em;

padding:0.2em;

width: auto;}

/*sidebar colors*/

.custom. sidebar_1 {background: #ff3333;}

.custom .sidebar_2 {background: #fff333;}

/*button size*/
.custom .format_text input {
border-width:0.067em;
padding:0.2em;
width: auto;
border: 1px solid #114683;
background:none;}

/*blockquote formatting*/
.blockquote {color:#666; border: 3px #ddd; padding: 1px; background: #F8F8FF; display: block;}


/* RECIPE BOX - LGT BLUE */
.format_text .recipe_box_light_blue {
padding:1em;
	background: #DDE5F4;
border: 1px solid #114683;}

/* RECIPE BOX - LGT GRAY */
.format_text .recipe_box_light_gray {
padding:1em;
	background: #a8a9ad;
border: 1px solid #114683;}


/* CHECKBOX LOCATION */
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}
/* Remove Buy Now Border */
.subscribe2-ebook .format_text input {
border:none;
}
.conquer-contact-form-7 .format_text input {
border:none;
}
.custom #logo a {
	background-image: url(images/header.jpg);	/*replace logo.png with the name of your image*/
	width: 940x; /*change this to the width of your image*/
	height: 172px; /*change this to the height of your image*/
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;}

/* Style the First (or Only) Post */
.custom .top {
   background:#FFFFFF none repeat scroll 0 0;
   border:7px double #114683 !important;
   margin:1em;
   padding:2em;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post_box {
   background:#FFFFFF none repeat scroll 0 0;
   border:7px double #114683;
   margin:1em;
   padding:2em;
}

			
		


		

		

		
		

		
		
			
				
		
		

		

		
		

		
		
			
				
