/**
 * Base Styles
 */
body {
	margin: 0px;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-attachment: fixed;
	font-family: Tahoma;
	font-size: 11px;
	color: #777;
}

img,a {
	outline: 0;
	border: none;
}

a:link {
	text-decoration: none;
	color: #F8A406;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #F8A406;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	font-size: 200%;
	letter-spacing: 0px;
	font-weight: normal;
}

h2,h2 a {
	font-family: Arial;
	font-size: 16px;
	display: inline;
	line-height: 140%;
}

h3,h3 a {
	font-family: Arial;
	font-size: 14px;
	display: inline;
	line-height: 140%;
}

pre {
	overflow: auto;
	margin: 2px 0px 0px 0px;
}

form {
	margin: 0px;
}

form dl {
	margin: 0px;
}

form dl dt {
	margin: 8px 0px 2px 0px;
}

form dl dt label {
	font-weight: bold;
}

form dl dd {
	margin: 0px 0px 6px 0px;
}

form dl dd img {
	margin-bottom: 2px;
	border: 1px solid #222;
}

form dl dd p {
	font-size: 10px;
	color: #444;
}

form fieldset {
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 10px 10px;
	border: 1px dashed #151515;
	background-image: url(../images/bg.png);
}

form fieldset legend {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	font-weight: bold;
}

form input {
	border: 1px solid #222;
	background-color: #000;
	color: #666;
	font-family: Tahoma;
	font-size: 11px;
}

form textarea {
	border: 1px solid #222;
	background-color: #000;
	color: #666;
	width: 100%;
	height: 180px;
	font-family: Tahoma;
	font-size: 11px;
}

form select {
	padding: 1px 1px 1px 0;
	color: #666;
	border: 1px solid #222;
	background-color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

form ul.errors {
	padding: 1px;
	margin: 2px 0px 0px 2px;
}

form ul.errors li {
	font-size: 11px;
	color: #b81919;
	list-style-position: inside;
}

/**
 * Image Form field
 */
.fileField {
	overflow: hidden;
}

.fileField .image {
	float: left;
}

.fileField .image a {
	display: block;
}

.fileField .image a img {
	width: 50px;
}

.fileField .fields {
	margin-left: 58px;
}

.fileField .fields .input {
	margin-bottom: 8px;
}

/**
 * Site width 
 */
.siteWidth {
	margin: 0px auto;
	width: 963px;
	text-align: left;
}

/**
 * Layouts 
 */
.layout {
	margin-top: 5px;
}

.layout .leftCol {
	float: left;
	width: 222px;
}

.layout .rightCol {
	float: right;
	width: 222px;
}

.layout .centerLeft {
	margin-left: 226px;
}

.layout .centerRight {
	margin-right: 226px;
}

/**
 * Blocks 
 */
.block {
	border: solid 1px #151515;
	background-image: url(../images/bg.png);
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;
}

.block .content {
	padding: 10px;
	position: relative;
}

.block .header {
	padding: 2px;
	border-bottom: solid 1px #151515;
}

.block .header .icon {
	margin: 2px 2px;
	width: 12px;
	height: 12px;
	float: left;
	background-image: url(../images/header-ico.gif);
	background-repeat: no-repeat;
}

.block .header h1 {
	padding: 1px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #1263ad;
	font-family: Tahoma;
}

.block .content .box,.box {
	overflow: hidden;
	border: solid 1px #171717;
	background-image: url(../images/bg.png);
	padding: 5px;
}

.block .content .list .item {
	background-image: url(../images/category_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.block .content .list .splitter {
	margin: 5px 0px 5px 0px;
	height: 0px;
	padding: 0px;
	font-size: 1px;
}

/**
 * Site
 */
#main #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 961px;
	height: 313px;
}

#main .block#footer {
	padding: 6px;
	align: center;
	text-align: center;
	font-size: 11px;
	margin: 0px;
}

#main #footer .menu {
	margin: 0px auto;
	width: 600px;
	border-bottom: solid 1px #222;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.langs {
	float: right;
}

/**
 * View Layouts
 */
.view {
	margin: 0px;
}

.view .leftCol {
	float: left;
	width: 200px;
	position: relative;
}

.view .centerLeft {
	margin-left: 210px;
}

/**
 * Classes
 */
.previewImage {
	float: right;
	margin: 2px 0 3px 6px;
	border: solid 1px #0e0e0e;
}

.postHeader {
	margin-bottom: 5px;
}

.status {
	font-size: 10px;
	float: right;
}

.online {
	color: #00ff00;
}

.offline {
	color: #ff0000;
}

.away {
	color: #6597ea;
}

.hidden {
	display: none;
}

.floatBox {
	width: auto;
	overflow: hidden;
	position: relative;
}

.splitter {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #222;
}

.title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: solid 1px #222;
	color: #1263ad;
}

.rightButtons {
	float: right;
	font-size: 10px;
	color: #333;
}

.rightLinks {
	text-align: right;
	font-size: 10px;
	color: #333;
}

.leftButtons {
	float: left;
	font-size: 10px;
	color: #333;
}

.leftLinks {
	text-align: left;
	font-size: 10px;
	color: #333;
}

.formBox {
	margin: 5px 0px 5px 0px;
}

.reply {
	background-image: url(../images/reply.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 0px 9px;
}

.messagesBox {
	border: solid 1px #171717;
	background-image: url(../images/bg.png);
	padding: 5px;
	color: #00dd00;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.messagesBox li {
	list-style-position: inside;
}

.over {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-binding: url('text-overflow.xml#ellipsis');
}

.lastItem {
	margin-bottom: 0px !important;
}

.bigPhoto {
	margin: 0 auto;
	height: 480px;
	width: 640px;
	border: 1px dashed #171717;
	background: #000 url(../images/progress.gif) no-repeat 50% 50%;
	padding: 1px;
	text-align: center
}

.bigVideo {
	margin: 0 auto;
	width: 640px;
	border: 1px dashed #171717;
	background-image: url(../images/bg.png);
	padding: 1px;
	text-align: center
}

.text {
	text-align: justify;
}

.last {
	margin-top: 5px;
}

/**
 * User info
 */
.info {
	margin-bottom: 10px;
}

.info .key {
	float: left;
	width: 120px;
	padding: 1px;
	margin-bottom: 1px;
	color: #444;
}

.info .value {
	margin-left: 125px;
	padding: 1px;
	margin-bottom: 1px;
}

/**
 * itemsBox
 */
.itemsBox {
	
}

/**
 * itemBox (compact friends list)
 */
.itemsBox .itemBox {
	border: 1px dashed #171717;
	background-image: url(../images/bg.png);
	text-align: center;
	font-size: 9px;
	float: left;
	width: 104px;
	padding: 4px 2px 4px 2px;
	margin: 5px 6px 5px 6px;
}

.itemsBox .itemBox .avatar {
	overflow: hidden;
	margin-bottom: 5px;
	height: 100px;
}

.itemsBox .itemBox .name {
	overflow: hidden;
	border-top: 1px solid #151515;
	padding-top: 3px;
	font-size: 11px;
}

.itemsBox .itemBox .date {
	overflow: hidden;
	height: 24px;
	border-top: 1px solid #151515;
	padding-top: 5px;
}

.itemsBox .itemBox .status {
	text-align: center;
	padding-bottom: 2px;
	float: none;
}

/**
 * infoBox (details friends list)
 */
.itemsBox .infoBox {
	border: dashed 1px #171717;
	background-image: url(../images/bg.png);
	padding: 10px;
	margin-bottom: 8px;
}

.itemsBox .infoBox .lastItem {
	margin-bottom: 0px;
}

.itemsBox .infoBox .leftCol {
	float: left;
	width: 100px;
	position: relative;
}

.itemsBox .infoBox .centerLeft {
	margin-left: 110px;
}

.itemsBox .infoBox .avatar,.itemsBox .infoBox .photo {
	overflow: hidden;
	max-height: 125px;
}

.itemsBox .infoBox .status {
	text-align: center;
	padding-top: 5px;
	float: none;
}

.itemsBox .infoBox .name {
	font-size: 11px;
	font-weight: bold;
}

.itemsBox .infoBox .box {
	margin: 5px 0px 5px 0px;
}

.itemsBox .infoBox .box .info {
	margin: 0px 0px 0px 0px;
}

/**
 * small inline itemBox (rand friends, rand visitors, rand online friends)
 */
.small .itemBox {
	width: 54px;
	padding: 4px 2px 4px 2px;
	margin: 4px 3px 3px 3px;
}

.small .itemBox .avatar {
	height: 65px;
}

.small .itemBox .name {
	font-size: 10px;
	height: 25px;
}

.small .itemBox .status {
	text-align: center;
	padding-bottom: 2px;
	float: none;
}

/**
 * small infoBox (comments)
 */
.small .infoBox .centerLeft {
	margin-left: 60px;
}

.small .infoBox .leftCol {
	float: left;
	width: 50px;
	position: relative;
}

.small .infoBox .avatar {
	overflow: hidden;
	max-height: 65px;
}

/**
 * PhotoBox
 */
.photoBox {
	height: 100px;
	width: 133px;
	float: left;
	border: 1px dashed #171717;
	background-image: url(../images/bg.png);
	padding: 4px;
	margin: 5px 10px 5px 10px;
}

.albumBox {
	width: 133px;
	float: left;
	border: 1px dashed #171717;
	background-image: url(../images/bg.png);
	padding: 4px;
	margin: 5px 10px 5px 10px;
}

.albumBox .name {
	overflow: hidden;
	border-top: 1px solid #151515;
	margin-top: 6px;
	padding-top: 3px;
	font-size: 11px;
	text-align: center;
}

.photoBox .wrap,.albumBox .wrap {
	display: table-cell;
	vertical-align: middle;
	width: 133px;
	height: 100px;
}

.bigPhoto .wrap {
	height: 480px;
	width: 640px;
	display: table-cell;
	vertical-align: middle;
}

/* fix */
.bigPhoto .ie,.photoBox .ie,.albumBox .ie {
	display: none;
	width: 1px;
	margin-left: -1px;
}

.bigPhoto .valign,.photoBox .valign,.albumBox .valign {
	width: 100%;
	text-align: center;
}

* html .bigPhoto .ie,* html .bigPhoto .valign,* html .photoBox .ie,* html .photoBox .valign,* html .albumBox .ie,* html .albumBox .valign
	{
	display: inline-block;
	vertical-align: middle;
}

* html .bigPhoto .valign,* html .photoBox .valign,* html.albumBox .valign
	{
	width: 100%;
}

* html .bigPhoto .ie,* html .photoBox .ie,* html .albumBox .ie {
	height: 100%;
}

* html .bigPhoto .ie,* html .bigPhoto .valign,* html .photoBox .ie,* html .photoBox .valign,* html .albumBox .ie,* html .albumBox .valign
	{
	display: inline;
}

.itemsBox .albums .leftCol {
	width: 137px;
}

.itemsBox .albums .centerLeft {
	margin-left: 147px;
}

.itemsBox .albums .cover {
	text-align: center;
	border: solid 1px #171717;
	padding: 1px;
}

.itemsBox .songs .leftCol {
	width: 25px;
	padding-top: 5px;
}

.itemsBox .songs .centerLeft {
	margin-left: 35px;
}

/**
 * messages
 */
table.messages {
	background-color: #151515;
	width: 100%;
}

table.messages tr {
	text-align: center;
}

table.messages tr.header {
	font-weight: bold;
}

table.messages tr td {
	padding: 3px;
}

table.messages tr.data td,table.messages tr.empty td {
	background: #050505;
}

table.messages tr.header td {
	background: #0c0c0c;
}

table.messages td.select {
	width: 20px;
}

table.messages td.name {
	width: 120px;
}

table.messages td.date {
	width: 120px;
}

table.messages tr.data td.theme {
	text-align: left;
}

table.messages tr.noread {
	font-weight: bold;
}

table.messages tr.selected td {
	background: #080808;
	cursor: pointer;
}

/**
 * jQuery UI
 */
.loadAnimation {
	background-image: url(../images/progress.gif);
	display: block;
	width: 94px;
}

.ui-dialog {
	z-index: 10000;
}

.overlay,.overlay .ui-dialog-content,.overlay .ui-dialog-titlebar {
	padding: 0;
}

.overlay {
	border: 7px solid #222222;
	background: #050505;
	color: #666;
}

.overlay .ui-dialog-titlebar {
	border: none;
}

.sortable {
	cursor: move;
}

/**
 * Tabs
 */
ul.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	padding-left: 0px;
	height: 30px;
	border-bottom: 1px solid #222;
}

ul.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

ul.tabs a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	margin: 0 1px 0 0;
	position: relative;
	top: -1px;
	background: #0a0a0a;
	border: 1px solid #141414;
	border-bottom: none;
}

ul.tabs a:active {
	outline: none;
}

ul.tabs a.current,ul.tabs a.current:hover,ul.tabs li.current a {
	background: #0d0d0d;
	cursor: default !important;
	border: 1px solid #222;
	border-bottom: none;
	color: #888;
	padding-bottom: 1px;
}

div.panes {
	background: #0d0d0d;
	padding: 10px;
	border: 1px solid #222;
	border-top: none;
}

div.panes div.pane {
	display: none;
}

/**
 * Player
 */
.playerButton {
	margin: 0;
	padding: 0;
	width: 29px;
	height: 22px;
	border: none;
	cursor: pointer;
}

.play {
	background: #0d0d0d url(../images/play.png);
}

.play:hover {
	background-color: #151515
}

.pause {
	background: #0d0d0d url(../images/pause.png);
}

.pause:hover {
	background-color: #151515
}

.stop {
	background: #0d0d0d url(../images/stop.png);
}

.stop:hover {
	background-color: #151515
}

.playlist {
	height: 28px;
	text-align: left;
}

.itemsBox .playlist .leftCol {
	width: 25px;
}

.itemsBox .playlist .centerLeft {
	margin-left: 40px;
}

div.scrollable {
	position: relative;
	overflow: hidden;
	height: 230px;
}

div.scrollable div.scroll {
	position: absolute;
}

a.prevPage {
	background: #0d0d0d url(../images/up.png) no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: right;
	margin-left: 10px;
	margin-top: 6px;
}

a.nextPage {
	background: #0d0d0d url(../images/down.png) no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: right;
	margin-left: 10px;
	position: relative;
	top: -11px;
}

a.disabled {
	opacity: 0.3;
	text-decoration: none;
	cursor: default;
}

/* autocomplete */
.ac_results {
	margin-top: 1px;
	padding: 0px;
	border: 1px solid #222;
	background-color: #000;
	overflow: hidden;
	z-index: 999999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.ac_odd {
	background-color: #050505;
}

.ac_over {
	background-color: #111;
}

.partners img {
	padding: 2px;
}

.hot {
	color: #FF0000;
	text-decoration: blink;
	font-weight: bold;
}

.count {
	color: #00ff00;
	float: right;
}

.event {
	margin-bottom: 10px;
}

.eventTitle {
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 1px #151515;
	margin-bottom: 5px;
}

.rating {
	margin-top: 10px;
	text-align: center;
}

.rate {
	color: #00ff00;
}

.randPhotos {
	margin: 0px 0px 10px 8px;
}

.hide {
	display: none;
}

.banner {
	border: solid 1px #151515;
	background: #010101;
	padding: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;
}
