/****************************************
*										*
* Matavino Weather - 2013               *
*										*
*****************************************/


div#weather
{
	background-color: #FFF;
	width: 800px;
	padding: 0;
}

div#weather a {

}

#pageMatavino-weather h1{
	font-family: 'Trajan Pro', Georgia, Times, "Times New Roman", serif !important;
	text-transform: uppercase;
	display: none;
}

div#weather table {
border-collapse: collapse;
width: 710px;
margin-left: 0;
padding-left:0;
background-color: transparent;
}

div#weather table td, div#weather table th{
padding: 1em;
background-color: transparent;
font-size: 10px;
}

div#weather table.current td  p{
font-size: 12px;
}

#weatherCurrent  .Burgundy strong{
font-size: 15px;
line-height: 1.2em;
}

div#weather table td.header{
background-color: #b59659 !important;
}
div#weather table td.col1{
width: 100px
}
div#weather table td.col2{
width: 60px;
color: #935;
}

div#weather .weatherBlock{
	background-image: url(../images/site/Arrow-gold.jpg);
	background-position: right 100px;
	background-repeat: no-repeat;
	padding: 50px;
}
div#weatherHistory table td img{
width: 235px;
}

div#content div#weatherCurrent.weatherBlock p{
text-align: center !important;
}
div#content div#weatherCurrent.weatherBlock td p{
text-align: left !important;
}
div#content div#weatherCurrent.weatherBlock td img{
float: right;
}

div#weather table td p{
margin:0;
padding:0;
}
div.hoverWrap{
margin: 0;
padding: 0;
float: left;
position: relative;
width: 230px;
height: 137px;
margin: 5px;
}

div.hoverWrap img{
width: 230px;
background-color: #fff;
}

.largeFont {
font-size: 2em;
}

#weatherCurrent strong.largeFont {
font-size: 2em;
}

div#weather div.hoverWrap img.hoverImage {
position:absolute;
z-index:2000;
background-color:#fff;
width: 320px; 
left: -20px; 
top: -30px;
}	
ul#currentInfo { display: none }

@media all and (max-width: 768px)
{
	div#weather table.current { display: none }
	div#weather ul#currentInfo
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: inside;
		display: block;
		margin-left: 1em;
		margin-bottom: 1em;
	}
	div#weather ul#currentInfo li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: inside;
		font-weight: bold;
	}	

	div#content div#weatherCurrent.weatherBlock p.paraDefault, div#content div#weatherCurrent.weatherBlock p.paraStyle1{
	text-align: left !important;
	}
	
}

@media all and (max-width: 400px)
{

	table td.diagrams {
		display: none;
	}
	#weatherCurrent strong.largeFont {
	font-size: 1.6em;
	display: block;
	}
	#weather p img {
	width: 100%;
	}
}

@media all and (max-width: 300px)
{
	img {
	width: 100%;
	}
}