/*
Theme Name: STS
Theme URI: http://www.southerntechnologysystems.com
Description: Theme designed for Southern Technologies Systems by NetSource Technologies, Inc.
Version: 1.0
Author: NetSource Technologies
Author URI: http://www.netsourceinc.com
*/

/* Article Styling */
#posts {
	float: left;
	width: 600px;
}
#posts h2 {
	font-size: 15px;
	color: #073aa0;
        padding-bottom: 0px;
        margin: 30px 0px 0px 0px;
}
#posts h2 a {
	text-decoration: none;
}
#posts h2 a:hover {
	text-decoration: underline;
	color: #4799ff;
}
small, .postmetadata {
        font-size: 10px;
}

/* Comments */
.commentlist {
    padding: 0px;
}
.commentlist li {
    list-style: none;
    margin: 10px 0px;
    border: solid 1px #c1bfbf;
    padding: 5px;
}
.commentlist .avatar {
    float: left;
    border: solid 1px #dadada;
    padding: 2px;
    margin-right: 10px;
}
.commentmetadata {
    font-size: 10px;
}

/* Sidebar styling */
.sidebar {
	width: 300px;
	float: right;
	margin-left: 30px;
}
.sidebar ul {
    padding: 0px;
    margin: 0px;
}
.sidebar ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.sidebar ul li ul {
    margin-left: 25px;
}
.sidebarblogtop {
	width: 300px;
	background: url(images/bg-sidebar-top.gif) top no-repeat;
	padding: 15px 0px 0px 0px;
}
.sidebarblogbtm {
	width: 300px;
	background: url(images/bg-sidebar-btm.gif) bottom no-repeat;
        padding-bottom: 25px;
}
.sidebar h2 {
    background: url(images/bg-sidebar-header.gif) no-repeat;
    color: #fff;
    margin-left: 0px;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 0px 3px 10px;
}