/*
THEME NAME: Pretty clever
THEME URI: http://allancole.com/wordpress/themes/boumatic/
DESCRIPTION: Based on the concept of <a href="http://en.wikipedia.org/wiki/Bouma">Bouma</a> in typography. “When reading, people can recognize words by deciphering boumas, not just individual letters”.
VERSION: 1.1
AUTHOR: Allan Cole
AUTHOR URI: http://allancole.com/
TEMPLATE: thematic
TAGS:three columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
 
/* Apply a basic 3 column layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
 
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
 
/* Apply styles for popular plugins */
@import url('../thematic/library/styles/plugins.css');

@import url('../boumatic/style.css');



/* =Global Elements OG GREY #FBFAF8
-------------------------------------------------------------- */
#button a {
	background-color:#993366;
	color: #FFF;
	display:block;
float:left;
}

#button_inline a {
	background-color:#993366;
	color: #FFF;
float:left;
margin-right:280px;

}

.main-aside {
	display:none;
}

#content .p1 {
width:100%;
}

.entry-content p {
}

.entry-content img.alignright {
	border-bottom:0 solid #DFDFDF;
	border-right:0 solid #DFDFDF;
	float:right;
	margin-bottom:4px;
	margin-right:0;
	top: 0px;
	padding: 0;
}
.entry-content img {
	display:block;
	float:right;
	margin-left:12px;
	margin-top:-52px;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
}

.entry-content img.alignleft {
	display:block;
	float:left;
	margin-left:0px;
	margin-top:20px;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
}

.entry-content blockquote p{
font-size:1.8em;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:105%;
color:#DFDFDF;
}

.entry-title {
width:340px;
}

#container{
width:320px;
}
