/* Sidebars */
.sidebar {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding-top: 20px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding-bottom: 30px;
}
.sidebar li ul {
}
.sidebar li li {
	padding: 0;
}
.sidebar h2 {
	height: 40px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
}
/* Sidebar1 */

#sidebar1 {
}
#sidebar1 h2 {
	text-align: left;
	/*background: url(../images/test1.png) no-repeat left top;*/
	padding: 5px 0 0 40px;
	font-size: 22px;
}
#sidebar1 li li {
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
}

/* Sidebar2 */
#sidebar2 {
	/*background: url(../convergence/images/img04.gif) no-repeat;*/
}
#sidebar2 h2 {
	/*background: url(../convergence/images/test1.png) no-repeat;*/
}

/* Search */
#search {
}
#search form {
	text-align: center;
}
#search #s {
	width: 95%;
	margin-bottom: 10px;
}
#search h2 {
	/*background-image: url(../convergence/images/img07.gif);*/
}

/* Calendar */
#calendar {
}
#calendar_wrap {
	padding: 0 20px;
}
#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}
#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}
#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}
#calendar tfoot a {
	border: none;
	font-weight: bold;
}
#calendar #next {
	text-align: right;
}
#calendar #prev {
	text-align: left;
}

/* Recent Posts */
#recent-posts {
}
#recent-posts h2 {
	/*background: url(../images/more.gif) no-repeat right bottom;*/
	padding: 5px 0 0 40px;
	font-size: 22px;
}
.sidebar #recent-posts ul {
	padding-left: 20px;
	font-size: 12px;
}
.sidebar #recent-posts li {
	border-bottom: 1px dashed #D9EBFF;
	margin-top: 20px;
}

/* Content */
#content {
	float: left;
	width: 542px;
	background: url(../images/img03.jpg) repeat-y left top;
}
#content .bgtop {
	/*background: url(../images/invoicelogo.png) no-repeat left top;*/
}
#content .bgbtm {
	background: url(../images/img04.jpg) no-repeat left bottom;
}
.post {
	padding: 43px 25px 10px 25px;
}
.post .title {
	margin: 0;
	padding: 0 20px;
}
.post h2 {
}
.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}
.post .entry {
	padding: 20px;
	background: url(../images/img10.gif) repeat-x;
}
.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}
.post .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}