/*  
Theme Name: Mumrik
Theme URI: http://neewee.com/wordpress/mumrik-wordpress-theme/
Tags: fixed width, 3 columns, blue, white, right sidebar, widgets, gravatars, widget ready, feedburner, featured category, admin options
Description: Mumrik Theme is a WordPress Theme built on W3C standards brought to you by <a href="http://frontendbook.com">Front-end Book</a>
Version: 1.0.3
Author: Mattias Hising
Author URI: http://frontendbook.com/

	Mumrik 1.0.3
	http://neewee.com/wordpress/mumrik-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-family: Arial,Helvetica,sans-serif;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation
	font-size:138.5%;*/
	font-size:138%;	
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:138.5%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:123.1%;  
	min-height:33px;
}
h5,h6 {
	/* top & bottom margin based on font size */
	/*margin:1em 0;*/
	font-size:93%;  
}

h4 {
	/* top & bottom margin based on font size */
	/*margin:1em 0;*/
	font-size:108%;  
}
h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	/*font-family: Trebuchet,"Trebuchet MS",arial,sans-serif;*/
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
	/*font-family: Trebuchet,"Trebuchet MS",arial,sans-serif;*/
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	font-size:70%;
	font-family: verdana,sans-serif;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

p {
	/*body font size*/
	font-size:70%;
	line-height: 158.5%;
	font-family: verdana,arial,sans-serif;
}

a {
text-decoration: none;
color:#117ac0;
}

a:hover {
text-decoration: underline;
}

.sidebar p {
	font-size:65%;
	line-height: 138.5%;
}

#side-post img {
	width:300px;
	margin:10px 0px;
	display:block;
}

#side-post {
	margin:20px 0px;
}


#side-post h3 {
	font-weight:normal;
	font-size:100%;
}

.custom-width-1-3-column-1{
width:61.5%!important;
}

.custom-width-1-3-column-2{
width:34.5%!important;
}

.sg-logo {
padding-bottom:0;
margin-bottom:-4px;
border-bottom:2px solid #ffffff;
padding-top:15px;
}

.bg-sg-01 {
	background-color:#d2232a;
}
.bg-sg-02 {
	background-color:#00aeef;
}
.bg-sg-03 {
	background-color:#ed1c24;
}
.bg-sg-04 {
	background-color:#706a09;
}
.bg-sg-05 {
	background-color:#003a79;
}
.bg-sg-06 {
	background-color:#00aeef;
}
.bg-sg-07 {
	background-color:#4a8129;
}
.bg-sg-08 {
	background-color:#ee3823;
}
.bg-sg-09 {
	background-color:#015894;
}
.bg-sg-10 {
	background-color:#939598;
}
.bg-sg-11 {
	background-color:#991e3c;
}
.bg-sg-12 {
	background-color:#a00721;
}
.bg-sg-13 {
	background-color:#1b505b;
}
.bg-sg-15 {
	background-color:#1c2556;
}
.bg-sg-16 {
	background-color:#0673ba;
}
.bg-sg-17 {
	background-color:#ee3823;
}
.bg-sg-18 {
	background-color:#00aeef;
}
.bg-sg-19 {
	background-color:#659223;
}
.bg-sg-20 {
	background-color:#ffc106;
}
.bg-sg-21 {
	background-color:#106735;
}
.bg-sg-22 {
	background-color:#16b8cd;
}

.center-text {
text-align:center;
}

.right-text {
text-align:right;
}

.left-text {
text-align:left;
}

.left {
float:left;	
}

.right {
float:right;	
}

.marginme-right {
margin-right:20px;
}

.marginme-left {
margin-left:20px;
}

.marginme-top {
margin-top:20px;
}

.marginme-bottom {
margin-bottom:20px;
}

.marginme-bottom-small {
margin-bottom:5px;
}


.marginme-top-small {
margin-top:5px;
}

.content-space {
	margin:10px;
}

h1.sg-title {
	font-size:138.5%; 
	color:#fff;
	margin:80px 0 0 10px;
	font-weight:normal;
}


.post-meta-key {
font-weight:bold;
}

ul.post-meta li{
list-style:none;
}

ul.post-meta {
margin-left:0;
}


.metacat ul.post-meta li {
background:none;
border-bottom:1px dotted #806E00;
margin-bottom:0px!important;
}

table.software-guide td, table.software-guide th  {
	border-color:#ddd;
	padding:0;
	margin:0;
	font-size:65%;
	line-height:110%;	
	font-family:verdana,sans-serif;
}

table.software-guide th {
	font-weight:bold;
	text-align:center;
	padding:7px 5px;
	font-size:50%;
	background-color:#000;
	color:#fff;
	
}

table.software-guide td {
	padding:7px 5px;
	
}

.bg-yellow {
	background-color:#fffce6;
}

.bg-white {
	background-color:#fff;
}




table.software-links td, table.software-links th  {
	border:none;
	padding:0;
	margin:0;
	font-size:70%;	
}

table.software-links td, table.software-links th  {
	padding:5px;
}

table.software-links th  {
	font-weight:bold;
	font-size:85%;
	padding-bottom:10px;
}

#custom-doc {  
margin:auto;text-align:left; /* leave unchanged */  
width:960px;/* non-IE */  
*width:960px;/* IE */  
min-width:960px;/* optional but recommended */  
}

#custom-doc .yui-b {
/*width: 23.0769em;*/
width: 20.5869em;
}

#custom-doc #yui-main .yui-b {
/*margin-left: 24.0769em;*/
margin-right: 21.0122em;
}


body{
	/*font-size:0.9em;*/
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
	background-image:url("images/bg-body.gif");
	background-repeat:repeat-x;
	background-position: 0 0;

}

.bg-gray {
	background-color:pink;
}

a {
	text-decoration:none;
	color:#1a6091;
}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	color:#666;
	line-height:1.5em;
	font-style:italic;
}

#Wrapper{
	margin:10px auto;
	width:960px;
}
#BigAd {
	padding-bottom:10px;
}

#Header {
	border-top:1px solid #dbf1fb;
	position:relative;
}

#HeaderText{
	padding:20px 10px;
	/*margin-right:270px;*/
}

#Subscription {
	position:absolute;
	z-index:10000;
	right:0;
	top:0;
	background: #dbf1fb;
	
	
	/*
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

#RSSButton {
	color:#000;
	/*font-size:13px;*/
	padding:4px 12px 4px 28px;
	display: block;
	background:transparent url("img/feed_small.png") no-repeat 8px 3px;
}

#hd {
	text-align:left;
	
}

#bd {
	text-align:left;
	background:transparent url("images/bg-content.gif") repeat-y 0px 0px;
}

#ft p {
font-size: 65%;
color:#868686;	
}

.spaceme {
height:30px;
}


.Form label {

	
}

a.linkme-special {

		background-color: #f7941d;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		padding:2px 5px;
		color:#fff;
	}


#ft .current-size {

}


#ft h4 {
font-size: 85%;
color:#000;
margin-bottom:10px;	
}

#ft-current-issue p {
display:block;
}

#ft-current-issue a.linkme-special {
margin-top:10px;
}

#ft-current-issue p span {
visibility:visible;
}

#ft-current-issue img.current-size {
visibility:visible;
width:70px;
height:105px;
margin-left:10px;
}

#ft-current-issue img {
visibility:hidden;
width:0px;
height:0px;
}

#ft-current-issue p {
visibility:hidden;
height:0px;
}

#HeaderText h1 {
	padding:0;
	margin:0;
	/*font-size:1.6em;*/
	font-weight:bold;
}

#HeaderText h1 a {
	color:#000;
	text-decoration:none;
}

#HeaderText h1 a:hover,
#MainNavigation li a:hover, #SubNavigation li a:hover {
	text-decoration:underline;
}

#HeaderText h1 strong {
	/*font-size:1.3em;*/
	color:#000;
}

#HeaderText h2 {
	padding:0;
	margin:0;
	/*font-size:0.9em;*/
	font-weight:normal;
	color:#999;
}	
	
#MainNavigation {
z-index:1;
	background:#187CA7 url("img/bg_main_navigation.gif") repeat-x;
	padding:10px;
	position:relative;
	
}

#SubNavigation {
z-index:1;
	background:#666;
	padding:10px;
	position:relative;
	
}

#MainNavigation ul,
#MainNavigation li, #SubNavigation li, #SubNavigation ul
{
	list-style:none;
	padding:0;
	margin:0;
}
#MainNavigation li, #SubNavigation li
{
	display:inline;
}

#MainNavigation li a, #SubNavigation li a {
	padding:6px 6px;
	color:#fff;
	text-decoration:none;
	font-size:108%;
	font-family: Arial,Helvetica,sans-serif;
}

#MainNavigation li:first-child a {
	/*padding-left:0px;*/
}


#MainNavigation ul > li a.current, 
#MainNavigation ul > li.current_page_parent a,
#MainNavigation ul > li.current_page_item a,
#MainNavigation ul > li.current_page_ancestor a
{
	background-color: #f7941d;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	color: #fff;
}

#SubNavigation ul > li a.current, 
#SubNavigation ul > li.current_page_parent a,
#SubNavigation ul > li.current_page_item a,
#SubNavigation ul > li.current_page_ancestor a
{
	background-color: #444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
}

#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	cursor: default;
}

#NavigationContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#NavigationContent li {
	/*font-size:13px;*/
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 6px 8px;
}

#Search{
	position:absolute;
	right:10px;
	top:8px;
}

#Search input[type='text'] {
	border:1px solid #4cb4fc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
}

#NavigationContent,
#MainContent,
#ContextualContent{
	float:left;

}

#NavigationContent {
	margin-top:10px;
	width:170px;
	margin-right:8px;
}

#NavigationContent ul ul {
display:none;
}

#NavigationContent ul > li.current_page_parent > ul,
#NavigationContent ul > li.current_page_item > ul,
#NavigationContent ul > li.current_page_ancestor > ul {
	display:block;
}

#MainContent {
	width:468px;
	margin:0 11px 0 0;
	padding: 10px;
}

#ContextualContent {
	margin-top:10px;
	width:260px;

}

.widget {
	background-color: #effaff;
	padding:10px;
	margin-bottom: 10px;
	border-right: 1px solid #dbf1fb;
	border-bottom: 1px solid #dbf1fb;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.Post {
/*	margin:10px 0;*/
}

.post-single img{
	margin:10px;
	
}

.Post h3 {
	/*margin:0;
	padding:0;
	letter-spacing: -1px;*/
}

.Post h3 a {
	color:#2B9A09;
	/*font-size:22px;*/
	
}

.PostImage {
	border:1px solid #000;
}


.PostInfo em {
	font-style:normal;
}

.author {
	color:#999;
}

.comments {
	float:right;
}

.Comments h3 {
	font-weight:normal;
}

.Comments p {
	font-size:100%;
}

.UserInput p {
	font-size:70%;
}

.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
display: block;
	padding:4px 0;
	margin:0;
	/*font-size:0.9em;*/
	color:#B3B3B3;
}

.PostContent {
	clear:both;
	line-height:1.7em;
	/*font-size:0.9em;*/
	
}

.content-post img{
	margin-left:15px;
	margin-bottom:10px;
	padding:7px;
	background:#fff;
}

.content-post img.current-size {
	/*display:none;*/
}

#side-mag p img.current-size {
	width:300px;
	visibility:visible;
	float:left;
}

#side-mag p {
visibility:hidden;
height:0px;
}

ul.mag li {
float: left;
margin:0;
padding:0px;
list-style:none;
}

ul.mag li a {
float: left;
display: block;
padding-top: 90px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;

text-align: center;
width: 70px;
font-size:90%;
}

ul.mag span {
font-size: 90%;
text-transform: uppercase;
color: #666666;
display: block;
}
ul.mag li#april08 a { background-color: transparent;background-image: url(images/covers/FM0408.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#june08 a { background-color: transparent;background-image: url(images/covers/FM0608.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#aug08 a { background-color: transparent;background-image: url(images/covers/FM0808.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#oct08 a { background-color: transparent;background-image: url(images/covers/FM1008.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }

ul.mag li#december09 a { background-color: transparent;background-image: url(images/covers/FM1208.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#february09 a { background-color: transparent;background-image: url(images/covers/FM0209.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#april09 a { background-color: transparent;background-image: url(images/covers/FM0409.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#june09 a { background-color: transparent;background-image: url(images/covers/FM0609.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#august09 a { background-color: transparent;background-image: url(images/covers/FM0809.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#october09 a { background-color: transparent;background-image: url(images/covers/FM1009.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#december10 a { background-color: transparent;background-image: url(images/covers/FM1209.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#february10 a { background-color: transparent;background-image: url(images/covers/FM0210.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#april10 a { background-color: transparent;background-image: url(images/covers/FM0410.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }
ul.mag li#june10 a { background-color: transparent;background-image: url(images/covers/FM0610.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: center top; }




.content-post strong, .post-single strong {
line-height: 168.5%;
}

.list-item h3 {
	font-size:90%; 
	font-family: arial,sans-serif;
	height:17px;
	overflow:hidden;
	font-weight:normal;
}

.posts-3 h3 {
	font-size:90%; 
	font-family: arial,sans-serif;
	font-weight:normal;
}

.posts-3 p, .list-item p {
	/*font-size:65%;*/
	line-height: 138.5%;
}

.clearme-quick {
	clear:both;
}

.posts-3 p {
padding:0!important;
}

.posts-3 .wp-caption, .list-item .wp-caption, .first-item .wp-caption {
border:none!important;
text-align: left;
background-color:none!important;
padding:0px!important;
margin: 0px!important;
}


.bg-white {
	background-color:#fff;
}

.padme-small {
	padding:5px;
}

.padme {
	padding:10px;
}

.borderme {
	border:1px solid #ddd;
	border-bottom:2px solid #ddd;
}

.posts-3 a.preview {
	background:#fff;
	height:100px;
	overflow:hidden;
	display:block!important;
	text-align:center;
	border:1px solid #ddd;
	margin:10px 0;
	
}

.list-item a.preview {
	height:80px;
	height:50px;
	overflow:hidden;
	display:block!important;
	text-align:center;
	border:1px solid #ddd;
	float:left!important;
	background-color:#fff;
	margin:0 10px 0 0;
}

.list-item a.preview img {
	width:80px;
	overflow:hidden;
	height:auto;
	float:none!important;
}
.post-list-height {
	height:50px;
}

.posts-3 a.preview img {
	width:100%;
	height:auto;
float:none!important;
}

.post-height {
	height:200px;
	overflow:hidden;
}

.post-height-feature {
	height:300px;
}

.first-item-height {
	height:218px;
	overflow:hidden;
}


.first-item a.preview {
	background:#fff;
	height:220px;
	overflow:hidden;
	text-align:center;
	float:left!important;
	margin-right:15px;
	margin-bottom:5px;
}

.first-item a.preview img {
width:320px;
overflow:hidden;
height:auto;
float:none!important;
}

.lineme  {
	border-top:7px solid #fff;
}

.eventkeyline  {
	border-bottom:7px solid #fff;
}


/* Contextual Content */

.widget ul,
.widget ul li
{
	list-style:none;
	margin:0;
	padding:0;
}


.widget ul li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	/*font-size: 0.9em;*/
}


.widget ul li ul {
	/*display:none;*/
}
 

span.date {
	color:#B3B3B3;
}

span.title a {
	color:#2B9A09;
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}


/* Footer */
#Footer {
	margin:10px 0;
	/*font-size: 0.9em;*/
	clear:both;
	padding:20px;
	color:#999;
	text-align:center;
}

#Footer a {

}

/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 10px 0;
   /*border: 1px solid #333;*/
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   clear:both;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   /*font-size: 11px;*/
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

#SubscriptionChooser {

	
	display: none;
	padding:4px 12px 4px 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#SubscriptionChooser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SubscriptionChooser ul li {
	padding:2px 4px;
	margin:0;
}

.SearchResult {
	list-style: none;
	margin:0;
	padding:0;

}

.SearchResult li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

#contextual_ads {
	list-style: none;
	margin:0;
	padding: 0;
}

#contextual_ads li {
	display: block;
	float:left;
	width:125px;
	height:125px;
	border:1px solid #ccc;
	margin-bottom: 6px;
	text-align: center;
	
}


#contextual_ads li.alt {
	margin-right:6px;
}

/* jQuery UI Tabs */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #bed7f1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #bed7f1;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	/*font-size: 0.9em;*/
	font-weight: normal;
	text-decoration: none;
	padding: .5em .9em;
	color: #555555;
	background-color: #effaff;
}
.ui-tabs-nav-item a:hover {
	background-color: #b2d1ef;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-color: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	clear:left;
	border: 1px solid #bed7f1;
	background-color: #ffffff;
	color: #222222;
	padding: .5em .7em;
	margin-bottom: 15px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* WP Core Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   /*font-size: 11px;*/
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* CommentLuv support */
abbr em img { float: left !important; margin: 2px !important }

/* templates */
.full_image {
	margin:10px 0 0 0;
}

/* Generic Classes */
ul.links {
	list-style:none;
	margin:0;
	padding:0;
}


ul.links li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	/*font-size: 0.9em;*/
}

/* Templates */
#FullContent {
	position:relative;
}

#rotator {
	position:absolute;
	width:938px;
	bottom:0;
	left:0;
	
}

.puff {
	padding:10px 20px;
	color:#fff;
	background:transparent url("img/pusher_bg.png");
}

.puff h4 {
	margin:0;
	color:#ff7800;
}

.puff p {
	margin:0;
	/*font-size:0.9em;*/
	line-height:1.4em;

}

.puff a {
	color:#ffea00;
}

.puff img {
	float:left;
	border:1px solid #fff; 
	margin:0 15px 0 0;

}

.puff:after, .cols:after {
	content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* Plugin Specific Classes */

/* NavXT */
.breadcrumb {
	margin:10px;
}

#AdsContext {
	border:1px solid #bed7f1;
	padding:5px;
	margin-bottom:10px;
}

/* for email signup form */

#email-signup {background:#F7941D;padding:10px;margin-bottom:10px;width:280px;-moz-border-radius:5px;}
span.label,span.spacer,span.multiple span {width:90px;float:left;font-size:11px;padding-top:5px;}
span.multiple {float:left;}
span.button {padding-left:210px;}
div.clear {clear:both;padding-top:5px;}
.formargin {margin-top:5px;}

/* BG for news and features */
.news-feature {background:#ccc;padding:10px;margin:0 0 10px 0;-moz-border-radius:5px;}
.news-feature li {font-size:13px;margin:6px 0 0 0;font-weight:normal;list-style:circle outside;
}
.news-feature h1 {margin:0;}


/* Clearfix */
.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* for IE6 */
* html .group {
	height:1%;
}
/* for IE7 */
*:first-child+html .group {
	min-height:1px;
}

ol.content_list  {
  font-size:100%;
  margin:0;
  padding:0;
}

ol.content_list li {
  list-style:none;
  margin:0;
  padding:0;
}


ol.content_list li .post-list-height {
	height:50px;
	overflow:hidden;
}

.pagination {
  margin-left:10px;
  margin-top:10px;
}

.pagination a, .pagination span {
  padding:5px 4px;
  background-color:#efefef;
}

.pagination a {
  background-color:#1a6091;
  color:#fff;
}

.pagination a:hover {
  background-color:#1a6091;
  color:#fff;
}

.pagination span {
  color:#666;
}


