/* @override http://localhost:8888/karbonsoul.com/css/style.css */

@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}

#outside_container {
	background:url(../img/bg_slice.jpg) repeat-x #000000;
}

#container {
	background:url(../img/bg_main.jpg) no-repeat;
	min-height:800px;
	width:1000px;
	position:relative;
}

#containerHome {
	background:url(../img/bg_main_home.jpg) no-repeat;
	min-height:800px;
	width:1000px;
	position:relative;
}

div#userSession
{
	background-image: url(../img/bg_user.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 625px;
	top: 0px;
	width: 200px;
	height: 55px;
	padding: 4px;
	padding-top: 6px;
	font-size: 10px;
	color: #CCC;
}

/**
* MENU
*/

ul#nav
{
	margin:0px;	padding:0px;
	position:absolute; top:150px; left:75px;
}
ul#right_menu {
	margin:0px;	padding:0px;
	position:absolute; top:150px; right:110px;
}
ul#nav li, ul#right_menu li {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:9px;
	text-transform:uppercase;
	display:inline;
}
ul#nav li a, ul#right_menu li a {
	text-decoration:none;
	color: #222;
}
ul#right_menu li a
{
	color: #666;
}
ul#nav li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#ffffff;
}



/*
* FOOTER
*/
#footer {
	border-top:1px solid #3f2324;
	padding:30px 50px 80px 50px;
}


/*
	Footer
*/
#footer {
	border-top:1px solid #3f2324;
	padding:20px 50px 50px 50px;
	color:#674f5d;
	font-size:9px;
	line-height:14px;
}
#footer img {
	float:left;
	margin-right:10px;
}
#footer span {
	display:block;
	float:left;
	width:350px;
}
#footer a {
	color:#9e8292;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; }


/*
 * Type
 */

a {
	color:#9e8292;
	text-decoration:none;
}
a:hover { color:#ffffff; }

p
{
	margin-top: 4px;
	margin-bottom: 8px;
}

h1
{
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 15px;
	text-align: right;
}

h2.title
{
	color: #CCC;
	font-family: "Times New Roman", Times, serif;
}


/*
	Content
*/

ul
{
	list-style: none;
	padding: 0px;
}

#content {
	padding-top:200px;
	padding-left:85px;
	padding-right: 20px;
	width:805px;
	color:#674f5d;
	font-size:13px;
	line-height:20px;
}

#contentHome {
	padding-top:200px;
	padding-left:85px;
	padding-right: 20px;
	width:805px;
	color:#674f5d;
	font-size:13px;
	line-height:20px;
}

#contentHome #contentMedia
{
	height: 200px;
	margin-bottom: 80px;
}

ul#contentMenu li
{
	display: inline;
	margin-right: 5px;
}

ul#contentMenu li a
{
	color: #CCC;
	font-size:0.8em;
}

ul#contentMenu li a:hover
{
	color: #FFF;
}

.columnWide { float:left; width:70%; margin-right:30px; }
.columnThin { float:left; width:25%; }
.column1 { float:left; width:230px; margin-right:30px; }
.column2 { float:left; width:230px; margin-right:30px; }
.column3 { float:left; width:270px; }


/*
 * Lifestreams
 */

ul.lifestream li
{
	margin-bottom: 10px;
}

.column1 ul
{
	padding: 0;
	list-style: none;
}

ul li.pownce
{
	list-style-image: url(../img/icons/pownce.gif);
	list-style-position: outside;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}

ul li.flickr
{
	list-style-image: url(../img/icons/flickr.gif);
	list-style-position: outside;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}

ul li.delicious
{
	list-style-image: url(../img/icons/delicious.gif);
	list-style-position: outside;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}

ul li.lastfm
{
	list-style-image: url(../img/icons/lastfm.gif);
	list-style-position: outside;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}

/*
 * Friends
 */

.column3 ul
{
	padding: 0;
	list-style: none;
}

.column3 ul li.tag
{
	display: inline;
	margin-right: 6px;
}

.column3 ul li.fanAvatar
{
	display: inline;
	margin: 4px;
}



/*
 * Forms
 */

form
{
	margin-top: 20px;
	margin-bottom: 30px;
}

form div.input
{
	margin-bottom: 10px;
}

form div.input label, form div.captcha_input label
{
	display: block;
	float: left;
	width: 115px;
}

form div.input input.txtbox, form div.input textarea.txtbox, #CaptchaCaptcha, form div.text input
{
	border: 1px solid #333;
	background-color: #222;
	padding: 2px;
	color: #CCC;
}

form div label
{
	color: #999;
	font-size: 0.8em;
}

form #captcha_image
{
	margin-left: 115px;
}

input.form-error
{
	border: 1px solid Red;
}

/**
*	MESSAGES
*/

#flashMessage
{
	margin-bottom: 20px;
}

.message
{
	background-color: #8fbc8f;
	font-weight: bold;
	color: Green;
	border: 2px solid Green;
	padding: 3px;
}

.warningMessage
{
	margin: 10px;
	padding: 3px;
	background-color: #fffacd;
	color: maroon;
}

.errorMessage, div.input.error
{
	font-weight: bold;
	margin: 10px;
	color: maroon;
}


/*
GENERAL USE
*/

div.friends
{
	width: 80px;
	float: left;
	margin: 10px;
}

ul.avatarList li
{
	display: inline;
}

img.avatar
{
	border: 1px solid #222;
}

/*
	STORE
*/

.product
{
	border-bottom: 1px solid #333;
	padding: 10px;
	margin-bottom: 10px;
}

.product .mainImage
{
	float: right;
	margin: 10px;
	margin-top: 0px;
	margin-right: 50px;
	width: 250px;
	text-align: center;
}

.product .description
{
	margin: 20px;
	color: #CCC;
}

/*
	TOUR/AGENDA
*/

.tourYear
{
	float: right;
}

.tourMonth
{
	float: left;
}

div.event
{
	margin-bottom: 10px;
	margin-left: 100px;
	padding: 4px;
}

.event.highlight .title a
{
	color: #FFF;
}

#eventPhotos p
{
	font-size: 0.8em;
}

#eventPhotos .tag
{
	color: #CCC;
	font-size: 1.2em;
}

#eventPhotos ul#thumbs li
{
	display: inline;
}

#eventPhotos ul#thumbs li a img
{
	border: 1px solid #222;
	margin: 2px;
}

/*
	DISCOGRAPHY
*/

.edition
{
	margin-bottom: 20px;
}

.edition ul#trackList li
{
	padding-left: 20px;
}

.edition img.cover
{
	float: right;
	margin: 20px;
}


/*
	USERS
*/

div.neighbours
{
	width: 125px;
	height: 125px;
	display: block;
	float: left;
	padding: 4px;
	margin: 4px;
	text-align: center;
}

div.neighbours:hover
{
	background-color: #222;
}

/*
	GALLERY
*/

#mediaNav a:hover img
{
	background-color: #FFF;
}

#mediaNav a img
{
	border: 0px;
	margin: -3px;
}

#gallery ul#thumbs li
{
	display: inline;
}

#gallery ul#thumbs li a img
{
	border: 2px solid #222;
	margin:3px;
}

/* @group Tweets */

.miniblog.tweets .tweet {
	clear: both;
	font-size: 14px;
	color: #AAA;
}


.miniblog.tweets .timestamp {
	display: block;
	text-align: right;
	font-size: smaller;
	margin-right: 20px;
}



/* @end */


.paging {
	margin-top: 20px;
	clear: both;
	text-align: left;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.paging .disabled {
	display: inline;
}


/*
	BBOARD
*/

.bbPost, .bbReply
{
	margin-bottom: 40px;
	clear: both;
	width: 80%;
	margin: 0 auto;
}

.bbPost .bbMessage, .bbReply .bbMessage
{
	float: right;
	width: 80%;
	text-align: right;
}

.bbPost .bbMessage .bbToolbar li, .bbReply .bbMessage .bbToolbar li
{
	display: inline;
	margin-right: 10px;
}

.bbPost .bbMessage .bbBody, .bbReply .bbMessage .bbBody
{
	min-height: 120px;
	text-align: left;
}

.bbReply
{
	width: 60%;
}

.bbReply .bbMessage .bbToolbar li
{
	font-size: 0.8em;
}

#bbReplyArea
{
	width:60%;
	margin: 0 auto;
}

#bbReplyArea form .txtbox
{
	width: 100%;
}