
/** author: chris whiteford **/
/** style for the blog, this controls the layout and the fonts **/

body, html {
	font-family: Arial, Verdana, sans-serif;
	margin:0px;
	padding:0px;
	width:343px;
	height:245px;
}

a {
	color:#0099cc;
}

img {
	border:0px;
}


#calmain{
	width:100%;
}

#calendarcont{
	float:left;
	width:343px;
}


#calmonth{
	float:left;
	color: #646464;
	height:26px;
	padding:10px 0 0 10px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}	

.calendarline{
	border-bottom:1px solid #7fcce5;
}

.calfloat{
	float:left;
	padding: 0px 3px;
	height:26px;
	
}

.calfloat img{
	padding-top:2px;
}

#calendar{
	width: 343px;
	float:left;
 }


#calname h3{ 
	text-decoration:none; 
	margin: 0 0 0 0;
	color:#0099cc; 
	font-size:12px; 
	text-align:center;
	font-weight: bold;
}

#calendar table{
	width: 343px; 
	padding:0px;
}

#calendar td{
	width:49px;
	height:32px;
	line-height:32px;
	color:#646464; 
	font-size:13px; 
	text-align: center; 
}

#calendar td a{
	font-size:13x; 
	text-decoration:none;
	color:#0099cc;
}

#calendar th{
	border-width: 0px;
	border-spacing:0px ;
	text-align: center; 
	color:#000000; 
	font-size:13px; 
	line-height: 16px;
}

#prevmonth a  {
	float:left;
	font-size:18px;
}
#nextmonth a{
	float:left;
	font-size:18px;
}
#calendar td.noborder{
	border:0px;

}