
/***

["section_ID"]
["section_width"]
["section_type"]

["section_bkg_section"] # 1 padding top+right+left
["section_bkg_container"] # 1 padding
["section_bkg_title"] # 1 * Padding left+right, 1/2 * Padding top+bottom
["section_bkg_content"] # 1 padding

["section_color_title"]
["section_color_content"]

["section_padding_default"]
["section_padding_container"]
***/

/*** From settings ***/
#wrapper {
	width: 940px;
}

/*** Settings loop ***/
#section-0 .section
{
	width: 240px;
	background: ;
}
#section-0 .section .sidebar, #section-0 .section .main
{
	padding: 10px;
}
#section-0 .widget {
	margin-bottom: 10px;
}
#section-0 .widget a {
	display: block;
}
	#section-0 .widget a:hover {
		background: #eee; /*** Change ***/
	}
#section-0 .widget h4
{
	background: #b02a2a;
	padding: 5px 10px;
	
}
/*** Section content ***/
#section-0 .widget .content, #section-0 .article .content {
	/*** If no bkg, no padding ***/
		background: ;
}
#section-0 .widget ul {
	/*margin: 5px 0;*/
}
#section-0 .article .block ul {
	/*padding: 5px 0;*/
	list-style: none;
}
#section-1 .section
{
	width: 500px;
	background: ;
}
#section-1 .section .sidebar, #section-1 .section .main
{
	padding: 10px;
}
#section-1 .widget {
	margin-bottom: 10px;
}
#section-1 .widget a {
	display: block;
}
	#section-1 .widget a:hover {
		background: #eee; /*** Change ***/
	}
#section-1 .widget h4
{
	background: ;
	padding: 5px 10px;
	
}
/*** Section content ***/
#section-1 .widget .content, #section-1 .article .content {
	/*** If no bkg, no padding ***/
		background: ;
}
#section-1 .widget ul {
	/*margin: 5px 0;*/
}
#section-1 .article .block ul {
	/*padding: 5px 0;*/
	list-style: none;
}
#section-2 .section
{
	width: 200px;
	background: ;
}
#section-2 .section .sidebar, #section-2 .section .main
{
	padding: 10px;
}
#section-2 .widget {
	margin-bottom: 10px;
}
#section-2 .widget a {
	display: block;
}
	#section-2 .widget a:hover {
		background: #eee; /*** Change ***/
	}
#section-2 .widget h4
{
	background: #2a5db0;
	padding: 5px 10px;
	
}
/*** Section content ***/
#section-2 .widget .content, #section-2 .article .content {
	/*** If no bkg, no padding ***/
		background: ;
}
#section-2 .widget ul {
	/*margin: 5px 0;*/
}
#section-2 .article .block ul {
	/*padding: 5px 0;*/
	list-style: none;
}

/*** Main ***/
.main h1, .main h2, .main h2 a, .main h3, .main h4, .main h5, .main h6 {
	font-family: Georgia;
	margin: 5px 0;
}
.main {
	font-size: 14px;
}
.main .meta {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fafafa;
}
.main .block {
	margin: 10px 0;
}

.main .article {
	border-bottom: 1px dashed #ccc;
}

.main a {
	color: #2a5db0;
	text-decoration: none;
}
	.main a:hover {
		text-decoration: underline;
	}

/*** Override ***/
#section-0 {
	background: url('images/backgrounds/sidebar-left.png') repeat-y 220px 0;
}
#section-2 {
	background: url('images/backgrounds/sidebar-right.png') repeat-y 0 0;
}
