/*-----------------------------------------------------------------------------
version:   1.0.1-Beta
author:    daniel vecchiato
email:     info@4webby.com
website:   http://www.4webby.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin 
* {
  margin: 0;
	padding: 0;
}*/

/* Put it back on certain elements */

/*p, pre {margin: 1em 0;}*/

/* Class for clearing floats */

.clear {clear:both;}

/* Remove border around linked images */



/* =Typography
-----------------------------------------------------------------------------*/


/* =Wrapper
-----------------------------------------------------------------------------*/

#wrapper {background-color: #fff;
/*padding: 10px;
*/}

/* Centering Technique
================================== */

#wrapper {position: relative;
left: 50%;
width: 800px;
margin-left: -400px;}

/* =Headings
-----------------------------------------------------------------------------*/

#header {width: 100%;
margin-top: 10px;
height: 140px;
background-image: url(../images/header.jpg);
background-repeat:no-repeat;
border: 1px #99FF00 solid;
border-top: 1.5em  #99FF00 solid;}

#header h1 {padding-top: 10px;
padding-left: 400px;}

#browse_crag {width: 500px;
margin: 0;
/*background-image: url(../images/browse_crag_bg.jpg);
background-repeat: repeat-x;
*/
border-bottom: 1px solid #99FF00;}

.login {color: #666;
font-size:11px;
padding: 5px;}

#header a:hover{
	font-weight:bold;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
#navlist {
/* margin: 0 40px 0 35px;*/
 padding: 0 0 0 6px;
}
ul#navlist {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 27px;
border-bottom: 1px solid #999;;
margin: 0;
padding-left:50px;
}

ul#navlist li {float: left;
height: 20px;
color: #fff;
background-color: #999;
margin: 6px 2px 0px 2px;
border: 1px solid #999;
border-bottom: none;
}

li#active a {background-color: #fff;}

li#active a {color: #000;}

ul#navlist li.active a {background-color: #fff;color: #000;}


#navlist a {
float: left;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 4px 15px;}

#navlist a:hover {
background: #fff;
color: #990033}


li#active span {background-color: #fff;}

li#active span {color: #000;}

#navlist span {
float: left;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 4px 15px;}


/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/
#mainContentFAL {
width: 500px;
padding: 1em 0 1em 0;
text-align: left;
}


#mainContentFAL p{margin: 0.5em 0;}

#mainContentFAL ul {list-style-image: url(../../shared/images/arrow.gif);
padding: 0 0 0 18px;
margin: 8px 0 12px 0;}

#mainContentFAL li {padding: 0;
margin: 0 0 6px 0;}

#mainContentFAL li p {margin-left: 0;
margin-right: 0;}

#mainContentFAL .rss {float: right;
width: 200px;
margin: 0 0 10px 10px;
border: 1px #D0D0D0 solid;
padding: 10px;
font-size: 10px;}

#mainContentFAL .rss h2 {border: none;
margin: 0;
font-size: 16px;}

.important {background-color: #FBE6F2;
border: 1px solid #D893A1;
color: #333;
margin: 10px 0 5px 0;
padding: 10px;
font-weight: bold;
width: 400px;}

.important p {margin: 6px 0 8px 0;
padding: 0;}

/* =Footer
-----------------------------------------------------------------------------*/
/*
#footer {width: 100%;
height: 42px;
text-align:center;
color: #333;
font-size:1em;
background-image: url(../images/footer_bg.jpg);
background-repeat: repeat-x;}

#footer a {text-decoration: none;}

.footer_menu {font-size:14px;
color: #FFFFFF;}

.footer_menu a {padding-left: 10px;
padding-right: 10px;
color: white;
text-decoration: none;
border-right: 1px solid #99FF33;}

.footer_menu a:hover {background-color: #99FF33;
color: #000000;}

.webdesign {font-size:12px;
padding: 10px;
text-align:right;}

.webdesign a {text-decoration: none;
color: black;}

.webdesign a:hover {padding: 3px 10px 3px 10px;
color: #666;
background-color: #FFF;
font-weight:bold;
border: 1px solid #666;}
*/
/* =Forms
-----------------------------------------------------------------------------*/

.error {font-weight: bold;
color:#FF3300;
padding-left: 18px;
background: url(../../shared/images/error.gif) no-repeat left top;}

/* :KLUDGE: Explicitly set the width for IE6- */

/** html .error {width: 10em;}*/

fieldset {margin:0 0;
padding: 1em;
border: 1px solid #ccc;}

legend {font-weight:bold;}

label {float: left;
width: 150px;}

#register {margin: 0;}

#register label, #changePassword label  {width: 150px;}

#register .error span{
margin-left: 150px;
padding-left: 150px;}

.note {display: block;
margin-left: 152px;
margin-top: 15px;}

#register.note  {display: block;
margin-left: 150px;}

.button {
text-align:center;
font-weight:bold;
cursor: pointer;}

.button a {text-align: center;
text-decoration: none;
background: url(../images/fade-butt.png);
border: 3px double #999;
border-left-color: #ccc;
border-top-color: #ccc;
color: #333;
padding: 0.25em;}

.button a:active {background: #f4f4f4;
border: 3px double #ccc;
border-left-color: #999;
border-top-color: #999;}

/* =FLASH MESSAGE
-----------------------------------------------------------------------------*/

#flashMessage {width:400px;
color:#FF0000;
border-bottom: 2px solid #FF0000;
border-top: 1px solid #FF0000;
font-size: 16px;
margin: 8px 0px;
font-weight: bold;
padding: 10px;}

/* =CODE BOX
-----------------------------------------------------------------------------*/
#mainContentFAL code, #mainContentFAL pre {
 font-family: Courier,monospace;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.rqr {color:red;}

#mainContentFAL .submit {
ursor:pointer;
font-size:18px;
font-weight:normal;
padding:4px 4px 3px 4px;
cursor:pointer;
}

#submitWait {
	text-align:center;	
}