/**
 * Theme Name: Baja Amigos
 * Theme URI: http://acrazychameleon.com
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.2
 * Author: Lynne Robson
 * Author URI: http://acrazychameleon.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2009 Lynne Robson.  All rights reserved.
 * http://acrazychameleon.com
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');


/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css');

/**
* Body
************************************************/
@font-face {  
	  font-family: 'rage-webfont';  
	  src: url( images/rage-webfont.eot ); /* IE */  
	  src: local('rage-webfont'), url( images/rage-webfont.ttf ) format("truetype"); /* non-IE */  
	}  
body {
background:transparent url(images/background.jpg) repeat scroll center 0;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
}
#body-container {
background:transparent url(images/headerbackground.jpg) no-repeat scroll center 0;

}
a, a:visited {
color:#c90000;
text-decoration:none;
}
a:hover, a:active {
text-decoration:none;
}
.entry-content a {
color:#c90000;
}
h1, h2, h3, h4, h5, h6 {
color:#055440;

}
.content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:20px;
}
.content ul li {
background:transparent url(images/bullet.png) no-repeat scroll 0 6px;
overflow:hidden;
padding-left:15px;
}
blockquote {
background:transparent url(images/quotesleft.png) no-repeat scroll 0 0;
border:medium none;
color:#353535;
font-style:italic;
height:100%;
margin:0 24px 0 0;
overflow:hidden;
padding:3px 0 0 20px;
}
blockquote p {
background:transparent url(images/quotesright.png) no-repeat scroll right bottom;
}
blockquote blockquote {
color:#777777;
}
blockquote em {
font-style:normal;
}
blockquote.pullquote {
background:transparent none repeat scroll 0 0;
border-bottom:3px double #DCDCDC;
border-top:3px double #DCDCDC;
color:#353535;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:20px;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:22px;
margin-bottom:3px;
margin-top:6px;
padding:6px 9px;
text-align:center;
width:210px;
}
.pullquote p {
margin:0;
}
code {
background:#EEEEEE none repeat scroll 0 0;
font-size:12px;
padding:0 3px;
}
pre {
background:transparent url(images/code.png) repeat scroll 0 0;
border:1px solid #DCDCDC;
color:#000000;
font-size:12px;
overflow:auto;
padding:9px;
}
pre code {
background:transparent none repeat scroll 0 0;
padding:0;
}
table {
    background: none repeat scroll 0 0 #DCDCDC;
    font-size: 11px;
    width: 100%;
}
caption {
color:#055440;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:12px;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:22px;
text-align:right;
}
tr {
border:1px solid #DCDCDC;
margin:1px;
}
td {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #DCDCDC;
color:#055440;
padding:3px;
}
tr.alt td, tr.even td {
background:#EEEEEE none repeat scroll 0 0;
}
th {
background:#055440 none repeat scroll 0 0;
border:1px solid #DCDCDC;
color:#FFFFFF;
padding:3px 4px;
}
th a {
color:#EEEEEE;
font-weight:bold;
}
acronym {
border-bottom:1px dotted #353535;
}
.note {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
padding:6px 9px;
}
.warning, .alert {
background:#FFFBBC none repeat scroll 0 0;
border:1px solid #f6f936;
padding:6px 9px;
}
.error {
background:#FFEBE8 none repeat scroll 0 0;
border:1px solid #c90000;
padding:6px 9px;
}
.download {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #66CC33;
padding:6px 9px;
}
.left, .alignleft {
float:left;
margin:0 20px 0 0;
}
.right, .alignright {
float:right;
margin:0 0 0 20px;
}
.center, .aligncenter {
display:block;
margin:0 auto 20px;
}
.block, .alignnone {
display:block;
margin:0 0 20px;
}
.clear {
clear:both;
}
span.pullquote {
float:none;
margin:0;
}
.post img {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
max-width:540px;
padding:4px;
}
img.wp-smiley {
border:medium none;
margin:0;
max-height:12px;
padding:0;
}
.wp-caption {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #C0C0C0;
margin-top:5px;
max-width:550px;
padding:4px;
text-align:center;
}
.wp-caption .wp-caption-text {
color:#777777;
font-size:11px;
margin:0;
padding:0 5px;
text-align:right;
}
.wp-caption img {
border:1px solid #dcdcdc;
margin:0 auto;
max-width:538px;
padding:0;
}
.gallery {
display:block;
margin-bottom:20px !important;
text-align:center;
}
.gallery img {
border:1px solid #055440;
}
.avatar {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
float:left;
height:60px;
margin-right:20px;
padding:4px;
width:60px;
}
.thumbnail {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
float:left;
height:100px;
margin:0 20px 10px 0;
padding:4px;
width:100px;
}
.category img.medium {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
float:left;
margin:0 20px 10px 0;
max-width:230px;
padding:4px;
}





#primary-menu {
border-bottom:1px solid;
background:#055440 url(images/widgetbacks.jpg) no-repeat scroll 0 0;
clear:both;
height:34px;
margin:0 auto;
width:100%;
}
#primary-menu div.menu {
	float: none;
	width: 960px;
	margin: 0 auto;
	background: transparent;
}
#primary-menu div.menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#primary-menu div.menu li a {
	color: #fff;
	background: transparent;
	border: none;
	padding:11px 15px;
}
#primary-menu div.menu li a:hover {
	color: #000000;
	background: #f6f936;
	
}
#primary-menu div.menu li ul li {
	text-decoration: none;
}
#primary-menu div.menu a {
	display: block;
	font: bold normal 12px/12px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#primary-menu div.menu a:hover {
	text-decoration: none;
}
#primary-menu div.menu li ul li li a  {
background:url("images/widgetbacks.jpg") no-repeat scroll 0 0 #055440;
border:1px solid;
color:#000000;
margin-left:5px;
margin-top:-3px;
}
#primary-menu div.menu li ul li li a:hover  {
border:1px solid;
margin-left:5px;
margin-top:-3px;
}

#primary-menu div.menu li ul li a  {
background:url("images/widgetbacks.jpg") no-repeat scroll 0 0 #055440;
border:1px solid;
color:#000000;
margin-top:5px;
}
#primary-menu div.menu li ul li a:hover  {
border:1px solid;
margin-top:5px;
}
#primary-menu div.menu li ul {
background:none repeat scroll 0 0 transparent;
border-top:0 none;
margin-top:8px;
}




#navigation .search {
display:none;
float:right;
height:25px;
margin-right:10px;
width:200px;
}
#navigation input {
background:#055440 url(images/search-icon.png) no-repeat scroll 5px 0;
border:1px solid #777777;
color:#C0C0C0;
float:right;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:15px;
line-height:15px;
margin:4px 0 0;
padding:1px 8px 1px 22px;
width:170px;
}
#navigation .search-submit, #navigation .button {
display:none;
}
#header-container {
clear:both;
color:#FFFFFF;
margin:0 auto;
min-height:125px;
overflow:hidden;
width:966px;
}
#header {
margin:0 auto;
min-height:225px;
overflow:hidden;
padding-top:20px;
width:960px;
}
#site-title {
float:left;
height:50px;
margin:10px 0 0;
padding:0;
width:309px;
}
#site-title a {
background:url("images/site-title.png") no-repeat scroll 0 0 transparent;
display:block;
height:50px;
margin-left:0;
width:309px;
}
#site-title a span {
display:none;
}
#site-description {
display:none;
}
#utility-header {
float:right;
overflow:hidden;
width:550px;
}
#utility-header .widget {
background:transparent none repeat scroll 0 0;
line-height:19px;
color:#808080;
margin-top:10px;
}
#utility-header .widget-inside div, #utility-header .widget-inside img {
}
#utility-header .widget-title {
background:transparent none repeat scroll 0 0;
color:#808080;
margin:0;
padding:0;
}
#utility-header .widget ul li {
background:transparent url(images/pencil.png) no-repeat scroll 0 0;
margin:0 0 5px;
padding:0 5px 10px 40px;
}
#leader {
background:url("images/slider-ct.png") repeat-y scroll 0 0 transparent;
clear:both;
margin:0 auto;
overflow:hidden;
width:940px;
}
#utility-leader {
border-bottom:1px solid;
margin:0 auto;
overflow:hidden;
padding:2px 0 20px;
width:900px;
}
#utility-leader p {
margin:0 0 10px;
}
#utility-leader .widget {
background:url("images/primary-bottom.png") no-repeat scroll center bottom transparent;
border:medium none;
color:#322B77;
float:left;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:12px;
line-height:19px;
margin:0 5px;
min-height:300px;
overflow:hidden;
padding:15px;
width:260px;
}
#utility-leader .widget img {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #C0C0C0;
float:left;
margin-right:5px;
margin-top:5px;
max-height:179px;
max-width:250px;
padding:4px;
}
#utility-leader .widget-title {
font-family:'rage-webfont',Arial,'Helvetica Neue',Helvetica,sans-serif;
border-bottom:medium none;
color:#c90000;
font-size:30px;
margin:10px 0 3px;
padding:0 0 3px;
}
#utility-leader a {
color:#DCDCDC;
}
#utility-leader .widget ul {
margin-left:0;
margin-bottom:20px;

}
#utility-leader .widget ul li {
background:transparent none repeat scroll 0 0;
border-bottom:1px solid #055440;
margin:0 0 3px;
padding:0 5px 3px;
}

#intro {
background:none repeat scroll 0 0 transparent;
border-bottom:1px solid #FFFFFF;
margin:0 auto;
overflow:hidden;
padding:2px 0 0;
width:980px;
}

#utility-intro {
margin:0 auto;
overflow:hidden;
padding:10px 20px;
}
#utility-intro .widget {
background:transparent none repeat scroll 0 0;
border:medium none;
color: #FFFFFF;
line-height:1.3em;
margin:0;
padding:0;
text-align: justify;
font-size: 14px;
font-weight: bold;
}
#utility-intro .widget-inside div, #utility-intro .widget-inside img {
float:right;
}
#utility-intro .widget-title {
background:transparent none repeat scroll 0 0;
color:#EEEEEE;
margin:0 0 20px;
padding:0;
}
#utility-intro .widget ul li {
background:transparent url(images/star.png) no-repeat scroll 0 0;
margin:0 0 5px;
padding:0 5px 10px 40px;
}
#utility-intro .more-link {
display: none;
}

#container {
background:url("images/slider-ct.png") repeat-y scroll 0 0 transparent;
clear:both;
margin:0 auto;
overflow:hidden;
padding:20px;
width:900px;
}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
background:url("images/slider-ct.png") repeat-y scroll 0 0 transparent;
}
.content {
float:left;
overflow:hidden;
padding:0 10px;
width:560px;
}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
padding:0 10px;
width:880px;
}
.post {
clear:both;
margin-bottom:20px;
overflow:hidden;
}
.single .post, .page .post {
margin-bottom:0;
}
.page-template-blog .post, .page-template-quick-post .post {
margin-bottom:20px;
}
.entry-title {
font-weight:bold;
margin-bottom:3px;
}
.entry-title a {
color:#353535;
}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
}
.page-title, .error-404-title {
margin:0 0 20px;
}
.byline {
display:none;
color:#777777;
font-size:0.9em;
font-style:italic;
}
.archive .byline, .search .byline {
margin:0 0 3px;
}
.byline a {
font-style:normal;
}
.entry-content, .entry-summary {
font-size:13px;
overflow:hidden;
}
.entry-meta {
border-top:1px solid #C0C0C0;
clear:both;
color:#777777;
display:none;
font-size:0.9em;
font-style:italic;
padding:9px 0 0;
}
.entry-meta a {
font-style:normal;
}
p.pages {
font-weight:bold;
}
p.pages a {
background:#055440 none repeat scroll 0 0;
border:1px solid #EEEEEE;
color:#EEEEEE !important;
font-style:italic;
font-weight:normal;
margin:0 2px;
padding:4px 12px;
}
.series-title {
font-size:1.2em;
}
.single .author-profile {
background:#FAFAFC none repeat scroll 0 0;
border:1px solid #C0C0C0;
margin:0 0 20px;
overflow:hidden;
padding:9px 9px 0;
}
.single .author-profile p {
margin:0 0 9px;
}
.single .author-profile .avatar {
margin:0 20px 9px 0;
}
.author-profile {
margin-bottom:20px;
overflow:hidden;
}
.page-template-biography .author-profile {
margin:0;
}
.author-profile .author-name {
font-size:1em;
font-weight:bold;
margin-bottom:0;
}
.post-box {
margin-bottom:20px;
overflow:hidden;
}
.category-title, .tag-title, .date-title, .author-title, .search-title {
}
.author-info, .category-info, .date-info, .tag-info, .search-info {
margin:0 0 20px;
overflow:hidden;
}
.attachment object {
height:100%;
min-height:400px;
width:100%;
}
.attachment object.video {
height:360px;
width:100%;
}
.attachment object.audio {
width:100%;
}
.attachment-image .post-meta-data {
clear:left;
}
.attachment .download {
display:block;
margin-bottom:20px;
}
.attachment-icon, .mime-type-icon {
height:20px;
margin-right:10px;
padding:0;
}
.attachment-application-octet-stream .video {
height:400px;
margin-bottom:20px;
}
.breadcrumb {
color:#777777;
font-size:11px;
margin:0 0 20px;
}
.wp-pagenavi {
overflow:hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
background:#055440 none repeat scroll 0 0;
border:1px solid #EEEEEE;
color:#EEEEEE !important;
float:left;
margin:0 6px 0 0;
padding:4px 12px;
}
.navigation-links {
overflow:hidden;
}
.next, .previous {
font-size:13px;
max-width:50%;
}
.previous {
float:left;
}
.next {
float:right;
text-align:right;
}
#comments-template .paged-navigation {
text-align:center;
}
#comments-template .paged-navigation .page-numbers {
border:1px solid #EEEEEE !important;
font-style:italic !important;
padding:3px 6px;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
border:medium none !important;
float:none;
text-align:left;
}
.widget {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
margin:0 0 20px;
overflow:hidden;
padding:9px 9px 0;
}
.widget-title {
color:#055440;
font-size:20px;
margin:0 0 15px;
}
.widget-title a {
color:#FAFAFC;
}
.widget ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
}
.widget ul li {
background:transparent url(images/bullet.png) no-repeat scroll 3px 7px;
padding:0 0 0 18px;
}
.widget img {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
/*max-width:100px;*/
padding:4px;
/*float:left;
margin-right:5px;*/
}
.widget blockquote {
background:transparent none repeat scroll 0 0;
border:medium none;
color:#322b77;
font-style:normal;
height:100%;
margin:0;
overflow:hidden;
padding:0;
}
.widget blockquote p {
background:transparent;
}
.widget blockquote blockquote {
color:#322b77;
}
.widget blockquote em {
font-style:normal;
}

.widget-search .search-text {
width:300px;
}
.widget-categories img {
margin:0;
max-height:16px;
padding:0;
position:relative;
top:1px;
}
.content .widget {
border:medium none;
margin:0;
padding:0;
}
.content .widget-title {
background:transparent none repeat scroll 0 0;
border-bottom:1px solid #DCDCDC;
color:#353535;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:20px;
margin:0 0 5px;
padding:0 0 5px;
}
.content .widget-title a {
color:#055440;
}
.page-template-widgets .content .widget {
margin:0 0 20px;
}
#widget-container {
float:right;
width:320px;
}

#secondary h4 {
clear:both;
margin-bottom:0;
}
#primary, #secondary , #tertiary{
background:url("images/primary-bottom.png") no-repeat scroll center bottom transparent;
min-height: 300px;
float:right;
line-height:19px;
overflow:hidden;
width:300px;
margin-right:10px;
}

#primary .widget,#secondary .widget,#tertiary .widget {
background:url("images/primary-top.png") no-repeat scroll center top transparent;
color:#322B77;
margin:0 0 10px;
padding:20px;
}
#secondary, #tertiary {
clear:right;
}
#primary .widget-title,#secondary .widget-title,#tertiary .widget-title {
border-bottom:medium none;
color:#c90000;
font-family:'rage-webfont',Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:30px;
font-weight:normal;
line-height:20px;
margin:0 0 5px;
padding:0 0 10px;
}
#primary .widget ul li,#secondary .widget ul li,#tertiary .widget ul li {
background:transparent none repeat scroll 0 0;
margin:0;
padding:0;
}
#primary .widget ul ul,#secondary .widget ul ul,#tertiary .widget ul ul {
margin:5px 0 0;
}
#primary .widget ul li li,#secondary .widget ul li li,#tertiary .widget ul li li {
border:medium none;
margin:0 0 2px;
padding:0 0 2px 20px;
}
#primary object,#secondary object,#tertiary object {
float:left;
margin:0 0 9px;
padding:0;
width:300px;
}
#primary .widget img {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #C0C0C0;
float:left;
margin-right:5px;
margin-top:5px;
max-height:179px;
max-width:250px;
padding:4px;
}
#comments-template {
margin-top:20px;
/*display:none;*/
}
#comments-number, #reply {
font-size:1.2em;
}
.comments-closed {
display:none;
color:#777777;
font-style:italic;
}
#comments-template ol {

background:url("images/commentbodyBKG.png") no-repeat scroll center bottom transparent;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}
#comments li {
background:url("images/commentbodyBKG-top.png") no-repeat scroll center top transparent;
color:#353535;
margin:0;
overflow:hidden;
padding:20px 40px;
}
#comments li li, #comments li li li li, #comments li li li li li li {
background:#FFFFFF none repeat scroll 0 0;
}
#comments li li li, #comments li li li li li {
background:#FAFAFC none repeat scroll 0 0;
}
#comments li .avatar {
border:1px solid #777777;
float:left;
height:40px;
margin-right:20px;
padding:0;
width:40px;
}
#comments .comment-author {
font-weight:bold;
}
#comments .comment-meta-data {
margin-bottom:15px;
}
.comment-text {
clear:left;
font-size:13px;
}
.text-input {
display:block;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px 6px;
width:300px;
}
.page-template-quick-post .text-input {
width:97.5%;
}
#comments-template label {
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
textarea {
clear:left;
display:block;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
width:98%;
}
.button {
background:#055440 url(images/widgetbacks.jpg) no-repeat scroll 0 0;
border:medium none;
color:#ffffff;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin-right:9px;
padding:6px 9px;
width:100px;
}
.button:hover {
background:#055440 none repeat scroll 0 0;
cursor:pointer;
}
.search-form input {
margin-right:9px;
}
#footer-container {
clear:both;
overflow:hidden;
padding:2px 0 0;
}
#subsidiary {
background:transparent url(images/footer-ct.png) repeat-y scroll 0 top;
margin:0 auto;
overflow:hidden;
padding:2px 0 0;
width:940px;
}
#subsidiary .widget {
background:transparent none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
float:left;
font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:12px;
line-height:21px;
margin:0;
overflow:hidden;
padding:20px;
width:273px;
}
#subsidiary .widget img {
background:transparent none repeat scroll 0 0;
border:1px solid;
float:left;
margin:5px;
max-width:128px;
padding:0;
}

#subsidiary .widget-title {
border-bottom:1px solid #f6f936;
color:#f6f936;
font-size:15px;
font-weight:bold;
margin:0 0 3px;
padding:0 0 3px;
}
#subsidiary a {
color:#f6f936;
}
#subsidiary .widget ul {
margin-left:0;
}
#subsidiary .widget ul li {
background:transparent none repeat scroll 0 0;
border-bottom:medium none;
margin:0 0 3px;
padding:0 0 3px;
}

#subsidiary .widget blockquote {
color:#ffffff;
}
#footer-container {
border-top:medium none;
clear:both;
overflow:hidden;
padding:0;
width:100%;
}
#footer {
color:#f6f936;
margin:0 auto;
overflow:hidden;
width:940px;
}
#footer a {
color:#f6f936;
font-style:normal;
}
#footer .copyright {
display:inline;
float:left;
margin-right:9px;
}
#footer p {
margin:0 0 5px;
}

#utility-before-content {
}
#utility-before-content .widget {
background:transparent none repeat scroll 0 0;
border:1px solid #C0C0C0;
margin:20px 0;
padding:10px;
}
#utility-before-content .widget-inside div, #utility-before-content .widget-inside img {
}
#utility-after-content .widget img{
background:transparent none repeat scroll 0 0;
border:none;
float:none;
margin-right:0;
max-width:540px;
padding:10px 0 0 0;
}
#slidercontainer {
background:transparent url(images/slider-ct.png) repeat-y scroll 0 0;
height:330px;
width:940px;
margin: 0 auto;
}
#slider-tp {
background:transparent url(images/slider-tp.png) no-repeat scroll 0 0;
clear:both;
margin:10px auto 0;
overflow:hidden;
width:940px;
height: 36px;
}
#slider-bt {
background:transparent url(images/slider-bt.png) no-repeat scroll 0 0;
clear:both;
margin:0 auto 20px;
overflow:hidden;
width:940px;
height: 20px;
}
#sliderwrapper {
background:url("images/featureback.png") no-repeat scroll 420px 15px #FFFFFF;
/*background:#FFFFFF none repeat scroll 0 0;*/
height:330px;
margin:0 auto;
width:900px;
}

#slider {
background:transparent none repeat scroll 0 0;
height:330px;
margin:0 auto;
}
#slider .entry-summary {
background:none repeat scroll 0 0 #FFFFFF;
font-size:13px;
overflow:hidden;
padding-top:0;
}
#slider h2 {
color:#C90000;
font-family:'rage-webfont',Arial,'Helvetica Neue',Helvetica,sans-serif;
margin-bottom:5px;
}
.feature {
background:transparent none repeat scroll 0 0;
border:medium none !important;
color:#555555;
height:276px;
overflow:hidden;
padding:20px;
width:860px;
}
.feature a {
color:#3C2415;
font-weight:normal;

}
.feature img {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #C0C0C0;
    float: left;
    height: 276px;
    margin: 0 15px 0 0;
    max-height: 276px;
    max-width: 340px;
    padding: 4px;
}
#slider .feature .entry-title {
font-size:21px;
/*display: none;*/
margin-top:45px;
background:none repeat scroll 0 0 #FFFFFF;
}
#slider .feature .entry-title a {
color:#c90000;
}
.feature .byline {
display: none;
color:#EEEEEE;
margin-bottom:15px;
}
.more-link {
font-style:italic;
}
/* Slider controls */
/*#slidercontainer {
background:transparent url(images/slider-ct.png) repeat-y scroll 0 0;
height:330px;
width:940px;
margin: 0 auto;
}*/
#controls {
background:none repeat scroll 0 0 transparent;
clear:both;
height:25px;
line-height:15px;
margin:10px 0;
overflow:hidden;
width:100px;
}
.slider-controls .slider-prev {
background:url("images/slider-prev.png") no-repeat scroll 0 0 transparent;
border:medium none !important;
float:left;
height:20px;
text-indent:-9999px;
width:22px;
}
.slider-controls .slider-prev:hover {
	background: transparent url(images/slider-prev.png) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: transparent url(images/pause.png) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: transparent url(images/pause.png) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: transparent url(images/slider-next.png) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: transparent url(images/slider-next.png) no-repeat right -20px;
	}
.content .entry-title, #content .entry-title {
}
#slidercontainer .byline {
margin-bottom:3px;
}
#slidercontainer .post {
border-bottom:1px solid #DCDCDC;
}
#slidercontainer .entry-meta {
display:none;
}
#slidercontainer .section-title {
border-bottom:1px solid #DCDCDC;
font-size:15px;
font-weight:bold;
margin:0 0 5px;
padding:0 0 5px;
}
#headlines .section-title {
}
#headlines {
overflow:hidden;
}
#headlines .odd {
clear:both;
float:left;
overflow:hidden;
width:270px;
}
#headlines .even {
clear:none;
float:right;
overflow:hidden;
width:270px;
}
#headlines ul {
font-size:11px;
margin-left:5px;
}
#headlines ul li {
background:transparent url(images/bullet.png) no-repeat scroll 0 7px;
}
#headlines ul li a {
font-weight:bold;
}
#content .post, .content .post {
margin-bottom:20px;
}
.wp-pagenavi, .navigation-links {
/*display:none;*/
}

#cont_bottom {
background:transparent url(images/slider-bt.png) no-repeat scroll 0 0;
clear:both;
margin:0 auto 20px;
overflow:hidden;
width:940px;
height: 20px;
}
#top {
background:transparent url(images/rings.png) no-repeat scroll 0 0;
clear:both;
margin:0 auto;
overflow:hidden;
width:940px;
height: 36px;
}

#foot_top {
background:transparent url(images/footer-tp.png) no-repeat scroll 0 0;
clear:both;
margin:0 auto;
overflow:hidden;
width:940px;
height: 10px;
}

#bottom {
background:transparent url(images/footer-bt.png) no-repeat scroll 0 0;
clear:both;
margin:0 auto 20px;
overflow:hidden;
width:940px;
height: 10px;
}


.entry-content img {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #C0C0C0;
max-width:540px;
padding:4px;
}

.wp_twitter ol {
font-size:1.1em !important;
font-style:normal!important;
list-style-type:none;
margin:0;
padding:0;
}

.commentbodytop {
background:url("images/commentbodyBKG-top.png") no-repeat scroll center top transparent;
}

.commentbody {
background:url("images/commentbodyBKG.png") no-repeat scroll center bottom transparent;
min-height:120px;
}

.commentbody ol {
list-style-type:none;
}

.commentbody li {
padding:20px 30px 10px 0;
}
.more-link {
background:url("images/readmore.png") no-repeat scroll 0 0 transparent;
float:right;
height:25px;
width:101px;
}
.more-link span {
display:none;
}

.sfststreadmore {
float:right;
margin-top:20px;
}

#sfstest-page blockquote {
background:url("images/quotesleft.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#353535;
font-style:italic;
height:100%;
margin:0 24px 20px 0;
overflow:hidden;
padding:3px 0 0 20px;
}

#sfstest-page blockquote cite {
font-weight:bold;
}

.cats{
	margin:0 0 20px 0;
}

.cats h3{
	margin:0 0 5px 0;
}

.cats p {
margin:0 0 10px;
}

.mapp-poweredby {
display:none;
font-size:8pt;
}

#utility-after-content table {
border-collapse:collapse;
border-spacing:0;
margin-bottom:0;
}

#utility-after-content tr {
border:medium none;
margin:1px;
}

#utility-after-content td {
background:none repeat scroll 0 0 #FFFFFF;
border:medium none;
color:#055440;
padding:3px;
text-align:center;
}

#utility-after-content .widget img {
    padding: 0 5px;
}

#utility-after-content .more-link {
    display:none;
}

#utility-after-content .widget-title {
    display:none;
}

.widgets_on_page {
    background: url("images/primary-bottom.png") no-repeat scroll center bottom transparent;
    float: right;
    line-height: 19px;
    margin-right: 10px;
    min-height: 200px;
    overflow: hidden;
    padding-top: 20px;
    width: 300px;
}

.widgets_on_page ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #055440;
    margin: 0 20px 3px !important;
    padding: 0 5px 3px;
}

.widgets_on_page ul {
    list-style: none outside none;
    margin-left: 0;
}

.widgets_on_page h2 {
border-bottom:medium none;
color:#c90000;
font-family:'rage-webfont',Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size:30px;
font-weight:normal;
line-height:30px;
margin:0 0 5px;
padding:0 0 10px;
}

