/*
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 {}

.lead {
font-size:110%;
line-height:130%;
margin-top:15px;
margin-bottom:15px;
color:#0099ff;
}

.thin {
font-weight:100;
}

.barrainfo {
float:right;
width:248px;
margin:0 0 0 40px;
}

.infocontextual {
border:1px dotted #999999;
font-size:90%;
padding: 0 15px 10px 15px;
text-align:left;
color:#3c3b3b;
margin-top:10px;
}
.infocontextual  h2{
	font-size:16px;color:#0099ff;
}

.formulario {
border-left:2px solid silver;
margin-top:15px;
padding:6px 6px 6px 20px;
font-size:80%;
width:430px;
background:#f0f4fa;
}
.published{font-size:60%; border-bottom:1px dotted silver; margin-bottom:10px;width:430px;}
