/*
Theme Name: Punchcut
Theme URI:  http://thethemefoundry.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.02
Author:   The Theme Foundry
Author URI: http://thethemefoundry.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.  Any custom 
changes you make here will be overidden when you upgrade.
-----------------------------------------------------------*/

body {
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2.2em;
  color: #444;
  background: #ffffff;
}

#header {
  padding: 30px 0 0 0;
  /* background: #ffffff ; */
  /* background: #efefef; */
  background: rgb(230, 230, 230);
  background: rgba(154, 154, 154, 0.10);
}

#navigation {
  padding-bottom: 10px;
  font-size: 1.4em;
  /* background:   url(http://interactiondesign-lab.com/idrent/wp-content/themes/punchcut/images/nav-background.png) no-repeat bottom left; */
  background: rgb(230, 230, 230);
  background: rgba(154, 154, 154, 0.10);
  /* -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px; */
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.post-box, .alert-box {
  background: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #ffffff;
}

#sidebar-image, #sidebar .widget {
  background: #fff;
  padding-top: 10px;
  border: 1px solid #ffffff;
}

#search_form input#s { 
  margin-top: 0px;
  padding: 5px; 
  background: #ffffff;
  color: #555;
}

.post-header {
  background: #efefef url(http://interactiondesign-lab.com/idrent/wp-content/themes/punchcut/images/bg-stripes.png) repeat-x bottom left;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

#sidebar-image { 
  padding-top: 40px;
}

#sidebar h2.widgettitle {
  padding: 10px 20px 8px 10px;
  margin: 0 10px 10px 10px;
  font-size: 1.1em;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #efefef url(http://interactiondesign-lab.com/idrent/wp-content/themes/punchcut/images/bg-stripes.png) repeat-x bottom left; 
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px; 
  border-bottom-right-radius: 10px;
}

.meta  {
  font-size: 1.3em;
  font-weight: bold;
  color: #555;
  padding: 0px 20px;
  margin: 0 10px 10px 10px;
  /* background: #efefef url(../images/bg-stripes.png) repeat-x bottom left; */
  background: transparent;
  text-align: right;
}

.comment-box {
  background: #fff;
  margin: 5px 0;
  padding-top: 10px;
  border: 0px solid #dedede;
}

div#respond {
  clear: both;
  background: #fff;
  margin: 5px 0;
  border: 1px dotted #dedede;
}

.entry img.alignleft, .entry img.alignright, .entry img.aligncenter  { 
  /* padding: 4px;
  background: #efefef;
  border: 1px solid #ddd; */
  padding: 0px;
  border: 0px solid #ddd;
  /* -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px; 
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px; 
  border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px; 
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px; 
  border-bottom-right-radius: 10px; */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#footer div.widget {
  float: left;
  margin-right: 32px;
  width: auto;
}

.post-header h1, .post-header h2 { 
  font-size: 2.4em; 
  margin: 30px 30px 0 30px;
  line-height: 1.1em;
  font-weight: normal;
}
