body, html {
	background: #151515 url(http://www.bikestats.eu/bikelog/images/bg.gif) repeat-x scroll 0 0;
	color: #999;
	font-family: Verdana,Arial,Tahoma;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;	

	position: relative;
	height: 100%;	
}

a {
	color: #999;
}

a:hover {
	color: #666;
}

#header {
	height: 100px;
}

#menu {
	position: relative;
	width: 940px;
	margin: auto;
}

#menu h1 {
	color: #ccc;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#menu h2 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}

#menu .logo {
	float: left;
	padding-top: 15px;	
	padding-right: 5px;
}

#wrap {
	background: #000000 url(http://www.bikestats.eu/bikelog/images/wrap.gif) repeat-x scroll center top;
	margin: 0 auto;
	padding: 0;	
}

#content {
	line-height: 20px;
	margin: 0 auto;
	padding: 0px;
	padding-top: 10px;
	width: 940px;
}

#footer {
	background: #151515 none repeat scroll 0 0;
	border-top: 1px solid #232323;
	height: 100px;
	padding-top: 5px;
}

#footer .content {
	width: 940px;
	margin: auto;
	font-size: 0.8em;
}

#page {
	width: 620px;
	float: left;
}

#sidebar h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000;
	font-size: 1.1em;
}

#page h1, #longpage h1 {
	line-height: 1.2em;
	font-size: 2.3em;
	font-weight: normal;
	margin: 4px 0px 14px 0px;
}

#sidebar h1 {
	line-height: 1.2em;
	font-size: 2.3em;
	font-weight: normal;
	margin: 4px 0px 0px 0px;
}

#page h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 4px 0px 14px 0px;
}

#page h3, #longpage h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 4px 0px 14px 0px;
}

#sidebar {
	width: 300px;
	float: right;
}

.photo {
	border: 10px solid #000;
	border-bottom: 0px;
	background: #000;
}

.photobox {
	padding: 0px;
	background: #000;
	font-size: 0.9em;
}

.photobox div {
	padding: 10px;
    
}

.photobox img {
	border: 10px solid #000;
	border-bottom: 0px;
	background: #000;
}

.photodesc {
	padding: 0px 10px 0px 10px;
	background: #000;
	font-size: 0.9em;
}

.menu {
	position: absolute;
	top: 65px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 16px;
	font-size: 0.9em;
}

.menu ul {
	list-style: none;
}

.menu li {
	list-style: none;
	float: left;
	margin: 0 0.1em;
}

.menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
}

.menu li span.current {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	color: #ddd;
	background: #151515 url(http://www.bikestats.eu/bikelog/images/wrap.gif) repeat-x scroll 0 0;
}

.menu li a:hover {
	color: #ddd;
	background: #151515 url(http://www.bikestats.eu/bikelog/images/wrap.gif) repeat-x scroll 0 0;
}

.menu li.selected a {
	color: #ddd;
	background: #151515 url(http://www.bikestats.eu/bikelog/images/wrap.gif) repeat-x scroll 0 0;
}

.thumbset {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.thumbset img {
	border: 2px solid #000;
}

.box {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#commentbox {
    position: relative;
	width: 600px;
	height: 240px;
	padding: 10px;
	padding-top: 0px;
	border-top: 1px solid #232323;
	background: #545454;
}

#commentbox h3 {
	color: #2A2A2A;
}

.deftext {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
}

.deftext:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

.deftextarea {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
	height: 100px;
}

.deftextarea:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

.deftextareaslim {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
	height: 45px;
}

.deftextareaslim:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}


.button {
	background: #373737 none repeat scroll 0 0;
	border: 2px solid #232323;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	text-transform: uppercase;
}

.button:hover {
	border: 2px solid #232323;
	color: #DDD;
}

.justify {
	text-align: justify;
}

#longpage {
	width: 940px;
}

.clear {
	clear: both;
}

.singlecomment {
}

blockquote.content {
	padding: 8px;
	border-bottom: 1px dotted #333;
	margin: 5px;
	background-image: url(http://www.bikestats.eu/bikelog/images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

blockquote.content span {
	display: block;
	background-image: url(http://www.bikestats.eu/bikelog/images/closequote1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.avatar {
	border: 3px solid #333;
}

.small {
	font-size: 0.8em;
}

.tryregister {
	background: #000000 url(http://www.bikestats.eu/bikelog/images/wrap.gif) repeat-x scroll center top;
	text-align: center;
	color: #DDD;
	padding: 15px;
}

.captionbox {
	position: relative;
	display: block;
}

.captionbox cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	border-top: 1px solid #999;
	margin-left: 10px;
}

#pagination {
        height: 25px;
}

#pagination a {
	text-decoration: none;
	font-size: 0.75em;
}

#pagination .paginationitem_selected {
        display: block;
        float: left;

        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #000;
        background: #999;
        color: #FFF;
}

#pagination .paginationitem_none {
        display: block;
        float: left;

        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #000;
        background: #000;
        color: #fff;
}

#pagination .paginationitem {
        display: block;
        float: left;

        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #000;
        background: #333;
}

#pagination .paginationitem:hover {
        background: #666;
        color: #fff;
        text-decoration: none;
}

#previewBox {
	font-size: 0.9em;
	padding: 10px;
	padding-top: 0px;
}

.formArea {
	width: 600px;
}
.formFields {
	float: right; 
	width: 450px;
	padding: 0px;
}
.formFields input.txtinput {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;
	
	width: 436px;
}

.formFields input.txtinput:focus {
	background: #545454 none repeat scroll 0 0;
	color: #ADADAD;
}

.formFields input.txtinputerror {
	border: 1px solid #F00;
}

.formFields input.txtinputshort {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;

	width: 100px;
}

.formFields input.txtinputshort:focus {
	background: #545454 none repeat scroll 0 0;
	color: #ADADAD;
}

.formFields textarea.txtinput {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;

	width: 436px;
	height: 100px;
}

.formFields textarea.txtinput:focus {
	background: #545454 none repeat scroll 0 0;
	color: #ADADAD;
}

.formFieldsText {
	width: 150px;	
	padding: 0px;
	padding-top: 5px;
}

#voteSelect {
	background: #474646; 
	color: #ADADAD; 
	border: 1px solid #2A2A2A;
	cursor: pointer;
}

.darkgray {
	color: #333;
}

label {
	cursor: pointer;
}

/* popup */
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #333;
	padding: 10px 20px;
	border: 10px solid #000;
	float: left;
	width: 620px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -350px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 600px;
	background: #000;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #bbb;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/* end popup */

#messager {
	position: absolute; 
	padding: 2px 5px 2px 5px;
	background: #fb8718;
	color: #fff;
	font-weight: bold;
	width: 300px; 
	right: 0px; 
	top: 10px;
	font-size: 0.8em;
}

ul.blank {
	list-style: none;
	padding-left: 0px;
}

ul.blank li {
}

img.lastvisitborder {
	border-color: #5f360e;
}

p.awarded {
	background: #000000 url(http://www.bikestats.eu/bikelog/images/wrap.gif) repeat-x scroll center top;
	text-align: center;
	color: #DDD;
	padding: 15px;
	font-weight: bold; 
}

.lrss {
	background: transparent url(http://www.bikestats.eu/bikelog/images/feed-icon.gif) no-repeat scroll left center;
	margin: 0;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
}

#page h1.title {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#page h1.title a {
    text-decoration: none;
}

#page h1.title a:hover {
    text-decoration: underline;
}

#commentbox b { display: none; }

.addcommform {
    position: absolute;
    border-top: 0px;
    top:-10px;
}


.inp, .inpro, .inpdigit {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 280px;
}

.inp:focus, .inpro:focus, .inpdigit:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

.inp:hover, .inpro:focus, .inpdigit:focus {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
}


#ccc {
	background: #474646 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #9A9A9A;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
	height: 100px;
}

#ccc:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

