/*
Theme Name: Nick's Sports Autographs (Green)
Description: Custom theme for Nick Sosnowski
Author: Blake Janelle

Nick's Sports Autographs (Green Theme) by Blake Janelle || http://blakejanelle.com
*/

body
{
    color: #000000;
    font-family: verdana;
    background-image: url( 'images/fadestripe.png' );
    background-color: #0f8c20;
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}

#wrapper
{
    width: 804px;
    margin: 0px auto;
    background: url( 'images/outline2.png' ) repeat-y;
}

#header
{
    width: 800px;
    height: 124px;
    margin: 0px auto;
}

#nav1
{
    width: 800px;
    height: 30px;
    margin: 0px auto;
    line-height: 26px;
    font-size: 13px;
    background-image: url( 'images/button.png' );
}

#nav1 a
{
    /*
    display: block;
    float: left;
    height: 30px;
    width: 150px;
    padding: 0px 7px 0px 7px;
    */
    line-height: 30px;
    color: #ffffff;
    /*background-image: url( 'images/button.png' );*/
    text-decoration: none;
}

/*
#nav1 a:hover
{
    display: block;
    float: left;
    height: 30px;
    padding: 0px 7px 0px 7px;
    color: #ffffff;
    background-image: url( 'images/button_hover.png' );
    text-decoration: none;
}
*/

#links
{
	display: block;
    float: left;
    width: 545px;
}

#links a.home
{
	display: block;
	float: left;
	width: 70px;
	background-image: url( 'images/button.png' );
	text-align: center;
}

#links a.home:hover
{
	display: block;
	float: left;
	width: 70px;
	background-image: url( 'images/button_hover.png' );
	text-align: center;
}

#links a.new_arrivals
{
	display: block;
	float: left;
	width: 102px;
	background-image: url( 'images/button.png' );
	text-align: center;
}

#links a.new_arrivals:hover
{
	display: block;
	float: left;
	width: 102px;
	background-image: url( 'images/button_hover.png' );
	text-align: center;
}

#links a.featured_products
{
	display: block;
	float: left;
	width: 137px;
	background-image: url( 'images/button.png' );
	text-align: center;
}

#links a.featured_products:hover
{
	display: block;
	float: left;
	width: 137px;
	background-image: url( 'images/button_hover.png' );
	text-align: center;
}

#links a.authenticity
{
	display: block;
	float: left;
	width: 100px;
	background-image: url( 'images/button.png' );
	text-align: center;
}

#links a.authenticity:hover
{
	display: block;
	float: left;
	width: 100px;
	background-image: url( 'images/button_hover.png' );
	text-align: center;
}

#links a.shopping_cart
{
	display: block;
	float: left;
	width: 120px;
	background-image: url( 'images/button.png' );
	text-align: center;

}

#links a.shopping_cart:hover
{
	display: block;
	float: left;
	width: 120px;
	background-image: url( 'images/button_hover.png' );
	text-align: center;
}

#search
{
    float: left;
    width: 250px;
    padding-right: 5px;
    text-align: right;
    margin-top: 1px;
}

.search_product img
{
    margin-right: 10px;
}

img
{
    border: none;
}

input#s
{
    height: 15px;
    width: 170px;
    border: 1px solid #8c8c8c;
}

input#searchsubmit
{
    height: 25px;
    width: 65px;
    font-size: 12px;
}

#nav2
{
    clear: both;
    width: 790px;
    padding: 5px;
    margin: 0px auto;
    background-color: #ffffff;
    text-align: left;
    font-size: 10px;
    border-bottom: 1px solid #cccccc;
}

#nav2 a
{
    font-size: 10px;
    color: #000000;
}

a
{
    color: #000000;
}

#nav3
{
    width: 800px;
    margin: 0px auto;
}

#content
{
    width: 760px;
    padding: 10px 20px 20px 20px;
    margin: 0px auto;
    background-color: #ffffff;
    font-size: 12px;
}

.container
{
    background-image: url( 'images/header_bg.png' );
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #319c40;
    padding-bottom: 2px;
}

.container h2
{
    height: 23px;
    padding: 0px 0px 6px 2px;
    margin: 0px;
    font-size: 18px;
}

.container span
{
    display: block;
    height: 20px;
    padding: 2px;
}

#caption
{
    color: #ffffff;
    padding: 2px;
}

#caption a
{
    color: #ffffff;
    text-decoration: none;
}

#footer
{
    width: 804px;
    height: 40px;
    margin: 0px auto;
    background-image: url( 'images/footer.png' );
    font-size: 11px;
    text-align: center;
}

.productdisplay
{
    width: 200px;
    float: left;
}

.default_product_display
{
    width: 200px;
    float: left;
}

#entry
{
    width: 748px;
    margin: 0px auto;
    margin-top: 2px;
    padding: 4px;
    background-color: #ffffff;
    color: #000000;
}

#entry h4
{
    margin: 0px;
    padding: 4px;
    font-size: 15px;
}

#avatar
{
    width: 45px; 
    float: left; 
    border: 1px solid #000000; 
    margin-right: 10px;
}

