/**********************

CSS Document

Coded by: Kefan Xie
xiekefan@gmail.com

**********************/
body {
 margin: 0;
 padding: 0;
 background-color: #a9bc80;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #000;

}

a img {
 border: none;
}

a {
 color: red;
 text-decoration: none;
 font-family: arial, verdana;
 font-size: 12px;
}

a:hover {
color: black;
 text-decoration: underline;
}

#wrapper {
margin-left: auto; 
margin-right: auto;
width: 920px;
background: url("/images/body_bkd.jpg");
background-repeat: repeat-y;
}

/**********************

Header

**********************/

#header {
width: 920px;
}

/**********************

Navigation

**********************/

#navi {
width: 920px;
height: 44px;
background: url("/images/topnav_bkd_strip.jpg");
font-family: verdana, arial;  font-weight: bold; font-size: 12px; 
background-repeat: none;
}
#navi A:link {text-decoration: none; color: white;position:relative; position:relative; top:10px; }
#navi A:visited {text-decoration: none; color: white;position:relative;position:relative; top:10px;}
#navi A:active {text-decoration: none; color: white;position:relative; position:relative; top:10px;}
#navi A:hover {text-decoration: none; color: yellow;position:relative; position:relative; top:10px;}

/**********************

Buttons

**********************/

#button {
width: 150px;
height: 38px;
background: url("/images/button_left_bkd.jpg");
background-repeat: repeat-x;
font-family: verdana, arial;
font-size: 14px;
font-weight: bold;
padding-left: 8px;
}
#button A:link {text-decoration: none; color: white;}
#button A:visited {text-decoration: none; color: white;}
#button A:active {text-decoration: none; color: white;}
#button A:hover {text-decoration: none; color: #ef6b3d;}



/**********************

Content

**********************/

#content {
float: left;
width: 920px;

}

#leftcol { 
float:left;
width: 60px; 
height: 1px;
}
#midcol {
float: left;
width: 800px; 

}
#rightcol {
float: left;
width:60px;

}

#youtube{
float: left;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 20px;
}

/**********************

Footer

**********************/

#footer {
}

/**********************

Miscellaneous

**********************/

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */


/*************************
vRating Pieces
*************************/

a.thumbnail:link img, a.thumbnail:active img, a.thumbnail:visited img {
	background-color: #000000;
	border: 2px solid #666666;
	margin: 0px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
		
}

a.thumbnail:hover img {
	background-color: #000000;
	border: 2px solid #FF9900;
	margin: 0px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
		
}
