/* Start of CMSMS style sheet 'Wisperbikes layout' */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #a9a9a9;
}

div#pagewrapper {
        width: 922px;
	margin: 30px auto 0px auto;
	background-color: #a9a9a9;
	color: black;
}

div#header {
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(uploads/layout/header_bg.jpg) repeat-x left top;
}

div#header h1 a {
	display: block;
	height: 100px;
	text-indent: -999em;
	text-decoration: none;
}

div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

div#header-show {
float:right;
position:relative;
top: 6px;
right: 7px;
width: 618px;
height: 133px;
}

div#menu_hor {
       background: url(uploads/layout/menu_bg.jpg) no-repeat left top;
        height: 40px;
}

div#content {
        background: #a9a9a9 url(uploads/layout/main_top.jpg) no-repeat left top;
	padding-top: 10px;
        margin-top: 3px;
}

div#sidebar {
float:right;
padding: 10px;
}

div#main {
        background: url(uploads/layout/main_mid.jpg) repeat-y left top;
	padding: 10px 15px;
        min-height: 400px;
}

/* -------------------- footer------------------------- */

div#footer {
	clear: both;
        background: url(uploads/layout/footer_bg.jpg) no-repeat left top;
        height: 30px;
        color: #000;
        overflow: hidden;
}

div#footer p {
	font-size: 12px;
	padding: 15px 5px 0 5px;
	text-align: center;
	margin: 0;
}

div#footer p a {
	color: #000;
}

div#footer a:hover {
       color: #385C72;
}


/* -------------------- weevers copyright------------------------- */

div.weevers {
	clear: both;
}

div#weevers {
        width: 922px;
	margin: 0px auto;
	color: #333;
}

div#weevers p {
	font-size: 0.8em;
	padding: 5px 0px 5px 5px;
	text-align: right;
	margin: 0;
}

div#weevers p a {
	color: #333;
}

div#weevers a:hover {
	color: #EE1D22;
}

/* --------------------------------------------- */

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

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #ee1d22;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	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;
}
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;
}


/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.formbuilderform {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.formbuilderform input {
   color: #333333;
border: 1px solid #193d5e;
padding: 2px;
margin: 0 0 4px 10px;
width: 240px;
background-color: #FFF;
font-size: 14px;
}

.formbuilderform select {
border: 1px solid #193d5e;
padding: 2px;
margin: 0 0 4px 10px;
width: 186px;
.width: 187px;
_width: 187px;
background-color: #FFF;
font-size: 14px;
}

.formbuilderform textarea {
   color: #333333;
border: 1px solid #193d5e;
padding: 2px;
margin: 0 0 4px 10px;
width: 240px;
height: 150px;
background-color: #fff;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.formbuilderform .fbsubmit {
border: 1px solid #193d5e;
padding: 2px;
margin: 0 0 0 10px;
width: 100px;
background-color: #fff;
font-weight: bold;
}

.formbuilderform input:focus{
background-color: #b2c3d6;
}

.formbuilderform textarea:focus{
background-color: #b2c3d6;
}

.formbuilderform .fbsubmit:hover {
background-color: #8fadc9;
color: #fff;
}
/* END LISTS */
/* End of 'Wisperbikes layout' */

