


body {
	width:900px

	/*background:url('bg.png') repeat left top;*/
	padding-top: 30px;
	padding-left: 30px;

}


h1 { 
	padding-top: 30px;
	margin: 0;
	font-size: 36px; 
	font-weight: normal;
}

h2 { 
	margin: 0;
	font-size: 24px; 
	font-weight: normal;
}

h3 { 
	margin: 0;
    font-size: 18px;
    font-weight:bold;
}

p {
	margin-top: 17px;
	line-height: 150%;
	font-size: 16px;
}

ul, ol { 
	
	line-height: 160%;
	text-align:left;
	padding-left: 20px;
	list-style: disc;
	margin-bottom:30px;
}

li {
	margin-bottom:12px;
}

#tag{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /*color: rgb(66, 217, 95);*/
    color: rgb(150, 150, 150);
    
}

a, a:visited, a:active {

	border-bottom: 1px dashed #0C95C9;
	color: #0C95C9;
	text-decoration: none;
}

a:hover {

	border-bottom: 1px solid #0C95C9;
	text-decoration: none;
	/*text-decoration: underline;
	  border: none;*/
}



#content {
	font-family: 'Merriweather', 'Open Sans', Arial, Helvetica, sans-serif;
	width: 850px;
}

#vimeo {
	font-family: Arial;
	font-size: 10px;
	font-color: gray;
}


/* Gradient transparent - color - transparent */
		
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}



/*---------------------------- MISC ----------------------------*/


#logo {
	width: 870px;
	height: 90px;
	margin: 0 auto;
	background: url(images/ubc_logo.jpg) no-repeat right center;
}


#roundbox {
	/*height: 70px;*/
	/*text-align: center;*/

	width: 625px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 1px #FFCC00 dashed;
	background-color:#FFFFF2;
	border-radius: 10px ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
}


/*--------------------------- SITEMETER ---------------------------*/
div.sitemeter{
	float: right;
}

div.sitemeter a {					 
	color: #FFFFFF;
	text-decoration: none;
}