/*  
Theme Name: For The Win! WP theme
Theme URI: http://benpartch.org/
Description: Custom themes by http://benpartch.com/
Version: 0.1
Author: Ben Partch
Author URI: http://benpartch.org/
*/
/* =============== ( Global ) =============== */
*{margin:0;padding:0}

p{margin:0 0 1em 0}

body{
  font:81.25%/1.5 Arial,Helvetica,Tahoma,Sans-Serif;
  background:#fff;
  text-align:center;
  color:#000;
}

a:link,a:visited{color:#666;text-decoration:underline;}
a:hover,a:active{color:#666;text-decoration:none;}


/* =============== ( Logo ) =============== */
.logo,.logo em{
  width:174px;
  height:154px;  
  position:absolute; 
  top:8px;left:12px;
  display:block; 
  cursor:pointer;
  text-indent:-9999px;
}
.logo em{background:url(http://www.forthewinpr.com/wp-content/themes/theme/i/logo.jpg) top left no-repeat}

/* =============== ( headings ) =============== */
h1,h2,h3,h4,h5,h6{
  font-family:Georgia,"Trebuchet MS","Lucinda Grande",Serif;
  color:#000;
  font-style:italic;
}
h1{
  font-size:330%;
  line-height:.8em;
}
h1 span{
  font-size:50%;
  font-weight:normal;
  display:block;
  color:#999;
  font-family:Arial,Helvetica,Tahoma,Sans-Serif;
}

/* =============== ( Structure ) =============== */
#wrap{
  background:#fff;
  position:relative;
  text-align:left;
  margin:0 auto;
  width:640px;
}

#header{
  position:relative;
  background:#fff;
  height:175px;
  width:100%;
}
#headRight{
  position:absolute;
  top:30px;left:210px;
  line-height:1.8em;
}
address{font-size:150%}
address a{font-weight:bold}
address span{
  font-size:80%;
  color:#999;
}

#content{width:100%}

#content p{margin-left:210px}
#content img.sb{margin-left:30px}
#content img{
  padding:10px;
  border:1px solid #ccc;
}
.testimonial{
  font-style:italic;
  margin-bottom:20px;
}
.testimonial b{
  display:block;
  margin-left:160px;
  font-weight:bold;
  line-height:2em;
  font-family:Georgia,"Trebuchet MS","Lucinda Grande",Serif;
}

.bio{
  margin-bottom:30px;
}

#sidebar{
  padding:10px;
  float:left;
  width:180px;
  font-size:.9em;
}
#sidebar p{margin-left:0}
#sidebar ul{
  margin:10px 0 0 10px;
  list-style:none;
}
#sidebar ul ul{margin:0}

#footer{
  background:#fff url(http://www.forthewinpr.com/wp-content/themes/theme/i/footer.jpg) top left repeat;
  text-align:center;
  line-height:3em;
  width:100%;
  overflow:hidden;
  font-size:.9em;
  font-weight:bold;
  margin-top:20px;
}
#footer ul li{
  float:left;
  display:inline:
  list-style:none;
}
#footer ul li{
  list-style:none;
  margin:0 0 0 10px;
}
#footer span{
  float:right;
  margin:0 10px 0 0;
}

.left{float:left}
.right{float:right}
img.mar{margin-right:10px}