/*
	Main Stylesheet for eDateTravel
	By <hutzmedia.com>
	March 13, 2009
*/

html {
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	
	background-color: #FFFFFF;
	color: #000000;
	
	font-family: Arial;
	font-size: 10pt;
}

img {
	border-style: none;
}

p {
	margin: 0px; padding: 0px;
}

/* Page */
div.page {
	position: relative;
	width: 999px;
	margin-left: auto; margin-right: auto;
}

/* Header */
div.header {
	position: relative;
	background-color: #A1DEF0;
	height: 238px;
	background-image: url('../images/home/header.bg.png');
}

div.header img.slideshow {
	position: absolute;
	right: 6px; top: 0px;
	width: 655px; height: 185px;
	display: none;
}

div.header img.logo {
	position: absolute;
	left: 14px; top: 114px;
	width: 320px; height: 86px;
}

div.header img.rss {
	position: absolute;
	left: 285px; top: 17px;
	width: 37px; height: 37px;
}

div.header p.text {
	position: absolute;
	left: 402px; top: 186px;
	text-align: center;
	color: #4D607C;
	font-size: 7.5pt;
}

div.header p.text b {
	font-size: 12pt;
}

div.header div.login {
	position: absolute;
	left: 26px; top: 18px;
}

div.header div.login p {
	position: absolute;
	left: 0px; top: 0px;
	width: 55px; height: 16px;
	text-align: right;
	color: #FFFFFF;
	font-family: 'Arial';
	font-size: 7.5pt;
	font-weight: bold;
}

div.header div.login p.login {
	top: 2px;
}

div.header div.login p.password {
	top: 22px;
}

div.header div.login a.forgot, div.header div.login a.register {
	position: absolute;
	left: 67px; top: 41px;
	width: 120px;
	color: #FFFFFF;
	font-family: 'Arial';
	font-size: 7.5pt;
	text-decoration: underline;
}

div.header div.login a.register {
	top: 55px;
}

div.header div.login input {
	position: absolute;
	left: 62px; top: 0px;
	width: 116px; height: 14px;
	border-style: none;
	padding: 0px; margin: 0px;
	background-color: #EBEBEB;
	background-image: url('../images/home/header.input.bg.png');
	font-size: 7.5pt;
}

div.header div.login input.login {
}

div.header div.login input.password {
	top: 21px;
}

div.header div.login input.submit {
	left: 187px; top: 22px;
	width: 39px; height: 13px;
}


/* Sub Header */
div.subHeader {
	position: relative;
	height: 125px;
	background-image: url('../images/home/subHeader.bg.png');
}

div.subHeader img.connectFaces {
	position: absolute;
	left: 16px; top: 19px;
	width: 300px; height: 69px;
}

div.subHeader div.menu {
	position: absolute;
	right: 8px; top: 11px;
}

div.subHeader a {
	margin-left: 20px;
	color: #303030;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.5pt;
}

div.subHeader a span.blueItalic {
	color: #2A94B9;
	font-style: italic;
}

div.subHeader p.online {
	position: absolute;
	left: 488px; top: 48px;
	color: #3E3E3E;
	font-size: 16pt;
	font-weight: bold;
}

div.subHeader p.connect {
	position: absolute;
	left: 1px; top: 88px;
	width: 336px;
	font-size: 7pt;
	text-align: center;
}

/* Content */
div.content {
	position: relative;
	height: 581px;
}

/* Left */
div.content div.left {
	position: absolute;
	left: 0px; top: 0px;
	width: 324px; height: 581px;
}

div.content div.left img.preview {
	position: absolute;
	left: 0px; top: 0px;
	width: 321px; height: 235px;
}

div.content div.left p.new {
	position: absolute;
	left: 25px;
	top: 249px;
	padding-right: 4px;
	font-size: 12pt;
	font-weight: bold;
	color: #2A94B9;
	width: 279px;
}

div.content div.left div.border {
	position: absolute;
	left: 19px; top: 372px;
	border-bottom: #E8E8E8 solid 1px;
	width: 286px;
}

div.content div.left div.items {
	position: absolute;
	left: 18px; top: 379px;
}

div.content div.left div.items div.item {
	width: 299px; height: 55px;
	background-image: url('../images/home/left.item.bg.png');
	background-color: #F4F4F4;
	color: #2A94B9;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: -0.6px;
	line-height: 42px;
}

/* Center */
div.content div.center {
	position: absolute;
	left: 324px; top: 0px;
	width: 358px; height: 581px;
}

div.content div.center div.text {
	position: absolute;
	left: 42px; top: 6px;
	width: 290px;
	font-size: 10.5pt;
}

div.content div.center div.text p {
	margin-bottom: 20px;
}

div.text p.bold {
	font-weight: bold;
}

div.text p.blue {
	color: #2A94B9;
}

div.text p.title {
	font-size: 12.5pt;
}

div.content div.center div.imgy {
	position: absolute;
	left: 35px; top: 252px;
	width: 301px; height: 167px;
	border: 1px none blue;
}

div.content div.center img.create {
	position: absolute;
	left: 43px; top: 517px;
	width: 289px; height: 63px;
}

div.content div.center div.borderLeft  {
	position: absolute;
	left: 0px; top: 320px;
	width: 1px; height: 156px;
	background-color: #D4D4D4;	
}

div.content div.center div.borderRight {
	position: absolute;
	right: 0px; top: 41px;
	width: 1px; height: 435px;
	background-color: #D4D4D4;	
}

/* Right */
div.content div.right {
	position: absolute;
	left: 682px; top: 0px;
	width: 316px; height: 581px;
}

div.content div.right div.items {
	position: absolute;
	left: 21px; top: 1px;
}

div.content div.right div.item {
	position: relative;
	width: 295px;
	background-image: url('../images/home/right.item.bg.png');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	min-height: 100px;
}

div.content div.right div.item img {
	position: absolute;
	width: 78px; height: 100px;
}

div.content div.right div.item p {
	padding: 10px 8px 12px 80px;
}

div.content div.right div.item b {
	display: block;
	color: #2A94B9;
	font-size: 14.5pt;
}

/* User Content */
div.userContentHolder {
	position: relative;
	height: 188px;
}

div.page div.userContent {
	position: absolute;
	left: 61px; top: 25px;
	width: 864px; height: 200px;
	overflow: hidden; overflow-x: auto;
}

div.page div.userContent div.content {
	height: auto;
}

div.page div.userContent div.content, .scroll-content {
	position: relative;
	left: 0px; top: 0px;
	padding: 0px; margin: 0px;
	width: 2300px;
}

.scroll-pane { overflow: auto; }
.scroll-content-item { width: 500px; height: 75px; float: left; margin: 10px; font-size: 12pt; padding-top: 25px; text-align: center; }
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0px -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 10px; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 5px auto; }
.scroll-bar-wrap .ui-slider-handle { top: 0px; height: 12px; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }



div.page div.userContent div.content div.item {
	float: left;
	position: relative;
	width: 281px; height: 112px;
	margin: 4px;
	margin-right: 0px;
	border: #000000 solid 1px;
	background-color: #023417;
	font-size: 85%;
}

div.page div.userContent div.content div.imgy {
	position: relative;
	background-image: url('../images/user/imgy.bg.jpg');
	background-color: #092D67;
	height: 112px;
	color: #BBBBBB;
	cursor: pointer;
}
div.page div.userContent div.content div.imgy:hover {
	background-image: url('../images/user/imgy.hover.bg.jpg');
	background-color: #23404B;
	color: #FFFFFF;
}

div.page div.userContent div.content div.imgy img {
	position: absolute;
	left: 4px; top: 6px;
	display: block;
	padding: 4px;
	background-color: #FFFFFF;
	border: #000000 solid 1px;
}

div.page div.userContent div.content div.imgy p {
	position: absolute;
	left: 141px; top: 36px;
	width: 132px; height: 68px;	
	overflow: hidden;
}


div.page div.userContent div.content div.blog {
	background-image: url('../images/user/blog.bg.jpg');
	background-color: #092D67;
	color: #BBBBBB;
	cursor: pointer;
}
div.page div.userContent div.content div.blog:hover {
	background-image: url('../images/user/blog.hover.bg.jpg');
	background-color: #23404B;
	color: #FFFFFF;
}

div.page div.userContent div.content div.blog div.p {
	position: absolute;
	left: 12px; top: 34px;
	width: 260px; height: 70px;	
	overflow: hidden;
}

div.page div.userContent div.content div.blog div.p div {
	/* title */
	overflow: hidden;
	height: 16px;
}

div.page div.userContent div.content div.newMember {
	background-image: url('../images/user/newMember.bg.jpg');
	background-color: #092D67;
	color: #BBBBBB;
	cursor: pointer;
}

div.page div.userContent div.content div.newMember:hover {
	background-image: url('../images/user/newMember.hover.bg.jpg');
	background-color: #23404B;
	color: #FFFFFF;
}

div.page div.userContent div.content div.newMember div.img {
	position: absolute;
	left: 14px; top: 41px;
	width: 240px;
}

div.page div.userContent div.content div.newMember div.img img {
	float: left;
	margin-right: 8px;
	height: 60px;
}

div.page div.userContent div.content div.travel {
	background-image: url('../images/user/travel.bg.jpg');
	background-color: #092D67;
	color: #BBBBBB;
	cursor: pointer;
}

div.page div.userContent div.content div.travel:hover {
	background-image: url('../images/user/travel.bg.hover.bg.jpg');
	background-color: #23404B;
	color: #FFFFFF;
}

div.page div.userContent div.content div.travel div {
	position: absolute;
	left: 14px; top: 41px;
	width: 240px;
}


/* Footer */
div.footer {
	position: relative;
	height: 195px;
}

div.footer img.left {
	position: absolute;
	left: 0px; bottom: 0px;
	width: 406px; height: 195px;
}

div.footer img.right {
	position: absolute;
	right: 0px; bottom: 0px;
	width: 426px; height: 183px;
}

div.footer p.links {
	position: absolute;
	left: 0px; bottom: 31px;
	line-height: 20px;
	width: 999px;
	text-align: center;
}

div.footer p.links a {
	color: #000000;
	text-decoration: none;
}

div.footer p.links a:hover {
	text-decoration: none;
}

div.footerBorder {
	background-color: #E9E9E9;
	height: 5px;
	background-image: url('../images/home/footerBorder.bg.png');
}

/* subFooter */
div.subFooter {
	position: relative;
	height: 40px;
}

div.subFooter img.mfm {
	position: absolute;
	left: 1px; top: 9px;
	width: 56px; height: 23px;
}

div.subFooter img.webstager {
	position: absolute;
	left: 106px; top: 9px;
	width: 70px; height: 22px;
}

div.subFooter img.letsvous {
	position: absolute;
	left: 741px; top: 12px;
	width: 103px; height: 14px;
}

div.subFooter img.themegreen {
	position: absolute;
	left: 895px; top: 14px;
	width: 102px; height: 12px;
}

div.subFooter p {
	position: absolute;
	left: 0px; top: 6px;
	color: #B0B1B3;
	font-family: "Arial";
	font-size: 7pt;
	text-align: center;
	width: 100%;
}
