body {
	background:#c2c2c2 url(http://www.musicomaton.be/files/images/body_bg.gif) repeat-x top;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	margin:0;
	padding:0;
}
div#container {
	background-color:#ebebeb;
	width:928px;
	margin:0 auto;
	padding:1px 16px 14px;
	position:relative; z-index:100;
}
div#leftColumn {
	width:630px;
	float:left;
	border-right:1px dotted #767676;
	margin:10px 8px 0 0;
	padding:0 10px 0 0;
}
div#rightColumn {
	margin-top:10px;
	width:277px;
	float:left;
}
hr.clearer {
	height:0;
	width:0;
	clear:both;
	padding:0;
	margin:0;
	border:0;
	visibility:hidden;

}div.clearer {
	height:0;
	width:0;
	clear:both;
	padding:0;
	margin:0;
	border:0;
	font-size:0;
}
h2#createMix {
	float:right;
	margin:18px 0;
	padding:0;
	font-size:20px;
	width:255px;
}
h2#createMix a {
	color:#390;
	text-decoration:none;
}
h2#createMix a:hover {
	color:#069;
}

.relative{
	position:relative;
}

/* HEADER */
div#header {
	width:960px;
	margin:0 auto;
	background:#e3e3e3 url(http://www.musicomaton.be/files/images/musicomaton_header.jpg) no-repeat;
	position:relative;
	height:120px;
	border-bottom:1px solid #FFF;
	
}
div#loginBox {
	position:absolute;
	top:6px;
	right:16px;
	width:270px;
	height:108px;
	padding:8px 0 0 5px;
	background:url(http://www.musicomaton.be/files/images/login_box.gif) no-repeat;
}
div#loginBox h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 4px;
	padding:0;
	color:#069;
	text-transform:uppercase;
	width:125px;
	text-align:right;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
div#loginBox form {
	margin:0;
	padding:0;
}
div#loginBox p {
	margin:0 0 3px;
	font-size:11px;
}
div#loginBox input.inputText {
	height:18px;
}
div#loginBox label {
	text-align:right;
	float:left;
	width:125px;
	padding:3px 0 0;
	font-size:11px;
	margin:0 6px 0 0;
}
div#loginBox label a {
	color:#069;
	text-decoration:none;
}
div#loginBox label a:hover {
	text-decoration:underline;
}
div#loginBox label.checkbox {
	width:102px;
}
div#loginBox .register {
	text-align:center;
	width:132px;
	display:block;
	float:left;
	line-height:25px;
	color:#5d5d5d;
	text-decoration:underline;
}

div#loginBox p.register a:hover {
	color:#069;
}
div#loginBox img.avatar {
	float:left;
	margin:5px 15px;
	border:1px solid #666;
}
div#loginBox p.nickname {
	margin:18px 0 14px;
}
div#loginBox a#editProfile {
	position:absolute;
	right:30px;
	bottom:10px;
	font-size:10px;
	text-decoration:underline;
	color:#5d5d5d;
}
div#loginBox a#editProfile:hover {
	color:#069;
}
/* END HEADER */

/* MENU */
ul#menu {
	background-color:#efefef;
	border-bottom:1px solid #FFF;
	width:940px;
	margin:0 auto;
	padding:0 0 0 20px;
	height:33px;
	overflow:visible!important;
	overflow:hidden;
}
ul#menu li {
	list-style:none;
	float:left;
	border-left:1px dotted #797979;
	height:31px;
	margin:1px 0;
	padding:0;
	/*width:93px;*/
	position:relative;
	z-index:150;
}
ul#menu li a {
	display:block;
	height:23px;
	color:#5d5d5d;
	text-decoration:none;
	width:80px;
	padding:8px 6px 0 42px;
	margin:0 1px;
	text-align:center;
	overflow:visible!important;
	overflow:hidden;
}
ul#menu li a:hover, ul#menu li a.current {
	color:#FFF;
	background-color:#069;
}
ul#menu li a.current span, ul#menu li a:hover span {
	display:block;
	background:url(http://www.musicomaton.be/files/images/menu_current.gif) no-repeat bottom right;
	height:37px;
	cursor:pointer;
	position:relative;
}
ul#menu li#menuHome {
	width:58px;
}
ul#menu li#menuHome a {
	background:url(http://www.musicomaton.be/files/images/menu_home.gif) no-repeat center center;
	text-indent:-3000px;
	width:50px;
	padding:8px 6px 0 0;
	text-align:left;
}
ul#menu li#menuHome a:hover, ul#menu li#menuHome a.current {
	background:#069 url(http://www.musicomaton.be/files/images/menu_home_hover.gif) no-repeat center 5px;
}
li#menuMix a {
	background:url(http://www.musicomaton.be/files/images/menu_mix.gif) no-repeat 16px 5px;
}
li#menuMix a:hover, li#menuMix a.current {
	background:#069 url(http://www.musicomaton.be/files/images/menu_mix_hover.gif) no-repeat 16px 5px;
}
li#menuPeople a {
	background:url(http://www.musicomaton.be/files/images/menu_people.gif) no-repeat 10px 4px;
}
li#menuPeople a:hover, li#menuPeople a.current {
	background:#069 url(http://www.musicomaton.be/files/images/menu_people_hover.gif) no-repeat 10px 4px;
}
li#menuExplore {
	border-right:1px dotted #797979;
}
li#menuExplore a {
	background:url(http://www.musicomaton.be/files/images/menu_explore.gif) no-repeat 13px 4px;
}
li#menuExplore a:hover, li#menuExplore a.current {
	background:#069 url(http://www.musicomaton.be/files/images/menu_explore_hover.gif) no-repeat 13px 4px;
}
ul#menu li#menuAbout {
	float:right;
	margin:0 32px 0 0!important; margin:0 16px 0 0;
	border-right:1px dotted #797979;
}
ul#menu li#menuLng {
	float:right;
	text-align:center;
	padding:8px 0 0;
	height:23px;
	width:79px;
}
ul#menu li#menuLng a {
	display:inline;
	padding:0;
	margin:0 3px;
}
ul#menu li#menuLng a:hover {
	background:none;
}
ul#menu ul {
	position:absolute;
	top:31px;
	left:0;
	background:#fc4ca4 url(http://www.musicomaton.be/files/images/submenu_top.gif) no-repeat left top;
	margin:0;
	padding:0;
	width:130px;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9; 
    display:none;
}
ul#menu ul li {
	width:120px;
	border-left:none;
}
ul#menu ul li a {
	background:none;
	color:#FFF;
	padding:10px 8px 0;
	text-align:right;
	width:110px;
	height:23px;
}
ul#menu ul li a:hover {
	background:none;
	color:#069;
}
/* END MENU */

/* TYPOGRAPHY */
img {
	border:none;
}
p {
	margin:0 0 10px;
}
h2 {
	color:#F39;
	font-size:20px;
	font-weight:normal;
	margin:18px 0;
	padding:0 4px;
}
h2 span {
	margin:0 0 0 30px;
	font-size:16px;
}
a {
	color:#069;
	text-decoration:none;
}
a:hover {
	color:#383838;
}
h3 {
	font-size:13px;
	margin:0 0 8px;
}
img.imgLeft {
	float:left;
	margin:0 15px 15px 0;
}
.center {
	text-align:center;
}
.blue {
	color:#069;
}
div.line {
	border-bottom:1px dotted #7e7e7e;
	height:1px;
	font-size:0;
	margin:10px 0;
}
.light {
	color:#c2c2c2;
}
img.imgBlock {
	display:block;
}
/* END TYPOGRAPHY */

/* FORM */
input.inputText {
	width:125px;
	height:24px;
	padding:0;
	border:1px solid #969696;
	vertical-align:middle;
	color:#383838;
}
input.inputSubmit {
	font-weight:bold;
	color:#FFF;
	text-align:center;
	width:127px;
	height:27px;
	background:url(http://www.musicomaton.be/files/images/input_submit.gif) no-repeat;
	border:none;
	vertical-align:middle;
	font-size:14px;
	padding-bottom:5px;
	cursor:pointer;
}
input.inputSubmit.grey {
	font-weight:bold;
	color:#FFF;
	text-align:center;
	width:127px;
	height:27px;
	background:url(http://www.musicomaton.be/files/images/input_submit_grey.gif) no-repeat;
	border:none;
	vertical-align:middle;
	font-size:14px;
	padding-bottom:5px;
	cursor:pointer;
}
input.inputSubmit.grey.pt{
	font-weight:bold;
	color:#FFF;
	text-align:center;
	width:46px;
	height:27px;
	background:url(http://www.musicomaton.be/files/images/input_submit_grey_pt.gif) no-repeat;
	border:none;
	vertical-align:middle;
	font-size:14px;
	padding-bottom:5px;
	cursor:pointer;
}
div.field {
	height:30px;	
}
label {
	float:left;
	display:block;
	width:180px;
	color:#069;
}

#subscribeForm .inputText,#subscribeForm select {
	width:180px;
	border:1px solid #969696;
	color:#069;
}

fieldset {
	border:0;
	border-top:1px dotted #7e7e7e;
	margin-bottom:10px;
}
legend {
	color:#666666;
	font-size:16px;
	margin-bottom:15px;
}
#subscribeForm div.error,#subscribeForm div.error label, #subscribeForm div.error input {
	color:red;
	font-weight:bold;	
}
#subscribeForm div.error input {
	font-weight:normal;
	}
#subscribeForm .form_error {
	color:red;
	font-weight:bold;
	border-bottom:1px dotted red;
}

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	padding: 8px 8px 4px;
	color: #fff;
	font-weight: bold;
	background-color:#069;
}

.advanced-field select{
	width: 193px;
	border:1px solid #969696;
	color:#383838;
	padding:0;
	vertical-align:middle;
}

.advanced-field select option{
		height:21px;
}



/* END FORM */

/* HOME */
#main_menu {
	position:relative; z-index:120;
	width:960px;
	margin:0 auto;
}
form#ticketForm {
	position:absolute;
	left:605px;
	height:32px;
}
form#ticketForm .inputText{
	font-size:11px;
	padding:5px 5px 0;
	height:19px; width:115px;
}
form#ticketForm input {
	margin-top:3px;
}
form#ticketForm p.lostTicket {
	text-align:center;
	/*margin:2px 0 0 240px;
	font-size:9px;*/
}
form#ticketForm p.lostTicket a {
	text-decoration:underline;
}
p.mixes {
	text-align:center;
}
p.mixes img {
	vertical-align:middle;
	margin:0 10px;
}
div.news_entry {
	border-bottom:1px dotted #7e7e7e;
	margin:0 0 10px;
	padding:0 14px 12px;
}
div.news_entry p.date {
	display:none;
	}
a.readmore  {
	clear:left;
	float:right;
	background:url(http://www.musicomaton.be/files/images/arrow_right.gif) no-repeat right;
	padding:0 16px 0 0;
}
a.readall {
	display:block;
	text-align:center;
	width:100%;
	}
p.pagination {
	text-align:center;
	margin:0 0 6px;
}
p.pagination span {
	color:#069;
	margin:0 14px;
}
p.pagination a {
	color:#999;
}
p.pagination a:hover {
	color:#069;
}
p.pagination a.previous {
	background:url(http://www.musicomaton.be/files/images/arrow_left.gif) no-repeat left;
	padding:0 0 0 22px;
}
p.pagination a.next {
	background:url(http://www.musicomaton.be/files/images/arrow_right.gif) no-repeat right;
	padding:0 22px 0 0;
}
/* END HOME */

/* CONTENT */
div.box h2 {
	margin:0 0 10px;
	border-bottom:1px dotted #7e7e7e;
}
div#rightColumn div.box h2 {
	border-bottom:none;
	margin:0 0 5px;
}
div#rightColumn div.box h2 a, div#rightColumn div.box h2 a:visited, div#rightColumn div.box h2 a:hover {
 color :#FF3399;	
}
/* END CONTENT */

/* BOXES */
div#leftColumn div.boxTop {
	width:630px;
	height:6px;
	background:url(http://www.musicomaton.be/files/images/left_box_top.gif);
	font-size:0;
}
div#leftColumn div.box {
	background:url(http://www.musicomaton.be/files/images/left_box_bg.gif);
	width:612px;
	padding:1px 9px; 
}
div#leftColumn div.boxBottom {
	width:630px;
	height:8px;
	background:url(http://www.musicomaton.be/files/images/left_box_bottom.gif);
	font-size:0;
	margin:0 0 6px;
}
div#rightColumn div.boxTop {
	width:277px;
	height:6px;
	background:url(http://www.musicomaton.be/files/images/right_box_top.gif);
	font-size:0;
}
div#rightColumn div.box {
	background:url(http://www.musicomaton.be/files/images/right_box_bg.gif);
	width:261px;
	padding:1px 8px; 
}
div#rightColumn div.boxBottom {
	width:277px;
	height:8px;
	background:url(http://www.musicomaton.be/files/images/right_box_bottom.gif);
	font-size:0;
	margin:0 0 6px;
}
div#rightColumn div.innerBoxTop {
	width:259px;
	height:6px;
	background:url(http://www.musicomaton.be/files/images/right_inner_box_top.gif);
	margin:0 auto;
	font-size:0;
}
	div#rightColumn div.innerBox {
	width:223px;
	margin:0 auto;
	background:url(http://www.musicomaton.be/files/images/right_inner_box_bg.gif);
	padding:6px 18px;
	position:relative;
}
div#rightColumn div.innerBoxBottom {
	width:259px;
	height:8px;
	background:url(http://www.musicomaton.be/files/images/right_inner_box_bottom.gif);
	margin:0 auto;
	font-size:0;
}
div.rightContent {
	padding:10px 15px 0;
}
/* END BOXES */

/* PEOPLE */
div.people {
	clear:left;
	color:#666;
}
img.people {
	float:left;
	margin:0 8px 8px 0;
	width:65px;
}
/* END PEOPLE */

/* GUEST BOOK */
div.guestBook {
	border-bottom:1px dotted #7e7e7e;
	margin:0 0 10px;
	padding:0 14px;
}
p.people {
	float:left;
	width:88px;
	font-size:11px;
}
p.guestbook {
	float:left;
	width:320px;
	color:#7d7d7d;
}
p.buttons {
	float:left;
	margin:10px 0 0 15px;
	background-color:#f6f6f6;
	height:26px;
	padding:6px 0 0;
}
p.buttons img {
	margin:0 0 0 8px;
}
/* END GUEST BOOK */

/* RIGHT COLUMN */
p.mix {
	margin:24px 0 14px;
	font-size:11px;
	color:#333;
}
/* END RIGHT COLUMN */

/* FOOTER */
div#footer {
	width:630px;
	margin:0 auto;
	padding:20px 315px 20px 15px;
	color:#666;
}
div#footer p {
	float:left;
	width:50%;
	text-align:center;
	margin:0;
}
div#footer a {
	color:#666;
	font-weight:normal;
}
div#footer a:hover {
	color:#069;
}
div#footer p.footerMenu a {
	margin:0 20px;
}
/* END FOOTER */

/* SEARCH */
form#searchForm {
	padding:0;
	margin:0;
}
form#searchForm div.field {
	margin:0 0 20px;
}
form#searchForm label {
	width:150px;
	color:#069;
	float:left;
	text-align:right;
	margin:0 12px 0 0;
	padding:3px 0 0;
}
form#searchForm input.inputText {
	width:193px;
}
form#searchForm div.submit {
	float:right;
	margin:0 80px 0 0!important;
	margin:0 30px 0 0;
	width:127px;
}
form#searchForm p.advanced {
	margin:0 0 14px 400px;
	font-size:10px;
}
form#searchForm p.advanced a {
	text-decoration:underline;
}
div.searchResults {
	margin:30px 0 0 50px;
}
div.searchPeopleResults {
	margin:30px 0 0 100px;
}
div.result {
	width:160px;
	margin:20px;
	float:left;
	height:60px;
}
div.result p {
	line-height:14px;
}
div.result p span {
	font-size:10px;
}
div.videoResult {
	float:left;
	margin:0 9px 0 9px;
	width:130px;
	height:115px;
}
div.videoResult p {
	text-align:center;
	margin:0 0 8px;
	color:#6e6e6e;
}


div.videoResult p.videoname {
	width:100px;
display:block;
	font-size:10px;
	color:#5D5D5D;
	margin-top:-5px;
}
/* GALERIE ****/

.miniature {
	float:left;
	width:120px;
	height:100px;
	}
.newIcon a{
	border:1px solid #069;
	}

/* HACK FLASH ***/ 

a{outline: none;}
:focus{-moz-outline-style: none;}

/* PAGINATION ***/

#pagination{
	text-align:center;
}

#pagination li{
	display:inline;
	margin: 0 2px;
}


/* WALL ****/

#comment-add-link{
	position:absolute;
	right: 0px; top: 3px;
	font-size: 16px;
}

div.comment-field{
	height:auto;
/*	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	border-bottom:1px dotted #7E7E7E; */
}

form#CommentForm div.submit{
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	border-bottom:1px dotted #7E7E7E;
}

form#CommentForm input.inputSubmit{
	margin: 10px 0 0 180px;
}

div.comment-field textarea{
	width: 300px;
}
#howtomix {
background:no-repeat url(http://www.musicomaton.be/files/images/howtomix.gif) right top;
height:30px;
line-height:34px;
}
textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #969696;
	font-size:12px;
	width:350px;
}
.minimix {
margin:10px 20px 10px 0;	

}
