/*
NAME:	ID.CSS
DESC:	MAIN STYLESHEET FOR QUAFFS.COM
VER:	1 | 100712
AUTHOR: ID
*/

/* -------------------------------- 
/* LAYOUT DEBUGGING					*/ 
/* -------------------------------- */


/*#bar			{background: #EBEBEB url(../img/container.png) repeat-y center top;}
#bar-inner		{background: #E1E1E1;}
#container		{background: #D7D7D7 url(../img/container.png) repeat-y center top;}
#header			{background: #CCC;}
#reg			{background: pink;}
#nav, #topNav	{background: #C2C2C2;}
#subnav			{background: #636363;}
#content		{background: #B7B7B7;}
#main			{background: #ACACAC;}
#side			{background: #A1A1A1;}
#footer			{background: #959595 url(../img/footer.png) no-repeat center bottom;}
#footer-inner	{background: #898989;}
.box			{background: #DDD;}
.post-pic 		{background: pink;}
.post-info 		{background: gold;}
*/

/* -------------------------------- */
/* RESET HTML TAG					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
img {-ms-interpolation-mode: bicubic;}

fieldset, img { border: 0; }
a:focus { outline: none; }

/* -------------------------------- */
/* DEFAULT VALUES					*/ 
/* -------------------------------- */

body {	
	background: #EEE url(../img/gradient-FFF-EEE.png) repeat-x;
	
	/*background: #000 url(../img/wall1.png) no-repeat center top;*/
	
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 1;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 1em;
	}
	h1 {
		color: #303030;
		font-size: 2.5em;
		margin: 0;
		}
	h3 { 
		color: #333;
		font-size: 1.8em;
		margin: 0 0 5px;
		}
		#side h3 {
			float: left;
			font-size: 20px;
			margin: 0 0 1em;
			text-shadow: 0 2px 1px #CCC;
			}	
	h4 { 
		color: #333;
		font-size: 1.167em;
		font-weight: normal;
		margin: 0 0 10px;
		}
	h5 {
		color: #333;
		font-size: 1em;
		}
	
p {
	line-height: 1.5;	
	margin: 0 0 1.5em;
	}

ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
	}

dl { margin: 10px 0; }
dd { padding-left: 30px; }
 
a {
	color: #0072FF;
	cursor: pointer;
	text-decoration: none;
	}
a:hover {
	color: #EA0078;
	}

fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
	}
	
legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
	}

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'],
input[type='reset']{
	padding: 2px 4px 2px 1px;
	line-height: 100%;
	}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
	}
 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
	}
 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
	}
 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
	}
blockquote > *:first-child:first-letter { font-size: 150% }
 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #F9F9F9;
	color: #20492d;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
	}
 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
	}
	
/* TABLE */
table { 
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc;
	}
	caption {
		font-weight: bold;	
		margin: 0 0 0.5em 0;
		}
	th {
		background: #BBB;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-size: 1.2em;
		padding: 10px;
		text-align: left;
		vertical-align: top;
		}
	td {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 10px;
		vertical-align: top;
		}
	tr.odd {
		background: #EBEBEB;
		}
			  
/* -------------------------------- */
/* CUSTOM CLASSES					*/ 
/* -------------------------------- */

body .fl			{float: left; margin: 0 1em 1em 0;}
body .fr			{float: right; margin: 0 0 1em 1em;}
body .fl0			{float: left;}
body .fr0			{float: right;}
body .p0			{padding: 0;}
body .p10			{padding: 10px;}
body .p15			{padding: 15px;}
body .pl25			{padding-left: 25px;}
body .mb0			{margin-bottom: 0;}
body .mb1em			{margin-bottom: 1em;}
body .altcolor		{color: #AEEE00;}
body .absolute		{position: absolute;}
body .none			{display: none;}
body .ui-tabs-hide	{display: none;}
.hovFade			{opacity: 0.7;}

/* -------------------------------- */
/* BUTTONS							*/ 
/* -------------------------------- */

a.btn {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
	}
	a.btn:hover {	
		background-position: center bottom;
		}
	a.connectwithfb {
		background-image: url(../img/btn-connectwithfb.png);
		background-position: center 17px;
		height: 23px;
		width: 171px;
		}
	a.connectwithfb:hover {
		background-position: center 17px;
		}
	a.signup {
		background-image: url(../img/btn-signup.png);
		height: 80px;
		width: 201px;
		}
	a.joinnow {
		background-image: url(../img/btn-joinnow.png);
		height: 40px;
		width: 111px;
		}

a.viewall {
	background: #cbcbcb;
	color: #FFF;
	float: right;
	padding: 3px 10px;
	}
			
/* -------------------------------- */
/* NOTIFICATIONS					*/ 
/* -------------------------------- */

#ajaxMessage {
	margin: 0 0 1em;
	}

.notice {
    background-color: #FFF;
	background-position: 15px 50%;
	background-repeat: no-repeat;
    border-color: #AAB4BE;
	border-style: solid;
	border-width: 2px;
    padding: 5px 20px 5px 45px;
	text-align: left;
	}
	
/* NOTE */
.note {
    padding-left: 20px;
	}
	
/* DOWNLOAD */
.download {
	background-image: url(../img/arrow-down.png);
	}

/* INFO */
.info {
    background-color: #F8FAFC;
	background-image: url(../img/info.png);
	color: #003471;
    border-color: #B5D4FE;
	}

/* WARNING */ 
.warn {
    background-color: #FFF7C0;
	background-image: url(../img/warn.png);
	color: #514721;
    border-color: #F7D229;
	}

/* ALERT */ 
.alert {
    background-color: #FBEEF1;
	background-image: url(../img/exc.png);
	color: #8A1F11;
    border-color: #FEABB9;
	}
	
/* SUCCESS */ 
.success {
    background-color: #E6EFC2;
	background-image: url(../img/accept.png);
	color: #264409;
    border-color: #C6D880;
	}
	
/* -------------------------------- */
/* BOXES							*/ 
/* -------------------------------- */

.box {
	margin: 0 0 10px;	
	}
	.box.pad {
		padding: 10px;	
		background: #FFF;	
		}
	#main .box {
		}
	#main .box:last-child {
		margin-bottom: 0;	
		}
	#side .box {
		margin-bottom: 0;
		}
		#side .boxtop {
			background: url(../img/sidebox-top.png)	no-repeat;
			height: 20px;
			}
		#side .boxcontent {
			background: url(../img/sidebox.png)	repeat-y;
			padding: 0 19px 0 10px;
			}
		#side .boxbottom {
			background: url(../img/sidebox-btm.png)	no-repeat;
			height: 25px;
			}
	
/* -------------------------------- */
/* POST-LIST						*/ 
/* -------------------------------- */

/* DEFAULT POST-LIST IS BASED ON THE MAIN #PROMOTIONS LIST */
.post-list {
	clear: both;
	margin: 0;
	padding: 0;
	}
	.post-list li {
		clear: both;
		list-style: none;
		margin: 0 0 10px;
		padding: 0;
		position: relative;
		}
		.post-list li:last-child {
			margin-bottom: 0;	
			}
		.post-pic {
			float: left;
			height: 215px;
			margin: 0 15px 0 0;
			width: 215px;
			}
		.post-info {
			float: left;
			width: 400px;
			}
			
/* -------------------------------- */
/* THUMBS							*/ 
/* -------------------------------- */

/* THUMBLIST */
.thumblist {
	margin: 0;
	padding: 0;
	}
	.thumblist li {
		float: left;
		list-style: none;
		margin-left: -5px;
		}

.thumb {
	position: relative;
	}
.thumb a {
	background: url(../img/thumb.png) no-repeat;	
	display: block;
	height: 89px;
	overflow: hidden;
	padding: 10px 13px 14px 11px;
	position: relative;
	width: 89px;
	}
.thumb a.repost {
	background: url(../img/repostfb.png) no-repeat;	
	height: 17px;
	text-indent: -9999em;
	width: 17px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 0;
	}
	.thumb a.repost:hover {
		background-position: left bottom;
		}
	.thumb img {
		border: 1px solid #CDCDCD;
		height: 87px;
		width: 87px;
		}
	.thumb span {
		/*background: url(../img/plus.png) no-repeat left top;*/
		bottom: 5px;
		display: block;
		height: 17px;
		position: absolute;
		right: 5px;
		width: 17px;
		}
	.thumb a:hover span {
		background-position: left bottom;
		}
			
/* -------------------------------- */
/* CLEARBITCH						*/ 
/* -------------------------------- */

.clearfix:after,
#header:after,
#nav:after,
.post-list li:after,
.box:after,
#content:after,
.tabs:after,
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix,
#header,
#nav,
.post-list li,
.box,
#content,
.tabs,
#footer {
	display: inline-block;
	}
* html .clearfix,
* html #header,
* html #nav,
* html .post-list li,
* html .box,
* html #content,
* html .tabs,
* html #footer {
	height: 1%;
	}
.clearfix,
#header,
#nav,
.post-list li,
.box,
#content,
.tabs,
#footer{
	display: block;
	}
.clear { clear: both; }

/* -------------------------------- */
/* MAIN LAYOUT						*/ 
/* -------------------------------- */

#whole {
	font-size: 0.75em;
	overflow: hidden;
	}
	#container {
		width: 996px;
		margin: 0 auto;
		}
		#container-inner {
			width: 980px;
			margin: 0 auto;
			}
			#header {
				padding: 11px 0 10px;
				padding: 21px 0 10px;
				position: relative;
				z-index: 15;
				}
				#header a#logo {
					background: url(../img/logo.png) no-repeat; 
					display: block;
					float: left;
					height: 72px;
					text-indent: -9999em;
					width: 263px;
					}	
				#nav {
					float: right;	
					}
					#nav ul {
						margin: 0;
						padding: 0;
						}
						#nav li {
							display: inline;
							float: left;
							}
							#nav li a {
								color: #5a5a5a;
								display: block;
								font-size: 1.333em;
								font-weight: bold;
								float: left;
								padding: 20px 15px;	
								text-shadow: 0 2px 1px #CCC;
								}
							#nav li:last-child a {
								padding-right: 0;		
								}
						#nav li.hihi {
							line-height: 30px;
							margin: 0;
							padding-top: 14px;
								color: #5a5a5a;
								display: block;
								font-size: 1.333em;
								font-weight: bold;
							}
							#nav .hihi img {
								border: 1px solid #CCC;
								float: left;
								margin: 0 5px 0 0;
								width: 28px;	
								}
			
			#content {
				position: relative;
				}
				#main {
					background: url(../img/trans-000-20.png);
					float: left;
					padding: 10px;
					width: 640px;
					}						
				#side {
					float: left;
					width: 320px;
					}	
							
		#footer {
			margin: 0 auto;
			text-align: center;
			width: 996px;
			}
			#footer p {	
				margin: 0;
				}
			#footer-inner {
				width: 920px;
				margin: 0 auto;
				padding: 10px 20px 0;
				}
				#footer li {
					border-right: 1px solid #888;
					display: inline;
					padding: 0 5px;
					}
				#footer li:last-child {
					border: none;	
					}
					#footer li a {
						padding: 0 5px;
						}

/* -------------------------------- */
/* BOX MODULES						*/ 
/* -------------------------------- */

/* BANNER */
#banner {
	position: relative;	
	background: transparent none;
	}
	#banner-inner {
		background: url(../img/banner-inner.png) no-repeat;
		height: 276px;
		text-indent: -9999em;
		width: 640px;
		}
	a.signup {
		bottom: 20px;
		position: absolute;
		right: 20px;
		}
		
/* PROMOTIONS */
#promotions.box {
	background: none;
	padding: 0;	
	}
#promotions .post-list li {	
	background: #FFF;
	padding: 0 10px 0 0;
	}
	#promotions h2 {
		display: none;	
		}
		#promotions .post-info {
			padding-top: 15px;	
			}
			#promotions .joinnow, #promotions h5 {
				position: absolute;
				right: 10px;
				bottom: 10px;
				}
			#promotions h5 {
				color: #DDD;
				font-size: 2.333em;
				margin: 0;
				}
	
/* WINNERS */
#winners {	
	}
	#winners .post-list li {
		margin: 0;	
		}
		#winners .post-list li a {
			display: block;	
			padding: 0 0 15px;
			width: 291px;
			overflow: hidden;
			}
			#winners .post-pic {
				border: 2px solid #333;
				height: 26px;
				margin: 0 10px 0 0;
				width: 26px;	
				}
				#winners .post-pic img {
					height: 26px;
					width: 26px;	
					}
			#winners .post-info {
				width: 251px;
				}
				#winners .post-info {
					margin: 0;	
					}
					#winners a .post-info h4 {
						color: #0072FF;
						font-size: 1em;
						margin: 0;	
						}
					#winners a .post-info p {
						color: #979797;
						font-size: 0.833em;
						margin: 0;	
						}

/* INTERESTING */
#interesting {	
	}
	#interesting .post-list li {
		margin: 0;	
		}
		#interesting .post-list li a {
			display: block;	
			padding: 0 0 15px;
			width: 291px;
			overflow: hidden;
			}
			#interesting .post-pic {
				border: 2px solid #333;
				height: 116px;
				margin: 0 10px 0 0;
				width: 116px;	
				}
				#interesting .post-pic img {
					height: 116px;
					width: 116px;	
					}
			#interesting .post-info {
				width: 161px;
				}
				#interesting .post-info {
					margin: 0;	
					}
					#interesting a .post-info h4 {
						color: #0072FF;
						margin: 0 0 3px;	
						font-weight: bold;
						}
					#interesting a .post-info h5 {
						margin: 0 0 5px;	
						}
					#interesting a .post-info p {
						color: #979797;
						font-size: 0.917em;
						line-height: 1.1;
						margin: 0;	
						}
						
						
						

/* -------------------------------- */
/* TOP PANEL						*/ 
/* -------------------------------- */
						
.tab {
  	background: url(../img/tab.png) repeat-x;
	height: 11px;
	position: relative;
    top: 0;
    z-index: 999;
	}
	.tab ul.login {
		display: block;
		position: relative;
		float: right;
		font-size: 11px;
		clear: right;
		width: auto;
		margin: 0;
		padding: 0;
		right: 150px;
		color: white;
		text-align: center;
		}
		.tab ul.login li {
			text-align: left;
			padding: 0 6px;
			display: block;
			float: left;
			background: url(../images/tab_m.png) repeat-x 0 0;
			}

.tab a.open, .tab a.close {
	background: url(../img/tabbutton.png) no-repeat;
	height: 20px;
	line-height: 20px !important;
	color: #999;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100px;
	position: relative;
	top: -3px;
	}
.tab a.open:hover, .tab a.close:hover {
	color: #000;
	}
	

/*.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
*/
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	/*height: 270px;*/
	color: #999999;
	background: #FFF url(../img/panel.png) repeat-x bottom left;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	}
	#panel .content {
		width: 930px;
		margin: 0 auto;
		padding: 15px;
		text-align: left;
		}
		#panel .unit {
			float: left;
			width: 465px;
			}
			.unit .pad {
				padding: 0 20px 0 0;	
				}
			.profile-nav {
				margin: 0;
				padding: 0;
				}
				.profile-nav li {
					display: inline;	
					}
					.profile-nav li a {
						color: #666;
						display: block;
						font-size: 1.333em;
						font-weight: bold;
						float: left;
						padding: 10px;
						}
					.profile-nav li:first-child a {
						padding-left: 0;	
						}
						.profile-nav li.active a, .profile-nav li a:hover {
							color: #d0006e;	
							}
			.profile {
				clear: both;
				padding: 0;
				}
				.profile-pic {
					border: 1px solid #CCC;
					float: left;
					margin: 0 10px 0 0;
					}
					.profile-pic img {
						width: 48px;	
						}
			.profile-info {
				float: left;
				width: 385px;
				}
				.user-info {
					background: url(../img/divider.png) repeat-x left bottom;
					margin-bottom: 20px;
					padding-bottom: 10px;
					}
				.profile-info .gender {
					font-style: italic;	
					}
				/* FORM LABEL + INPUT */
				.form ol {
					margin: 0;
					padding: 0;
					}
				.form ol li {
					clear: left;
					float: left;
					/*line-height: 32px;*/
					list-style: none;
					padding-bottom: 10px;
					width: 100%;
					}
					.form label {
						float: left;
						margin-right: 18px;
						padding-top: 5px;
						width: 82px;
						}
					.form input {
						font-size: 18px;
						width: 268px;
						}
					/* OPTIONS */
					.form li.option input {
						width: auto;	
						}
					.form label.optionlabel {
						float: none;	
						}
					/* !OPTIONS */
					/* SELECT */
					.form select {
						font-size: 18px;
						width: 276px;
						}
					/* !SELECT */
					/* DATE */
					.form .date select {
						width: 100px;
						width: 98px;	
						}
						.form .date #UserDobMonth {
							width: auto;
							}
		.form .submitbtn {
			border: none;
			float: right;
			margin: 0 10px 0 0;
			padding: 0;
			width: auto;
			}
			.form .submitbtn:hover {
				background: none;
				}
				
				
			.mypromo h4 {
				color: #999;
				margin: 0 0 10px;	
				}
				
				#change-avatar label {
					display: none;	
					}

