/*
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/
*/


/* RESETS */
.custom #header, #feature_box, .teasers_box, #footer, #sidebars, #sidebar_1, #commentform, #comment_1, #archive_info, .menu, .menu a, .menu li ul, .custom #comment_list, dl#comment_list dd{border:none;}
.custom #header, #content_box, .post_box, .teasers_box, .widget{padding:0;margin:0;}
.custom .sidebar ul.sidebar_list{padding:0;margin:0;}

h1,h2,h3,h4,h5,h6{padding:0;margin:0;}

.custom .bracket{display:none;}
.custom .sidebar_list h3{text-transform:uppercase;letter-spacing:0px;font:16px Arial, Verdana;color: #0054a6;}
.custom h2{color: #0054a6;}

.custom h6{font: 10px/15px 'lucida console',arial, verdana;color: #333;text-transform:none;text-align:center;margin-top:15px;}

/* NAVIGATION */

.custom .menu{width:98%;margin-bottom:10px;padding:10px;border-bottom: 1px solid #777;}
.custom .menu a{text-transform: none;letter-spacing:0px;margin: 0px 27px 0px 27px;}

/* BACKGROUND */
body{background: #ececec;}
body.startsida{color:#111111;}

.custom #header{padding:0.3em;}
.custom #page{border-left: 1px solid grey;border-right: 1px solid grey;}
.custom .format_text{margin-right:2em;}
.custom #content{width:690px;}

/* FIRSTPAGE IMAGE */

.custom .firstpage{
	width:100%;
	heigth:478px;
	margin-bottom: 3px;
	}
.custom .firstpage .background_img{}

.custom .firstpage #img_headline1{float:left;position: relative; top: -400px;left:530px;}
.custom .firstpage #img_headline1 h1{
	font: bold 30px/35px Arial, Verdana;
	color: #111;
	letter-spacing:-1px;
	padding:0;
	text-transform: capitalize;
	text-align:center;
	}
.custom .firstpage #img_headline1 h1 .big{
		font-size: 32px;
	}
.custom .firstpage #img_headline1 h2{
	font: bold 25px/30px Arial, Verdana;
	color: #2479bb;
	letter-spacing:-1px;
	padding:0;
	text-align:center;
}

.custom .firstpage #readmore{
	display: block;
	float: left;
	position: relative;
	top: -270px; 
	left: 270px; 
	}
	
.custom .firstpage #sunneborn{
	display: block;
	float: left;
	position: relative;
	top: -200px; 
	left: 270px; 
	}

.custom .firstpage #testimonial_1{
	width: 340px;
	display: block;
	float: left;
	position: relative;
	top: -250px; 
	left: 475px; 
}
	
.custom .firstpage #what_said{
	font:14px Times,georgia,arial,verdana;
	color: #444;
	text-transform: capitalize;
	}
.custom .firstpage #who_said{font: bold 16px/19px arial,verdana;color:#111;float:right;}	

/* FORMS */
.custom #GRSubscribeForm fieldset{border:none;margin-top:0px;}

.custom #book2{float:right;margin-right: 1em;position:relative;top:-65px;left:-20px;}

.custom .fbar input{width: 170px;}
.custom .sidebar input{width: 170px;}
.custom #submitbutton{width: 180px;border:2px outset grey}

/* SIDEBAR */

.custom div#smaller{text-align:left;font: 12px/15px arial,verdana;}

/* FOOTER */

.startsida #my_footer_col_1 .textwidget{
  font-size:14px;
  line-height:19px;
  color:#111;
  position:relative;
  top:0;
  left:0%;
  width:35%;
  }
.startsida #my_footer_col_2 .widget{
  font-size:14px;
  position:absolute;
  top:0;
  left:38%;
  width:35%;
  }
.startsida #my_footer_col_3 .textwidget{
font-size:14px;
  position:absolute;
  top:0;
  left:77%;
  width:210px;
  }

.custom #my_footer_section{width:100%;text-align:left;height:280px;position:relative;top:-180px;left:0;clear:both;}

.custom #footbar3 .textwidget img{margin-top:0.5em;}