/* @override http://www.hazelmail.com/postcards/wp-content/themes/picayune/style.css */

/*   
Theme Name: Picayune
Theme URI: http://hazelmail.com
Description: Custom Thematic Child Theme for HazelMail.com.
Author: Pierre Rivera
Author URI: http://PierreRivera.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* PAR resets of widths */
body
{
	background: url(http://www.hazelmail.com/images/layout/bkg.gif) repeat-x top white;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 15px;
	font-family: 'Arial';
}
div#wrapper {
	margin:auto;
	width:994px;
}
div#header	{
	width: 994px;
	margin-top: 7px;
	height:204px;
	background: url(images/banner.jpg) no-repeat 0px 0px;
	float:left;
}
div#main	{
	width:	974px;
	margin:	0;
	padding: 10px;
	background: url(images/mainbg.jpg);	
}
div#footer
{
	padding-left: 10px;
	background: url(http://www.hazelmail.com/images/layout/footer.jpg) no-repeat;
	height: 168px;
	margin-left:1px;
	margin-top: -1px;
}
#blog-title	{
	margin-top: -25px;
	margin-left: 320px;
}
#blog-description	{

	margin-left: 320px;
	color: white;
}
#blog-title a	{
	color: white;
}
#blog-title a:hover	{
	color: #e56212;
}
#blog-title	{
}
#hazel	{
	margin-top: -143px;
	margin-left: 15px;
}
form#searchform div input#s	{
	width: 98%;
}
#sidebarcard	{
	text-align: center;
	margin-bottom: 15px;
}
#sidebarcard a p	{
	margin-top: 5px;
}
div#primary ul li.cat-item-1	{
	display: none;
}
div#index-bottom.aside	{
	border: none;
	text-align: center;
}
div#index-bottom div#articles	{
	font-size: 7px;
	color: lightgrey;
}

/* The styles below target only the postcards articles posts */
body.s-category-postcards-articles div.hentry	{
	margin-top: 160px;
}
body.s-category-postcards-articles div#flash_demo	{
	padding-top: 50px;
	padding-bottom: 85px;
	border: 1px solid lightgrey;
	text-align: center;
}
body.s-category-postcards-articles div#question	{
	position: absolute;
	top: 25px;
	font-weight: bolder;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	width: 540px;
	color: #004b91;
}
body.s-category-postcards-articles div#question p	{
	margin-bottom: 5px;
}
body.s-category-postcards-articles div#cta	{
	position: absolute;
	top: 365px;
	font-weight: bolder;
	font-size: 22px;
	text-align: center;
	width: 540px;
	line-height: 1.3em;
	color: #004b91;
}