/*
Theme Name: Punchcut
Theme URI:  http://themes.jestro.com/punchcut/
Description:  A clean and versatile theme featuring two gorgeous fonts, hand crafted social icons, and a theme options page allowing you to customize your background colors and more.
Version:    .951
Author:   Themes by Jestro
Author URI: http://themes.jestro.com
Tags: fixed-width, two-columns, white, blue, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready
*/

/*
    Copyright 2009 - 2010 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
@import url("functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. See this tutorial for instructions:
     ----> http://themes.jestro.com/punchcut/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/



.hrGray {color:#eee; clear:both;margin:30px 0;}
#content .home { float: left;padding:0 0px;width: 880px;padding:40px;height:385px;background:url(http://daviddewese.com/wp-content/themes/punchcut/images/home.jpg) no-repeat; line-height:18px;}
body {background:#fefefe !important;}
.home-title {font-size:43px;width:370px;font-weight:bold;color:#c10023;text-shadow: #b0ac8b 2px 1px 1px;line-height:43px;}
.home-mid {font-size:22px;width:370px;margin:10px 0;color:#b0ac8b;}
.home-text {font-size:12px;line-height:18px;width:370px;margin:10px 0;color:#777;}
.home-buy {font-size:24px;width:370px;text-align:center;margin-top:20px;}
a.home-buy {color:#bb4246;}
.header {background:#f7f5e6 !important;}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #911028;
	-webkit-box-shadow:inset 0px 1px 0px 0px #911028;
	box-shadow:inset 0px 1px 0px 0px #f0a3b1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c10023), color-stop(1, #911028) );
	background:-moz-linear-gradient( center top, #c10023 5%, #911028 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c10023', endColorstr='#911028');
	background-color:#c10023;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #911028;
	display:inline-block;
	color:#fff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #911028;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #911028), color-stop(1, #c10023) );
	background:-moz-linear-gradient( center top, #911028 5%, #c10023 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#911028', endColorstr='#c10023');
	background-color:#911028;
text-decoration:none;
color:#f9f6ed  !important;
}
.myButton:active {
	position:relative;
	top:1px;
color:#fff !important;
}
