/*  
Theme Name: insign
Version: 1.0.2
Author: themes/insign
*/

html, body {
	font-size: 12px;
	border: 0;
	color:#141313;
	font-family:Arial,Tahoma,Helvetica,sans-serif;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 17px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	color:#514835;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #828B1B;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: none;
}

#content a:hover {
	background-color:#D9CA24;
	color:#141313;
	text-decoration:none;
}

#content a {
	color:#807253;
	text-decoration: none;
}

a img {
	border: none;
	outline:none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 5px 0 0 0;
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

.alignleft {
	margin: 5px 20px 8px 0;
	float: left;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

.alignright {
	margin: 5px 0px 8px 20px;
	float: right;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

/* Top */

#top-out {
	width: 100%;
	background: url(images/bg_top.gif) repeat-x 0 0;
}

#top {
	width: 939px;
	margin: 0 auto;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 27px;
	font-size: 11px;
}

#page_navi a {
	color: #CBCBCB;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: -6px;
}

/* Page Navigation (rss) */

#page_navi ul.rss {
	background: url(images/bg_rss.gif) no-repeat 0 5px;
	padding: 6px 0 2px 15px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: url(images/bg_separator.gif) no-repeat right 4px;
}

#page_navi ul.rss li.last {
	background: none;
}

/* Header */

#header {
	background:transparent url(images/headerfront.gif) repeat-x left top;
	height:85px;
	position:relative;
	width:100%;
}
#headerfront {
/*	background:transparent url(images/blogthemes.gif) no-repeat right top;*/
	height:85px;
	margin:0 auto;
	position:relative;
	width:937px;
}

#feed {
	cursor:pointer;
	position:absolute;
	top:20px;
	right:0;
	outline:none;
}

#logo a {
	background:transparent url(images/logo.png) no-repeat left top;
	cursor:pointer;
	display:block;
	height:47px;
	left:21px;
	position:absolute;
	text-indent:-3000px;
	top:20px;
	width:119px;
	outline:none;
}

#navMain {
	left:250px;
	list-style-type:none;
	padding:34px 0 0;
	position:absolute;
	top:0;
	width:685px;
}

#navMain li {
	float:left;
}

.buttonwrapper {
	overflow:hidden;
	width:100%;
}

#navMain li.squarebutton a, #navMain li squarebutton a:visited, #navMain li.squarebutton a:active {
	color:#514835;
}

#navMain li.squarebutton {
	background:transparent url(images/square-gray-left.gif) no-repeat left top;
	display:block;
	float:left;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	font-weight:bold;
	height:23px;
	line-height:15px;
	margin-right:7px;
	padding-left:4px;
	text-decoration:none;
}

#navMain li.squarebutton a {
	background:transparent url(images/square-gray-right.gif) no-repeat right top;
	display:block;
	padding:4px 4px 4px 0;
	outline:none;
}

#navMain li.squarebutton:hover {
	background-position:left bottom;
}

#navMain li.squarebutton a:hover  {
	background-position:right bottom;
	color:#F8F8F8;
}

#navMain li.current_page_item {
	background:transparent url(images/square-blogactiv-left.gif) no-repeat left top;
	display:block;
	float:left;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	font-weight:bold;
	height:23px;
	line-height:15px;
	margin-right:7px;
	padding-left:4px;
	text-decoration:none;
	outline:none;
} 

#navMain li.current_page_item a, #navMain li.squarebutton li.current_page_item a:hover {
	background:transparent url(images/square-blogactiv-right.gif) no-repeat right top;
	display:block;
	margin:0;
	padding:4px 4px 4px 0;
	color:#f8f8f8;
}

#header img.title {
	margin-left: 5px;
}

#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Flyer Insign */
#monitor h1 {
	display: none;
}
#monitor {
	background-color:#ff8a16;
	background-image:url(images/monitor/default.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:auto;
	margin:0 auto;
	width:100%;
}
#monitorcenter {
	margin:0 auto;
	position:relative;
	width:939px;
	height:126px;	
}
#slogan {
	bottom:0;
	height:100%;
	left:0;
	margin:0 auto;
	position:absolute;
}
* html #slogan {
	bottom:-4px;
}
#flyer {
	margin:0 auto;
	padding:0 0 9px;
	width:940px;
}
/* Category Navigation */

#cat_navi {
	width: 100%;
}

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
	background:#807253 url(images/bg_middle_out_bottom.gif) repeat-x left top;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */

}

#middle-out-bottom .single { /* Background - Content - Single Page */

}
/* Background - Content */
/*#middle-content {
	width: 939px;
	margin: 0 auto;
	background: url(images/bg_middle_content.gif) repeat-y;
}*/
/* Background - Content Bottom */
/*#middle-content-bottom { 
	width: 100%;
	background: url(images/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}*/

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 27px;
	padding: 0 10px;
	z-index: 100;
}

#nav li {
	float: left;
	background: url(images/bg_separator.gif) no-repeat right 10px;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg_page_navi_item.gif) repeat-x;
	line-height: 25px;
	font-size: 12px;
	color: #E0DFE3;
	width: 120px;
}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -35px 0 0 204px;
}

#nav li ul ul li a {
	line-height: 36px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */

#secnav, #secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	display: block;
	line-height: 58px;
	padding: 0 20px 0 20px;
	line-height: 16px;
	padding: 14px 20px 11px;
	color: #212121;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(images/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#secnav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #e6e6e6;
	border-width:0px 1px 1px;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background: url(images/bg_cat_navi_item.gif) repeat-x;
	line-height: 34px;
	color: #565656;
	font-size: 12px;
	width: 148px;
	padding: 0 20px;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #D4D4D3;
}

#secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Content */

#content {
	min-height: 550px;
	padding: 15px 0 10px 0;
	background:#FAF9F5 url(images/bg_middle_content.gif) repeat-x left top;
	border-left:1px solid #807253;
	border-right:1px solid #807253;
	height:auto;
	margin:0 auto;
	width:937px;
}

/* Main Content */

#main-content {
	width: 573px;
	margin: 10px 0 0 22px;
}

.single #main-content {
	width: 553px;
	margin: 10px 0 0 22px;
	padding: 0 32px 35px 0;
}

/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 18px;
}

#main-content h3 {
	font-size: 18px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 50px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#main-content .post-title {
	width: 100%;
	position: relative;
}

#main-content .post-title h2, #main-content .post-title p.post-details, #main-content .post-title h3 {
	padding-right: 50px;
}

#main-content h2 a, #main-content h3 a {
	color: #514835;
	text-decoration: none;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	color: #514835;
	font-size: 11px;
	padding: 0 50px 0 1px
}

#main-content .comment-cloud {
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
}

#main-content .comment-cloud a {
	width: 34px;
	height: 30px;
	padding: 5px 0 0 1px;
	background: url(images/cloud.png) no-repeat 0 0;	
	text-align: center;
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #514835;
	display: block;
	text-decoration: none;
}

* html #main-content .comment-cloud a {
	background: url(images/bg_comment_cloud.gif) no-repeat 0 0;
}


#main-content .comment-cloud a:hover {
	color: #514835;
	font-weight:bold;
	text-decoration: none;
}


#main-content .post h4 {
	/*margin-top: 1px;*/
	padding:10px 0 0 0;
}

#main-content .post h4.continue a {
	background: #9CA722;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#main-content .post h4.continue a:hover {
	background: #838C1C;
}

#main-content .post img.thumbnail {
	border: #D8D8D1 6px solid;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	border-left: #e6e4db 42px solid;
	border-right: #e6e4db 42px solid;
	border-top: #e6e4db 12px solid;
	border-bottom: #e6e4db 12px solid;
	margin: 0 0 25px 0;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

/* Post (featured) */

#main-content .latest .featured, #main-content .archives .featured{
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}

/* Post (latest) */

#main-content .latest {
	width: 586px;
	margin-left: -33px;
	position: relative;
}

#main-content .latest .block {
	width: 259px;
	float: left;
	margin-left: 33px;
	padding-bottom: 15px;
	display: inline;
}

#main-content .latest h3 {
	/*font-weight:bold;*/
	padding-top: 7px;
}

#main-content .latest .comment-cloud {
	top: 10px !important;
}

#main-content .latest p.post-details {
	padding-top: 5px;
}

#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
}

/* Post (archives) */

#main-content .archives .block {
	position: relative;
	margin-bottom: 15px;
	clear: both;
}

#main-content .archives h2 {
	padding-right: 50px;
}

#main-content .archives p.post-details {
	padding-right: 50px;
}

#main-content .archives img.alignleft {
	margin: 15px 15px 0 0;
}

/* Main Content (post>single) */

#main-content p.tags {
	width: 100%;
	clear: both;
}

.single #main-content .advert_468x60 {
	margin: 15px 0 0px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

/* Comments */

#comments h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}

/* Comments (comment) */
#comments {
	background:none;
}

#comments_wrap {
	width: 553px;
	padding: 15px 32px 75px 31px;
	background: #f5f3e9 url(images/bg_comments.gif) repeat-x 0 top;
	margin-bottom: -52px;
	position: relative;
}

#comments .comment a {
	text-decoration: underline;
}

#comments .comment p {
	padding:0;	
}

#comments .comment a:hover {
	text-decoration: none;
}
form_wrap
#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}

#comments .comment {
	margin-bottom: 14px;
	width: 100%;
}

#comments .comment .col-left {
	width: 110px;
}

#comments .comment .col-left img {
	border: #e6e4db 5px solid;
}

#comments .comment .col-left .inside {
	background: url(images/bg_comment_element.gif) no-repeat right 27px;
	width: 110px;
	float: right;
	margin-right: -17px;
	position: relative;
	overflow: hidden;
	padding-right: 7px;
}

#comments .comment .col-left p {
	padding: 0 0 0 2px;
	line-height: 19px;
}

#comments .comment .col-right {
	width: 381px;
	min-height: 88px;
	background: #fff;
	padding: 10px 20px;
	border: #e6e4db 5px solid;
}

* html #comments .comment .col-right {
	height: 100px;
}

/* Comments (form) */

#form_wrap {
	background: #f5f3e9 url(images/bg_comments.gif) repeat-x 0 top;
	border-bottom: 1px solid #E6E6E6;	
	width: 553px;
	padding: 15px 32px 30px 31px;
	position: relative;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .col-left {
	width: 170px;
}

#form_wrap .col-right {
	width: 361px;
}

#form_wrap textarea, #form_wrap .col-left input {
	border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676563;
	padding: 7px 10px;
}

#form_wrap textarea {
	width: 340px;
	margin-bottom: 18px;
}

#form_wrap .col-left input {
	width: 147px;
	display: block;
	margin-bottom: 10px;
}

#form_wrap input.sb {
	clear: left;
	display: block;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

/* PageNavi */

.more_entries {
	width: 100%;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: #EBEBEB 1px solid;
	padding: 26px 0;
}

.Nav {
	float: right;
}

.Nav a {
	text-decoration: none !important;
}

.Nav .on, .Nav a:hover {
	color:#fff !important;
	background: #9CA722 !important;
}

.Nav a, .Nav .on {
	background: #c5beae;
	color: #fff;
	display: block;
	float: left;
	padding: 6px 9px;
	margin-left: 4px;
}

/* Sidebar */

#sidebar {
/*	width: 292px;*/
	width: 270px;
	overflow: hidden;
	padding-right:22px;
}

#sidebar h2 {
	font-size: 12px;
	background: #c5beae;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #636363;
}

#sidebar a:hover {
	color: #000;
}

/* Sidebar (block) */

#sidebar .block {
	padding: 11px 0 25px 0;
/*	background: url(images/bg_sidebar_separator.gif) repeat-x 0 bottom;*/
	width:260px;
}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #e6e4db 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
}

#sidebar .block .inside li img.thumbnail {
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/

#sidebar .widgetized h2 {
	margin-bottom: 15px;
}

/* Sidebar (widgetized>list>)*/

#sidebar .widgetized ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: #CECFC6 1px solid;
}

#sidebar .widgetized li {
	border-bottom: #CECFC6 1px solid;
	line-height: 20px;
	padding: 5px 0 5px 21px;
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 12px;
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widgetized > special list)*/

#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_archive ul,
#sidebar .widgetized .widget_links ul {
	background: url(images/bg_sidebar_ul_lines.gif) no-repeat right 0;
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -9px;
	position: relative;
}

#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_archive ul li, 
#sidebar .widgetized .widget_links ul li {
	width: 104px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	background: url(images/bg_sidebar_folder.gif) no-repeat 0 7px;
}

#sidebar .widgetized .widget_links ul li {
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 13px;
}

/* Sidebar (widgets)*/

#tag_cloud h2, #footer #tag_cloud h2 {
	display: block;
	float: none;
}

.textwidget {
	clear: both;
	padding: 5px 2px;
	line-height:20px;
}

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}


/* Sidebar (Search)*/

#sidebar #search_main form div {
	position: relative;
	width: 235px;
	height: 26px;
	background:#FFFFFF none repeat 0 0;
	border-color:#C5C3C3 #EDEDED #EDEDED #C5C3C3;
	border-style:solid;
	border-width:1px;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 9px;
	top: 4px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#141313;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: -30px;
	top: 3px;
	z-index: 1;
}

/* Sidebar (advert 125x125) */

#advert_125x125 {
	width: 270px !important;
	margin-top:11px;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
	background: url(images/bg_sidebar_separator.gif) repeat-x 0 top;
}

#advert_125x125 img {
	display: block;
	float: left;
	margin: 9px 0 0 10px;
	display: inline;
}

/* Tabs */

ul#idTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#idTabs li {
	display: inline;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-weight: bold;
}

ul#idTabs li a {
	line-height: 31px;
	background: #c5beae;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul#idTabs li a.selected, ul#idTabs li a:hover {
	background: #9CA722;
	text-decoration:none;
}

#tagcloud {
	padding:10px;
}
/* Sidebar (flickr) */

#flickr h2 span {
	color: #0061D8;
}

#flickr h2 span span {
	color: #FF1183;
}

#flickr .wrap {
	width: 270px;
	margin-left: -5px;
	padding: 0;
	position: relative;
}

#flickr a img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	border: #A8AA99 1px solid;
}

/* Footer */

#footer-out {
	width: 100%;
	background: #807253;
}

#footer {
	width: 937px;
	margin: 0 auto;
	background:#FAF9F5;
	padding: 22px 0 10px 0;
}

/*#footer .position {
	width: 960px;
	margin-left: -20px;
}*/

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 12px;
	background: #C5BEAE;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Footer (block) */

#footer .block {
	width: 282px;
	float: left;
	margin-left: 22px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #E6E4DB 5px solid;
	background: #EDEDED;
	padding-bottom: 10px;
	clear: both;
	margin:0 0 15px;
}

#footer .block .textwidget {
	padding: 5px 10px;

}

/* Footer (block > list) */

#footer ul {
	padding: 0;
}

#footer li {
	padding: 5px 10px;
	line-height: 20px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
}

/* Footer (copyright) */

#copyright-out {
	background:#F7F5EF url(images/footer_bg.gif) repeat-x left top;
	height:auto;
	width:100%;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	height:90px;
	color:#0C364F;
	font-weight:bold;
	padding: 30px 22px 0 0;
	position:relative;
}

#copyright a {
	color:#0C364F;
	text-decoration:none;
}

#copyright a:hover {
	background-color:#D9CA24;
	color:#141313;
	text-decoration:none;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}
/*
#rssFeed {
	position:absolute;
	left:10px;
	top:-15px;
	background:transparent url(images/rss_orb.png) no-repeat top left;
	width:180px;
	height:132px;
	cursor:pointer;
}

* html #rssFeed {
	background:transparent url(images/rss_orb.gif) no-repeat top left;
}

*/
#rssFeed {
	position:absolute;
	left:35px;
	top:-10px;
	background:transparent url(images/rss_orb.png) no-repeat top left;
	width:189px;
	height:132px;
	cursor:pointer;
}

* html #rssFeed {
	background:transparent url(images/rss_orb.gif) no-repeat top left;
}
/* Fix */

.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_archive ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}


/* Video Widget */

#video p {
	padding:0;
}
#video h2 {
	margin-bottom:7px !important;
}
#video .latest {
	border: #D5D4D4 5px solid;
	background: #e6e4db;
	width:250px;
}
#video .vidtabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}
.vidtabs ul#idTabs {
	padding:7px 0 !important;
}
#footer .block .vidtabs ul {
	background:none;
	border:0;
}
