/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/


/***************/
/* Weather Box */

.weather {
	margin: 0;
	padding: 0;
}

.sidebar ul.weather,  {
	margin: 0;
	padding: 0;
}

.sidebar ul.weather li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}


/* End of Weather box */
/**********************/


/**********************/
/* Weather Typography */



.weather  { 
	text-align: center; 
}

.weather_title { 
	font-size: 0.9em;
	font-weight: bold; 
}

.weather_info {  
	font-size: 0.9em;
}

/* End of Weather Typography */
/*****************************/