html{height:100%;}
body {
	min-width:960px;
	margin:0;
	color:#221902;
	font:12px/17px Arial, Helvetica, sans-serif;
	background:#fff;
	height:100%;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#777777;
}
a:hover {text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, sans-serif;
	vertical-align:middle;
	color:#9b978d;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	overflow:hidden;
	position:relative;
	height:100%;
	width:100%;
	display:table;
}
* html #wrapper  {overflow:visible;}
* +html #wrapper  {overflow:visible;}
.container {
	height:100%;
	width:100%;
	display:table-row;
}
#header {
	width:100%;
	position:relative;
}
#header .area{
	padding:25px 0 17px;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.logo {
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	width:240px;
	height:36px;
	margin:0 0 0 2px;
	display:inline;
}
.logo a {
	display:block;
	height:100%;
}
#header .info {
	float:right;
	margin:-3px 0 0;
	padding:0 2px 0 0;
}
#header .info ul {
	list-style:none;
	padding:0;
	margin:0 -5px 3px 0;
	float:right;
}
#header .info li {
	font-size:10px;
	padding:0 8px 0 6px;
	float:left;
	background:url(../images/separator1.gif) no-repeat 100% 60%;
}
#header .info li a:visited {color:#615E58;}
.search-form {
	clear:both;
	float:right;
}
.search-form fieldset {float:left;}
.search-form .text {
	float:left;
	border:1px solid #afafae;
	padding:2px 5px;
	margin:0 5px 0 0;
}
.search-form .text input {
	float:left;
	width:148px;
	height:12px;
	border:0;
	margin:0;
	padding:0;
	background:none;
	text-transform:uppercase;
	font-size:9px;
}
.search-form .search{
	float:left;
	border:none;
	background:url(../images/btn-search.gif) no-repeat;
	width:20px;
	height:18px;
	line-height:0;
	font-size:0;
	cursor:pointer;
}

/*
######## Old Navigation Styles removed by prpl ######
#nav {
	padding:0 0 7px;
	width:100%;
	background:#221902 url(../images/bg-nav.gif) repeat-x 0 100%;
}
#nav :after,
#twocolumns:after {
	display:block;
	clear:both;
	content:"";
}
#nav ul {
	list-style:none;
	padding:0 1px;
	margin:0 auto;
	width:958px;
}
#nav li {
	font-size:14px;
	color:#fff;
	float:left;
	margin:0 0 0 -1px;
	position:relative;
}
#nav li a {
	cursor:pointer;
	z-index:1;
	float:left;
	padding:0 0 13px;
	color:#fff;
	position:relative;
}
#nav li.active a,
#nav li a:hover {
	z-index:2;
	text-decoration:none;
	background:url(../images/bullet-nav.gif) no-repeat 50% 100%;
}
#nav li a span {
	border:1px solid #655e4e;
	float:left;
	border-width:0 1px;
	padding:10px 20px 12px;
}
#nav li.active a span,
#nav li a:hover span {
	background:#BF311A;
	border:1px solid #eee;
	border-width:0 1px;
}
*/

/*###[ Masthead Menu ]###*/

#nav > ul {
	padding:0;
	margin:0;
}
#nav {
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
	background: #221902;
	border-bottom: 3px solid #BF311A;
	
}
#nav :after,
#twocolumns:after {
	display:block;
	clear:both;
	content:"";
}
#nav ul.menu {
	list-style:none;
	padding:0 1px;
	margin:0 auto;
	width:958px;
}
#nav ul.menu > li {
	font-size:14px;
	color:#fff;
	float:left;
	margin:0 0 0 -1px;
	position:relative;
}
#nav ul.menu > li > a {
	cursor:pointer;
	z-index:1;
	float:left;
	padding:0px;
	color:#fff;
	position:relative;
	padding-bottom: 13px;
	margin-bottom: -16px;
	border-bottom: 3px solid white;
}
#nav ul.menu > li.active > a,
#nav ul.menu > li > a:hover {
	z-index:2;
	text-decoration:none;
	background:url('../images/bullet-nav.gif') no-repeat 50% 100%;
}
#nav ul.menu > li > a span {
	border:1px solid #655e4e;
	float:left;
	border-width:0 1px;
	padding:10px 20px 12px;
}
#nav ul.menu > li.active > a span,
#nav ul.menu > li > a:hover span {
	background:#BF311A;
	border:1px solid #eee;
	border-width:0 1px;
}


/*###[ Masthead Menu; Submenus ]###*/

#nav ul.sub-menu {
	display: none;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
}

#nav ul.sub-menu li {
	display: block;
}

#nav ul.sub-menu li li {
	font-size: 0.87em;
}

#nav ul.sub-menu ul.sub-menu {
	display: block;
	padding-bottom: 5px;
}

#nav ul.menu > li:hover > ul.sub-menu {
	display: block;
}

#nav ul.menu > li > ul.sub-menu {
	position: absolute;
	top: 55px;
	left: 0;
	background: #221902;
	border: 3px solid #BF311A;
	padding: 20px;
	margin: 0;
}

#nav ul.sub-menu a {
	cursor:pointer;
	z-index:1;
	padding:0px;
	color:#fff;
	position:relative;
}

/*### end masthead menu changes by prpl ###*/


#main {
	padding:0 0 45px;
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
.main-info {
	width:746px;
	float:left;
	overflow:hidden;
	padding:25px 0 0;
}
.main-info1 {
	width:746px;
	float:left;
	overflow:hidden;
}
.breadcrumbs {
	overflow:hidden;
	width:100%;
	list-style:none;
	padding:0;
	margin:0 0 7px;
}
.breadcrumbs li {
	font-size:9px;
	color:#8a867e;
	display:inline;
	padding:0 0 0 6px;
	text-transform:uppercase;
}
.breadcrumbs a{
	background:url(../images/separator-breadcrumbs.gif) no-repeat 100% 3px;
	padding:0 10px 0 0;
}
.breadcrumbs li a:hover{
	color:#BF311A;
	text-decoration:none;
}
.breadcrumbs li a:visited {color:#615e58;}
.visual {
	overflow:hidden;
	width:736px;
	background:#bcbab3;
	padding:5px;
	margin:0 0 30px;
}
.visual .frame {
	overflow:hidden;
	width:100%;
}
.visual-holder {
	overflow:hidden;
	width:740px;
}
.visual .text-block {
	border-top:1px solid #adaca6;
	float:left;
	width:315px;
	position:relative;
	margin:0 -25px 0 0;
	line-height:15px;
	background:url(../images/bg-text-block.gif) repeat-y;
}
.visual .text-block .holder {
	min-height:155px;
	padding:49px 45px 91px 15px;
	overflow:hidden;
	width:255px;
	background:url(../images/bg-text-bottom.png) no-repeat 0 100%;
}
* html .visual .text-block .holder {
	height:155px;
	overflow:visible;
}
.visual .text-block h2 {
	margin:0 0 8px;
	color:#BF311A;
	font:26px/31px Georgia, "Times New Roman", Times, serif;
}
.visual .text-block p {margin:0 0 15px;}
.more {
	position:relative;
	font-size:10px;
	padding:0 0 0 0px;
	text-transform:uppercase;
	overflow:hidden;
	width:251px;
}
.visual .text-block .more {
	position:absolute;
	bottom:50px;
	left:15px;
}
.more a {
	background:url(../images/bullet-arrow.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
}
.more a:hover {
	text-decoration:none;
	color:#BF311A;
}
.more a:visited {color:#615e58;}
.visual .text-block .link {
	position:absolute;
	bottom:32px;
	width:275px;
	overflow:hidden;
	left:15px;
	color:#221902;
	font-size:10px;
}
.img-holder {
	border:1px solid #adaca6;
	float:right;
}
.img-holder img {display:block;}
#twocolumns {width:100%;}
.aside {
	float:left;
	width:280px;
}
.main-info #twocolumns .aside {
	position:relative;
	margin:-9px 0 0;
}
.main-info1 .block {padding:9px 0 20px !important;}
.aside h2 {
	letter-spacing:-1px;
	margin:0 0 8px;
	font-size:14px;
	text-transform:uppercase;
}
.aside .block {
	overflow:hidden;
	width:100%;
	font-size:11px;
	line-height:14px;
	padding:9px 0 13px;
}
.aside .block p .mark {color:#bcbab3;}
.aside .block p,
#sidebar .block p {margin:0;}
.aside .block .player {
	margin:0 0 6px;
	overflow:hidden;
	width:100%;
}
.aside .block .player img {display:block;}
.aside .block ul {
	list-style:none;
	padding:2px 0 0;
	margin:0;
	overflow:hidden;
	height:1%;
}
.aside .block li {
	color:#8a867e;
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:3px 0 7px 1px;
	background:url(../images/bg-border.gif) repeat-x 0 100%;
}
.aside .block li a:hover,
#sidebar .block li a:hover {
	text-decoration:none;
	color:#BF311A;
}
.aside .block .contacts {
	overflow:hidden;
	width:100%;
	padding:10px 0 0;
}
.aside .block .contacts .txt {
	overflow:hidden;
	width:100%;
	padding:10px 0 0;
}
.aside .block .contacts p a {color:#bf311a;}
.aside .block .contacts address {font-style:normal;}
.aside .block .mark1 {color:#9b978d;}
.aside .search-form {
	overflow:hidden;
	width:100%;
	float:none !important;
	padding:4px 0 15px;
}
.aside .search-form .text input {width:216px;}
#content {
	float:right;
	width:446px;
	margin:-3px 0 0;
	position:relative;
}
#content h1{
	margin:0 0 3px;
	color:#BF311A;
	font:26px/31px Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size:14px;
	font-weight:normal;
	position:relative;
	margin:-2px 0 13px;
}
#content .holder {
	overflow:hidden;
	width:100%;
}
#content .holder1 {
	overflow:hidden;
	width:100%;
	font-size:11px;
	line-height:14px;
}
#content .holder1 p {margin:0 0 15px;}
#content .links {
	list-style:none;
	padding:0 0 17px 2px;
	margin:0;
}
#content .links li {
	color:#BF311A;
	font-size:14px;
	padding:0 0 4px;
}
#content .links a:hover {
	color:#BF311A;
	text-decoration:none;
}
#content .list-block {
	overflow:hidden;
	width:100%;
	padding:15px 0 0;
}
#content .list-block ul {
	list-style:none;
	padding:1px 0 13px;
	margin:0;
	overflow:hidden;
	height:1%
}
#content .list-block li {
	overflow:hidden;
	height:1%;
	vertical-align:top;
	background:url(../images/bullet-list.gif) no-repeat 0 60%;
	padding:0 0 0 10px;
	margin:0 0 14px;
}
#content .list-block li a {color:#bf311a;}
#content h2 a {color:#BF311A;}
#content .date,
.post-list .mark {
	color:#9b978d;
	font-size:10px;
	font-style:normal;
}
#content .post-list h2{
	margin:0 0 0px;
	color:#BF311A;
	font:16px Georgia, "Times New Roman", Times, serif;
}
#content .author {
	color:#9b978d;
	font-size:10px;
	padding:3px 0 12px 4px;
}
.post-list {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
}
.post-list li {
	overflow:hidden;
	width:100%;
	vertical-align:top;
	padding:0 0 39px;
	margin:0 0 6px;
	background:url(../images/bg-border1.gif) repeat-x 0 100%;
}
.main-info1 .post-list li {background:none;}
.post-list li .img {
	margin:19px 0 0;
	float:right;
	border:1px solid #c1bfb8;
}
.post-list li .img img {float:left;}
#content .txt-block {
	overflow:hidden;
	height:1%;
	line-height:15px;
	padding:0 0 0 2px;
}
#content p {margin:0 0 15px;}
#content .post-list p {margin:0 0 11px;}
.post-list .more {
	margin:-2px 0 0;
	padding:0;
}
#content .img-holder {
	float:none !important;
	overflow:hidden;
	margin:10px 0 32px -5px;
	position:relative;
	width:444px;
}
.return {
	position:relative;
	font-size:10px;
	text-transform:uppercase;
	overflow:hidden;
	width:100%;
}
.return a {
	background:url(../images/bullet-arrow1.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
}
.return a:hover {
	text-decoration:none;
	color:#BF311A;
}
.return a:visited {color:#615e58;}
#content .statistics {
	display:block;
	padding:4px 0 32px;
	font-weight:normal;
}
#content .results-list {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
}
#content .results-list li {
	margin:-16px 0 0;
	position:relative;
	overflow:hidden;
	height:1%;
	vertical-align:top;
	background:url(../images/bg-border1.gif) no-repeat;
	padding:16px 0 26px 20px;
}
#content .results-list h2 {
	font-size:12px;
	color:#9b978d;
	margin:0 0 0 -20px;
}
#content .results-list h2 a {color:#8a867e;}
#content .results-list h2 a:hover {
	color:#BF311A;
	text-decoration:none;
}
#content .results-list h2 a:visited {color:#615e58;}
.paging {
	overflow:hidden;
	height:1%;
	padding:0 0 0 2px;
	margin:-10px 0 0;
	position:relative;
}
.paging .previouspostslink {
	float:left;
	overflow:hidden;
	width:30px;
	height:19px;
	margin:0 3px 0 0;
	text-indent:-9999px;
	background:url(../images/btn-pages.gif) no-repeat;
}
.paging .nextpostslink {
	float:left;
	overflow:hidden;
	width:30px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/btn-pages.gif) no-repeat -30px 0;
}
.paging .pages {
	float:left;
	color:#787e79;
	font-size:9px;
	line-height:15px;
}
.paging .page-number {
	float:left;
	background:url(../images/bg-page-number.gif) no-repeat;
	width:41px;
	text-align:center;
	padding:0 1px;
	margin:1px 2px 0 0;
}
.paging .page {
	margin:0 2px 0 0;
	float:left;
}
#twocolumns .section {
	width:744px;
	overflow:hidden;
	margin:0 0 5px;
	border:1px solid #bcbab3;
	background:url(../images/bg-section.gif) repeat-y;
}
#twocolumns .section .heading {
	float:left;
	width:272px;
	padding:7px 8px 0 0;
}
#twocolumns .section .holder {
	margin:14px 0 10px;
	padding:0 0 3px;
	overflow:hidden;
	width:100%;
	background:url(../images/separator2.gif) repeat-y 280px 0;
}
#twocolumns .section h1{
	width:100%;
	margin:0 0 3px;
	color:#BF311A;
	font:26px/31px Georgia, "Times New Roman", Times, serif;
	float:left;
	text-align:center;
}
#twocolumns .section .text-section {
	float:right;
	width:418px;
	padding:4px 25px 4px 0;
	line-height:15px;
}
#twocolumns .section .text-section p {margin:0;}
#twocolumns .section img {display:block;}
.calendar-block {
	position:relative;
	margin:-10px 0 0;
	padding:5px;
	overflow:hidden;
	height:1%;
	background:#efede7;
}
.calendar-block h2 {
	margin:0;
	padding:0 20px 7px 0;
	text-align:center;
	font:20px Georgia, "Times New Roman", Times, serif;
}
.calendar-holder {
	overflow:hidden;
	height:1%;
	border:1px solid #adaca6;
	padding:9px 9px 0;
	background:url(../images/bg-calendar-holder.gif) repeat-y;
}
.select-block {
	position:relative;
	width:716px;
	margin:0 -9px;
	padding:0 9px 10px;
	overflow:hidden;
	border-bottom:1px solid #d9d8d8;
}
.select-block .previous {
	float:left;
	background:url(../images/btn-calendar.gif) no-repeat;
	height:39px;
	width:25px;
	overflow:hidden;
	text-indent:-9999px;
	margin: 8px 135px 0 6px;
	display:inline;
}
.select-block .next{
	float:right;
	background:url(../images/btn-calendar.gif) no-repeat -25px 0;
	height:39px;
	margin:8px 3px 0 0;
	width:25px;
	display:inline;
	overflow:hidden;
	text-indent:-9999px;
}
.select-holder {
	width:390px;
	float:left;
}
.select-holder select {
	float:left;
}
.select-holder .march {width:97px !important;}
.select-holder .year {width:65px !important;}
.select-holder .topic {width:215px !important;}
.outtaHere {
	position:absolute;
	left:-3000px;
}
.selectArea {
	position: relative;
	height:23px;
	float:left;
	color:#221902;
	font-size:11px;
	line-height:23px;
	margin:0 4px 0 0;
}
.selectArea .left {
	position: absolute;
	top:0;
	left:0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:22px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
* html .selectArea a.selectButton {right:-1px;}
.selectArea .center{
	height:20px;
	line-height:18px;
	display:block;
	overflow:hidden;
	padding:0 22px 0 12px;
	background:url(../images/select-center.gif) repeat-x;
}
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	margin:-5px 0 0;
	float:left;
	z-index: 30;
	font-size: 11px;
	list-style: none;
	background:#eeeeef url(../images/bg-drop-left.gif) repeat-y;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	position:relative;
	margin:0;
	padding:5px 2px 5px 8px;
	overflow:hidden;
	list-style: none;
	background:url(../images/bg-drop-right.gif) repeat-y 100% 0;
}
.optionsDivVisible a {
	color:#000;
	text-decoration: none;
	padding:2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}
.select-bottom {
	position:relative;
	overflow:hidden;
	height:5px;
	padding:0 5px;
}
.select-bottom-left {
	line-height:0;
	font-size:0;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bg-bottom-left.gif) no-repeat;
	width:8px;
	height:5px;
}
.select-bottom-center {
	line-height:0;
	font-size:0;
	background:url(../images/bg-select-bottom.gif) repeat-x;
	height:5px;
	overflow:hidden;
}
.select-bottom-right{
	position:absolute;
	right:0;
	top:0;
	background:url(../images/bg-bottom-right.gif) no-repeat;
	width:8px;
	height:5px;
}
* html .select-bottom-right {right:-1px;}
.calendar-block .info {
	margin:0 -9px;
	padding:2px 2px 3px 3px;
	width:729px;
	overflow:hidden;
	border-top:1px solid #d0d1cb;
	background:#e9e8e6;
}
.calendar {
	overflow:hidden;
	width:732px;
	border-collapse:collapse;
}
.calendar th {
	width:101px;
	padding:0 2px 0 0;
	color:#494419;
}
.calendar th .holder {
	width:99px;
	overflow:hidden;
	background:#f2f2f3;
	border:1px solid #d6d5d7;
	padding:1px 0;
}
.calendar th .holder p {
	margin:0;
	text-align:center;
}
.calendar td {
	vertical-align:top;
	background:url(../images/bg-cell.gif) no-repeat 0 100%;
	width:101px;
	padding:0 2px 0 0;
	border-top:2px solid #e9e8e6;
}
.calendar td .holder {
	width:95px;
	overflow:hidden;
	padding:2px 3px 3px;
	min-height:85px;
	border-top:1px solid #dbd9d4;
}
* html .calendar td .holder {
	overflow:visible;
	height:85px;
}
.calendar td.other-month {background:url(../images/bg-cell1.gif) no-repeat 0 100%;}
.calendar td .holder p {margin:0;}
.calendar td ul {
	list-style:none;
	padding:1px 0 0;
	margin:0;
	overflow:hidden;
	width:100%;
}
.calendar td li {
	background:url(../images/bullet-calendar.gif) no-repeat 0 4px;
	padding:0 0 0 11px;
	color:#998c35;
	overflow:hidden;
	height:1%;
	margin:-1px 0 0;
	position:relative;
	vertical-align:top;
	font-size:10px;
	line-height:12px;
	letter-spacing:-1px;
}
.calendar td li a {
	color:#998c35;
	text-decoration:underline;
}
.calendar td li a:hover {text-decoration:none;}
#sidebar {
	position:relative;
	padding:10px 0 0;
	float:right;
	width:192px;
	overflow:hidden;
}
#sidebar .menu {
	list-style:none;
	padding:0 0 35px 2px;
	margin:0;
	overflow:hidden;
	width:100%;
}
#sidebar .menu li {
	text-transform:uppercase;
	color:#8a867e;
	padding:12px 0 10px;
	float:left;
	width:100%;
	border-bottom:3px solid #bcbab3 !important;
}
#sidebar .menu li a:hover {
	color:#BF311A;
	text-decoration:none;
}
#sidebar .img {
	width:190px;
	border:1px solid #bcbab3;
	margin:0 0 20px;
}
#sidebar h2 {
	letter-spacing:-1px;
	margin:0 0 10px;
	font-size:14px;
	text-transform:uppercase;
}
#sidebar h3 {
	margin:0 0 5px;
	padding:1px 0 2px 4px;
	font-size:10px;
	color:#fff;
	background:#bcbab3;
}
#sidebar h3 a {color:#fff;}
#sidebar .block ul{
	list-style:none;
	padding:0;
	margin:0 0 20px;
	overflow:hidden;
	height:1%;
}
#sidebar .block li {
	color:#9b978d;
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:4px 0 6px;
	background:url(../images/bg-border.gif) repeat-x 0 100%;
}
#sidebar .services {
	position:relative;
	margin:-2px 0 20px !important;
}
#sidebar .services li {
	background:none;
	line-height:30px;
	padding:0 0 5px;
}
#sidebar .services li a {
	padding:0 0 0 40px;
	float:left;
}
#sidebar .services li .facebook {background:url(../images/ico-facebook.gif) no-repeat;}
#sidebar .services li .facebook:hover {background:url(../images/ico-facebook-active.gif) no-repeat;}
#sidebar .services li .twitter {background:url(../images/ico-twitter.gif) no-repeat;}
#sidebar .services li .twitter:hover {background:url(../images/ico-twitter-active.gif) no-repeat;}
#sidebar .services li .flickr {background:url(../images/ico-flickr.gif) no-repeat;}
#sidebar .services li .flickr:hover {background:url(../images/ico-flickr-active.gif) no-repeat;}
#sidebar .services li .youtube {background:url(../images/ico-youtube.gif) no-repeat;}
#sidebar .services li .youtube:hover {background:url(../images/ico-youtube-active.gif) no-repeat;}
#sidebar .services li .rss {background:url(../images/rss_up.gif) no-repeat;}
#sidebar .services li .rss:hover {background:url(../images/rss_over.gif) no-repeat;}
#sidebar .services li .wikipedia {background:url(../images/wiki_up.gif) no-repeat;}
#sidebar .services li .wikipedia:hover {background:url(../images/wiki_over.gif) no-repeat;}

#sidebar .block {
	overflow:hidden;
	width:100%;
	font-size:11px;
	line-height:14px;
}
#sidebar .copyright {
	letter-spacing:0px;
	font-size:9px;
	color:#9b978d;
}
#footer {
	display:table-row;
	width:100%;
	background:#221902 url() repeat-x;
}
#footer .area {
	font-size:11px;
	line-height:14px;
	padding:26px 0 0;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer .area .holder {
	overflow:hidden;
	width:990px;
	padding:0 0 3px;
	background:url(../images/separator-footer.gif) repeat-y;
}
#footer .section {
	float:left;
	width:132px;
	margin:0 28px 0 0;
}
#footer .section1 {width:140px;}
#footer .section2 {
	width:312px;
	padding:0 0 0 3px;
}
#footer .section3 {
	margin:0;
	width:280px;
	padding:0 0 0 3px;
}
#footer .section2 li,
#footer .section3 li {
	padding:0 0 15px;
}
#footer h3 {
	margin:0 0 7px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	line-height:20px;
	text-transform:uppercase;
}
#footer h3.rss {
	background:url(../images/ico-rss.gif) no-repeat 0 50%;
	padding:0 0 0 25px;
}
#footer h3.twitter {
	height:20px;
	text-indent:-9999px;
	width:100px;
	background:url(../images/ico-twitter1.gif) no-repeat;
}
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
#footer li {
	padding:0 0 5px;
	color:#8a867e;
}
#footer li a:hover {
	color:#BF311A;
	text-decoration:none;
}
#footer li a:visited {color:#615e58;}
.view{
	display:block;
	padding:10px 0 0;
}
.view a{
	background:url(../images/bg-view.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	color:#89847e;
}
.aside .block .support{
	list-style:none;
	padding:10px 0 0;
	margin:0;
}
.aside .block .support li{
	margin:0 0 10px;
	background:none;
	color:#221902;
	padding:0;
}
.aside .block .support a{color:#bf311a;}
.aside .block .support span{display:block;}
.main-info.another{padding-top:0;}
#content h1.inner{margin-bottom:18px;}
#content .title{
	display:block;
	font-size:14px;
	line-height:16px;
	padding:5px 0 13px;
	letter-spacing:-1px;
}
#content .another-post-list li{
	padding:5px 80px 20px 0;
	width:auto;
}
#content .another-post-list h2{
	font:16px Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
}
