/*
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 li.widget .shout { padding: 8px; line-height: 1.385em; background: #f0f0f0; border: 0.077em solid #ddd; }
.custom .headline_area {margin-bottom:0;padding-bottom:0;}
.custom .header_area .page {padding-top:0;}
.custom #header #logo a { display: block; height: 75px; width: 100%; padding-top:0; padding-bottom:0; border-bottom:none; background: url('http://www.onlinedatinghelp.co.uk/i/topbg.jpg') center no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; margin:0 0 -3px 0;}


.custom #page {
  margin:0 0 0 0;
  padding: 0 0 0 0;
}


.custom #container {
    border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 0 0 0;
  width:988px;
}


.custom #container { width: 988px; }
.custom #content_box { width: 988px; }
.custom #content { width: 620px; margin-left:15px;}
.custom #sidebars { width: 323px; margin-left:15px; margin-right:15px;}

.custom #content p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin-bottom:1em;
  font-size:85%;
}

.custom .post_box { margin-bottom: 20px; }

body.custom {
  background: #fff url(http://www.onlinedatinghelp.co.uk/i/bg.jpg) repeat-x;
}

.custom A:link, .custom A:active, .custom A:visited {
  outline: none;
}

.custom #search {
  z-index:1;
  position:relative;
  float:right;
  width: 170px;
  padding: 12px 18px 0 15px;
  margin:0;
}

.custom .topminus {
  margin-bottom:-3px;
}


.custom .searchbox {
  margin:0;
  padding:0;
}

.custom .searchinput {
  font-size:120%;
  width:130px;
}

.custom #search img {
  vertical-align: middle;
}

.custom #search input.go {
  border-style: none;
  vertical-align: bottom;
  margin: 0 0 0 1px;
  background-color: transparent;
  height: 20px;
  width: 27px;
}

.custom #wrapper {
  width:988px;
  margin:0px auto;
  text-align:left;
  background-color:#fff;
}

.custom #nav {
  background: url(http://www.onlinedatinghelp.co.uk/i/nav.gif) no-repeat left top;
  height: 45px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}

.custom #nav ul {
  padding: 0 0 0 0;
  margin : 0 0 0 0;
}

.custom #nav li {
  padding: 0 0 0 0;
  margin : 0 0 0 0;
  list-style: none;
  position: absolute;
}

.custom #nav li a {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  height: 45px;
}

.custom #nav li#nav1 {left: 0; width: 90px;}
.custom #nav li#nav2 {left: 90px; width: 246px;}
.custom #nav li#nav3 {left : 336px; width: 189px;}
.custom #nav li#nav4 {left: 525px; width: 248px;}

/* navigation hover */
.custom #nav li a:hover {background: transparent url(http://www.onlinedatinghelp.co.uk/i/nav.gif) no-repeat 0 0;}
.custom #nav li#nav1 a:hover {background-position: 0 -45px;}
.custom #nav li#nav2 a:hover {background-position: -90px -45px;}
.custom #nav li#nav3 a:hover {background-position: -336px -45px;}
.custom #nav li#nav4 a:hover {background-position: -525px -45px;}


/* navselected */
.custom body#home #nav1 {background: url(http://www.onlinedatinghelp.co.uk/i/nav.gif) 0 -45px no-repeat;}
.custom body#reviews #nav2 {background: url(http://www.onlinedatinghelp.co.uk/i/nav.gif) -90px -45px no-repeat;}
.custom body#blog #nav3 {background: url(http://www.onlinedatinghelp.co.uk/i/nav.gif) -336px -45px no-repeat;}
.custom body#guide #nav4 {background: url(http://www.onlinedatinghelp.co.uk/i/nav.gif) -525px -45px no-repeat;}


/*	footer
--------------------------------------------- */

.custom #footer {
  margin:0 0 0 0;
  padding: 0 0 0 0;
}

.custom #myfooter {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: x-small;
  line-height: 1.5em;
    margin: 0 0 0 0;
	padding: 12px 10px 20px 10px;
	color: #425645;
	background-color: #fefaef;
	}

.custom #myfooter a {
	color: #425645;
	font-size: 11px;
	}
	
.custom #myfooter a:hover {
  color: #000;
  border-bottom:1px dotted #ff9900;
}

.custom #myfooter p {
  font-size:110%;
  line-height: 140%;
  padding:0 0 0 0;
  margin:0 0 7px 0;
}

.custom #myfooter ul {
font-size:110%;
	margin: 12px 0 8px 0;
	line-height: 1.75em;
	list-style:none;
	padding:0;
	}
	
#myfooter ul {
font-size:110%;
	margin: 12px 0 8px 0;
	line-height: 1.75em;
	list-style:none;
	padding:0;
	}
	
#myfooter ul.heart li , #myfooter ul.aro li{
  margin: 10px 10px 0 0;
  line-height: 1.15em;
  padding:0 0 10px 14px;
  border-bottom:1px dotted #cac3b0;
}

#myfooter ul.heart li {
  background: url(http://www.onlinedatinghelp.co.uk/i/heart.gif) no-repeat;
}

#myfooter ul.aro li {
  background: url(http://www.onlinedatinghelp.co.uk/i/weearo.gif) no-repeat;
}

.custom #myfooter h5 {
	margin-bottom: 14px;
	padding-bottom: 4px;
	color: #2e3c2c;
	font: bold 12px Verdana;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #e9e2d0;
	}
.custom #myfooter h6 {
	color: #344536;
	font-size: 110%;
	margin:0;
	}
.custom #myfooter h6 a {
	font-family: inherit;
	font-weight: normal;
	}

.custom #myfooter .section {
	float: left;
	margin-right: 30px;
	padding: 10px;
	width: 280px;
	line-height: 18px;
	}
.custom #myfooter .section.last {
	margin-right: 0;
	}


.orange {
 color:#ff9900;
}

/*	small print
--------------------------------------------- */
.custom #small_print {
  font-family: Verdana, Geneva, Arial, sans-serif;
  line-height: 1.5em;
	color: #9aaeb9;
	font-size: 100%;
	background: #0d1315;
	border-top:4px solid #666;
	height:90px;
	}
.custom #small_print a:link, .custom #small_print a:visited, .custom #small_print a:active {
	color: #bfd2dd;
	}
#small_print p.links a:hover {
	color:#fff;
}
		
/*	links  */
.custom #small_print p.links {
	float: left;
	padding-left: 5px;
	margin:30px 10px;
	}
.custom #small_print p.links a {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	}


		
/*	copyright  */
.custom #small_print p.copyright {
	float: right;
	padding-right: 10px;
	margin:30px 10px;
	}
.custom #small_print p.copyright strong {
	color: #bfd2dd;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.custom #myfooter .inner:after,
.custom #small_print .inner:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
.clear {
	content: "."; 
    display: block; 
    height: 10px; 
    clear: both; 
    visibility: hidden;
    }