﻿ 
 /*
Description: CSS for the 'MLNM'.
Version: 1.0.0
Author: MLNM
*/

 body {
  padding: 0;
  margin: 0;
  background: #FFF;
}

  #wrapper {
     width: 980px;
     margin: 0 auto;
}
 
 #logo{
 margin-top:5px !Important;
 width: 980px;
 margin: 0 auto;
 }
  
  #footer{
     width: 980px;
     margin-top:40px!Important;
     margin: 0 auto;
     color:#949494;
     text-align:center;
     font-size:10px;
	 font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }
 
 #header{
    margin: 0 auto;
    position: relative;
    display: block;
    float:left;
    width: 100%;
    padding-bottom: 5px;
   	min-height:65px;
   	background: -webkit-linear-gradient(180deg, #5a5a5a, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg, #5a5a5a, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #5a5a5a, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg, #5a5a5a, #000000); /* Standard syntax (must be last) */
   	border-bottom:1px solid #CCC;
}

div.clear {
clear: both;
width: 100%;
height: 1px;
}


.trademark{
	font-size:8px;
	vertical-align:text-top;}

.middle{
	font-size:15px;
}


/*jQuery / Javascript by Kevin Liew */



	
		.item {
			text-align:center;
			float:left;
			margin:5px;
			position:relative;			
		}
		
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-type-move .item-info {
				width: 300px;
				height: 225px;						
			}

			.item-hover,
			.item-hover .mask,
			.item-img { 
				position:absolute;
				top:0;
				left:0;			
			}			
		
			.item-type-move .item-hover {	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;		
				z-index:100;
			}
			
				.item-type-move .item-info {
					z-index:10;
					color:#ffffff;
					position:relative;
					z-index:5;			
					overflow:hidden;			
				}
			
				.item-type-move .item-info .headline,
				.item-type-move .item-info .date {
					width: 100%;
					position:absolute;
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;		
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					-o-box-sizing: border-box;	
					padding:0 10px;															
				}				

				.item-type-move .item-info .headline {
					font-size:18px;			
					top:10px;
					font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
							
				}
				
				.item-type-move .item-info .date {
					font-size:14px;
					font-style:italic;
					bottom:10px;																		
				}
								
				.item-type-move .item-info .line {
					 height:1px;
					 width:85%;
					 margin:10px auto 0 auto;
					 background-color:#ffffff;		 
				}				
				
				.item-type-move .item-hover .mask {
					background-color:#000;
					opacity:0.5;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);					
					z-index:0;
				}
				
				.item-type-move .item-hover:hover {
					opacity:1;
				}				

				.item-type-move .item-hover:hover .item-info .headline {
					top:35%;
				}				

				.item-type-move .item-hover:hover .item-info .date {
					bottom:35%;
				}
				

				
			.item-img {			
				background-color:#fff;
				z-index:0;			
			}
		
























.container {
	width: 980px;
	padding:20px;
	margin:50px auto 0 auto;
}

.box {
	width:280px;
	height:205px;
	margin:20px;
	float:left;
	position: relative;
}

.box-content {
	display:block;
	padding:20px;
	width: 100%;
	height: 100%;
   	background: -webkit-linear-gradient(180deg, #333, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg, #333, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #333, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg, #333, #000000); /* Standard syntax (must be last) */
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}

a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

/* custom css styling */
.box-content .box-wrapper {
	width: 100%;
	height: 100%;
	font-size:18px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	letter-spacing:2px;
	display:block;
	padding:30px 0 10px 0;
	text-align:center;
	margin-bottom:10px;
	border:2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.box-content span.name {
	display:block;
	text-align:center;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
}

.box-content .row {
	margin-top:10px;
	font-size:12px;
	color:#ddd;
}


#nav {
	overflow:hidden;
	margin:15px auto;
	padding:0;
	list-style:none;
	width: 590px;
}
	#nav li {
		float:left;
		padding:5px;
		list-style:none;
		text-align:center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#nav li a {
		text-decoration:none;
		color:#fff;
		display:block;
		width: 100%;
		padding:5px 10px;					
		background: #666;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;		
	}
	
		#nav li a:hover,
		#nav li.current a {
			background: #ccc;
			color:#666;
		}
		

#info {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;				
background:#fcf8e3;
border:1px solid  #fbeed5;
width:70%;
max-width:900px;
margin:0 auto 20px auto;
font-family:arial;
font-size:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}

#info .info-wrapper {
	padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;

}

#info a {
	color:#c09853;
	text-decoration:none;
}

#info p {
	margin:5px 0 0 0;
}	









