/*
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 {}

/* Wordpress Align CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
   margin-left: 10px
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

a img {
	border-color: #79143e;
}



/* Begin Original SugarSugarBlog CSS */



body, form, div, h1, h2, h3, h3, p {
	padding: 0;
	margin: 0;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
}

a,#a:visited {
	color: #603;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	background-color: #eee;
	width: 990px;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
	height: 120px;
}

	#header h1 { 
		position: absolute;
		top: 20px;
		left: 20px;
		width: 269px;
		height: 83px;
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) 0 -70px no-repeat;
		text-indent: -9999px;
	}
	
		#header h1 a {
			display: block;
			width: 269px;
			height: 83px;

		}

	.btn-join {
		margin: 20px 20px 0 0;
		float: right;
	}
	
	#social-links {
		position: absolute;
		bottom: 10px;
		right: 25px;
		margin: 0;
		list-style: none;
		font-size: 12px;
	}
	
	#social-links li {
		float: left;
		margin-left: 30px;
		line-height: 16px;
	}
	
	#social-links a, #social-links a:visited {
		color: #7c7c7c;
		padding-left: 26px;
	}
	
	#social-links .feed {
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) -269px -90px no-repeat;
	}
	
	#social-links .facebook {
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) -269px -122px no-repeat;
	}
	
	#social-links .twitter {
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) -269px -106px no-repeat;		
	}

#primary {
	width: 570px;
	float: left;
	background-color: #fff;
	margin: 0 10px 0 20px;
}

	#primary .top {
		width: 570px;
		height: 15px;
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) 0 0 no-repeat;		
	}
	
	#primary .bottom {
		width: 570px;
		height: 15px;
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) 0 -15px no-repeat;
	}

#side {
	width: 370px;
	float:left;
	background-color: #fff;
	line-height: 22px;
	font-size: 14px;
}

	#side #showoff h3 {
		font-size: 18px;
		line-height: 18px;
		border: none;
	}
	
	#side h3, #respond h3 {
		font-size: 14px;
		color: #603;
		line-height: 25px;
		margin-bottom: 10px;
		border-bottom: solid 1px #CCC;
	}

	#side .top {
		width: 370px;
		height: 15px;
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) 0 -40px no-repeat;		
	}

	#side .bottom {
		width: 370px;
		height: 15px;
		background: url(/blog/wp-content/themes/wp-framework/images/blogsprites.png) 0 -55px no-repeat;
	}
	
	.nudge {
		height: 10px;
		background-color: #eee;
	}
	
	.widget_search form {
		margin: 5px 20px 5px 20px;
	}
	
	.widget_search input {
		width: 230px;
		height: 25px;
		border: solid 1px #CCC;
	}
	
	.widget_search input:focus {
		background: #FFC;
	}
	
	.widget_search .btn-search {
		float: right;
	}
	

#showoff {
	margin: 10px 20px 0 20px;
}

#showoff .share {
	margin: 10px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
	border-top: solid 1px #ccc;
	line-height: 11px;
}

#showoff .share p {
	margin-top: 10px;
}

#showoff .share a {
	float: right;
}

.widget_text, .widget_recent_entries, .widget_categories, .widget_archive, .widget_recent_comments, .widget_twitter, .widget_tag_cloud {
	margin: 0 20px 20px 20px;
}

.widget_categories {
	float: left;
	width: 160px;
}

.widget_archive {
	float: left;
	width: 150px;
	margin-left: 0;
}

#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_recent_entries li {
	margin-bottom: 10px;
	line-height: 20px;
}

.widget_recent_comments li, .widget_twitter li {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}
	
	.widget_recent_comments .author, .widget_twitter .timesince {
		text-transform: uppercase;
		line-height: 14px;
		color: #666;
	}
	
	.widget_recent_comments .author {
		margin-bottom: 5px;		
	}
	
	.widget_recent_comments .source {
		margin-top: 5px;
		color: #666;
	}
	
	.widget_twitter .timesince {
		line-height: 20px;
	}
	
	.widget_recent_comments p, .widget_twitter li {
		color: #603;
	}
	
	.widget_recent_comments a, .widget_recent_comments a:visited, .widget_twitter a, .widget_twitter a:visited {
		color: #666;
	}
	
	.widget_twitter h3 a, .widget_twitter h3 a:visited {
		color: #603;
	}
	
.widget_tag_cloud a, .widget_tag_cloud a:visited {
	color: #666;
}

.widget_tag_cloud a:hover {
	color: #603;
}
	
ul.slideshow {
	height: 151px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 14px;
}

	ul.slideshow li {
		position: relative;
		height: 151px;
		padding-top: 20px;
		padding-left: 140px;
		line-height: 20px;
	}

	ul.slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		border: solid 3px #dcdcdc;
	}
	
	ul.slideshow strong {
		display: block;
	}
	
	
.post {
	margin: 10px 20px 40px 20px;
	font-size: 14px;
}

	.post h3 {
		font-size: 18px;
	}
	
	.post p {
		margin: 10px 0 10px 0;
		line-height: 22px;
	}
	
	.entry-footer p {
		margin: 10px 0 5px 0;
		line-height: 14px;
	}
	
	.post p.author {
		font-size: 11px;
		text-transform: uppercase;
		margin: 5px 0 15px 0;
		line-height: 11px;
	}
	
	.post .entry-footer {
		border-top: solid 1px #ccc;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	.post p.comments {
		float: right;
		text-transform: uppercase;
		margin-right: 10px;
		line-height: 22px;
	}
	
	.post p.share {
		float: left;
		margin-right: 10px;
		line-height: 22px;
	}
	
	.post .share-it {
		margin: 12px 0 0 0;
		line-height: 18px;
	}
	
	
#page-navigation {
	margin: 5px 20px 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
}

	#page-navigation .nav-next {
		float: right;
		width: 50%;
		text-align: right;
	}
	
	#page-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	
#footer {
	margin: 10px 0 30px 0;
}	
	
#footer .legal {
	float: left;
	font-size: 12px;
	margin: 20px;
	color: #7c7c7c;
}

#footer .nav {
	float: right;
	margin: 20px;
	list-style: none;
	font-size: 12px;
}

#footer .nav li {
	float: left;
	margin-left: 20px;
}

	#footer a, #footer a:visited {
		color: #7c7c7c;
	}
	
	
.form-section {
	margin-bottom: 10px;
}
#allowed-tags {
	font-size: 11px;
}
	
	
/* CSS3 Buttons */

button, .btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Helvetica, Arial, sans-serif;
	padding: 0.5em 10px .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
button:hover, .btn:hover {
	text-decoration: none;
}
button:active, .btn:active {
	position: relative;
	top: 1px;
}

button, .btn-search, .btn-join {
	color: #fff;
	border: solid 1px #7c7c7c;
	background: #838383;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
	background: -moz-linear-gradient(top,  #999,  #666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#666');
}
button:hover, .btn-search:hover, .btn-join:hover {
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#af346f), to(#711a43));
	background: -moz-linear-gradient(top,  #af346f,  #711a43);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#af346f', endColorstr='#711a43');
}
button:active, .btn-search:active, .btn-join:active {
	color: #ececec;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#999));
	background: -moz-linear-gradient(top,  #666,  #999);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#999');
}

/* END CSS3 Buttons */

.addthis_default_style .at300b, .addthis_default_style .at300m {
	line-height: 18px;
}


.pings-list li {
	margin-bottom: 20px;
}

.pings-list {
	list-style: none;
	margin-left: -40px;
}

.comment-list {
	margin-left: 40px;
}

.comment-list .children {
	border-left: solid 5px #CCC;
	margin-left: -80px;
	padding-left: 90px;
}


.children .avatar-link {
	display: block;
	float: left;
	margin-left: -80px;

}

#comment {
	width: 400px;
}

.comment-content p {
	margin: 0 0 10px 0;
}

.comment-list li {
	margin-bottom: 10px;
}

.comment-content {
	border-bottom: solid 1px #d6a4b8;
	margin-bottom: 0;
}

.comment-reply {
	margin-bottom: 20px;
}

.comment-list cite {
	font-style: normal;
}

.comment-meta {
	text-transform: uppercase;
	font-size: 11px;
}

.avatar-link {
	float: left;
	margin-left: -80px;
}

p.share {
	float: left;
	padding-right: 5px;
}

p.share-it {
	float: left;
}


#comment-form {
	margin-top: 20px;
}

#comments {
	font-size: 11px;
	line-height: 16px;
}


#posts h1, #primary h1 {
	color: #333;
	font-weight: normal;
	margin-left: 20px;
}

#search-query {
	margin-left: 0;
	padding-left: 0;
}