/*
Theme Name:		WP Framework Blue
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/1col.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:url(library/media/images/background.png) top left no-repeat #ADD3D3;
}

#copyright {
	clear:both;
	float:left;
	margin:60px 0 0 15px;
	color:#5BA8A8;
}

.ie7 #copyright, .ie6 #copyright {
	width:1024px;
	margin:40px 0 0 15px;
}

#copyright a {
	color:#E9F3F3;
}

.searchform {
	margin-top:10px;
}

.footer-block h3 {
	color:#FEFEEB;
	font-weight:bold;
	font-size:24px;
	line-height:24px;
}

.footer-block ul {
	list-style-type:none;
	margin-left:10px;
}

#post-14 .entry-title, #post-12 .entry-title, #post-2 .entry-title, #post-8 .entry-title, #post-6 .entry-title, #post-88 .entry-title {
	font-size:64px;
	line-height:64px;
}

#post-14 .entry-title {
	text-indent:145px;
}

#post-8 .entry-title {
	margin-bottom:20px;
}

#post-88 .entry-content-article {
	margin:15px 0 0 30px;
}

#post-88 p {
	margin-left:11px;
}

.boldname {
	font-weight:bold;
	font-size:22px;
	color:#0CA5B0;
}

.blog-entry {
	width:550px;
	margin:20px 0 75px 50px;
}

.blog-entry .entry-title a:hover {
	color:#F2F9F9;
	text-decoration:none;
}

.blog-entry h2 {
	display:inline;
}

.ie7 .blog-entry h2 {
	width:470px;
}

.post-date {
	width:70px;
	text-align:center;
	font-weight:bold;
	background-color:#7AB7BA;
	padding:8px 0;
	float:left;
	margin:0 15px 15px 0;
}

.day {
	font-size:36px;
	color:#F8F4E4;
	line-height:36px;
}

.month {
	font-size:24px;
	color:#4E3F30;
	line-height:26px;
}

.contact-submit {
	background-color:#7AB7BA;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
	border:none;
	color:#F8F4E4;
}

.contact-submit:hover {
	background-color:#1E949D;
}

.class-type {
	color:#0CA5B0;
	font-weight:bold;
}
	