
/** 
*	SpeedHunters Blog Main Stylesheet 
*
* Author: 		 Maarten Haubrich
* Version: 		 0.2
*/

div#nav
{
    background-image: url('../images/tabbar_background.gif');
    background-repeat: repeat-x;
    background-position: top left;
}

/* 
* content box
*/
div#content {
    /*clear: both;
    border-top: 1px solid #000;
    width: 948px;*/
}

/* 
* topbar box
*/
div#topbar {
    height: 55px;
     
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    /*border-bottom: 1px solid #000;*/
    
    background-color: #2e2e2e;
}


/*
 * div class for a single topbar item
 */
div.topbar_item 
{
    float: left;
    
    /* define margins down the left and right sides. */
    margin-top: 4px;
    margin-bottom: 6px;

    /* define top and bottom padding */
    padding-left: 9px;
    padding-right: 12px;
}

div.topbar_item div.topbar_item_float 
{
    float: left;
    padding-right: 10px;
}
  	 
/*
* input fields in the topbar
*/
div.topbar_item p.field_label {
    color: #FFFFFF;
    font-style: italic;
    font-weight:bold;
    font-style:normal;
    padding-bottom: 2px;
}
div.topbar_item p.field_input {
    padding-bottom: 4px;
    font-size:12px;
}
div.topbar_item p.field_input INPUT{
    width: 134px;
}

/*
* style for search box in Forum
*/
div.topbar_item INPUT.text{
    background-color: #F0F0F0;
    border: 1px solid #333333;
    color: #333333;
}
div.topbar_item p.field_input SELECT{
    background-color: #F0F0F0;
    border: 1px solid #333333;
    color: #333333;
}
.copyright a:link, .Tag1 a:visited, .Tag1 a:active
{
	text-decoration: none;
	color: #fff;
}
