/* -----------------------------------------------------  

	Layout Styles on World of Martial Arts
	Author:		Alex Nichol
	Email:		alex@aelius.net	

 -----------------------------------------------------  */





/* Layout Overrides
   -----------------------------------------------------
   -----------------------------------------------------  */







/* General Classes
   -----------------------------------------------------
   -----------------------------------------------------  */

.buttons {
	padding: 4px 0px 0px 0px;
	}
	









/* Montage Player Classes
   -----------------------------------------------------
   -----------------------------------------------------  */

.player-wrapper {
	background:url(../images/v1-5/browser/player-bg-top.png) 0 -9px no-repeat;
	padding-top:7px;
	}
	
.player {
	background:url(../images/v1-5/browser/player-bg-tile.gif) repeat-y;
	padding: 4px 0px 0px 10px;
	}

.player-footer {
	background:url(../images/v1-5/browser/player-bg-bottom.png) top left no-repeat;
	height: 19px;
	}
	
.player div.buttons{
	width:  220px;
	}

#flash-movie a[rel=external] {
	background: none;
	padding: 0;
}

#flash-movie a:hover {
	border: none;
}












/* Profile Box Classes
   -----------------------------------------------------
   -----------------------------------------------------  */

.profile-header {
	background:url(../images/v1-5/browser/profile-bg-top.png) 0 -9px no-repeat;
	height: 8px;
	}
	
.profile {
	background: url(../images/v1-5/browser/profile-bg-tile.gif) top left repeat-y;
	padding: 4px 0px 0px 10px;
	}

.profile-footer {
	background:url(../images/v1-5/browser/profile-bg-bottom.png) top left no-repeat;
	height: 19px;
	}
	
.profile div.buttons{
	width:  220px;
	}

.profile div.thumb {
	width: 88px; 
	float: left; 
	padding-bottom: 6px;
	}

.profile div.thumb img {
	border: 2px solid #D9DCE3;
	}

.profile div.info {
	float: left;
	width: 132px;
	padding-bottom: 0px;
	}
	
	.profile div.info h1 {
		color: #fff;
		padding-top: 5px;
		font-size: 13px;
		line-height: 12px;
		}
		
	.profile div.info h2 {
		color: #ccc;
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
		padding: 0;
		padding-bottom: 12px;
		margin-bottom: 8px;
		background:url(../images/v1-5/browser/profile-divider.gif) bottom left repeat-x;
		}
		
	.profile div.info li {
		color: #ccc;
		}
	
.profile div.divider {
	clear: both;
	width: 220px;
	height: 1px;
	background:url(../images/v1-5/browser/profile-divider.gif) repeat-x;
	margin: 4px 0 4px 0;
	}









	




/* Notifications
   -----------------------------------------------------
   -----------------------------------------------------  */

.central_column_wide #notification_area { padding-bottom:  10px; }






/* Promos
   -----------------------------------------------------
   -----------------------------------------------------  */

.promo { margin-top: 4px; }



