/*  ProfileHouse.com Stylesheet  */
/*  Version 1.0  */
/*  Created by Elton Muuga  */

/***************
	GLOBAL
****************/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 100%;
	line-height: 150%;
	background: #fff;
	color: #000;
	}

* html {
	overflow-x:hidden;
	}

img {
	border: 0;
	}

a {
	text-decoration: none;
	font-weight: normal;
	color:  #290;
	background-color: transparent;
	outline: none;
	}
a:visited {
	color:  #170;
	background-color: transparent;
	}
a:active {
	color:  #efe;
	background-color: #7c6;
	text-decoration: none;
	}
a:hover {
	color: #efe;
	background-color: #7c6;
	text-decoration: none;
	}

h1, h2, h3, h5 {
	margin: 0;
	padding: 0 0 1em 0;
	}

h1 {
	font: 16px verdana, sans-serif;
	font-weight: bold;
	text-align:center;
	border-bottom:1px solid #ddd;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.4em 0;
}

h2 {
	font: 14px verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.4em 0;
}

h4 {
	font: 10px verdana, sans-serif;
	font-weight: bold;
	text-align:center;
	border-bottom:1px solid #ddd;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.4em 0;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font: 10px verdana, sans-serif;
}

pre {
	margin: 0em 2em 1em 2em;
	padding: .5em 1em;
	font: .9em/1.2em monospace;
	border: 1px solid #DADADA;
	background: #e3f6e3;
	color: #222;
	}

ul, ol {
	margin: 0;
	padding: 0 0 1em 0;
	font: 10px verdana, sans-serif;
	margin-left: 1.5em;
	}

ul { list-style: disc; }

li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

input {
	padding:2px;
	}

.pic_rating {
	font-size:18px;
	font-weight:bold;
	font-family:georgia, verdana, sans-serif;
	}

#content {
	background-color:#fff;
	margin:0;
	padding-top:0;
	}

/*************
	HEADER
**************/

/* Show only to IE PC \*/
* html .hdrboxhead h2 {height: 1%;} /* For IE 5 PC */

.hdrbox {
	margin: 0;
	background-color: #0A8800;
	font-size: 100%;
	width:100%;
	padding:1em 0 1em 0;
}


/***************
	NAVIGATION
****************/

#navwrap {
	margin: 0 0;
	padding: 0 2em;
	}
#nav {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#fff;
	background: url(images/sleek/green/nav.gif) repeat-x left bottom;
	height:28px;
	width:100%;
	}

#nav a {
	font-family: verdana, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	outline: none;
	}

#nav a:hover {
	color: #eee;
	}

/* The rollover tends to make the columns go berserk in IE...needs to be fixed */
/* When I say "fixed", I mean "the IE developers need to be shot in the head. At least 8 times." */

/*#nav a:visited {
	color: #000;
	background-color: transparent;
	}
#nav a:active {
	color: #fff;
	background-color: #7c6;
	text-decoration: none;
	}
#nav a:hover {
	color: #fff;
	background-color: #7c6;
	text-decoration: none;
	}*/

a.dashnav:hover { background-color: transparent; }

a.dashnav img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

a.dashnav:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}


/*********************
	COLUMN LAYOUT
**********************/

#middle {
	margin-left: 0;
	margin-right: 0;
	padding: 0.5em 0 0 0;
	background: #fff;
	}

/* 3 columns, 20-50-30 */

#col1 {
	float: left;
	width: 20%;
	}
#col2 {
	float: left;
	width: 50%;
	padding-bottom:1em;
	}
#col3 {
	float: left;
	width: 30%;
	padding-bottom:1em;
	}

/* Fixes to make 3-col layout not break in IE */

* html #col1 {
	width:19%;
	}
* html #col2 {
	width: 49%;
	}
* html #col3 {
	width: 29%;
	}

/* 2 columns, 40-60 */

#prcol1 {
	float: left;
	width: 40%;
	}
#prcol2 {
	float: left;
	width: 60%;
	}

* html #prcol1 {
	width:39%;
	}
* html #prcol2 {
	width: 59%;
	}

/* 2 columns, 60-40 */

#rrcol1 {
	float: left;
	width: 60%;
	}
#rrcol2 {
	float: left;
	width: 40%;
	}

* html #rrcol1 {
	width:59%;
	}
* html #rrcol2 {
	width: 39%;
	}

/* 2 columns, 70-30 */

#mpcol1 {
	float: left;
	width: 70%;
	}
#mpcol2 {
	float: left;
	width: 30%;
	}

* html #mpcol1 {
	width:69%;
	}
* html #mpcol2 {
	width: 29%;
	}

/* Single column using all space */

#col_full {
	float: left;
	width: 100%;
	}

/* Single column, 50% width, centered */

#col_half {
	width: 50%;
	margin-left:auto; margin-right:auto;
	}


/*********************
	BOX LAYOUT
**********************/

.box {
	margin: 0 0.3em 0.6em 0.3em;
	padding: 0.6em 0.6em 0.2em 0.6em;
	background-color:#f6f6f6;
	border: 1px solid #9c3;
	width: auto;
	}

.profile_infobox {
	font: 10px verdana, sans-serif;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	}


/*************
	FOOTER
**************/

#footerwrap {
	margin: 0;
	padding: 0;
	}

#footer {
	font-size: 10px;
	color:#fff;
	margin: 0;
	padding: .2em 1em;
	background: url(images/sleek/green/nav.gif) repeat-x left bottom;
	}

.copyright {
	text-align: left;
	}

.rightfooter {
	float: right;
	text-align: right;
	}

.rightfooter img {
	vertical-align: middle;
	}

* html .rightfooter img {
	vertical-align: top;
	}


/*************
	FORMS
**************/

.input_textbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	background-image: url('images/inputbg.gif');
	}

.input_button {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #D4D4D4;
	}

* html .input_button {
	padding:0px;
	}

.input_textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	background-color:#fff;
	width:95%;
	height:100px;
	padding:2px;
	margin:5px 0;
	}

.reg_star {
	font-weight:bold;
	color:red;
	}

.setting_description {
	font-style:italic;
	font-size:9px;
	margin-bottom:1em;
	}

.profile_field {
	margin:5px;
	padding:5px;
	background-color:#fff;
	}


/*****************
	'Home' Page
******************/

.question {
	color:#c00000;
	font-weight:bold;
	font-size:9px;
	}

.answer {
	font-size:9px;
	}


/*********************
	Friends Display
**********************/

.friend_box {
	width:105px;
	float:left;
	border:1px solid #dadada;
	text-align:center;
	padding:5px;
	margin:5px;
	background:#f6f6f6 url(images/friend_bg.gif) no-repeat right bottom;
	}

.friendrow {
	margin-left:auto;
	margin-right:auto;
	}

.friendrowborder {
	border:1px solid #f3f3f3;
	}

/*
This class is added if the friends list is on the furthest right column. This
keeps the list [mostly] centered. Also hacked due to IE's bad border box model.
*/
.friendrowc2 {
	padding-left:20%;
	}

* html friendrowc2 {
	padding-left:15%;
	}

/**********************
	Comments Display
***********************/

.comment_pic {
	float:left;
	margin:0px 0px 5px 2px;
	width:100px;
	text-align:center;
	}

.comment_body {
	margin-left: 110px;
	padding: 0 0 1em 0;
	}

.comment_info {
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
	/*background:#f6f6f6 url(images/boxgradbg.gif) repeat-x left bottom;*/
	background-color:#f6f6f6;
	text-align:center;
	border: 1px solid #ccc;
	}

.comment_info p {
	padding:0;
	margin: 0;
}

/****************
	PM Display
*****************/

.pmlist_box {
	font: 10px verdana, sans-serif;
	border: 1px solid #dadada;
	padding:2px;
	}

/*********************
	User Inventory
*********************/

.fileicon {
	width:150px;
	margin:0.2em;
	padding:0;
	float:left;
	}

.warning {
	color:red;
	}


/****************
	Dashboard
*****************/

#profnavcontainer
{
	width: 90%;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #dadada;
	color: #333;
}

#profnavcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#profnavcontainer li
{
	border-bottom: 1px solid #dadada;
	margin: 0;
}

#profnavcontainer li a
{
	display: block;
	padding: 2px 2px 2px 2px;
	border-left: 5px solid #006400;
	border-right: 5px solid #006400;
	background-color: #00AF33;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align:center;
}

html>body #profnavcontainer li a { width: auto; }

#profnavcontainer li a:hover
{
	border-left: 10px solid #006400;
	border-right: 10px solid #006400;
	background-color: #32CD32;
	color: #fff;
}

* html #profnavcontainer li a:hover { border-left-width:5px; border-right-width:5px; }

* html #controlsbox { padding-bottom:5px; }

.actionicon {
	width:30%;
	margin:0.2em;
	padding:0;
	float:left;
	}

.boxhandle {
	cursor:move;
	}

#loader {
	position:fixed;
	bottom:0px;
	right:0px;
	display:block;
	width:100px;
	background-color:#900;
	color:#fff;
	border: 1px solid black;
	font-size:12px;
	z-index:99;
	}

* html #loader {
	position:absolute;
	top:0px;
	left:0px;
	}

/**********************
	Pic Rating Thingy
***********************/

	/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(./images/alt_star2.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(./images/alt_star2.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
		background: url(./images/alt_star2.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

/***************
  Profile Page
****************/

#basicinfo_tbl {
	width:80%;
	}

#basicinfo_tbl td {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 150%;
	}

#userbar {
	margin:0;
	margin-top:-0.4em;
	margin-bottom:0.6em;
	padding:0.3em;
	background:#f6f6f6;
	border:1px solid #000;
	border-left:0px;
	border-right:0px;
	text-align:right;
	background: url(images/sleek/green/nav.gif) repeat-x left bottom;
	color:#fff;
	}

#userbar a {
	font-family: verdana, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	outline: none;
	}

#userbar a:hover {
	color: #eee;
	}



form.inplaceeditor-form { /* The form */

}



form.inplaceeditor-form input[type="text"] { /* Input box */

}



form.inplaceeditor-form textarea { /* Textarea, if multiple columns */

	font-family: verdana, sans-serif;

	font-size:10px;

	width:90%;

	height:200px;

}



form.inplaceeditor-form input[type="submit"] { /* The submit button */

  margin-left:1em;

}



form.inplaceeditor-form a { /* The cancel link */

  margin-left:1em;

}