/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


 body{background-color:#f4f4f4; color:#141414;}
 
 
 a { color: #141414; text-decoration: underline; }
 
 a:hover { color: #a9a9a9; text-decoration: none; }
 
a:visited { color: #141414; text-decoration: underline; }
 
 

 
 
 
.header{padding:20px 20px 0 20px; width:740px;}

.header_title{ height:78px;}

.header_title_text{float:left; font-size:20px; font-weight:normal; letter-spacing:1px; color:#141414; padding:25px 0 4px 0;}

.header_title_image1 a{float:left; display:block;  width:69px; height:69px;  margin-bottom:25px; padding:5px; background-image:url(library/media/images/sweater.png);}

.header_title_image1 a:hover{float:left; display:block;  width:69px; height:68px;  margin-bottom:25px; padding:5px;  background: transparent url(library/media/images/sweater.png)  0 -74px no-repeat; opacity:0.7;}

.header_title_image2 a{float:left; display:block;  width:69px; height:69px;  margin-bottom:25px; padding:5px; background-image:url(library/media/images/scarf.png);}

.header_title_image2 a:hover{float:left; display:block;  width:69px; height:68px;  margin-bottom:25px; padding:5px;  background: transparent url(library/media/images/scarf.png)  0 -74px no-repeat; opacity:0.7;}


.header_title_image3 a{float:left; display:block;  width:69px; height:69px;  margin-bottom:25px; padding:5px; background-image:url(library/media/images/socks.png);}

.header_title_image3 a:hover{float:left; display:block;  width:69px; height:68px;  margin-bottom:25px; padding:5px;  background: transparent url(library/media/images/socks.png)  0 -74px no-repeat; opacity:0.7;}



 h4 {text-transform:uppercase; font-size:13px; font-weight:bold; padding:20px 0 20px 0;}

.full {border-top: solid 1px #414141; width:760px; float:left;}

.full_top {border-top: solid 1px #414141; width:740px; padding:10px;}

.full_bottom {border-bottom: solid 1px #414141; width:740px; padding:10px; }

.third {width:220px; padding:0 20px 10px 20px; float:left; }

.third_product {width:220px; padding:0; float:left;  }

.twothird {width:440px; padding:20px 20px 0 20px; float:left; }

.half {width:380px; float:left; border-top: solid 1px #414141; border-bottom: solid 1px #414141; text-align:center; height:240px;}

.label{background-color:#02ffcf; margin:0 15px 15px 0; border-right:2px solid #ccc;  border-bottom:2px solid #ccc; padding:5px;  font-size:10px; color:#000;}

.label a{color:#141414;}

.button:hover{
	opacity:0.7;
}

.vote_button {background-color:#a9a9a9; float:left; font-family:helvetica; font-size:12px; font-weight:bold; text-transform:uppercase; color:#fff;}

.blue_button {background-color:#ff028b; padding:5px; margin:4px;  font-family:helvetica; font-size:10px; font-weight:bold; text-transform:uppercase; color:#fff;}



