/* 
Theme Name: Mitey Riders
Theme URL: http://www.elativemarketing.com/
Description: Updated Mitey Riders theme, built on the Whiteboard framework.
Author: Jeff Byrmes
Author URI: http://www.jeffbyrnes.net/
Version: 1.5

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*

Brian Purkiss
http://brianpurkiss.com/
http://whiteboardframework.com/
*/

/* @group Reset */

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/* To make IE6 render images bicubically */
img { -ms-interpolation-mode:bicubic; }
/* Fix textarea scrollbar behavior in IE */
textarea { overflow: auto; }
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* @group Clearfix */

* html .clearfix{height:1%}* + html .clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility: hidden}

/* @end */

/* @end */

/* @group Typography */

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;
    font: 15px/22px "Helvetica Neue", HelveticaNeue, Helvetica-Neue, "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:22px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
    margin-bottom:22px;
}
ol {
	list-style-type: decimal;
    margin-bottom:22px;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
    margin-bottom:22px;
}
strong {
	font-weight: bold;
}

caption {
    text-align:left;
}

cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
    color:#666;
    font-style:italic;
}

blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
    margin-bottom:22px;
}

pre, code {
	font: 14px/22px "Panic Sans", Menlo, "Anonymous Pro", "Courier New", Courier, monospace;
}

abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* @end */

/* @group Layout */

/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:940px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:944px;
    margin:0 auto;
	background: #378ea0;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:right;
    margin: 20px 0 0 -255px;
}
#content {
    width: 645px;
    overflow:hidden;
    margin: 0 0 0 275px;
}
.hentry {
    width:630px;
}
.main-aside {
    width:255px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}

/* @end */

/* @group Basic Image Styles */

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft,
.attachment-alignleft,
img.attachment-alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright,
.attachment-alignright,
img.attachment-alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter,
.attachment-alignleft {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* @end */

/* @group Default theme styles / colors */

/* @group Global Elements */

table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    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;
}

/* @group Link Styles */
a:link {
	color: #378ea0
}

a:hover, a:focus {
	color: #82c1ce;
}

a:active {
    color: #FF4B33;
}

/* @end */

/* @end */

/* @group Header */

#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* @end */

/* @group Content */

#main {
    clear:both;
    padding:66px 0 22px 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 22px 0;
}
.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:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.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;
	font-size: 13px;
	line-height: 1.25em;
	text-align: justify;
}
.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:0 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 {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    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 #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 {
    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;
}

/* @end */

/* @group 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;    
}

/* @end */

/* @group Navigation */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.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-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* @end */

/* @group Comments */

#comments {
    padding:22px 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 #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;
}

/* @end */

/* @group 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;
}
.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 h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}
.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:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.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 #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    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;	
}

/* @group Sidebar twitter */

#sidebar-twitter {
	width: 228px;
	margin-bottom: 22px;
	overflow: hidden;
}

.nocaps {
	text-transform: none;
}

.aktt_tweet_time {
	display: block;
	text-align: right;
}

#sidebar-twitter-more-link {
	text-align: right;
}

#sidebar-twitter-more-link a {
	color: #666;
	text-decoration: none;
}

#sidebar-twitter-more-link a:hover,
#sidebar-twitter-more-link a:focus {
	color: #82C1CE;
}

/* @end */

/* @group Main Asides */
.main-aside ul {
    padding:0 0 0 10px;
    width: 235px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group Footer Asides */
#subsidiary {
    padding:33px 0 0 0;    
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	border-top: none;
	margin-top: 0;
}

#footer.home-footer {
	text-align: left !important;
}

#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
    padding:22px 0 44px 0;
    color:#666;
    font-size:11px;
    line-height:18px;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

#siteinfo .siteinfo-item {
	padding-right: 5px;
	border-right: 1px solid;
	margin-right: 5px;
}

/* @end */

/* @group 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;
}

/* @end */

/* @end */

/* @group Plugins */

/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
    margin-bottom:18px;
}

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

/* I'm not overriding PageNavi anymore, it's too much of a mess.

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

/* @end */

ol li {
	margin-bottom: 10px;
}

/* @group Pages menu */
/*************************************************/

#topmenu {
	height: 25px;
	margin: 0px auto;
	width: 940px;
}
#page_menu {
	float:right;
	margin-left:-10px;
	overflow:hidden;
	height:25px;
}
#page_menu ul {
	float:right;
	list-style:none;
	padding:0;
	margin: 5px 0 0 0;
}
#page_menu ul li {
	float:left;
	margin: 0 10px 0 0;
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 16px;
}
#page_menu #last_page_item {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}
#page_menu a {
	font-size: 0.75em;
	color: #4b4a4a;
	text-transform: uppercase;
	float:left;
	text-decoration:none;
	font-family:Verdana, Helvetica, Arial, sans-serif;	
}
#page_menu a:hover, #page_menu a:focus {
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000;
}

/* @end */

/* @group Page navigation styles */
/*************************************************/

#access {
	border: 0 !important;
	height: 30px !important;
}

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

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

/* @group Suckerfish essentials */

/*** 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;
}

/* @end */

/* @group Mitey Riders Suckerfish theme */

.sf-menu {
	border:					#378ea0 solid 2px;
	border-width:			0 2px 0 2px;
	float:					left;
	background:				#378ea0;
	width:					940px;
}
.sf-menu a {
	padding:				9px 13px;
	text-decoration:		none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current-page-ancestor .sub-menu .current_page_item a,
.sf-menu .current_page_parent a {
    border-bottom-color:	#666;
    font-weight:			bold;
}

.sf-menu .current_page_item .sub-menu a,
.sf-menu .current_page_ancestor .sub-menu a,
.sf-menu .current-page-ancestor .sub-menu a,
.sf-menu .current_page_parent .sub-menu a {
	font-weight:			normal;
}
.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:					#fff;
}
.sf-menu li {
	background:				transparent !important;
	display:				block;
	width:					104px;
	font-size:				0.75em;
	line-height:			1.5em;
	font-family:			"Helvetica Neue", HelveticaNeue, Helvetica-Neue, "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
	text-align:				center;
	text-transform:			uppercase;
}
.sf-menu li ul {
	width:					15em;
}
.sf-menu li li {
	text-align:				left;
	text-transform:			none !important;
	font-size:				1.2em;
}
.sf-menu li li li {
	text-align:				left;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	background: 			#378ea0 !important;
	outline:				0;
    border-bottom-color:	#ccc;
	color: 					#fff !important;
}

.sf-menu ul a:hover,
.sf-menu .current_page_item a:hover,
.sf-menu .current_page_ancestor a:hover,
.sf-menu .current-page-ancestor .sub-menu .current_page_item a:hover,
.sf-menu .current_page_parent a:hover {
    color:					#fff;
    background:				#378ea0;
}

.sf-menu ul {
    border-right:			1px solid #ccc;
    border-bottom:			1px solid #ccc;
    border-left:			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 li a,
.sf-menu ul li a:visited  {
	color:					#666;
	background-color:		#fff;
}

/* @end */

/* @group Footer navigation */

#menu-footer-navigation {
	background: transparent;
	list-style: none;
	margin: 10px auto 0;
	width: 625px;
}

#menu-footer-navigation .menu-item {
	float: left;
	padding-right: 5px;
	border-right: 1px solid;
	margin-right: 5px;
}

/* "Contact" footer menu item (i.e., :last-child) */
#menu-footer-navigation #menu-item-1710 {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

/* @end */

/* @end */

/* @group Home page layout styles */
/*************************************************/

home-wrapper {
	text-align: center; /* Centers the container */
}

#header-home-wrapper{
	margin: 0 auto;
	width: 940px;
	height: 138px;
	position: relative;
}

#home-quick-news {
	position: absolute;
	bottom: 10px;
	right: 60px;
	z-index: 10;
	width: 600px;
	text-align: right;
}

#home-quick-news span {
	display: inline;
}

#header-home {
	margin: 20px 0 8px 0;
}

#home-container{
	width: 940px;
	margin: 0 auto;
}

#home-support-col1,
#home-ride-col2,
#home-volunteer-col3,
#home-contact-col4 {
	padding: 10px 15px;
}

#home-content1 {
    float: left; /* Sets this section to the left */
    width: 465px;
}

    #home-support-col1 {
        float: left; /* Sets this column to the left inside its section */
	 	width: 205px;
   }

    #home-ride-col2 {
        float: right; /* Sets this column to the right inside its section*/
	 	width: 200px;
    }

#home-content2 {
    float: right; /*Sets this sectionto the right */
    width: 470px;
}

    #home-volunteer-col3 {
        float: left; /* Sets this column to the left inside its section */
	 	width: 205px;
    }

    #home-contact-col4 {
        float: right; /* Sets this column to the right inside its section*/
	 	width: 205px;
    }

.home-nav-image {
	margin-left: 9px;
}

#home-disclaimer-wrapper {
	clear: both;
	height: 35px;
	background-color: #378ea0;
}

#home-disclaimer {
	padding-top: 10px;
	color: #ccdde3;
	line-height: 1.25em;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
} 


/* @end */

/* @group Basic layout styles */
/*************************************************/

body {
	background: #dfeef1;
}

#branding {
	padding: 0 !important;
	background: #fff;
	border: #378ea0 solid 2px;
	border-width: 2px 2px 0 2px;
}

#logo-image {
	padding: 0 0 0 10px;
	height: 131px;
	position: relative;
}

#header-image-rotating {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}

#main {
	background: #fff;
	border: #378ea0 solid 2px;
	border-width: 0 2px 2px;
	padding-top: 0;
	padding-bottom: 0;
}

.hentry {
	width: 100% !important;
}
.entry-content,
.entry-utility {
	margin-right: 20px;
}

/* @end */

/* @group Sidebar styles */
/*************************************************/

#secondary {
	background: #e0ead9;
	padding-top: 20px;
	height: 100%;
}

.aside {
	margin-bottom: 0 !important;
}

.aside input {
	width: 225px;
}

.aside a {
	color: #666;
	text-decoration: none;
}

.aside a:visited {
	color: #666;
}
.aside a:hover,
.aside a:focus,
.aside a:active {
	color: #378ea0;
}

/* @group Sidebar photo promo */

#promo-galleries a {
	display: block;
	width: 228px;
	height: 90px;
	color: #40727d;
	background-image: url(images/sidebar/photo-gallery-sidebar.jpg);
}

#promo-galleries a:hover {
	color: black;
}

#promo-galleries h3,
#promo-galleries #promo-galleries-more-link {
	margin-left: 90px;
}

#promo-galleries h3 {
	font-size: 16px;
	padding-top: 15px;
	text-transform: none;
}

.cufon-active #promo-galleries h3 {
	padding-top: 10px;
}

.cufon-active #promo-galleries-more-link {
}

/* @end */

/* @group Sidebar support links */

#sidebar-support ul {
	list-style: none;
	margin: 0;
}

#sidebar-support li {
	margin-bottom: 5px;
}

#sidebar-support a {
	display: block;
	width: 220px;
	height: 25px;
	background-image: url(images/sidebar/sidebar-support-bg.jpg);
	padding-left: 15px;
	color: #40727d;
}

#sidebar-support a:hover {
	color: black;
}

#sidebar-support .sidebar-indication {
	font-weight: bold;
}

/*
#sidebar-support-contact {
	background-image: url(images/sidebar/sidebar-support-contact.jpg);
}

#sidebar-support-forms {
	background-image: url(images/sidebar/sidebar-support-forms.jpg);
}

#sidebar-support-subscribe {
	background-image: url(images/sidebar/sidebar-support-subscribe.jpg);
}

#sidebar-support-how {
	background-image: url(images/sidebar/sidebar-support-how.jpg);
}
*/
/* @end */

#sidebar-photo-hr-top, #sidebar-photo-hr-bottom {
	width: 227px;
	height: 1px;
	border: 0;
	text-align: left;
	margin: 15px 0;
	color: #a9a9a9;
}

.mitey-flexipages-sidebar {
	list-style: circle;
}

#secondary .current_page_item a,
#secondary .current_page_parent a {
	color: #000;
	font-weight: bold;
}

#secondary .current_page_item a:after,
#secondary .current_page_parent a:after {
	content: " <";
	font-size: 110%;
	line-height: 18px;
}

#sidebar-narha {
	margin-top: 10px;
}

.recent_with_excerpt blockquote {
	margin-left: 1em;
}

.recent_with_excerpt p {
	margin-bottom: 5px;
}

/* @end */

/* @group Page styles */
/*************************************************/

.entry-content p {
	margin-bottom: 1.5em;
}

#staff-content p, p.faq-question {
	margin-bottom: 0.5em;
}

.staff-title {
	font-style: italic;
}

.horse-details {
	margin-bottom: 50px;
	margin-left: 146px;
}

.faq-question,
.link-block {
	border-top: 1px dashed black;
	padding-top: 1.5em;
}

.slug-instructors-staff p {
	margin-bottom: 0;
}

.instructor-pic,
.horse-profile-pic {
	border: 1px solid black;
}

.instructor-details {
	margin-bottom: 25px;
	margin-left: 150px;
}

.instructor-details p {
	margin-top: 5px;
}

.featured-pic {
	border: 1px solid black; margin: 10px;
}

.featured-details strong {
	display: block;
	margin-bottom: 10px;
}

/* @end */

/* @group Gallery */
/************************************************/

dl.gallery-item {
	margin-left: 0;
	margin-right: 0;
}

#gallery-10000 {
	margin: auto;
}
#gallery-10000 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
#gallery-10000 img {
	border: 2px solid #cfcfcf;
}
#gallery-10000 .gallery-caption {
	margin-left: 0;
}

#gallery-10000 .wp-caption-text {
	
}

/* @end */

/* @group Contact Form */
/*                                                    /
/  main 'top-level' form elements                     /
/                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 400px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    /
/ just for text-only fields (no input)                /
/                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                   /
/ global definitions for field labels                /
/                                                   */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
/*	display:block;*/ 
}

.cform label span span {
	width: 10px;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
/*
label.cf-group-after span {
	display:block;
}
*/

/*                                                   /
/   FORM FIELDS general formatting                   /
/                                                   */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	width: 235px;
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                   /
/   radio button title                               /
/                                                   */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                   /
/   check boxes                                      /
/                                                   */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                   /
/ check box groups                                   /
/                                                   */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

ol.cf-ol li.cf-box-group label,
ol.cf-ol li.cf-box-group label span {
	width: 275px;
}

ol.cf-ol li.cf-box-group label span span {
	width: 40px !important;
}

/*                                                   /
/ formatting for text:  "(required)"  & other        /
/                                                   */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                   /
/   FORM submit button                               /
/                                                   */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                   /
/   FORM FIELDS enhanced error display               /
/                                                   */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                   /
/ 'visitor verification' related styles              /
/                                                   */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                   /
/ change formatting of response msgs here            /
/                                                   */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                   /
/   formatting for invalid user inputs               /
/                                                   */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
/* @end */

/* @group Typography */
/*************************************************/

#home-quick-news {
	font-size: 12px;
	line-height: 15px;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
}

#home-quick-news span {
	text-transform: uppercase;
	font-weight: bold;
}

#home-quick-news h2 {
	display: inline;
}

#home-quick-news .entry-title {
	font-size: 12px;
	line-height: 15px;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
}

.entry-title {
	font-size: 22px;
	line-height: 22px;
}

#main {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
}

.amp {
	font-family: Baskerville, Constantia, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", "Goudy Old Style", serif !important;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.caps,
acronym,
abbr {
	font-size: 90%;
	text-transform: uppercase;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}

/* @end */

/* @group Special/Utility styles */

/*
Special/Utility styles
************************************************/

.edit-link { clear: both;}
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear:both; }

/* @end */

/* @group Social Icons */

#social-icons {
	float: right;
	margin: -7px 0 0;
}

body.home #social-icons {
	margin-top: -2px;
}

#social-icons-big li {
	background: url(images/social-icons_60x60.png) no-repeat top left;
	float: left;
	margin: 0 10px;
	text-indent: -9999px;
	list-style-type: none;
}

#social-icons li {
	float: left;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	list-style-type: none;
}

#social-icons .last-item,
#secondary #social-icons .last-item {
	margin: 0;
}

#social-icons li a {
	background: url(images/social-icons_23x23.png) no-repeat top left;
}

.ie6 #social-icons li a {
	background: url(images/social-icons_23x23.jpg) no-repeat top left;
}

body.home #social-icons li a {
	background: url(images/social-icons_20x20.png) no-repeat top left;
}

#secondary #social-icons {
	float: none;
	height: 23px;
	padding-top: 5px;
}

#secondary #social-icons li {
	margin-right: 30px;
}

#secondary #social-icons-text {
	text-transform: uppercase;
	float: left;
	margin-top: 9px;
	margin-right: 30px;
}

#secondary .social-icons-hr {
	clear: both;
}

#social-icons li a {
	width: 23px;
	height: 23px;
	display: block;
}

body.home #social-icons li a {
	width: 20px;
	height: 20px;
}

#social-icons-big .sprite-facebook { background-position: 0 0; }
#social-icons-big .sprite-flickr { background-position: 0 -80px; }
#social-icons-big .sprite-twitter { background-position: 0 -160px; }

#social-icons .sprite-facebook { background-position: 0 0; width: 23px; height: 23px; }
#social-icons .sprite-flickr { background-position: 0 -73px; width: 23px; height: 23px;}
#social-icons .sprite-twitter { background-position: 0 -146px; width: 23px; height: 23px; margin-right: 0 !important; }

body.home #social-icons .sprite-facebook { background-position: 0 0; } 
body.home #social-icons .sprite-flickr { background-position: 0 -45px; } 
body.home #social-icons .sprite-twitter { background-position: 0 -90px; } 


/* @end */

/* @group ICS Calendar Plugin styles */

/*
ics-calendar plugin styles
***********************************************/

.ics-calendar-event-box {
	z-index: 1;
}

.ics-calendar-event {
	width: 95% !important;
}

/* @end */

/* @group WP Admin Bar reloaded */

/* 
wp-admin-bar reloaded CSS 
************************************************/

#wp-admin-bar {margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center; width: 100%; z-index: 5;}
#wp-admin-bar ul {margin:0; padding:0;}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0;}

/* @end */

/* @group Better Search table */

#content table {
	margin: 0;
}

#content table,
#content tr {
	border: 0 none;
}

#content td {
	padding: 0;
}

/* @end */

/* @group Link Indication */

/* a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; } */
a.liwikipedia { padding-right: 13px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liwp { padding-right: 16px; background: url(images/link-icon_wordpress.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }
a.lizip { padding-right: 12px; background: url(images/link-icon_zip.png) no-repeat right;  }

/* @end */
