/*
Theme Name: Riedell
Theme URI: htthttp://carlriedell.com/wp-admin/theme-editor.phpp://carlriedell.com
Description: Riedell Website Theme
Version: 1.0
Author: Sean Gilbert, Pilotage Inc.
*/

* {
margin:0pt;
padding:0pt;
}

.none {
display:none;
}

img {
padding:0;
margin:0;
vertical-align:top;
border:none;
}

object {
display:block;
padding:0;
margin:0;
}

.alignleft {
float:left;
margin-right:1em;
margin-bottom:0.75em;
}

.alignright {
float:right;
margin-left:1em;
margin-bottom:0.75em;
}

.left {
float:left;
margin-right:1.5em;
margin-bottom:1em;
}

.right {
float:right;
margin-left:1.5em;
margin-bottom:1em;
}

.clear {
clear:both;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrapper {height: 100%;}

body > #wrapper {
height: auto;
min-height: 100%;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -- Basics -- */
body {
margin:0;
padding:0;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color:#000;
text-align:center;
background-color:#000;
background-image:url(images/bgimg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}

/* Basics */

/* Left Box
---------------------------------------- */

ul, ol, ul {
margin: 0 1.5em 1.5em 2em;
}

dl {
margin: 0 0 1.5em 0;
}

li {
margin-bottom:0.25em;
}

blockquote {
width:85%;
color: #000;
font-style: italic;
padding: 1.5em;
margin:0 auto;
}

p {
font-size:1.1em;
margin: 0 0 1.5em 0;
line-height:1.4em;
}

a {
color:#F01F3D;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

acronym {
color:#333;
}

legend {
color:#000;
padding:2px 5px;
background-color:#A5A5A5;
}

/* End Basics */

h1 {
color:#000;
font-size:28px;
font-weight:100;
margin-bottom:20px;
}

h2 {
color:#000;
font-size:24px;
font-weight:100;
margin-bottom:20px;
}

h3 {
color:#000;
font-size:20px;
margin-bottom:20px;
}

h4 {
color:#000;
font-size:16px;
margin-bottom:20px;
}

h5 {
color:#000;
font-size:14px;
margin-bottom:20px;
}

.clear {
clear:both;
}

#wrapper {
width:1000px;
margin:0 auto;
text-align:left;
}

#main {
padding-bottom: 100px;
background-color:#FFF;
}

#mainInside {
padding-bottom:100px;
background-color:#FFF;
z-index:1;
}

#globalHeader {
position:relative;
width:1000px;
height: 130px;
padding:0;
margin:0 auto;
z-index:9998;
}

/* Site Navigation */

#primaryNavigation {
position: absolute;
top: 72px;
left:0;
width:1000px;
height:58px;
font-size:15px;
font-weight:bold;
background-image:url(images/navbg.png);
background-repeat:repeat-x;
overflow:hidden;
}

#primaryNavigation ul {
position:relative;
float:left;
width:820px;
left:180px;
margin:0;
}

#primaryNavigation li {
display: inline-block;
float:left;
margin-right:10px;
}

#primaryNavigation a {
float:left;
height:58px;
color:#FFF;
line-height:3.8em;
display:block;
padding:0 10px;;
text-align:center;
text-decoration:none;
overflow:hidden;
}

#primaryNavigation li.current_page_item a, #primaryNavigation a:hover {
color:#F01F3D;
}

/* Global Search */

#globalSearch {
position:absolute;
top:11px;
right:10px;
width:120px;
height:18px;
display:block;
overflow:hidden;
}

#globalSearch form {
background-color:transparent;
}

#globalSearch label {
display:none;
}

#globalSearch input {
color:#757575;
width:100px;
height:15px;
border:none;
padding-top:3px;
padding-right:15px;
padding-bottom:0;
padding-left:5px;
background-color:transparent;
background-image:url(images/searchbg.gif);
background-repeat:repeat-x;
}

/* -- Category Navigation -- */

ul.cat-nav {
position:relative;
float:left;
width:100%;
padding:0 0 10px 0;
margin:0 0 15px 0;
border-bottom:1px solid #A7A7A7;
}

ul.cat-nav li {
float:left;
display:inline-block;
margin-right:15px;
}

ul.cat-nav li a {
color:#5B121B;
font-size:13px;
text-transform:uppercase;
}

/* mainRight Specifics */

#mainRight p {
color:#FFF;
}

#mainRight acronym {
color:#A5A5A5;
}

#mainRight li {
color:#FFF;
}

#mainRight blockquote {
color: #FFF;
}

#mainRight h1, #mainRight h2, #mainRight h3,
#mainRight h4, #mainRight h5 {
color:#FFF;
}

/* Store Nav, Article Nav
------------------------------ */

ul.store-nav, ul.article-nav {
margin:0;
list-style:none;
}

ul.store-nav li, ul.article-nav li {
margin:0;
list-style:none;
}

ul.store-nav li a, ul.article-nav li a {
width:auto;
height:25px;
color:#333;
display:block;
margin:0;
line-height:2.3em;
border-bottom:1px solid #BCBCBC;
}

ul.store-nav li a:hover, ul.article-nav li a:hover {
color:#528CE0;
text-decoration:none;
}

ul.article-nav li ul {
padding:0;
margin:0;
list-style:none;
}

ul.article-nav .date {
color:#878787;
}

ul.article-nav li ul li a {
padding:0 10px;
background-color:#E0E0E0;
}

/* Event Month Navigation
------------------------------- */

#event_category_form {
float:right;
padding-top:8px;
}

#eventMonth {
padding:10px 0;
margin:0 0 1.5em 0;
list-style:none;
border-top:1px dotted #BCBCBC;
border-bottom:1px dotted #BCBCBC;
}

#eventMonth li {
list-style:none;
display:inline;
padding:0;
margin:0 0 0 -2px;
}

#eventMonth li a {
padding:2px 4px;
text-align:center;
display:inline-block;
border-right:1px solid #BCBCBC;
}

#eventMonth li.current a {
color:#000;
background-color:#F9FFA6;
}

/* End Site Navigation */

.logo {
position:absolute;
display:block;
width:187px;
height:109px;
top:40px;
left:0px;
z-index:9998;
overflow:hidden;
}

.logo a {
position:relative;
width:187px;
height:0;
display:block;
padding-top:109px;
overflow:hidden;
z-index:9998;
background-image:url(images/logo.png);
background-repeat:no-repeat;
}

/* Content
--------------------------------------- */

#mainContent {
position:relative;
float:left;
width:1000px;
margin:0 auto;
background-color:#FFF;
background-image:url(images/rightbg.jpg);
background-repeat:repeat-y;
background-position:right;
z-index:1;
}

div.insidebg {
padding-top:25px;
background-image:url(images/insidebg.jpg);
background-repeat:no-repeat;
}

#mainLeft {
float:left;
width:580px;
padding:25px 30px;
z-index:1;
}

#mainRight {
float:left;
width:300px;
padding:25px 30px;
margin:0;
list-style:none;
background-color:#0F0F0F;
}

/* Footer
--------------------------------------- */

#footerWrapper {
position: relative;
margin-top: -100px; /* negative value of footer height */
height: 100px;
clear:both;
}

#footer {
width:1000px;
height:100px;
clear:both;
margin:0 auto;
background-color:#000;
}


.footerBox {
color:#CCC;
padding:10px 20px;
font-size:13px;
}

.footerBox a {
color:#F01F3D;
text-decoration:none;
}

.footerBox a:hover {
text-decoration:underline;
}

/* Feature
---------------------------------------- */

#feature {
position:relative;
float:left;
width:1000px;
height:341px;
background-image:url(images/featurebg.jpg);
}

.textwidget {
float:left;
}

/* Content Boxes
---------------------------------------- */

/* Inside Span Box
---------------------------------------- */

.insidespanBox {
width:100%;
padding-top:60px;
}

.center {
text-align:center;
}

/* Content Images
---------------------------------------- */

.imgLeft {
float:left;
padding:0 1.5em 0.8em 0;
}

.imgRight {
float:right;
padding:0 0 0.8em 1.5em ;
}

/* Schedule Service Box
---------------------------------------- */

.scheduleService {
padding:30px;
}

/* News
---------------------------------------- */

div.news ul {
position:relative;
float:left;
width:278px;
list-style:none;
margin-top:0;
margin-right:0;
margin-bottom:1em;
margin-left:0;
padding:10px;
border:1px solid #232323;
}

div.news ul li {
color:#FFF;
padding:5px 0;
font-weight:100;
border-bottom:1px solid #232323;
}

div.news ul li a {
color:#F01F3D;
text-decoration:none;
}

div.news ul li a:hover {
text-decoration:underline;
}

div.news ul .date {
color:#F0CD00;
}

div.news ul h2 {
color:#FFF;
font-weight:100;
margin-bottom:5px;
text-transform:uppercase;
}

.newsRSS {
float:left;
position:relative;
width:230px;
top:0;
left:-5px;
height:56px;
margin-bottom:15px;
overflow:hidden;
}

.newsRSS a {
height:0;
display:block;
width:230px;
color:#FFF;
padding-top:56px;
background-image:url(images/newsRSS.jpg);
background-position:0 0;
background-repeat:no-repeat;
overflow:hidden;
}

.newsRSS a:hover {
background-position:0 -56px;
}

/* Schedule Service
---------------------------------------- */

.service {
float:left;
position:relative;
width:230px;
top:0;
left:0;
height:31px;
margin-bottom:1.5em;
overflow:hidden;
}

.service a {
height:0;
width:230px;
display:block;
padding-top:31px;
background-image:url(images/scheduleservicebg.jpg);
background-position:0 0;
background-repeat:no-repeat;
overflow:hidden;
}

.service a:hover {
background-position:0 -30px;
}

/* Basic Form Styles
---------------------------------------- */

label {
float:left;
width:60px;
font-weight: bold;
}

input {
float:left;
padding:2px;
margin-right:5px;
margin-bottom:5px;
}

fieldset {
padding:20px;
margin: 0 0 1.5em 0;
background-color:#FFF;
border: 1px solid #A5A5A5;
}

/* Newsletter Signup
---------------------------------------- */

fieldset.newsletter {
position:relative;
float:left;
width:278px;
margin-top:0;
margin-right:0;
margin-bottom:1em;
margin-left:0;
padding:10px;
background-color:transparent;
border:1px solid #232323;
}

fieldset.newsletter h2 {
color:#FFF;
width:185px;
display:block;
font-size:20px;
font-weight:100;
margin-bottom:5px;
text-transform:uppercase;
text-align: justify;
}

fieldset.newsletter h2 span.newsletterAlt {
display:block;
width:185px;
font-size:28px;
text-transform:uppercase;
text-align:justify;
}

fieldset.newsletter label {
color:#FFF;
width:100px;
}

fieldset.newsletter input[type="text"] {
color:#A5A5A5;
padding:6px;
background-color:#242424;
border:none;
}

fieldset.newsletter input[type="submit"] {
color:#FFF;
font-size:14px;
padding:3px 6px;
text-transform:uppercase;
background-color:#242424;
border:none;
font-family:"Times New Roman", Times, serif;
}

/* Schedule Service Form
------------------------------------------ */

fieldset.scheduleLeft, fieldset.scheduleRight {
float:left;
position:relative;
color:#FFF;
width:408px;
padding:20px;
background-color:#0F0F0F;
}

fieldset.scheduleLeft p, fieldset.scheduleRight p {
float:left;
width:45%;
}

fieldset.scheduleLeft label, fieldset.scheduleRight label {
color:#FFF;
width:180px;
font-weight:100;
}

fieldset.scheduleLeft {
margin-right:15px;
}

fieldset.scheduleRight {
margin-left:15px;
}

fieldset.scheduleRight p.radio {
width:100%;
}

p.radio input, p.radio label {
float: left;
margin-right: 10px;
width:auto;
}

span.small {
font-size:12px;
}

fieldset.scheduleRight input[type="submit"] {
color:#FFF;
font-size:14px;
padding:3px 6px;
line-height:2.5em;
text-transform:uppercase;
background-color:#242424;
border:none;
font-family:"Times New Roman", Times, serif;
}

/* ---- Contact Form ---- */

form.cform {
position:relative;
}

fieldset.cf-fs1, fieldset.cf-fs2 {
float:left;
position:relative;
color:#FFF;
width:540px;
padding:20px;
background-color:#0F0F0F;
}

ol.cf-ol {
list-style:none;
padding:0;
margin:0;
}

fieldset.cf-fs1 legend, fieldset.cf-fs2 legend {
display:none;
}

fieldset.cf_hidden {
display:none;
}

p.linklove {
display:none;
}

.sendbutton {
position:relative;
top:-90px;
left:440px;
color:#FFF;
font-size:14px;
padding:3px 6px;
line-height:2.5em;
text-transform:uppercase;
background-color:#242424;
border:none;
font-family:"Times New Roman", Times, serif;
}

fieldset.cf-fs1 label, fieldset.cf-fs2 label {
color:#FFF;
width:140px;
display:block;
font-weight:100;
margin-bottom:10px;
}

fieldset.cf-fs1 input[type="text"], fieldset.cf-fs1 textarea,
fieldset.cf-fs2 input[type="text"], fieldset.cf-fs2 textarea {
float:none;
color:#A5A5A5;
padding:6px;
background-color:#242424;
border:none;
}

fieldset.cf-fs1 .reqtxt, fieldset.cf-fs1 .emailreqtxt,
fieldset.cf-fs2 .reqtxt, fieldset.cf-fs2 .emailreqtxt {
color:#E8122A;
font-size:11px;
font-style:italic;
}

fieldset.cf-fs1 li.cf-box-group, fieldset.cf-fs2 li.cf-box-group {
float:left;
display:block;
width:70%;
padding-left:25%;
}

fieldset.cf-fs2 label.cf-after {
width:80px;
background-color:#242424;
}

#usermessagea, #usermessage2a {
float:left;
}
