 /* 
 Theme Name: Punchcut Child 
 Theme URI: http://wordpress.org/ 
 Description: This is a child theme of Punchcut
 Version: 1 
 Author: David Raybould
 Author URI: http://www.SimplySnowboard.com/
 Template: punchcut

/* Import Parent Theme Style */
@import url(../punchcut/style.css);
@import url(../punchcut/stylesheets/master.css);

#header {
	background: #F7F7F7 url('images/nice-air-header.jpg') no-repeat bottom center;
}
#footer {
  padding: 30px;
  background: #efefef none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#E7E7E7;
background-image:none;
background-position:0 0;
background-repeat:repeat;
float:left;
padding-bottom:10px;
width:657px;
}
div.comment-number {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#E8E8E8;
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:7px;
padding-left:20px;
padding-right:15px;
padding-top:0px;
}
#copyright {
  display: block;
  clear: both;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.8em;
  color: #888;
  background: #000000;
}
#copyright a:link, #copyright a:visited {
  color: #888;
  border-bottom: 1px dotted;
}
#copyright a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}