/*
Theme Name: Main Motorcycle
Theme URI: http://motorcycle-websites.com/
Description: motorcycle entry page
Version: 1.0
Author: Matt
Author URI: http://guestblognetwork.com/
*/

body
{
font:1em;
}

.theme_box div
{
width:110px;
height:140px;
border:1px solid #cccccc;
padding:5px;
margin:3px;
text-align:center;
float:left;
font-size:.6em;
}
.theme_box img
{
padding:3px;
border:1px solid #cccccc;
background-color:#ffffff;
}

/*tabbed sidebar*/

.yui-navset { 
    background:#999999; 
    padding: 5px 5px 3px 5px; 
    margin-bottom: 5px; 
}

.yui-nav li 
{ 
    list-style: none; 
    float: left; 
    margin-right: 2px; 
    text-align: center; 
    font-size: 14px; 
    font-weight: bold; 
} 
 
.yui-nav li a 
{ 
    text-decoration:none; 
    color: #cc0000; 
    display: block; 
    padding: 8px; 
} 
 
.yui-nav li.selected a { 
    background: #FFFFFF; 
} 
 
.yui-nav li a:hover 
{ 
    color: #000; 
}

.yui-content { 
    background: #FFFFFF; 
    clear: both; 
}

.input_header
{
float:left;
width:25%;
padding:3px;
text-align:right;
}
.div_input
{
float:left;
width:70%;
padding:3px;
}

.new_subdomain_header
{
color:#CC0000;
}

