/*
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; }	

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/
*/

#header { padding-top: 3.2em; padding-bottom: 2.5em;
          background-image:URL('/wp-content/themes/thesis_16/custom/images/daniel.gif');
          background-repeat:no-repeat;
          background-position:top right;
          border-style: solid; border-color: #ddd; clear: both;
 }

#sidebar_2 {margin-top:-190px;}

.image_box, .custom_box { border-bottom-style: none; background-color:white; height:160px;}
#image_box img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
height: 150px;
}

#sidebars a {color:grey;}

#tagline, #logo {display:none;}

.format_text 
{
font-size: 1.4em;
line-height: 1.571em;
width:30em;
padding-left:1.2em;
}


#footer {border-top-width: 0em; background-color:#F3FFEF; font-size:90%; margin-top:10em;}

.custom #footer_1 {text-align:left; color:#333; background-color:DDD; padding-top:2em;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222; font-size:120%}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}


.wpsc_buy_button {background-color:orange; color:white; margin:1em;}

div.productdisplay img {float:left;}

.gocheckout {font-weight:normal; padding:1em; background-color:#FFEDCF; text-align:center; margin-top:1em; border:solid thin #FFD68F;}
.gocheckout a:hover {background-color:#FFE8BF; text-decoration:underline;}
input.wpsc_buy_button {width:90px}

.home-wrapper{
   position: relative;
   float: left;
   left: 33px;
   width: 932px;
   margin-bottom: 10px;
}
.left1{
   position: relative;
   float: left;
   left: 5px;
   width: 223px;
   height: 200px;
text-align:center;
}

.left2{
   position: relative;
   float: left;
   left: 15px;
   width: 223px;
   height: 200px;
text-align:center;
}
.left3{
   position: relative;
   float: left;
   left: 25px;
   width: 223px;
   height: 200px;
text-align:center;
}
.right{
   position: relative;
   float: right;
   right: 5px;
   width: 223px;
   height: 200px;
text-align:center;
}


button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
margin-top:6px
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}


.sldrlink a {display:none}

.hfeed .main-title {font-weight:bold; padding-top:10px; font-size:2em;}
