@import url( 'library/media/css/reset.css' );
@import url( 'library/media/css/base.css' );
@import url( 'library/media/layouts/2col-r.css' );
@import url( 'library/media/css/screen.css' );
/*
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
Apply base theme styles and colors
Basic 2 Column Layout
Stylistic CSS Styles
These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist.*/
.aligncenter
{
}
.alignleft
{
}
.alignright
{
}
.wp-caption
{
}
.wp-caption-text
{
}
/*remove the borders from the navbar, add separators*/
DIV.menu
{
	_margin-left: 11px;
}
.menu UL.nav
{
	border: none !important;
	margin-top: 18px;
}
.menu UL.nav A
{
	border: none;
	padding: 0px 24px 0px 24px;
}
.menu UL.nav A:hover
{
	background-color: transparent;
	color: #EE3170;
}
.menu UL.nav LI:before
{
	content: "|";
	position: absolute;
	z-index: 1;
	color: #BBB;
}
.menu UL.nav LI:first-child:before
{
	content: "";
}
/*rearrange the layout*/
DIV.container
{
	width: 900px;
	padding-left: 20px;
}
.page-template-divalicious-basic-page-php .hfeed
{
	width: 100%;
}
.wp-post-image
{
	float: left;
	border: 0px solid #BBB;
	padding: 30px;
	margin-left: -16px;
	_margin-left: 0;
}
H1.entry-title
{
	clear: none;
}
.entry-content UL
{
	list-style: none;
}
.entry-content UL LI
{
	margin-bottom: 25px;
}
.menu
{
	margin-left: -17px;
	margin-top: 15px;
}
.page-template-divalicious-basic-page-php DIV.article
{
	margin-left: 467px;
}
/*image replacement for header logo*/
DIV#logo SPAN, DIV#logo, DIV#logo IMG
{
	width: 200px;
	height: 101px;
        float: center;
	margin-left: auto;
	margin-right: auto;
}
DIV#logo IMG
{
	/*[disabled]display:none;*/
}
DIV#logo SPAN
{
	/*[disabled]background-image:url(library/media/images/diva-logo-tagline.gif);*/
	/*[disabled]background-repeat:no-repeat;*/
	display: block;
	position: relative;
	margin-bottom: -64px;
}
/*fonts*/
DIV.header
{
	font-family: "Century Gothic Bold", Verdana, Geneva, sans-serif;
        margin-top: 40px;
}
P#tagline
{
	font: 10pt sans-serif;
}
.menu
{
	font-family: "Century Gothic Bold", Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	float: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px solid #cccccc;
}
.nav A
{
	color: #555;
}
.entry-content
{
	font: 1em "Century Gothic Bold", Verdana, Geneva, sans-serif;
	color: #555;
}
H1.entry-title
{
	font-family: "Century Gothic Bold", Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 9.5pt;
	color: #555;
}
P#copyright
{
	font-family: "Century Gothic Bold", Verdana, Geneva, sans-serif;
	color: #555;
}
