/* Start of CMSMS style sheet 'bikeLayout' */
/* Start of CMSMS style sheet 'darkerLayout' */
/* Start of CMSMS style sheet 'darkerLayout' */
/* Start of CMSMS style sheet 'darkerLayout' */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #D8A674;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #ddd;
}
/*****************basic layout *****************/
body {
	margin: 0px;
	padding: 20px 0px 30px;
	color: #ccc;
	background: url(uploads/darker/bodybk.png) ;
}
#wrap {
	ackground: url(uploads/shinytube/bodtop.png) repeat-x left top;
}
div#pagewrapper {
	width: 852px;
	margin: 0px auto;
	color: ;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(uploads/darker/head.png) no-repeat left 6px;
}
div#header h1 {
        height:150px;
	margin: 0;
	padding: 30px 0px 0px 210px;
	line-height:1em;
	font-size:2em;
        font-weight:normal;
        color:#C47A2F;
	background: url(uploads/bike/logo1.png) no-repeat 15px top;
}
div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 35px 65px 0px 0px;
	color: #D1975D;
}
div.crbk {
	margin: 0;
	padding: 0;
}
div.breadcrumbs {
	padding: 0.5em 0em 1.5em 2em;
	font-size: 90%;
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
        color:#D8A674;
}
div.breadcrumbs a {
	color:#ddd;
}
div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0px;
	margin: 0 20px 0px 0px;
	color:#2e2e2e;
}
#search label {
        display:none
}
#search form {
        height:0px;padding:0px;float:right;
}
#search input[type="text"] {
	border: none;float:righ;
	color:#fff;
	height: 21px;
	padding: 5px 2px 0px 3px;
	margin: -2px 0px 0px;
	background: url(uploads/darker/foot.png) no-repeat -3px center;
}
#search input[type="submit"] {
	border: none;float:righ;
	height: 25px;
	width: 53px;
	margin: 0px 0px 0px;
	padding: 0px 2px 1px 0px;
	color:#ececec;
	cursor: pointer;
	background: url(uploads/bike/lion.png) repeat left top;
}
div#content {
	margin: 0px auto 8px 0;
	padding: 0px;
	background: url(uploads/darker/contentbm.png) no-repeat left bottom;
}
div#content2 {
	margin: 0;
	padding: 0px 0px 2px;
}
div#content3 {
	margin:  0;
	padding: 18px 5px 0px 17px;
	background: url(uploads/darker/contenttop.png) no-repeat left top;
}
div.back1 {
	float: right;
	width: 572px;
	margin-right: 12px;
	margin-righ: 0;
	ackground: #444444 url(uploads/dark/maintop.png) no-repeat right top;
}
* html div.back1 {
	float: right;
	width: 570px;
	margin-left: 0%;
	margin-right: 10px;
        ackground: url(uploads/shinytube/mainrt1.gif) no-repeat right top;
}
div#main {
	padding: 10px 15px;
	ackground: url(uploads/dark/mainbtm.png) no-repeat right bottom;
}
div#sidebar {
	float: left;
	width: 235px;
	display: inline;
	margin: 0px 0px 0px;
	padding: 0px;
	ackground: #444444 url(uploads/dark/sidetop.png) no-repeat right top;
}
div#sidebarb {
	padding: 10px 15px 10px;
        in-height:480px;
	ackground: url(uploads/dark/sidebtm.png) no-repeat right bottom;
}
div#sidebarb div#news {
	margin: 2em 0 1em 0em;
        background-color: transparent;
}
div#sidebarb div#news h2 {
        background: url(uploads/bike/lion.png);
}
div.footback {
	clear: both;
	padding: 0px 0px 12px;
	background: url(uploads/darker/foot.png) no-repeat left bottom;
}
div#footer {
	padding: 0px ;
	color: #D8A674;
	background: url(uploads/darker/foot.png) no-repeat left top;
}
#footrt {
	clear:both;
	width: 515px;
	margin: 0px auto
}
div#footer p {
	font-size: 0.8em;
	padding: 20px 0px 10px;
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
#flat {
       margin:0px 30px
}
div.left49 {
	width: 49%;
}
div.rightnext {
	float: right;
	width: 49%;
	text-align: right;
}
div.right49 {
	float: right;
        margin: 0px 30px 0px 0px;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #D8A674;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #899092;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #CB8846;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
.bign {
	line-height: 0.75em;
        font-size:2.5em;
	color: #CB8846;
        font-family:serif;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
.BlogSummary {
	margin-bottom: 0px;
}
.BlogSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}
.BlogSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
}
.BlogSummarySummary, .BlogSummaryContent {
	line-height: 140%;
	margin-bottom: 5px;
}
#BlogPostDetailDate {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 5px;
	padding: 0 10px;
}
#BlogPostDetailSummary {
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 150%;
}
#BlogPostDetailContent {
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 150%;
}
.BlogSummaryLink {
}
.BlogSummaryAuthor {
}
.BlogSummaryMorelink {
	margin: 0 0 10px 10px;
	padding: 0;
}
#BlogPostDetailTitle {
	padding: 0 10px;
	color: #4dacff;
}
#BlogPostDetailHorizRule {
}
#BlogPostDetailCategory {
	padding: 0 10px;
}
#BlogPostDetailAuthor {
	padding: 5px 10px;
}
#BlogPostDetailAuthor {
}
#BlogPostDetailPrintLink {
	padding: 0px 10px;
}
#BlogPostDetailReturnLink {
	padding: 0 10px;
}
.blogcat {
        text-align:center
}
#addcommentlink {
	padding: 0 10px;
}
div.words {
        background-color: #F0F0F0;
        color: #595959;
	margin: 0px 10px;
	padding: 1px 10px;
}
#comments h3{
        margin-top:5px
}
table.com {
        margin-top:0px
}
td.in{
        margin-top:0px;position:relative
}
table.com {
        width:99%;
        margin-top:0px
}
img.captchapict {
        float:right;
        margin-top:5px
}
/* End of 'bikeLayout' */

