/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #c2c6a3;
background-image: url(../image-files/background-gradient.gif);
background-repeat: repeat-x;
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
color: #000;
font-size: 95%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: both;
}

h1 {
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 22pt;
text-align: center;
color: #4f5434;
margin-top: 15px;
margin-bottom: -10px;
}

h2 {
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
color: #4f5434;
text-align: center;
font-size: 18pt;
}

h3 {
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
border-bottom: 1px solid #ad6630;
color: #ad6630;
text-align: left;
margin-top: 25px;
font-size: 16pt;
}

h4 {
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
border-bottom: 1px dotted #95a050;
color: #95a050;
text-align: left;
margin-top: 10px;
font-size: 14pt;
margin-top: 20px;
 }

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

img.sidebarimg {
border: 1px solid #4f5434;
-moz-box-shadow: 5px 5px 5px #8c935d;
-webkit-box-shadow: 5px 5px 5px #8c935d;
}

img.special {
border: 1px solid #4f5434;
-moz-box-shadow: 3px 3px 5px #8c935d;
-webkit-box-shadow: 3px 3px 5px #8c935d;
box-shadow: 3px 3px 5px #8c935d;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 0 solid #8f8fb3;
background-image: url(../image-files/background-page2.gif);
background-repeat: repeat-y;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#Header {
position: relative;
height: 250px;
}

#ContentWrapper {
float: left;
width: 100%;
background-image: url(../image-files/background-page2.gif);
background-repeat: repeat-y;
}

#ContentColumn {
margin: 10px 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
border: 1px solid #D8C2B4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#NavColumn {
float: left;
width: 170px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
margin-bottom: 10px;
margin-top: 10px;
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
margin-top: 10px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 0 solid #f0f5fb;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color:#f6f8f6;
border: 1px solid #515639;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#Header {
background-image: url(../image-files/header-image4.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-color: #f6f8f6;
}

#NavColumn {
background-color: #f6f8f6;
}

#ContentColumn {
background-image: url();
background-repeat: ;
}

#ExtraColumn {
background-color: #f6f8f6;
}

#Footer {
background-color: #f6f8f6;
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #4f5434;
}

#ExtraColumn {
font-size: 80%;
color: #4f5434;
}

#NavColumn h4 {
font-size: 110%;
color: #4f5434;
font-weight: 800;
border: 0;
text-align: center;
text-transform: uppercase;
margin-top: 0;
}

#ExtraColumn h3 {
background-image: url(../image-files/scooternavicon.gif);
background-repeat: no-repeat;
padding: 0;
font-size: 110%;
color: #4f5434;
text-indent: 20px;
border-bottom: 1px solid #4f5434;
margin: 12px 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Comic Sans MS', cursive;
background-color: transparent;
font-size: 10pt;
line-height: 102%;
}

/* -- Nav Headers -- */

.Navigation h3 {
background-image: url(../image-files/scooternavicon.gif);
background-repeat: no-repeat;
padding: 0;
font-size: 110%;
color: #4f5434;
text-indent: 20px;
border-bottom: 1px solid #4f5434;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #4f5434;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #fff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #be6529;
text-decoration: underline;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

/* ------ Section 4 - Right Column Navigation ------ */

.RightNavigation {
width: 100%;
font-family: 'Comic Sans MS', cursive;
background-color: transparent;
font-size: 10pt;
line-height: 102%;
}

/* -- Nav Headers -- */

.RightNavigation h3 {
background-image: url(../image-files/scooternavicon.gif);
background-repeat: no-repeat;
padding: 0;
font-size: 110%;
color: #4f5434;
text-indent: 20px;
border-bottom: 1px solid #4f5434;
margin: 12px 0;
}

/* -- Nav List -- */

.RightNavigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.RightNavigation li {
margin-bottom: 3px;
}

/* -- Right Navigation Link styles -- */

.RightNavigation a:link {
color: #4f5434;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.RightNavigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.RightNavigation a:hover {
color: #fff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #be6529;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
padding-right: 10px;
}

.ExtraNav a:link {
color: #b86726;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: #fff;
background-color: #ad6630;
text-decoration: underline;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#Header .ExtraNav {
font-size: 85%;
font-weight: bold;
position: absolute;
bottom: 93px;
right: 10px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto 25px;
background-color: transparent;
}

#Header .googlebanner {
position: absolute;
bottom: -3px;
right: 116px;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #f3d0b2;
width: 80%;
border: 1px solid #b86726;
margin: 18px auto 24px auto;
padding: 4px;
color: #4b5030;
font-size: 105%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.CalloutBox h4 {
font-size: 13pt;
text-align:center;
margin-top: 3px;
margin-bottom: 10px;
color: #000;
font-weight: bold;
border: none;
}

div.CalloutBox p {
margin: 7px;
}

p.CalloutBox {
padding: 13px;
}

.CCS {
background-color: #f3d0b2;
width: 90%;
border: 1px solid #b86726;
margin: 18px auto 24px auto;
padding: 4px;
color: #4b5030;
font-size: 95%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.CCS h4 {
font-size: 13pt;
font-weight: bold;
color: #b96327;
margin-top: 5px;
}

.ReminderBox {          
background-color: #c2c6a2;
width: 24%;
border: 1px solid #4b5030;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #b86726;
color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.C2YellBox {          
background-color: #fff;
width: 75%;
border: 1px solid #4b5030;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 10px auto;
color: #000;
}

.C2YellBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #b86726;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
color: #fff;
font-size: 14pt;
}

.C2YellBox p {
font-size: 110%;
padding: 0 7px;
line-height: 120%;
}

.ReturnToNavBox {
background-image: url(http://www.motor-scooters-guide.com/images/rtnb-bg.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #dfe2cf;
width: 90%;
border: 1px solid #b46628;
margin: 0 auto 12px auto;
padding: 4px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-align: center;
}

.ReturnToNavBox a  {
color: #ac7032;
padding-left: 40px;
}
/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0 solid #8f8fb3;
margin: 8px auto 10px auto;
padding: 2px 2px 2px 2px;
font-size: 85%;
color: #1d487e;
line-height: 100%;
text-align: center;
}

.donate  {
border: 1px solid #c45e0c;
padding: 2px;
width: 90%;
margin: auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eff7dd;
}

/* -- Subscribe Box -- */

.subscribe {
font-family:"Trebuchet Ms",Verdana,sans-serif;
font-size:8pt;
text-align:center;
border: 1px solid #c45e0c;
width:90%;
margin-left: auto;
margin-right: auto;
height:285px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #fff;
}

.subscribehead {
        background-color:#c45e0c;
        color: #fff;
        font-weight:bold;
        margin-top:-2px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-radius: 5px;
}

.subscribetext {
        color:#c45e0c;
        line-height:110%;
        font-size: 8pt;
}

.CalloutBoxAlt {
background-color: #f9e9db;
width: 250px;
border: 1px solid #b86726;
margin: 5px 2px 5px 10px;
padding: 6px;
color: #4b5030;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: right;
font-size: 95%;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 90%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
padding-top: 5px;
}

#ContentColumn li {
padding-bottom: 7px;
}

/* Bing News styling */
.rssBoxTitle {display:none;} 

.rssBoxContent {} /* impacts all items PLUS the Bing image */

.rssBoxItemContent {} /* impacts all content items (links and description), except the Bing image */

.rssBoxItemTitle {font-size:14px;font-weight:normal;} /* increases the size of the link for each item to 14px and makes it plain instead of bold */

.rssBoxPromo {display:none;} /* gets rid of the RSS box by p3k.org link, at the bottom */

.rssBox img {display: none;} /* gets rid of the Bing logo image */

.rssBox small {display: none;} /* gets rid of the date and time stamp at the top (small is its attribute) */

.rssBox {background: #f6f8f6;} /* use the page's background color to make the border invisible, if you didn't set it at p3k.org; if you did set it, remove background: #d3e4fb */

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
border: 0;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
border: 0;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
border: 0;
}

.copyright {
color: #9ba268;
}

.intro {
font-weight:bold;
color: #4f5434;
}

.testimonial {
       background-image: url(../image-files/testimonial-bg.png);
       background-repeat: no-repeat;
       width: 400px;
       margin: 10px auto;
       border: 1px solid #c35e0c;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-box-shadow: 3px 3px 5px #8c935d;
       -webkit-box-shadow: 3px 3px 5px #8c935d;
}

p.test {
       padding: 5px 5px 5px 40px;
       text-align: left;
       font-family: Tahoma;Arial,sans-serif;
       font-size: 10pt;
       color: #545937;
       font-weight: 700;
}


.c2Form {
        background-color: #e2e5cb;
        border:2px dashed #c35e0c;
        padding:10px;
}

h3.form { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; color: #4c522d;font-weight:bold; }

.interim  {
background-color: #c2c6a2;
font-style: italic;
border: 2px dotted red;
-moz-border-radius: 5px;
font-size: 9pt;
padding: 4px;
}

.highlight {
background-color: yellow;
padding: 4px;
font-weight: bold;
}

.rules {
width: 450px;
border: 1px solid #4f5533;
padding: 3px 5px;
background-color: #ffff80;
margin: 8px auto;
}

.rules h4  {
font-size: 13pt;
font-weight: bold;
text-align: center;
color: #ab6f39;
border: 0 solid #000;
}

.rules p  {
font-size: 10pt;
text-align: left;
}

.thisweek {
width:95%;
margin: 10px auto;
border: 1px solid #b96327;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #ffff80;
padding: 5px;
line-height: 115%;
font-weight: normal;
font-size: 8pt;
color: #000;
}

#warning {
margin: 5px auto;
font-weight: normal;
font-size: 8pt;
color: #000;
line-height: 110%;
}

ul.sidebar  {
padding-left: 10px;
}

.sidebar li   {
padding-bottom: 4px;
}
