/*
	Theme Name: frugal
	Theme URL: http://frugaltheme.com
	Description: A flexible Wordpress framework theme with a unique minimalist style and full control on the backend.
	Author: The Frugal Team
	Author URI: http://frugaltheme.com
	Version: 3.5.5
	Tags: clean, fixed width, minimalist, framework, widgets, hooks, flexible
	
	Changelog:
		3.0 - 11/20/09
		3.1 - 12/07/09
		3.15 - 12/21/09
		3.2 - 01/25/10
		3.25 - 02/09/10
		3.3 - 03/30/10
		3.5 - 04/28/10
		3.5.5 - 06/23/10
*/

/* Reset Browser to CSS Defaults */
@import url('lib/css/reset.css');

/*** Apply Default Theme Styles ***/
@import url('lib/css/default.css');


.page-template-narrow-php 
{
  background: #A7A37E !important;
}

/* Custom blocks styles */

.custom-block
{
  border: 2px solid #777777;
  padding: 15px 75px;
  margin: 0 50px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
}

.custom-block h2
{
  font-size: 25px;
  font-weight: bold;
  color: #C00;
}

.custom-block img
{
  position: absolute;
  top: 25px;
  left: -50px;
  _top: 40px;
  _left: -125px;
}

.custom-block-even
{
  background: #FFDEA6;
}

.custom-block-odd
{
  background: #dce4f0;
}

.drop-shadow
{
  background: url(http://www.fitmarriage.com/wp-content/uploads/2010/12/drop-shadow.png) no-repeat right center;
  height: 11px;
  width: 500px;
  margin: 0 75px 15px auto;
  _margin-top: -3px;
  text-indent: -9999em;
}

/*Centered block*/
.custom-block-2
{
  margin: 0 50px;
}

.custom-block-2 h2, .custom-block-2 h3
{
  font-family: Impact;
  text-align: center;
}

.custom-block-2 h2
{
  color: #CC0000;
  font-size: 30px;
}

.custom-block-2 h3
{
  color: #323232;
  font-size: 25px;
}

.custom-block-2 p
{
  margin: 15px 0;
  font-size: 15px;
}

.custom-block-2 li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-block-2 li {
  padding: 5px 5px 5px 40px;
  margin: 0;
  background: url(http://www.fitmarriage.com/wp-content/uploads/2010/12/checkbox.png) no-repeat left center;
  font-size: 15px;
}

blockquote
{
  overflow: hidden;
}

.alignleft
{
  margin-right: 20px !important;
}

/* Narrow page */
.page-template-narrow-php #wrap
{
  width: 800px;
  overflow: hidden;
}

#footer {
    width: 800px !important;
}

.postareanarrow {
	padding: 20px 10px 10px 10px;
}
