@import url('menus.css');
@import url('login.css');
@import url('intro.css?reload');
@import url('connect.css');
@import url('forms.css');
@import url('profile.css');
@import url('ads.css');
@import url('upgrade.css');
@import url('admin.css');

/*
	main styles
*/

div.clear {
	clear: both;
}

html, body, div#wrapper,  div.page {
	height: 100%;
}

div.menu-main ul li a span {
	cursor: pointer;
}

/* body */
body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0 0 30px 0;
	background: url('../images/bg2.gif') repeat-x top left;
}
body.frontpage {
	background: url('../images/bg.gif') repeat-x top left;
}

/* Fonts */
p, td, th, li {
	margin: 0 0 0.5em;
	font-size: 10pt;
	color: #666;
}
h1, h2, h3, h4 {
	margin: 0 0 0.3em;
	font-weight: bold;
	color: #09c;
	text-transform: none;
}
h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.4em; }

hr {
	border: none;
	border-bottom: dashed 1px #ccc;
	height:0;
	margin: 1.5em 0;
	size:0;
}
li hr {
	margin: 0.5em 0;
}
a, a:link, a:active, a:visited, a:hover {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

.new {
	font-weight: bold;
	color: #c00;
}

/* Checks */
ul.checks {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
ul.checks li {
	list-style: none;
	line-height: 20px;
	margin: 0;
	padding: 3px 0 3px 25px;
	background: transparent url('../images/check.gif') no-repeat 0px 4px;
}



/* Message Styles */
div.message {
	background: #eee url('../images/icons/idea.gif') no-repeat 5px 5px;
	border: solid 1px #ccc;
	padding: 5px 10px 5px 30px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.message p {
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}
div.error-message {
	background-color: #fdd;
	background-image: url('../images/icons/error.gif');
	border: solid 1px #c66;
}
div.error-message p {
	color: #c00;
	font-weight: bold;
}
div.alert-message {
	background-image: url('../images/icons/alert.gif');
}
div.highlight-message,
div.info-message {
	background-image: url('../images/icons/info.gif');
}


div.body-inner {
	background: url('../images/bg-inner.jpg') center 180px no-repeat;
}

#page-body-inner {
	padding-bottom: 20px;
	min-height: 600px;
}
body.frontpage #page-body-inner {
	padding: 0;
}

div#wrapper{
	margin: 0 auto;
	width: 960px;
}


/*
	page-header
*/
#page-header {
	background-color: #FFF;
	width: 960px;
	height: 180px;
	overflow: hidden;
}
#page-header-left {
	float: left;
	height: 140px;
	width: 365px;
}
#page-header-left div.logo a {
	background: url('../images/logo.gif') no-repeat top left;
	display: block;
	height: 140px;
	width: 365px;
}
#page-header-left div.logo a span{
	margin-left: -999em;
}
#page-header-right {
	float: right;
	width: 595px;
}




h1.page-header {
	border-bottom: dashed 1px #ccc;
	margin: -5px 0 20px;
	padding: 0 0 10px;
}


/* Page Body */
#page-body {
	background: url('../images/page-body-top.gif') no-repeat top left;
	margin-top: 40px;
	padding-top: 24px;
}
#page-body .page-content {
	height: 700px;
	min-height: 700px;
	height: auto!important;
	background: #fff;
	padding: 0 20px 50px;
	text-align: left;
}

#page-body #left {
	width: 240px;
	margin-right: 20px;
	float: left;
}
#page-body #right {
	width: 170px;
	float: right;
}

#page-body #left .block {
	border: solid 1px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
}

#page-body #left .block .content {
	padding: 10px 20px;
	text-align: left;
}

#page-body #right .block {
	border: solid 1px #ccc;
	background-color: #eee;
	margin-bottom: 20px;
}

#page-body #right .block .content {
	padding: 5px;
	text-align: left;
}

#page-body .node {
	width: 920px;
	/* Min Height */
	height: 560px;
	height: auto!important;
	min-height: 560px;
	
	overflow: hidden;
	padding: 0;
	color: #666;
	float: left;
}
.left #page-body .node {
	width: 658px;
}
.right #page-body .node {
	width: 730px;
}
.leftright #page-body .node {
	width: 470px;
}


/* Standard Block */
div.block {
}
div.block div.content {
	padding: 15px 20px 20px;
}

/* Right side blocks */
#left div.block .content,
#right div.block .content {
	padding: 0;
}

/* Content blocks */
div.node div.block {
	border: solid 1px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



/* Bubble Block */
div.block-bubble {
	width: 290px;
	margin-top: -5px;
	background: transparent url('../images/block-bubble-bg.png') repeat-y center top;
}
div.block-bubble-top {
	width: 100%;
	background: transparent url('../images/block-bubble-top.png') no-repeat center top;
}
div.block-bubble-bottom {
	width: 100%;
	background: transparent url('../images/block-bubble-bottom.png') no-repeat center bottom;
}
div.block-bubble div.content {
	padding: 20px 30px 30px;
}
div.block-bubble div.content h1,
div.block-bubble div.content h2,
div.block-bubble div.content h3,
div.block-bubble div.content p {
	color: #fff;
}



/* Intro Area */
div.intro-box-bottom div.block {
	width: 280px;
	margin-right: 30px;
}





/* About us content */
div.founders {
	
}
div.founder {
	float: left;
	padding: 20px;
	margin-left: 20px;
	border: solid 1px #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
}
div.founder div.photo img {
	border: 0;
}
div.founder div.bio {
	width: 280px;
	height: 220px;
	margin-top: 20px;
	text-align: left;
}


/* Footer */
div.page-footer,
div.page-body-footer {
	height: 100px;
}
div.page-footer div.copyright {}
div.page-footer div.copyright p {}
