/*   
Theme Name: Rolling Academy A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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('2c-r-fixed.css');

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


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

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

html, body {
	height:100%;
	width:100%;
}
body, input, textarea {
	color: #636B75;
	font: 13px Arial, sans-serif;
    line-height:18px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
	color:#14202e;
	font-style:italic;
	background-color: #006600;
}
table {
    border:1px solid #bbb;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #bbb;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#bbb;
    border:0;
    color:#bbb;
    height:1px;
    margin-bottom:22px;
}
a, a:link {
    color:#2173AF;
	text-decoration:none;
}
a:visited {
    color: #2173AF;
}
a:active,
a:hover {
    color: #77b9d4;
}
.clearfix {
	clear:both;
}

/* =Background Body and Wrapper Stylings
-------------------------------------------------------------- */
body {
}
#background {
	background-color:#fff;
	background-image:url(img/splatter-bg-ver7.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0 auto;
	min-height:100%;
	width:100%;
	overflow:hidden;
}
#wrapper-border-2 {
	
	margin:0 auto;
	min-height:100%;
	padding:0px 1px;
	width:1036px;
	-webkit-box-shadow: 0px 0px 6px rgba(14, 32, 59, .25);
	-moz-box-shadow: 0px 0px 6px rgba(14, 32, 59, .25);
	box-shadow: 0px 0px 6px rgba(14, 32, 59, .25);
}
#wrapper-border {
   	background-color:rgb(192, 211, 194);
	background-color:rgba(192, 211, 194,.85);
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	margin:0 auto;
	min-height:100%;
	padding:0px 22px 0px 22px;
	width:988px;
	-webkit-box-shadow: 0px 0px 10px rgba(14, 32, 59, .55);
	-moz-box-shadow: 0px 0px 10px rgba(14, 32, 59, .55);
	box-shadow: 0px 0px 10px rgba(14, 32, 59, .55);
}
#wrapper {
	background-color:#fff;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	min-height:100%;
	padding:0px 2px 0px 2px;
	width:982px;
}


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

#header {
    z-index:2;
}
#branding {
    padding:0px;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
	background-image:url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-left:1px solid #666;
	border-right:1px solid #666;
	display: block;
	text-indent: -9000px;
	width: 980px;
	height: 179px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	display:none;
}


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

.skip-link {
    display:none;
}
#access {
	background-color:#fff;
	border-bottom:1px solid #ababab;
	border-top:1px solid #666666;
    font-size:11px;
	padding:2px 0px 2px 0px;
	text-transform:uppercase;
    z-index:100;
	overflow:visible;
}
.menu {
	background:     #c0d3c2;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	height:29px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.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 {
	width:634px;
	margin:0 auto;
}
.sf-menu a {
	border-left:1px solid #bbb;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu li:last-child {
	border-right:1px solid #bbb;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /* border-bottom-color:#fff; */
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444;
}
.sf-menu li {
	
}
.sf-menu li li {
	background:#c0d3c2;
}
.sf-menu li li li {
	background:#c0d3c2;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #9ccaa2;
	outline:		0;
    border-bottom-color:#bbb;
	color:#444;
}
.sf-menu ul {
    border-right:1px solid #bbb;
    border-bottom:none;
	-webkit-box-shadow: 2px 4px 2px rgba(0, 0, 0, .35);
	-moz-box-shadow: 2px 4px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 4px 2px rgba(0, 0, 0, .35);
}
.sf-menu ul a{
    border-left:1px solid #bbb;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:30px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#c0d3c2;
	border-top:none;
	border-bottom:1px solid #bbb;
}
.sf-menu ul a:hover {
	background:     #749879;
    color: #dedede;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(img/arrows-green.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/* =Content
-------------------------------------------------------------- */
#main-wrapper {
	background-color:#fff;
	background-image:url(img/main-top-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:auto;
}
#main {
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
    clear:both;
	margin-bottom:2px;
	min-height:613px;
    padding:31px 0 100px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 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;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #bbb;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    color: #444;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.0em;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
h2.entry-title {
	color: #444;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.0em;
}
h2.entry-title a {
    color:#444;
    text-decoration:none;
}
h2.entry-title a:active,
h2.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Georgia,serif;
	font-size:12px;
	font-weight:bold;
    line-height:18px;
    margin:0 0 44px 0;
	text-transform:uppercase;
}
.entry-utility a {
    color:#2173AF;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.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 #bbb;
    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:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =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-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Georgia, serif;
	font-weight:bold;
    font-size:12px;
    line-height:18px;
    margin:70px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#2173AF;
    font-style:italic;
    text-decoration:none;
	text-transform:uppercase;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
.nav-next a:active, .nav-next a:hover {
	color: #FF4B33;
}
#nav-above,#nav-below {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Georgia, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	border-top:1px dashed #bbb;
    padding:12px 0 0 0;
}
#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 #bbb;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #bbb;
    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 #bbb;
    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 #bbb;
    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 #bbb;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #bbb;
    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-weight: normal;
	font-family: "Lucida Grande","Lucida Sans Unicode", arial,sans-serif;
	font-size: 10px;
	color:#626262;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    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, .aside a:link {
    color:#2173AF;
	text-decoration:none;
}
.aside a:visited {
    color: #2173AF;
}
.aside a:active,
.aside a:hover {
    color: #77b9d4;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.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 h4 {
	color:#448FA5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	line-height:1.15;
	margin-bottom:0.5em;
}
.aside ul {
    list-style:none;
    margin-left:4px;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
	line-height:1.5em;
    padding:1px 0px 5px 0px;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #bbb;
}
.aside tbody {
    border:1px solid #bbb;
}
.aside th, .aside td {
    border-right:1px solid #bbb;
    padding:.25em .8em;
}
.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 ul {
    padding:0 0px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
}
#secondary {
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #bbb;
    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:33px 0 0 0;    
}
.textwidget, .ngg-widget.entry-content, .aside form {
	padding:0px 12px;
}
.aside ul ul {
    padding:0px 12px 0px 0px;
}
.aside ul ul li {
    margin-bottom:5px;
}
.textwidget, .ngg-widget.entry-content {
	padding-bottom:22px;
}

/* =widgetcontainer and widgettitle Stylings
-------------------------------------------------------------- */
.widgetcontainer {
	background-color:#fff;
    border:1px solid #ddd;
    padding:0px 0 0px 0;
    margin-bottom:22px;
	-moz-border-radius-topleft: 6px;  
    -webkit-border-top-left-radius: 6px;      
    border-top-left-radius: 6px;    
	 -moz-border-radius-bottomleft: 6px;  
    -webkit-border-bottom-left-radius: 6px;      
    border-bottom-left-radius: 6px; 
	-moz-border-radius-topright: 6px;  
    -webkit-border-top-right-radius: 6px;      
    border-top-right-radius: 6px;    
	 -moz-border-radius-bottomright: 6px;  
    -webkit-border-bottom-right-radius: 6px;      
    border-bottom-right-radius: 6px; 
	-webkit-box-shadow: 0px 0px 5px rgba(14, 32, 59, .10);
	-moz-box-shadow: 0px 0px 5px rgba(14, 32, 59, .10);
	box-shadow: 0px 0px 5px rgba(14, 32, 59, .10);
}
.widgettitle, h2.widgettitle {
	position: relative;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-right: 0pt;
	padding-bottom: 11px;
	padding-left: 12px;
	background-color: transparent;
	background-image:url(img/bg-h3.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom:1px solid #ccc;
	color:#444;
	font-family:Arial, "Lucida Sans","Lucida Grande","Trebuchet MS",Arial,Helvetica,Verdana,Tahoma,sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight: normal;
	text-transform:uppercase;
	line-height:33px;
	-moz-border-radius-topleft: 6px;  
    -webkit-border-top-left-radius: 6px;      
    border-top-left-radius: 6px;    
	-moz-border-radius-topright: 6px;  
    -webkit-border-top-right-radius: 6px;      
    border-top-right-radius: 6px;    
}

/* =Sponsors Footer Section
-------------------------------------------------------------- */
#sponsors-bar {
	background-color:#f4f4f4;
	background-image:url(img/sponsors/sponsors-bar-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #bbb;
	height:141px;
	margin:3px auto 0px auto;
	position:relative;
	width:980px;
}
#sponsors-bar h2 {
	display:none;
}
#sponsors-bar ul {
	margin:0 0 15px;
}
#sponsors-bar li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
#sponsors-bar .more a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/button-more-sponsors.gif) no-repeat scroll left top;
	bottom:0px;
	height:20px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	width:58px;
}
#sponsors-bar .more a:hover {
	background-position: left center;
}
#sponsors-bar .more a:active {
	background-position: left bottom;
}



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

#footer {
	background-color:rgb(194,225,232);
	background-color:rgba(194,225,232,.55);
	border:1px solid #bbb;
	border-bottom:none;
	bottom:0;
	height:75px;
    margin:0px auto 0px auto;  
}
#siteinfo {
	color:#666;
    font-size:11px;
    line-height:18px;
    padding:25px 0 0 0;
	text-align:center;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}
#sub-footer {
	/*border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	bottom:0;
	clear:both;
	height:15px;
    margin:2px auto 0px auto;*/
}

/* =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 #bbb !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #bbb !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #bbb !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #bbb !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;
}

/* =NextGen Slideshow Stylings
-------------------------------------------------------------- */

.slideshow-wrapper {
	background:#fafafa;
	border:1px solid #aaa;
	padding:2px;
	height:275px;
	margin-bottom:18px;
	-webkit-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	-moz-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);

}


/* =Image Class Stylings
-------------------------------------------------------------- */
.image-border {
	background:#fafafa;
	border:1px solid #aaa;
	padding:2px;
}

.box-shadow {
	background:#fafafa;
	border:1px solid #aaa;
	padding:2px;
	-webkit-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	-moz-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
}

.box-shadow-pdf {
	background:#fafafa;
	border:1px solid #aaa;
	padding:2px;
	-webkit-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	-moz-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	height:734px;
	overflow:hidden;
}

/* =Image Caption Stylings
-------------------------------------------------------------- */
.wp-caption {
	background-color:#eeeeee;
	border:1px solid #ddd;
	text-align: center;
	margin-bottom: 18px;
	padding-top:4px;
}
.wp-caption-text {
	font-weight: bold;
	line-height: 150%;
	font-family: "Lucida Grande",arial,sans-serif;
	font-size: 9px;
	color: #444444;
}
.wp-caption img {
		border:1px solid #dedede;
}

.wp-aside-caption {
	text-align: left;
	margin-bottom: 0px;
	padding-top:4px;
}
.wp-aside-caption h4 {
	color:#448FA5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	line-height:1.15;
	margin-bottom:0.5em;
	margin-left:3px;
}
.wp-aside-caption-text {
	font-weight: normal;
	font-family: "Lucida Grande","Lucida Sans Unicode", arial,sans-serif;
	font-size: 10px;
	margin-top:8px;
	margin-left:3px;
	margin-right:3px;
}
.wp-aside-caption img {
	background:#fafafa;
	border:1px solid #dedede;
	padding:2px;
}
/* =Styling In The News/My Links Order Page
-------------------------------------------------------------- */
.entry-content .widgettitle {
	display:none;
}
.entry-content ul.xoxo.blogroll li {
	padding-bottom:10px;
}
#linkcat- h2.widgettitle {
	display:none;
}
 
/* =Home Page / About Page Stylings
-------------------------------------------------------------- */

/* .home h1.entry-title {
	background-image:url(img/blog-description.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9000px;
	width: 538px;
	height: 28px;
}*/
.entry-sub-title {
	
	margin-bottom: 12px;
	padding-top: 11px;
	padding-right: 0px;
	border-top:1px dashed #bbb;
	color:#444;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:31px;
	font-style:italic;
	font-weight:normal;
	line-height:1em;
}

.date-meta .date-month-year {
	color:#888;
	font-weight:bold;
	font-size:12px;
}
.blog .entry-utility, .single .entry-utility, .entry-utility .cat-links, .entry-utility .meta-sep.meta-sep-tag-links, .entry-utility .tag-links, .entry-utility .meta-sep.meta-sep-comments-link {
	display:none;
}
.post {
	margin-bottom:22px;
}
.textwidget div.nav-next {
	font-size:12px; margin-right:12px; font-style:italic;
}
.textwidget div.nav-next a:active, .textwidget div.nav-next a:hover {
	color: #FF4B33;
}
#nav-above.navigation {
    display:none;
}