/* CSS Document */

#wrapper {width:960px;}

#col1 {width:550px;float:left;border-right:1px #333 solid;padding-right:10px;margin-right:10px}
#col2 {width:280px;float:left}

.post {margin-bottom:15px;padding-bottom:15px;border-bottom:1px #666 dotted}
.post h2 {font-weight:normal;margin-bottom:10px;padding-bottom:10px}
.post h2 a {text-decoration:none}

.query {font-weight:bold}

.pagenav {font-family:"Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvectica; font-size:10pt;clear:both;margin:20px 0 25px 0;}
.pagenav a {-moz-border-radius: 2px; -webkit-border-radius: 2px;}
.pagenav a:link { color:#EEE; text-decoration:none; background:#333;padding:4px 6px 4px 6px;border:1px #333 solid;}
.pagenav a:visited { color:#EEE; text-decoration:none; background:#333;padding:4px 6px 4px 6px;border:1px #333 solid;}
.pagenav a:hover  { color:#333; text-decoration:none; background:#EEE;padding:4px 6px 4px 6px;border:1px #666 solid;}
.pagenav a:active  { color:#EEE; text-decoration:none; background:#666;padding:4px 6px 4px 6px;border:1px #666 solid;}

