*\
Theme Name: punchkick
Theme URI: http://www.matcastle.net/
Description: Child Theme for Punchcut
Author: MWC
Author URI: http://www.mattcastle.net/
Template: punchcut
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


@import url("../punchcut/style.css");

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

#content{
 float:left;
 width:67%;
 padding:0 0 0 45px;
}

#sidebar{
float:right;
width:220px;
margin:0 45px 0 0;
}

#sidebar ul li.widget ul li {
padding: 0 0 0;
}

body {
line-height:2em;
}

.post-header h1, .post-header h2 {
margin:-42px 30px 0;
}

#header {
 font-family: "Helvetica";
 text-transform: uppercase;
 letter-spacing: -0.1em;
}

#title {  
    background: url(http://www.mattcastle.net/wp-content/uploads/2010/01/life.png) no-repeat;   
    width: 500px;  
    height: 51px; 
    position: relative;
    left: 20px;
    text-indent: -9000px;
}  

#title a {
    display: block;
    width: 500px;  
    height: 51px;
    position: relative;
    text-indent: -9000px;
}  


