/*
	Title:		Bikes and Sports
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

a:active, a:focus
{
    outline: none;
}

/*
================================
MAIN STYLES
================================
*/

body
{
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color:#cccccc;
    font-size:12px;
    line-height:24px;
    background-image: url(../media/assets/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
}

#container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#banner
{
    height: 400px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #000000;
    overflow:hidden;
}

a
{
    color:#d10200; /*#619ca7;*/
    text-decoration:none;
}

a:hover
{
    color:#b2b2b2; /*#cccccc;*/
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
HEADER STYLES 
================================
*/

#header-upper
{
    height: 20px;
    margin-top: 30px;
    background-image: url(../media/assets/header-upper.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#header-middle
{
    background-image: url(../media/assets/header-middle.png);
    background-repeat: repeat-y;
    background-position: left top;
    height: auto;
}

#header-lower
{
    height: 20px;
    margin-bottom: 30px;
    background-image: url(../media/assets/header-lower.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#header-inner-upper
{
    width: 920px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../media/assets/header-inner-upper.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#header-inner-middle
{
    width: 920px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

.logo
{
    margin-left:40px;
    margin-top:15px;
    background-image: url(../media/assets/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    width:417px;
    height:45px;
}

.address
{
    padding-top:5px;
    padding-right:40px;
    text-align:right;
    font-size:14px;
    line-height:22px;
}

#header-inner-middle strong
{
    font-weight:bold;
}

#header-inner-lower
{
    width: 920px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../media/assets/header-inner-lower.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#header
{
    width:912px;
    padding:40px 0 25px 0;
    margin:0 auto;
}

#header .container
{
    width:912px;
}

    #header h1
    {
        width:114px;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size:32px;
        font-weight:bold;
        color:#ffffff; /*#f49ac1;*/
    }
    
        #header h1.flashHeader a
        {
            color:#ffffff; /*#f49ac1;*/
        }
/* CSS if sIFR not enabled END */

#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    #header .headerLinks a
    {
        margin:3px 0 0 0;
    }

    #header .searchBox
    {
        margin:0 0 0 33px;
    }
    
        #header .searchBox input
        {
            background-color:#252525;
            border:2px solid #515151;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            
            color:#FFFFFF;
            font-size:10px;
        }
        
        #header .searchBox input:focus
        {
            border:2px solid #619ca7;
        }
        
        #header .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#619ca7;
            padding:0 7px 0 0;
            background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
        }

/*
================================
BODY STYLES 
================================
*/
#body
{
    margin:0 auto;
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:290px;
    margin:0 30px 0 0;
}

#sidebar-upper
{
    height: 20px;
    background-image: url(../media/assets/sidebar-upper.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#sidebar-middle
{
    height: auto;
    background-image: url(../media/assets/sidebar-middle.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#sidebar-lower
{
    height: 20px;
    background-image: url(../media/assets/sidebar-lower.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#sidebar-inner-upper
{
    height: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../media/assets/sidebar-inner-upper.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#sidebar-inner-middle
{
    height: auto;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px 20px;
    background-color: #000000;
}

#sidebar-inner-lower
{
    height: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../media/assets/sidebar-inner-lower.png);
    background-repeat: no-repeat;
    background-position: left top;
}

/*
================================
NAVI STYLES 
================================
*/
#navi li
{
    color:#619ca7;
    font-size:16px;
    background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
}

    #navi li.selected a
    {
        color:#cccccc;
    }

    #navi li a
    {        
        display:block;
        padding:5px 0;
    }

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin:50px 0 0 0;
}

    .secondaryNav h3
    {
        color:#ffffff; /*#f49ac1;*/
        font-size:16px;
        
        padding:0 0 10px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
    .secondaryNav li
    {
        padding:6px 0 4px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
        .secondaryNav li.selected a
        {
            color:#cccccc;
        }
    
        .secondaryNav li a
        {
            font-size:12px;
            display:block;
        }
        
            .secondaryNav ul.events li a em
            {
                color:#FFFFFF;
                font-size:11px;
                display:block;
            }
            
            .secondaryNav li a span
            {
                background:url(../media/Assets/arrow_right.gif) no-repeat center right;
                padding:0 7px 0 0;
            }

/*
================================
CONTENT STYLES 
================================
*/

#content-upper
{
    height: 20px;
    background-image: url(../media/assets/content-upper.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#content-middle
{
    height: auto;
    background-image: url(../media/assets/content-middle.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#content-lower
{
    height: 20px;
    background-image: url(../media/assets/content-lower.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#content-inner-upper
{
    height: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../media/assets/content-inner-upper.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#content-inner-middle
{
    height: auto;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px 20px;
    background-color: #000000;
    min-height:200px;
}

#content-inner-lower
{
    height: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../media/assets/content-inner-lower.png);
    background-repeat: no-repeat;
    background-position: left top;
}

/*.content
{
    width:674px;    
    font-size:13px;
    line-height:18px;
}*/

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content h3
    {
        font-size:18px;
        color:#ffffff; /*#f49ac1;*/
        margin:10px 0 13px 0;
    }
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
        /*color:#d10200;*/
    }
    
    .contactform ul
    {
	color:#d10200;
    }
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#ffffff; /*#f49ac1;*/
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
        font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size:28px;
        font-weight:bold;
        color:#FFFFFF;
    	line-height:1em;
        padding-bottom:20px;	
    }
            
	h2.flashHeader strong
	{
		color:#ffffff; /*#f49ac1;*/
	}
/* CSS if sIFR not enabled END */




.content.oneCol
{
    width:640px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:322px;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
BIKE ITEM
================================
*/

.bike h3
{
    margin-bottom:20px;
    color:#D10200;
}

.photo
{
    border: solid 2px #b2b2b2;
    margin-left:0px;
}

.articlePhoto
{
    border: solid 2px #b2b2b2;
    margin: 20px 0 25px 25px;
}

.bikeSection
{
    margin-bottom:20px;
    display:table;
}

/*#content-inner-middle img*/
.sectionphoto
{
    border: solid 2px #b2b2b2;
    margin-left:20px;
}

.bike
{
    margin-bottom:20px;
    display:table;
}
    
/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:0 0 0 0;
    width:auto; /*630px;*/
}

    .newsList div
    {
        /*width:165px;*/
        margin:0 0 25px 0px;
        display:inline-block;
        color:#FFFFFF;
    }
    
    div .offer
    {
        width:200px;
        margin:0 0 25px 25px;
        display:inline;
        padding-right:10px;
    }
    
    .newsList div.first
    {
        margin-left:35px;
    }

    .newsList div.second
    {
        margin-left:40px;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:28px;
	line-height:1em;
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#619ca7;
    }
    
    .newsList div h4 a:hover
    {
        color:#FFFFFF;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    color:#FFFFFF;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color:#FFFFFF;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #ffffff; /*#619ca7;*/
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #d10200; /*#f49ac1;*/
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#d10200; /*619ca7;*/
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}

.errormessage li
{
    color:#d10200;
}


/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    width:100%;
    height:40px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

    #footer li
    {
        line-height:1.5em;
        position:relative;
    }

.was
{
    text-decoration:line-through;
    font-size:16px;
}

.now
{
    font-weight:bold;
    color:#D10200;
    font-size:18px;
}

.bike p
{
    width:550px;
}






































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
