/*
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:    1.0
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.
-----------------------------------------------------------*/

.post-box.page-box, li.widget, .mc_custom_border  {
       -moz-border-radius:10px 10px 10px 10px;
       -webkit-border-radius:10px 10px 10px 10px;
}
.mc_custom_border {
     padding: 8px;
}


/*
@font-face {
  font-family: "OpenDinSchriftenEngshrift";
  src: url(OpenDinSchriftenEngschrift/OpenDinSchriftenEngshrift.ttf) format("truetype");
}
@font-face {
  font-family: "PT-Sans";
  src: url(PT-Sans/PT_Sans.ttf) format("truetype");
}
*/
#nav a {
	font-size:1.3em;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: bold;
	color: #444;
	font-family: Helvetica, Sans-serif
}


#header {
padding:10px 0 0;
border-left: none;
-moz-border-radius:14px 14px 0 0;
background-image:url("images/header_bg.png");
background-color: #B8D3EA;
height:186px;
margin-top:10px;
}
#sidebar .widget {
margin-bottom:10px;
overflow:hidden;
}
#sidebar {
width:253px;
}
#content {
width:696px;
}

#sidebar h2.widgettitle {
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
margin:0 10px 10px;
margin-left:0px;
margin-right:0px;
position: relative;
top: -10px;
padding:10px 20px 8px 10px;
font-size:1.2em;
}

h1#title, div#title {
margin:0 0 0 9px;
}

input[type=text] {
border: 1px solid #ddd;
}

body {
font-family: Verdana;
color: #222;
}
.joinbutton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
margin-bottom: 10px;
   }
.joinbutton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.joinbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
#latest-posts > div {
	margin-bottom: 5px;
}
