/* CSS Document
Theme: Out of Control
Author: Nur Raiza Sadiran
Date: 27th August 2009, 21:58
Main color: #B49D59; #000000; #755F1D; #877A54; #DAC587; #DACA9D
*/

/* ======================================================================================================================

														G L O B A L
			
========================================================================================================================= */
body
{
	background-color:#000000;
    background-position:top;
    background-image:url(images/bg.png);
    background-repeat: no-repeat;
    text-align:center;
	
}

b,i
{
    color:#9a823d;
}

u
{
    color:#9a823d;
}

img
{
    border:0;
}

/* ======================================================================================================================

														WRAPPER
			
========================================================================================================================= */

#wrapper
{
    position:relative;
    width:600px;
    margin:auto;
	top:-8px;
}

#content
{
    position: absolute;
    left: -8px;
    top: 200px;
    width:600px;
    padding: 4px 8px 4px 8px;
    font: small "Gill Sans MT";
}

#menu
{
	position:absolute;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	left: 208px;
}

/* ======================================================================================================================

															NAVIGATION - ROLLOVER MENU
			
========================================================================================================================= */
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 100px;
	height: 35px;
	background: url('images/nav.png');
	}

/*
*	Normal Links
*/
ul.cssmenu li.index a {
	background-position: 0 0;
	}

ul.cssmenu li.sugarful a {
	background-position: -100px 0;
	}

/*
*	Hover Links
*/
ul.cssmenu li.index a:hover {
	background-position: 0 -35px;
	}

	
ul.cssmenu li.sugarful a:hover {
	background-position: -100px -35px;
	}

/*
*	Clicked Links
*/
ul.cssmenu li.index a:active {
	background-position: 0 -70px;
	}

	
ul.cssmenu li.sugarful a:active {
	background-position: -100px -70px;
	}
	
/* ======================================================================================================================

															NAVIGATION - ROLLOVER BADGES
			
========================================================================================================================= */
a.sugarful {
	display: block;
	width: 200px;
	height: 100px;
	text-decoration: none;
	background: url("sugarful/images/badges/level/07.gif");
	float: right;
	}

a.sugarful:hover {
	background-position: 0 -100px;
	}
	
a.sugarful:active {
	background-position: 0 -200px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/* ======================================================================================================================

															LINKS
			
========================================================================================================================= */
a:link, a:active
{
    color:#DACA9D;
    text-decoration:none;
}

a:visited
{
    color:#b49d59;
    text-decoration:none;
}

a:hover
{
    color:#dac587;
    text-decoration: line-through;
    cursor:help;
}

/* ======================================================================================================================

														CONTENT
			
========================================================================================================================= */
div.box
{
	border-top: 5px solid #755F1D;
	border-left: 5px solid #755F1D;
	border-right: 2px solid #B49D59;
	border-bottom: 2px solid #B49D59;
	background-color:#000000;
    -webkit-border-radius: 20px;    /* for Safari */
    -moz-border-radius: 20px;       /* for Firefox */
	margin-bottom: 10px;
	padding: 4px;
}

div.opacity
{
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.80;
}
 
div.box h1
{
    font: x-large Georgia, "Times New Roman", Times, serif;
    color:#877A54;
	margin-top:2px;
    text-align:right;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 1px;
	text-transform:lowercase;
	padding-right:16px;
	margin-bottom:0;
}

div.box p
{
    color:#eae0c3;
    font: small "Palatino Linotype";
    margin:2px 5px 8px 5px;
	text-align:left;
}

#log ul
{
	margin-left: 3px;
	padding-left: 0;
	margin-top: 0;
	list-style: none;
    color:#eae0c3;
}

#log li
{
	background-image:url(images/sq.gif);
	background-position: 0 0.5em;
	background-repeat:no-repeat;
	padding: 0 10px;
	margin-left: 0;
	margin-right: 3px;
}

.hide
{
	display:none;
}

/* ======================================================================================================================

														FORM
			
========================================================================================================================= */
input, textarea
{
    background-color: transparent;
    font: bold small "Times New Roman", Times, serif;
	border: 1px solid #282828;
	color: #DAC587;
}

#form
{
	padding: 0;
    font: bold x-small "Times New Roman", Times, serif;
	color: #DAC587;
	border:0px;
	margin-left:5px;
	margin-right:5px;
}

th.label
{
	border:0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align:left;
	padding: 3px;
	width: 150px;
}

td.input
{
	border:0px;
	padding: 3px;
	width: 150px;
	text-align:left;
}

#submit
{
    font: small Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #B49D59;
	padding:3px;
	border: 1px solid #755F1D;
}

#reset
{
    font: small Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #B49D59;
	padding:3px;
	border: 1px solid #755F1D;
}

/* ======================================================================================================================

														LOG
			
========================================================================================================================= */

.date
{
	color: #bfad7a;
	font:medium Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-transform:lowercase;
}

/* ======================================================================================================================

														CARD MANAGER
			
========================================================================================================================= */

#cardscontainer
{
	text-align:left;
	color: #eae0c3;
}

.sectiontitle
{
    font: large Georgia, "Times New Roman", Times, serif;
    color:#b49d59;
    margin-top: 2px;
	margin-bottom:5px;
    text-align:center;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.settitle 
{	
	font-weight: bold;
    font: medium "Times New Roman", Times, serif;
	text-transform:lowercase;
    margin: -5px 0;
	color:#b49d59;
	text-align:center;
}

.cardsection 
{
    font: small "Palatino Linotype";
    margin: 5px;
	text-align:center;
}

.displaytext 
{
    font: small "Palatino Linotype";
    margin:2px 5px 2px 5px;
	text-align:left;
	color:#eae0c3;
}

#nav 
{
	margin-top: -5px;
	color:#755f1d;
	padding:4px;
	text-align:center;
	width:600px;
    font: small "Palatino Linotype";
}