/*
Theme Name: Formatic Clothing
Theme URI: http://formaticclothing.com/
Description: This is the formatic wordpress theme.
Version: 1.0
Author: Dave Hauenstein
Author URI: http://davehauenstein.com/
Tags: formatic clothing dave hauenstein radical

	Formatic v1.0
	http://formaticclothing.com/

	This theme was designed and built by Dave Hauenstein,
	whose site you will find at http://davehauenstein.com/
*/

*{
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
}
body{
    text-align: center;
    background: url(images/thbg1.jpg) repeat left top;
}
ol, ul{
    list-style-type: none;
}
p{
    margin: 13px 0;
}
#container{
    margin: 0 auto;
    padding: 0 48px;
    border-width: 0 2px;
    border-color: #000;
    border-style: solid;
    background-color: #fff;
    text-align: left;
    width: 686px;
}
#header #nav a{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
#header #nav{
    padding-top: 70px;
    float: right;
}
#header #nav li{
    margin-right: 5px;
    padding-right: 5px;
    float: left;
    border-right: solid 1px #000;
}
#header #nav li.last{
    border-right: none;
}
#header h1{
    margin: 10px 0;
    float: left;
    text-indent: -99999px;
    background: url(images/header_logo_alt.gif) no-repeat left top;
    width: 277px;
    height: 84px;
}
#footer{
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
#footer li{
    padding-right: 10px;
    display: inline;
    text-transform: none;
}
#footer p{
    font-size: 10px;
    clear: left;
}
#footer li a{
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
#rotator-container{
    padding-bottom: 0px;
    clear: both;
}
.entry{
    margin: 15px 0 0;
    padding: 0 0 5px 0;
}
.entry h2 a, h3, h4{
    margin: 10px 0;
    font-family: helvetica, arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-decoration: none;
    color: #000;
}
h4{
    font-size: 18px;
}
.entry h2 a:hover{
    color: #c0272d;
}
.entry .meta{
    margin-top: 10px;
    padding: 7px;
    font-weight: bold;
    background: #ddd;
}
.entry .meta .author,
.entry .meta .date{
    color: #666;
}
.entry a{
    color: #c0272d;
}
.entry p{
    text-align: justify;
}
.entry .more-link{
    margin-top: 10px;
    display: block;
}
#commentform div{
    margin: 10px 0;
}
#commentform label{
    padding: 3px 0;
    display: block;
    font-weight: bold;
}
#commentform .textfield,
#commentform textarea{
    font-family: arial, sans-serif;
    color: #333;
    width: 400px;
    padding: 5px;
    border: dashed 1px #999;
}