/* CSS File For Plugin Styles within BimmerSport Plugins

If You add or modify this file please make sure you follow the formatting below.*/

/**********BREADCRUMB MENU**********/

.crumbs {
	padding-bottom:6px; 
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-transform:uppercase;
}

/**********LOGIN PANEL**********/

/*formats users name when looged in*/
.username {
	font-family:Arial, Helvetica, Sans Serif;
	font-size:11px;
	font-weight:bold;
	font-stretch:condensed;
	text-align:left;
}

/*formats new messages number when logged in*/
.messages {
	font-family:Arial, Helvetica, Sans Serif;
	font-size:10px;
	font-weight:bold;
	font-stretch:condensed;
	padding-top:3px;
	text-align:left;
}

.align_right{
	text-align:right;
	vertical-align:middle;
	align:right;
	padding-top:3px;
}

.align_centre{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:10px;
	font-weight:bold;
	font-stretch:condensed;
	text-align:center;
	align:center;
	padding-bottom:5px;	
	
}

IMG.buttons{
	vertical-align:middle;
}

/*formats error message e.g 'wrong password'*/
.error{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:10px;
	font-weight:bold;
	font-stretch:condensed;
	color:#FF0000;
	text-align:center;
	align:center;
	padding-top:6px;
}

.logout{
	text-align:center;
	align:center;
	padding-top:3px;	
}

/*user name and password input boxes*/

.login_input{
	style="height:16px; 
	font-size:10px; 
	border:0; 
	background:#f3f3f3;
}

input.search_engine_input{
	style="height:20px; 
	font-size:10px; 
	border:0; 
	background:#f3f3f3;
}



/**********ARTICLES & LATEST ARTICLES**********/

a.title {
	font-family:Arial, Helvetica, Sans Serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	font-stretch:condensed;
	text-align:left;
}

a.readmore {
	text-align:right;
}

IMG.thumb{
	text-align:left;
	width:100px;
	height:80px;
	float:left;
	padding-right:8px;
}

IMG.alignright{
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}

/********** SUB CATEGORY MENU **********/

#navigation {
	padding:0px;
	border-top: 1px solid #666565;
	}

#navigation td {
	padding:0px;
	}
	
#navigation a {
	font: bold 10px Arial, Helvetica, sans-serif;
	font-style:italic;
	text-transform:uppercase;
	color: #0000CC;
	line-height:12px;
	letter-spacing:.02em;
	text-decoration: none;
	display:block;
	padding:6px 4px 8px 10px;
	background-image: url(http://www.bimmersport.co.nz/skins/bimmersport/images/nav_back.jpg);
	}
	
#navigation a:hover {
	background-color:#000000;
	color: #000000;
	background-image: url(http://www.bimmersport.co.nz/skins/bimmersport/images/nav_hover.jpg);
	}

#archive {
	padding:0px;
	border-top: 1px solid #666565;
	}

#archive td {
	padding:0px;
	}
	
#archive a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #0000CC;
	line-height:12px;
	letter-spacing:.02em;
	text-decoration: none;
	display:block;
	padding:6px 0px 8px 0px;
	}
	
#archive a:hover {
	background-color:#CCCCCC;
	color: #000000;
	}
