@charset "utf-8";
/* CSS Document */
body{ margin:0px; background:url(images/bg.jpg) repeat-x #fefefe; font-family:calibri; color:#555; font-size:small;}
img{border:none;} form{margin:0px;}
h1{font-size:22px; color:#0fa1dc; margin:0px; margin-bottom:10px; font-weight:normal;} h1 em{color:#f68929; font-style:normal;}
h2{font-size:17px; color:#000; margin:0px; font-weight:normal;} 
h3{font-size:12px; color:#000; font-weight:bold; margin:0px; margin-bottom:5px;}
p{margin:7px 0px 15px 0px;}

#wrapper{width:900px; margin:0 auto;}
#banner{width:910px; margin-left:-10px; height:315px; background:url(images/banner.jpg) no-repeat;}
#content{display:block; padding:21px 10px 30px 0px;margin-left:230px;text-align:justify;}
#content a{color:#06C;text-decoration:none;font-weight:bold;}
#content a:hover{text-decoration:underline;}

#left_column{float:left; width:187px; margin-top:11px; margin-right:10px; padding:11px; background:#ebebeb;margin-bottom:25px;}
#footer{display:block; clear:both; border-top:1px solid #b9bbbc; background:#d7dadb; padding:10px 0px 20px 0px; font-size:11px;}
	#footer a{font-size:12px; font-weight:bold; text-decoration:none; color:#000; padding:2px 10px;}
	#footer a:hover{ background:#000; color:#fff;}
#footer .number{float:right; font-size:12px; font-weight:bold; text-align:right;}
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
/*overflow: hidden; See: http://www.quirksmode.org/css/clearing.html */
display:block;
height:45px;
line-height:45px;
margin-top:16px;
margin-left:30px;
/*background: red; menu strip background*/
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
display: block;
float: left;
font: 14px Arial, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 45px; /* This value + 8px should equal height of button background (default is 31px) */
height: 45px; /* Height of button background height */
text-decoration: none;
margin-right: 10px; /*spacing between buttons*/
padding-left: 18px; /* Width of left menu image */
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #fff; /*button text color*/
}

.aerobuttonmenu a.aero span{
display: block;
padding-right:18px; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
background:url(images/btn_l.jpg) no-repeat top left;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color:#003663;
background:url(images/btn_r.jpg) no-repeat top right;
}

.post h1{display:none;}
.entry h1{display:block;}
.c {background:#FF9;}
input, textarea, select {border:1px solid #ccc;font-size:x-small;}
