/*
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/
*/
/*
	These changes makes for LSB-blue theme
	Theme URI: http://www.lifestreabackup.com
	Description: Especial for Lifestreabackup  WordPress theme.
	Version: 1.0
	Author: StaratS
*/
/*
TODO:
1. Shadows for main body
2. Link back home from Logo
3. Edges of images on blue (JPG) background
4. Hover effects for SignUp and Login menu items
*/

body {
	background-color: #0b4e86;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #808080;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 952px;
	margin: 0 auto;
	background-color: white;
	border-top: 3px solid #0e66b0;
}
#header {
	background-color: white;
	padding: 15px 0;
	border:none;
	margin:0;
}
#menu {
	
}
#menu ul {
	list-style: none;
	/*width: 100%;*/
	margin: 0;
	padding: 0 26px;
	background: white url(images/menuulbg.gif) repeat-x top left;
	border-bottom: 9px solid #0e66b0;
	overflow: hidden;
}
#menu ul li {
	background-color: #ffffff;
}
#menu li.left {
	float: left;
}
#menu li.right {
	float: right;
}
#menu li.first a {
	border-left: 1px solid #dddddd;
}
#menu ul li a {
	display: block;
	background: transparent url(images/menubg.gif) top left no-repeat;
	padding: 6px 10px;
	color: #494949;
	text-decoration: none;
	height: 18px;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	/* font-weight: bold; */
	font-size: 11pt;
}
#menu ul li a:hover, #menu ul li a.active {
	background-position: bottom left;
	color: white;
	border-bottom: 1px solid #0e66b0;
}
#menu li.spacer {
	width: 100px;
}
#menu li.signup a {
	background-image: url(images/signupbg.gif);
	color: white;
}
#menu li.login a {
	background-image: url(images/loginbg.gif);
	color: white;
}
#main {
	background: transparent url(images/mainbg.jpg) no-repeat top left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 215px;
	color: white;
	padding: 25px;
}
#main a {
	color: white;
}
#main a img {
	border: none;
}
#description {
	width: 490px;
}
#points {
	background: white url(images/blue-fade.jpg) repeat-x top left;
	overflow: hidden;
}
#points .point {
	float: left;
	width: 300px;
}
#points .point img {
	float: left;
	margin: 10px 10px 30px 10px;
}
#points h2 {
	font-size: 10pt;
	color: #0a5899;
}
#points p {
	font-size: 9pt;
}
#cases {
	width: 312px;
	float: right;
	background: white url(images/green-fade.jpg) no-repeat 1px 1px;
	padding: 0.5em 1.5em 1.5em 1.5em;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}
#cases h2 {
	color: #08579a;
	font-size: 11pt;
}
#cases ul {
	list-style-image: url(images/attention.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #c4c4c4;
}
#cases ul li {
	border-bottom: 1px dotted #c4c4c4;
	font-size: 9pt;
	padding: 3px 0px;
}
#cases ul a {
	text-decoration: none;
	color: #0e66b0;
}
#cases p a {
	color: #ff8e33;
}
#why {
	background: white url(images/orange-fade.jpg) no-repeat 97% 1px;
	padding: 0.5em 0px 2em 27px;
	border-top: 1px solid #d7d7d7;
	width: 573px;
}
#why h2 {
	color: #08579a;
	font-size: 16pt;
	font-weight: normal;
}
#why p {
	font-size: 9pt;
	margin-right: 12px;
}
#footer {
	clear: both;
	background-color: #0e66b0;
	padding: 10px 20px;
	font-size: 9pt;
	margin-bottom: 2em;
	text-align:left;
	line-height:1.5em;
}
#footer p{
	margin:10px 0;
}
#footer a {
	color: white;
	text-decoration: none;
	border:none;
}
#footer .separator {
	padding: 0 10px;
	color: #7d9fba;
	font-size: 8pt;
	vertical-align: 10%;
}
#copyright {
	color: #a1c2dc;
}
#links {
	font-weight: bold;
}

#links img {
	float: right;
}
#testimonials {
	float: right;
	width: 260px;
	border-left: 1px solid #d7d7d7;
	padding-left: 20px;
	border-top: 1px solid #d7d7d7;
}
#testimonials h2 {
	color: #08579a;
	font-size: 11pt;
	font-weight: bold;
	background: transparent url(images/quote.gif) no-repeat 96% 0%;
	padding-right: 40px;
}
#blog {
	border-top: 1px solid #d7d7d7;
	width: 291px;
}
#blog h2 {
	color: #08579a;
	font-size: 11pt;
	font-weight: bold;
	background: transparent url(images/rss.gif) no-repeat 96% 0%;
	padding-right: 40px;
}
#blog h3 {
	color: black;
	font-size: 10pt;
}
a.button {
	background: white url(images/buttonbg.gif) no-repeat top left;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}
a.button span {
	background: white url(images/buttonbg.gif) no-repeat top right;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.page_item{
	display: block;
	font: bold 11pt Tahoma, sans-serif;
	color: white;
	text-decoration: none;
	padding: 0px 25px;
	border-right: 2px solid white;
}

.last_page{
	border-right: none;
}

.page_item a{
	color: white;
	text-decoration: none;
}
.page_item li{
	padding: 0px 25px;
}


.page #footer{
    visibility:hidden;
	height:0;
	padding:0;
	border:none;
}

.page #header{
    visibility:hidden;
	height:0;
	padding: 0;
}

.page #tabs{
    visibility:hidden;
	height:0;
}

#custom_box {
	background:none;
	border-bottom:none;
	padding:18px 0 0 ;
}

#content_box {
	background:none;
}

#content {
	float:left;
	width:550px;
	color: #464749;
	padding-top:5px;
	font-size: 9pt;
}
#sidebars {
    width:340px;
}

#header_area .page{
	padding-top:0;
}

.post_box, .teasers_box {
	margin:0;
}

.post_box {
	padding-top:1em;
}

.headline_area h1, .headline_area h2 {
	color: #464749;
	font-size:18px;
	font-weight:bold;
}

.headline_area h1 a, .headline_area h2 a {
	color: #464749;
}

.headline_area h1 a:hover, .headline_area h2 a:hover {
	color: #464749;
}

#footer_area .page {
	padding-bottom:0;
	height:0;
}
#header_auth{
	text-align:right;
	font: 1em Tahoma, sans-serif;
	color:white;
	position:absolute;
	right:15px;
	top:5px;
	padding-top:5px;
}

#header_auth a{
	color:white;
	text-decoration:none;
	font: bold 12px Tahoma,sans-serif;
}
.full_width .page {
	width:auto;
}
