/*
Theme Name:		WP Framework customized by Aaron Boynton

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 {}







/*

*

* Begin Customized

*

*/

body {

background:#FFF url(images/bg-top.jpg) top left repeat-x; /* #cc0066 (pink) */

color:#000;

font-family:Helvetica,Arial,sans-serif;

font-size:14px;

}

h3 {
font-weight:bold;
}

.container {

margin:0px auto;

padding:0px 15px 30px;

/* background:url(images/bg.png) top center no-repeat; */

}

#logo, #logo a {

margin-top:6px;

}

a {

color:#D7057C;

}

.entry-content a:link, .entry-content a:active, .entry-content a:visited {

color:#D7057C;

text-decoration:underline;

}

.nav a {

display:block;

padding:6px 15px;

position:relative;

}

.nav a {

border-right:1px solid #cc0066;

background:#000;

color:#FFF;

}

.nav a:hover {

background:#cc0066;

color:#000;

}

.nav {

border-color:#000;

border-style:solid;

border-width:1px;

background:#000;

color:#FFF;

}

.nav ul {

border-color:#cc0066 -moz-use-text-color;

}

.nav ul li a {

border-right:1px solid #cc0066;

border-bottom:1px solid #cc0066;

}

.hfeed {

float:left;

width:580px;

}

.aside {

float:right;

width:330px;

}

.header {

height:202px;

}

#tagline {

display:none;

}

.footer {

background:#FFF url(images/footbg.gif) top left repeat-x;

color:#FFF;

}

.footin {

width:960px;

padding:10px 15px 30px;

margin:0 auto;

}

#allowed-tags {
display:none;
}
