/*
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*******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, li, ul,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, cite {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
	color: black;
	text-decoration: none;
}
body {
	line-height: 1;
}

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
width: 95%;
}

/****End Reset*****/


/** Layout **/
body {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding: 10px;
}

.header {
width: 100%;
height: 75px;
border-bottom: solid 1px #cccccc;
margin-bottom: 1px;
text-indent: -9999px;
background: url(/images/MFSlogoSmall.png) no-repeat;
}

#logo, #logo a, #logo a:hover {
font-size: 30px;
line-height: 44px;
color: #111111;
text-decoration: none;
border: none;
}

ul.nav li, .nav a {
list-style: none;
display: inline;
padding: 3px;
margin-right: 20px;
color: #000000;
text-decoration: none;
border: none;
}

.nav a:hover {
background: #cccccc;
border: none;
}

#content {
width: 900px;
padding-top: 10px;
border-top: solid 1px #cccccc;
}

#primary {
width: 515px;
float: left;
padding: 20px;
border-right: solid 1px #cccccc;
margin-bottom: 10px;
}

.post {
padding-bottom: 22px;
border-bottom: solid 1px #cccccc;
margin-bottom: 22px;
}

.sidebars {
width: 294px;
float: left;
padding: 20px;
}


.footer {
clear: both;
}

/** Typography **/

body {
font-family: Georgia, "times new roman", serif;
font-size: 15px;
line-height: 22px;
}

p {
margin-bottom: 22px;
}

a {
border-bottom: dotted 2px #cc0000;
}

a:hover {
border-bottom: solid 2px #cc0000;
}

blockquote {
margin-left: 40px;
border-left: 2px solid #cccccc;
padding-left: 10px;
}

#content ul, #content ol {
margin: 22px 0 22px 40px;
}

div.HymnText {
margin-left: 40px;
}

.HymnText h3 {
margin-bottom: 22px;
font-size: 1.2em;
}

/** Entry Items **/

.post-page-title, .entry-title, .widget-title, .MusicListHead, .hymn-title {
font-size: 22px;
color: #000000;
text-decoration: none;
margin-bottom: 22px;
}

.post-page-title a, .entry-title a, .widget-title a {
text-decoration: none;
color: #444444;
border: none;
}

.post-page-title a:hover, .entry-title a:hover, .widget-title a:hover {
color: #000000;
border-bottom: solid 1px #cccccc;
}


.entry-info {
background: #eeeeee;
padding: 5px;
margin-top: 22px;
font-size: 75%;
}

/**Comments**/

#comments {
margin-top: 22px;
}

.comment-list {
margin-top: 22px;
border-top: solid 1px #cccccc;
}

.comment-list li {
margin-top: 22px;
border-bottom: solid 1px #cccccc;
}

.avatar-link {
display: block;
width: 50px;
height: 50px;
margin: 0 0 10px 10px;
float: right;
}

.comment-author {
font-size: 16px;
font-weight: bold;
font-style: normal;
}

.comment-meta {
font-size: 10px;
}

/**Styles for Music Suggestion pages**/

.Reading, .Song {
margin-bottom: 22px;
}


.blurb {
font-style: italic;
}

.Song h4, .reading-head {
font-weight: normal;
font-size: 1.2em;
font-variant: small-caps;
color: #555555;
}

.song-byline {
font-size: 0.8em;
text-indent: 15px;
}

.SongNote {
font-size: 0.8em;
text-transform: uppercase;
margin-left: 15px;
}

.HymnTune {
font-variant: small-caps;
}

/** Sidebars **/
/** widget titles controlled under entry items **/


/** Footer **/

.footer {
width: 900 px;
padding-top: 22px;
text-align: center;
border-top: solid 1px #cccccc;
}


/***PLUGINS****/

a.a2a_dd {
font-weight: bold;
font-size: 110%;
font-variant: small-caps;
}