/* -------------------------------------
SEVENTY-THIRTY stylesheet

Original by Top Left Design
Modified and tidied by Fingermouse Internet
--------------------------------------*/
@import "/include/reset.css";
@import "/include/forms.css";

/* @group Generic elements */
body { 
	background: black url(/images/pattern1.png) repeat; 
	color: #fff; 
	font: 1.0em cronos-pro-1, cronos-pro-2, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
	text-align: center; 
}
a,:link,
:visited { 
	color: #5a5a5a; 
	text-decoration: underline; 
} 
a:hover,
a.important,
a.on { 
	color: #666150; 
	text-decoration: underline; 
}
p { 
	margin-bottom: 1em; 
	font-size: 90%;
}
li {
	margin-bottom: 1em;
}
li p {
	text-align: left;
}
img.fltr { 
	float: right; 
	margin: 0 0 10px 10px; 
}
img.fltl { 
	float: left; 
	margin: 0 10px 10px 0; 
}
ima.alignl { 
	text-align: left; 
	margin: 0 10px 10px 0; 
}
ul { 
	list-style: disc; 
	margin-bottom: 1em; 
	padding-left: 2em; 
}
ol { 
	list-style: decimal; 
	margin-bottom: 1em; 
	padding-left: 2em; 
}
ul.reset,
ul.reset ul,
#nav { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
small { 
	font-size: .92em; 
}
/* @end */

/* @group Custom Paragraphs */
p.highlight { 
	font-size: 125%; 
}
p {
	text-align: justify;
}
p.intro {
	font-size: 1.05em;
	text-align: justify;
}
p.slogan {
	text-align: center;
	font-size: 1.3em;
	font-style: italic;
}
p.footnote {
	color: #666;
	font-size: 0.8em;
	text-align: center;
}
p.boxed {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 15px -10px;
}
.no-underline a, 
a.no-underline {
	text-decoration: none;
}
.no-underline a:hover, 
a.no-underline:hover {
	color: black;
	text-decoration: underline;
}
strong.larger {
	color: #3f5a97;
	font-size: 1.5em;
}
.separator,
.separator2 { 
	clear: both; 
	text-align: center; 
	background-repeat: no-repeat;
	background-position: center top;
	margin: 1em auto;
}
.separator {
	background-image: url(/images/separator1.png);
	width: 430px;
	height: 20px;
}
.separator2 {
	background-image: url(/images/separator2.png);
	width: 29px;
	height: 34px;
}
.gap-above {
	margin-top: 50px;
}
.gap-below {
	margin-bottom: 25px;
}
p.note { 
	color: #5a5a5a; 
}
blockquote { 
	padding-left: 18px; 
	background: url(images/quote1-before.png) 0 0 no-repeat; 
}
blockquote span.last-line { 
	padding: 0 18px 30px 0; 
	background: url(images/quote1-after.png) 53% 50% no-repeat; 
}
.charityLinks p {
	margin-left: 120px;
}
.charityLinks img {
	float: left;
	border: none;
	margin: 15px 0 0-120px;
}
.charityLinks p.separator, 
.charityLinks p.separator2 {
  margin:  1em auto;
}
.clear {
	clear: both;
}
p.quote {
	font-size: 0.9em;
	font-style: italic;
}
p.quote-source {
	margin: -10px 0 25px 0;
	font-weight: bold;
	text-align: right;
}
p.quote img {
	float: left;
	margin: 0 10px 10px 0;
}
/* @end */

/* @group Headings */
h1,
h2,
h3,
h4,
h5,
h6 { 
	margin-bottom: .2em; 
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase; 
}

h1 { 
	font-size: 1.6em; 
}
h2 { 
	font-size: 1.4em; 
	color: #726d5e; 
}
h3 { 
	font-size: 110%; 
}
h4 { 
	color: #5a5a5a; 
	font-size: .92em;
}
/* @end */

/* @group Main layers */
#container { 
	width: 813px; 
	margin: 0 auto; 
	border: solid 1px #b5b5b5; 
	background: #e0e0df url(/images/bg1.png) no-repeat; 
	color: #000; 
	text-align: left; 
}
#content { 
	clear: left;
	min-height: 250px; 
	margin: 0 27px; 
	padding: 35px 0 1em; 
	background: url(/images/trans1.png) repeat-y; 
}
#content-nosidebar {
	clear: left;
	margin: 0 20px;
	padding: 0;
}
#sidebar { 
	float: left; 
	width: 207px; 
	margin-right: 68px; 
	position: relative;
	z-index: 300;
}
#mainbar { 
	float: left; 
	width: 450px; 
}
#header {
	position: relative;
	height: 140px;
	padding: 0;	
	margin: 0;
}
#footer { 
	clear: both; 
	width: 100%; 
}
/* @end */

/* @group Site Header */
#logo { 
	position: absolute;
	top: 35px;
	right: 15px;
	display: block;
	margin: 0; 
	text-align: right; 
}
#languages {
	position: absolute;
	top: 70px;
	left: 8px;
}
#languages a {
	font-size: 0.7em;
	margin-right: 1px;
	color: white;
	border: none;
	padding: 1px 4px;
	background-color: #6392a7;
	text-decoration: none;
}
#languages a:hover {
	color: black;
	background-color: #c0d3e1;
	cursor: pointer;
	text-decoration: underline;
}
#languages a.selected {
	border-color: #999;
	color: black;
	background: white;
}
/* @end */

/* @group Navigation */
#navbar { 
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	padding: .6em 0; 
	background: #7d7766 url(/images/pattern2.png) 0 0 repeat-x; 
	font-size: 1.05em; 
	text-transform: uppercase; 
	line-height: 0.9em; 
}
#navbar-placeholder {
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 22px;
	width: 100%;
	background: #7d7766 url(/images/pattern2.png) 0 0 repeat-x; 
	border-top: 1px solid #ccc;
}
#nav { 
	padding: 0 13px; 
	width: 787px; 
}
#nav li { 
	float: left; 
	border-right: solid 1px #fff; 
	text-align: center; 
	font-size: 0.9em;
}
#nav li.last { 
	border-right: none; 
}
#navi1 { 
	width: 86px; 
}
#navi2 { 
	width: 93px; 
}
#navi3 { 
	width: 112px; 
}
#navi4 { 
	width: 93px; 
}
#navi5 { 
	width: 141px; 
}
#navi6 { 
	width: 147px; 
}
#navi7 { 
	width: 108px; 
}
#nav li a,
#nav li a:visited { 
	color: #fff; 
	text-decoration: none;
}
#nav li a:hover,
#nav li a.on { 
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}
/* @end */

/* @group Sub-navigation */
#subnav { 
	padding-left: 12px; 
	text-transform: uppercase;
	line-height: 1.0em;
	font-size: 1.05em;
}
#subnav li { 
	font-size: 0.9em;
	margin-bottom: 1em;
}
#subnav a,
#subnav a:visited { 
	color: #5a5a5a; 
	text-decoration: none; 
}
#subnav a:hover,
#subnav a.on { 
	color: #5a5a5a; 
	font-weight: bold; 
}
#subnav li {
	
}
/* @end */

/* @group Slides */
ul#slides { 
	overflow: hidden; 
	float: left;
	width: 223px; 
	height: 300px; 
	margin: 0 0 10px 0; 
	padding: 0;
	border: 0 solid #000;
}
ul#slides li { 
	display: block;  
	list-style:none;
}
ul#slides li img {
	border: 0px solid #f9f5f2;
}
#homepage-photos {
	position: relative;
	width: 450px;
	height: 260px;
}
#homepage-photos a {
	text-decoration: none;
	display: block;
}
#homepage-photos #left-large {
	float: left;
	width:  220px;
	height: 260px;
	background: transparent url(/images/interface/homepage_matchmaking_services.jpg) no-repeat left top;
}
#homepage-photos #top-right {
	float: right;
	width: 220px;
	height: 125px;
	background: transparent url(/images/interface/homepage_life_coaching.jpg) no-repeat right top;
	margin: 0 0 10px 0;
}
#homepage-photos #bottom-right {
	float: right;
	width: 220px;
	height: 125px;
	background: transparent url(/images/interface/homepage_media_endorsement.jpg) no-repeat right top;
}
/* @end */

/* @group Preamble */
#preamble .inner { 
	padding: 0 5px; 
}
#preamble ul.services li { 
	float: left; 
	margin-bottom: 13px; 
	width: 225px; 
}
#preamble ul.services li.odd,
#preamble ul.services li.odd img { 
	float: right; 
}
#preamble ul.services li img { 
	display: block; 
}
/* @end */

/* @group Press */
#press { 
	position: relative; 
	width: 511px; 
	margin-right: -41px; 
}
#press li { 
	overflow: hidden; 
	display: inline; 
	float: left; 
	width: 33%; 
	height: 190px; 
	color: #5a5a5a; 
	font-size: .92em; 
}
#press li .cover { 
	overflow: hidden; 
	height: 125px; 
}
#press li h3 { 
	font-size: 1em; 
}
#press li p { 
	margin-bottom: 0; 
}
/* @end */

/* @group Experts */
#experts { 
	color: #5a5a5a; 
	font-size: .92em; 
	line-height: 1.4em; 
}
#experts li { 
	margin-bottom: 2em; 
}
#experts h2 { 
	font-size: 120%; 
	color: #726d5e; 
}
/* @end */

/* @group Footer */
#footer { 
	background: #6b6b6b url(/images/grad1.png) 0 0 repeat-x; 
	color: #fff; 
	font-size: .92em; 
}
#footer .inner { 
	padding: 1.5em 55px; 
}
#footer a,
#footer a:visited { 
	color: #fff; 
	text-decoration: none; 
}
#footer a:hover { 
	text-decoration: underline; 
}
#footer p { 
	margin-bottom: 0; 
}
#tld { 
	width: 817px; 
	margin: 5px auto 0; 
	padding-bottom: 12px; 
	font-size: .8em; 
	text-align: right; 
	color: #fff; 
}
#tld a { 
	color: #a0987f; 
}
/* @end */

/* @group Forms */
select, 
option, 
input, 
label {
	font-family: cronos-pro-1,cronos-pro-2,Helvetica,Arial,sans-serif;
	font-size: 0.8em;
}
/* @end */

/* -------------------------------------
DO NOT EDIT OR ADD CODE BELOW
--------------------------------------*/

/* IE < 6 background transparency fix */

/* Remove background images */
* html #content { height: 1px; background: none !important; }

/* Apply the AlphaImageLoader filter */
* html #content { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/trans1.png',sizingMethod='scale') }
