/*   
Theme Name: Tribal Link 
Theme URI: 
Description: A Thematic Child Theme for tribal-link.org/
Author: James Gibson – SubRosa
Author URI: http://www.wearesubrosa.com
Template: thematic
Version: 1.0
Tags: Tribal
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous  -- WHICH I DID, JAMES.*/


/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 13px Arial,sans-serif;
    line-height:19px;
}
p, ul, ol, dd, pre {
   /* margin-bottom:22px;*/
      color: #3b3b3c;

}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}

blockquote{
    color:#311F0F;
    font-style:italic;
    font-family:Georgia, serif;
    border-left: solid #E3E3D3 1px;
    background-color:white;
    padding:10px 0 10px 15px;
    margin-bottom:10px;
}

blockquote p {
	margin-bottom:0;
	line-height:24px;
}

ul {
	margin-bottom:0;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    /*margin:0 0 22px 0;*/
	margin:0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color: #f75635;
}
a:visited {
    color: #af2108;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#donate {
    width:940px;
    margin:0 auto;
}


.donateBtn{

}

.donateBtn a{
	margin-left:800px;
	display:block;
	width:140px;
	height:42px;
	background-image:url(images/donateBtn.png);
	background-repeat:no-repeat;
	background-position:top;
	text-indent:-9999px;
	overflow:hidden;
}

.donateBtn a:hover{
	background-position:bottom;
}


#header {
    z-index:2;
    
}
#branding {
    padding:2px 0 10px 0;
   
    
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    margin-top:10px;
 
  
    
}
#blog-title a {
	background-image:url(images/tribalLogo.png);
    background-repeat:no-repeat;
    background-position: top left;
    display:block;
    height:129px;
    width:230px;
    color:#000;
    text-decoration:none;
    text-indent:-9999px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
    text-indent:-9999px;
    overflow:hidden;
    height:5px;
}

#feature{
	width:940px;
    margin:0 auto;
    margin-top:10px;
    border: 1px solid #ccc;
}

#intro{
	
	width:940px;
    margin:0 auto;
    display: block;
    background-color: #f1f1f1;
    border-top: solid 1px;
    border-top-color: #d6d6d6;
    border-bottom: solid 1px;
    border-bottom-color: #b2b2b2;
    margin-top:20px;
   
}

#intro.programIntro {
	width:938px;
	margin-bottom:18px;
}

#intro-content {
	margin:20px 31px 0 31px;
	padding:0 0 20px 0;
}

div#intro-content h3.entry-title{
	text-shadow: 0px 2px 0px #fff;
	margin-bottom:10px;
	color: #311F0F;
	
}

div#intro-content p{
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	margin-bottom:8px;
}

#sub-heading {
    width:940px;
    margin:0 auto;
    margin-top:20px;
}

#container-heading{
	width:589px;
	height:23px;
    float:left;
    border-bottom: 2px solid;
    border-bottom-color: #369ebb;
    background-color:#B5DDE8;
    padding-top:4px;
    padding-left:31px;
	font-family: Georgia, Serif;
	font-size: 18px;
	color: #311F0F;
	text-decoration:none;
}

#container-heading a{
	color: #311F0F;
	text-decoration:none;
	
}

#section-heading{
    border-bottom: 2px solid;
    border-bottom-color: #369ebb;
    background-color:#B5DDE8;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:20px;
}

#section-heading h2 {
	font-family: Georgia, Serif;
	font-size: 18px;
	/*margin-left:10px;*/
	margin-left:31px;
}

#section-heading a{
	color: #311F0F;
	text-decoration:none;
	
}

#aside-heading {
    width:300px;
    height:23px;
    float:right;
    position:relative;
    right:0;
    border-bottom: 2px solid;
    border-bottom-color: #542f14;
    background-color: #D6C098;
    padding-top:4px;
	font-size: 18px;
	margin-left:4px;
	font-family: Georgia, Serif;
}

#aside-heading a{
	font-family: Georgia, Serif;
	font-size: 18px;
	color: #311F0F;
	text-decoration:none;
	margin-left:13px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:24px;
    font-size:13px;
    overflow:visible;
    width:940px;
    margin: 0 auto;
    padding-bottom:5px;
    background-image:url(images/accessBg.png);
    background-repeat:repeat-x;
    background-position: bottom;
    border-bottom:1px solid #f75635;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	0.6;
	width: 880px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	margin-left:20px;
}
.sf-menu a {
	/*border-top:1px solid #311F0F;
	border-bottom:1px solid #311F0F;*/
	padding:8px 13px;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /*border-right:solid 1px #a45826;
    border-left:solid 1px #a45826;*/
    background: url(images/navBG.png) repeat-x #df4d1d;    
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#311f0f;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #55402e;
	outline:		0;
    border-bottom-color:#311F0F;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/* =CUSTOM DONATE LINK STYLING
-------------------------------------------------------------- */

ul.sf-menu.sf-js-enabled li.page_item.page-item-14 {
	 background: url(images/navBG.png) repeat-x #df4d1d; 
	float:right;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:18px 0 0px 0;
    width:940px;
}



#container {
	border:1px solid #e0e0e0;
	width:618px;
	background-color: #fbfbfb;
}

#content {
	margin-top:18px;
	/*margin-left:18px;*/
	margin-left:39px;
	margin-right:39px;
}
.page-title {
    font-size:13px;
    line-height:18px;
    /*padding:0 0 44px 0;*/
	padding:0 0 15px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 12px 0;
    margin-bottom:30px;
    margin-top:10px;
    border-bottom: 1px solid lightgrey;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Georgia,serif;
    font-size:23px;
    font-weight:normal;
    line-height:30px;
    padding:0 0 1px 0;
}

.catIcon {
	display:block;
	float:left;
}

.hentry.entry-title {
text-shadow: 0px -1px 0px #e0e0e0;
}

.entry-title a {
    color: #553519;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #723e18;
}
.entry-meta  {
    color:#666;
    font-size:10px;
    font-style:italic;
    line-height:18px;
	padding-bottom:10px;
}

.entry-date abbr.published{
	font-style:italic;
	font-size:12px;
	
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:italic;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#606061;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-family: Georgia, serif;
    font-size:13px;
    font-style:italic;
    letter-spacing:0.05em;
    color:#311F0F;
}
.entry-content {
   /* padding:22px 0 0 0;*/
}
.entry-content h1,
.entry-content h2 {
    font-family:Georgia, serif;
    font-size:19px;
    font-weight:normal;
    padding:28px 0 14px 0;
    color:#553519;
}
.entry-content h3 {
	font-family:Georgia, serif;
    font-size:16px;
    /*padding:28px 0 14px 0;*/
	padding:0 0 14px 0;
    color:#553519;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family:Georgia, serif;
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
    padding: 28px 0 11px 0;
    color:#553519;
}

.entry-content p{
	  
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}

.entry-content img{
	border:1px solid #999999;
}

/* --- SPECIAL STYLING FOR STORIES --- */

.storyPost {
	
}

/* --- POST FOOTER META --- */
.entry-utility {
    color:#3f585e;
    font-size:9px;
    line-height:18px;
    font-weight: bold;
    text-transform:uppercase;
    /*margin:0 0 44px 0;*/
	margin:15px 0 5px 0;
	padding:6px 10px 4px 10px;
	background-color:#b4d3db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.entry-utility a {
    color:#308096;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #40acc9;
}

.cat-links {

}

.meta-sep {
	display:none;
}

.comments-link.comments-closed-link{
	display:none;
}

.comments-closed-link {display:none;}

.edit {
	display:none;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color: #d55e00;
    font-size:9px;
    line-height:12px;
    text-transform:uppercase;
    font-weight:bold;
    text-align:left;
    padding:5px 5px 5px 5px;
    display:inline-block;
    float:left;
    background: #e0e0e0;
    border-top: solid 1px  #717171;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
    

}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =EVENTS WIDGET STYLING
-------------------------------------------------------------- */

#wpew_widgets_queryposts-4 .hentry {
	border-bottom:none;
	margin-bottom:0;
}

#wpew_widgets_queryposts-4 h3 {
	margin-top:10px;
}

#wpew_widgets_queryposts-4 h2 {
		margin-bottom:10px;
}

#wpew_widgets_queryposts-4 h2 a{
	text-shadow: 0px 2px 0px #fff;

	color: #c44b33;
	font-family:Georgia,serif;
    font-size:18px;
    font-weight:normal;
    line-height:24px;
    text-decoration: none;

}

#wpew_widgets_queryposts-4 p{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom:5px;
}

.view-all-events {
    color:#3f585e;
    font-size:9px;
    line-height:18px;
    font-weight: bold;
    text-transform:uppercase;
	margin:0 0 30px 0;
	padding:6px 10px 4px 10px;
	background-color:#b4d3db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.view-all-events a {
    color:#308096;
    text-decoration:none;
}
.view-all-events a:active,
.view-all-events a:hover {
    color: #40acc9;
}




/* =Above Footer
-------------------------------------------------------------- */

#above-footer {
    width:940px;
    margin:0 auto;
    margin-top:18px;
}

#view-all-news{
	width:610px;
	height:20px;
	display:block;
    float:left;
    background-color:#f75635;
    background-image:url(images/orangeArrow.png);
    background-position: right;
    background-repeat:no-repeat;
    margin-bottom:18px;
	padding-left:10px;
}
#view-all-news a{
	font-family: Georgia, Serif;
	font-size: 15px;
	color: #311F0F;
	text-decoration:none;
	margin-left:5px;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:11px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
	clear:both;
}
.navigation .currentPage {
	padding-left:5px;
	padding-right:5px;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	display: inline-block;
	/*width:40%;*/
	
	
}

.nav-previous a {
	display:block;
	height:20px;
	background:url(images/left_arrow.png)  left center no-repeat #d4d4d4;
	padding-top:1px;
	padding-left:20px;
	padding-right:10px;
}
.nav-next {
	float: right;
	display: inline-block;
	/*width:40%;*/
	text-align:right;
}

.nav-next a {
	display:block;
	height:20px;
	background:url(images/right_arrow.png)  right center no-repeat #d4d4d4;
	padding-top:1px;
	padding-right:20px;
	padding-left:10px;
}
#nav-above,#nav-below {
	width: 100%;
	/*border-top: 1px solid grey;
	border-bottom: 1px solid grey;*/
	padding: 5px 0 5px 0;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

a.more-link, a.more-link img {
	font-size:12px;
	text-decoration:none;
	color:#7A858D;
	border:none;
	padding: none;
	margin: 0px;
	display:inline-block;
}

.pager {
	color:#7A858D;
    font-size:11px;
    font-weight: bold;
    text-transform:uppercase;
    display:inline-block;
	height:20px;
	padding: 2px 20px 0 20px;
	background-color:lightgrey;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

.pager:before{
content:"Go To Page: ";

}

.pagesNav {
	color:#7A858D;
    font-size:11px;
    font-weight: bold;
    height:20px;
    text-transform:uppercase;
    display:inline-block;
	padding: 2px 20px 0 20px;
	margin-bottom:20px;
	background-color:lightgrey;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

.pagesNav a {
	color:#666666;
    font-size:11px;
	text-decoration:none;
}

.pagesNav a:hover {
	color:#FF4B33;
}

span.pagesNavLink {
	padding-left:5px;
	padding-right:5px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    /*padding:22px 0 0 0;*/
	display:none;
}
#comments,
#comments input,
#comments textarea {
/*    font-size:13px;
    line-height:18px;*/
}
#comments code {
/*    font-size:12px;
    line-height:18px;*/
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */


.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
   /* margin-bottom:18px;*/
    font-size:10px;
    font-weight:bold;
}
.aside pre,
.aside code {
    font-size:14px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:13px;
    font-weight:bold;
    line-height:22px;
    color:#542f14;
    border-bottom: solid #ccc 1px;
    margin-bottom:10px;    
}

li#text-6.widgetcontainer.widget_text h3.widgettitle {
	border-bottom: solid #f75635 0px;
    margin-bottom:10px;
}



li#pages-3.widgetcontainer.widget_pages h3.widgettitle {
	border-bottom: 0px;
    margin-bottom:10px;
}

li#text-6 p{
	color:white;
}

.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 0px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    /*margin-bottom:22px;*/
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #999999;
}
.aside tbody {
    border:1px solid #999999;
}
.aside th, .aside td {
    border:1px solid #999999;
    padding:.25em .8em;
}

.aside th, .aside td:last-child {
	border-right:none;
}

.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside {
	right:0;
	width:298px;
	/* background-color:lightgrey; */
	
}
.main-aside ul {
    padding:0;
    
    
}
.main-aside h3 {
 
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:0px 0 0 0;
    margin-bottom:22px;
   border:1px solid #999999; 
     /* background-color: #616161;
    color:#fff;*/
}

#secondary{
	border:1px solid #999999;
    padding:18px 0 0 0;
    margin-bottom:22px;
}

#between-main-asides{
    margin-bottom:10px;
    border-bottom:1px solid #f75635;
}

#between-main-asides a{
	font-family: Georgia, Serif;
	font-size: 17px;
	color: #fff;
	height:23px; 
	background-color:#311F0F;
	text-decoration:none;
	display:block;
	padding-left:10px;
	padding-top:4px;
	margin-bottom:10px;
}


/* =FEATURED PROGRAMS MODULES
-------------------------------------------------------------- */

#featuredAsides {
    margin-bottom:12px;
    /*border-bottom:1px solid #f75635;*/
    background-color: #f1f1f1;
    border-top: solid 1px;
    border-top-color: #d6d6d6;
    border-bottom: solid 1px;
    border-bottom-color: #b2b2b2;
    margin-top:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#featuredAsides:hover {
	background-color:#e5e5e5;
	border-top-color: #c9c9c9;
	border-bottom-color: #a6a6a6;
}

.greyBorder {
		border:1px solid #999999;
}

#featuredAsides a.title{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	display:block;
	color: #fff;
	background-color:#311F0F;
	text-decoration:none;
	margin-bottom:10px;
}

#featuredAsides a.title:hover{
	background-color: #542f14;
}

.featuredProgramsSideTitle a{
	text-shadow: 0px 2px 0px #fff;
	margin-bottom:10px;
	color: #c44b33;
	font-family:Georgia,serif;
    font-size:18px;
    font-weight:normal;
    line-height:26px;
    padding:10px;
    text-decoration: none;
}

.featuredProgramsSideBody {
	padding:10px;
	font-size: 11px;
	line-height: 16px;
	

}




/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}


/*
    Footer Asides
*/
#subsidiary {
    padding:30px 0 0 0px;
    background-color: #311F0F;  
}

#first.aside.sub-aside ul{
	margin-left:0px;

}

#first, #second{
    font-size:11px;
    line-height:18px;
    border-right: 1px solid #f75635;
    height:200px;
}


li#text-6.widgetcontainer.widget_text p{
	color:white;
}

li#text-6.widgetcontainer.widget_text h3.widgettitle{
	color:white;
	font-style:normal;
	line-height: 32px;
}

li#pages-3.widgetcontainer.widget_pages p{
	color:white;
}

li#pages-3.widgetcontainer.widget_pages h3{
	color:white;
	font-style:normal;
	line-height: 32px;
}

li#pages-3.widgetcontainer.widget_pages ul li a{
	color: #a45826;

}



/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:22px;
    background-color:#311F0F;
    border-top: 3px solid #542f14; 
}
#siteinfo {
    color:#995D30;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
    background-color: #311F0F;
   
}

#siteinfo p {
	color:#CC7C40;
}

#siteinfo a {
    color:#CC7C40;
    text-decoration:none;
}

#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/* =WP Calendar
-------------------------------------------------------------- */


/* ---- This complex garbage removes only the Header for the Wordpress Calendar widget --- */
li.widgetcontainer.widget_calendar h3.widgettitle {
	display:none;
}

li.widget_calendar {
	margin-left: -10px;
	margin-top: -10px;
}

/* li#calendar-3 {
	margin-left: -10px;
	margin-top: -10px;
}*/

.nextMonth {
	margin-left:40px;
}

.nextMonth a, .prevMonth a {
	text-decoration: none;
}

.prevMonth {
	margin-right:40px;
}


#archives-3 {
	margin-top:15px;

}

#wp-calendar {
	width:298px;
	border:none;
	
}

#wp-calendar table{
	border:1px solid #999999;
}

#wp-calendar tbody  {
	border:none;
}

#wp-calendar thead {
	border:none;	
}

#wp-calendar caption {
text-align:center;
background-color:#E3E3D3;
color:#311F0F;
font-weight: bold;
font-size: 11px;
height:30px;
padding-top:10px;
}


#wp-calendar td {
text-align:center;
color:#311F0F;
font-weight: bold;
font-size: 11px;
border-left: none;
}

#wp-calendar td a { 
color:#f75635;
}

#wp-calendar tr {
text-align:center;
color:#311F0F;
font-weight: bold;
font-size: 9px;

}

#wp-calendar th {
text-align:center;
color: #311F0F;
background-color:#E3E3D3;
border:none;
font-weight: normal;
font-size: 11px;
border-top:1px solid #999999;
}

#wp-calendar tfoot {
color: #ebebeb;
background-color:#E3E3D3;
}

#wp-calendar .pad {
background: transparent;
}

td#prev {
	/* background: url(images/morelink.png) no-repeat center center; */
}

td#prev a {
	text-decoration: none;
}

td#next {

}



/* --- UPCOMING EVENTS UNDER THE CALENDAR --- */

.widgetcontainer.widget_text{
	padding:5px;
}



/* Make sure the icons are not cut */
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
	padding:2px 36px 2px 10px;;
	margin:-2px 0;
	background-repeat:no-repeat; 
	background-position: right center; 
	display: inline-block;
	margin-bottom:25px;
	background-color:#d3d3d3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

a[href$=".pdf"]:hover, a[href$=".doc"]:hover, a[href$=".xls"]:hover, a[href$=".rss"]:hover, 
a[href$=".rdf"]:hover, a[href^="aim:"]:hover {
	background-color:#c9c9c9;
	color:#606061;
	background-position-y: 3px;
}


a[href^="mailto:"] {
	padding:2px 10px 2px 25px;
	margin:-2px 0;
	background-repeat:no-repeat; 
	background-position: left center; 
	display: inline-block;
	margin-bottom:25px;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;

}

a[href^="mailto:"]:hover {
	color:#f75635;
}



/* External links */
a[href^="mailto:"]        { background-image: url(images/icons/email.png); }


/* Files */
a[href$=".pdf"]   { background-image: url(images/icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(images/icons/doc.png); }  
a[href$=".xls"]   { background-image: url(images/icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(images/icons/feed.png); }
a[href^="aim:"]   { background-image: url(images/icons/im.png); }


/*** Programs Page START ***/
.grid_row {
	
}

.grid_box {
	width:220px;
	float:left; 
	border-bottom:1px solid #F75635;
	position:relative; 
	margin-right:20px; 
	margin-bottom:20px;
	padding-bottom:10px;
}

.grid_box a.programTitle, span.programTitle {
	font-family: Arial, sans-serif;
	font-weight: Bold;
	font-size: 11px;
	line-height: 16px;
	min-height: 50px;
	display:block;
	color: #fff;
	text-decoration:none;
}

.grid_box a.programTitle {
	background:url(images/TL_gridBg.png) no-repeat;
	background-position:bottom;
}

.grid_box h2.entry-title {
	padding:5px 8px 0 8px;
}

.grid_box a.programTitle:hover {
	background:url(images/TL_gridBgHover.png) no-repeat;
	background-position:bottom;
	text-shadow: 0px 1px 0px #0a0a0a;
} 

.view-project{
  visibility:hidden;
  position:absolute;
  left:-10px;
  top:-10px;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}  

/*a.projectItemImg:hover .view-project{
  visibility:visible;
}*/




.programs {
	width:940px;
}
 
.program {
	border: 1px solid #CCCCCC;
	padding:10px;
}

.omega {
	margin-right:0;
}

.programContent { 
	margin: 10px; 
}
/*** Programs Page END ***/

/** Homepage Rotator START ***/
#feature ul, #feature li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#feature .rotator_nav {
	background: #E3E3D3;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	text-transform: capitalize;
	color: #666;
}
#feature .rotator_nav a {
	line-height: 30px;
	padding: 0 5px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
#feature .rotator_nav a:hover,
#feature .rotator_nav a.current {
	color: #f75635;
}
#feature .rotator_nav a.current {
	text-decoration: underline;
}

div#feature.rotator_view.autoplay.skipnav.liquid.playing h2.entry-title{
	/*display:block;
	position:relative;
	top:50px;
	left:30px;
	text-shadow: 0px 0px 2px white; */
}

.rotatorWrapper{
	position:relative;
}

.rotatorTitle{
	position:absolute; 
	top:0; 
	left:0;
	margin-top:200px;
	padding:30px;
	padding-left:25px;
	width: 450px;
	/*background:#542f14;
	background:rgba(84, 47, 20, 0.8);*/
}

.rotatorTitle h2.entry-title{
	color:white;
	text-shadow: 1px 1px 0px black;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-weight: lighter;

}

/*** Homepage Rotator END ***/

/*** ABOUT US START ***/
span.wpcf7-not-valid-tip{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:4px solid #FF0000;
	font-size:10pt;
	left:0;
	padding:2px;
	position:absolute;
	top:20%;
	width:271px;
	z-index:100;
}
/*** About Us END ***/

img {
	display:block;
}

.clear {
	clear:both;
}

.textcenter {
	text-align:center;
	float:none;
}
.error404 {
	padding-bottom:10px;
	min-height:400px;
}

.noresults {
	min-height:400px;
}

.featuredProgramsSideBoy {
	margin-bottom:12px;
    margin-top:10px;
	padding-bottom:0;
	padding-top:0;
	border: solid 1px #d6d6d6;

}