@charset "utf-8";

/* CSS Document */
.sr_container {
min-height:400px;
position:relative;
}

.sr_content {
width:49%;
}

hr.sr {
border: 0;
color: #DDDDDD;
background-color: #DDDDDD;
height: 1px;
width: 100%;
text-align: center;
margin-top:10px;
margin-bottom:20px;
}

table.recentposts {
border-collapse:separate;
border-spacing: 5px 3px;
}


.sr_leftbox {
width:46%;
float:left;
margin-right:0px;
padding:5px;
padding-right:15px;
}

.sr_rightbox {
width:46%;
float:left;
margin-left:0px;
padding-left:15px;
border-left: 1px solid #DDDDDD;
min-height:350px;
}

/* Right-Side Panel Stuff */

div.sr_rightpanel #slideshow {
  width : 190px;
  height : 190px;
  padding : 5px;
}

td.sr_rightbar {
border:1px solid #DDDDDD;
background-color: #EEEEEE;
width:210px;
padding:5px;
}

div.sr_rightpanel {
padding:5px;
margin-bottom:8px;
}

div.sr_rightpanel ul {
list-style:none;
padding:0px;
}

div.sr_rightpanel li {
margin-left:5px;
}

/* Widget Stuff */

.sidebars li {
	list-style-image:none;
	list-style:none;
	margin-left:5px;
}

.sidebars li form#searchform{
	margin-left:-10px;
	margin-top:3px;
}

.sidebars li ul li {
	list-style:circle;
	margin-left:10px;
}
/* Bottom Panel Stuff */

div.sr_bottompanel {
position:relative;
bottom:0px;
}


div.sr_bottom_pane {
width:29%;
border:1px solid #666666;
background-color:#FAFAFA;
height:100px;
margin:3px;
padding:10px;
font-family:'Lucida Grande',Verdana,Sans-Serif;
float:left;
}

div.sr_bottom_pane h3 {
font-size:1.2em;
font-weight:bold;
}

div.sr_bottom_pane p {
text-align:justify;
}

ul.nostyle {
list-style:none;
margin-left:none;
padding-left:none;
}

/* Footer Stuff */
div.sr_footer {
clear:both;
}

ul.sr_postfooter {
list-style-type: none;
padding: 0;
margin: 0pt 0pt 10pt;
}

ul.sr_postfooter li {
display: inline;
margin-left: 0.8em;
}

div.sr_comments {
margin: 20px auto 20px;
padding: 5px 1em 5px 1em;
}

div.authorcomment {
padding-left:1em;
margin-top:1em;
margin-bottom:1em;
}

div.commentbar {
margin-top:3px;
}

ol.comments {
margin:20px auto 20px;
}

/* General Post Stuff */

.postinfo {
padding-bottom:0em;
}