/****************************
Kevin Navia
CSS Framework
****************************/

@import "common.css";

body.blk { 
color: #888;
background: url(../images/bg_blk.jpg) 68% 0 no-repeat #111;
}

.blk h1, .blk h2, .blk h3 { color: #fff; }
body.blk #header { padding-top: 30px; background-color: none; border: 0; }
.article { float: left; margin-right: 20px; width: 300px; color: #aaa; font-size: 12px; }
a, 
a:visited, 
a:active { color: #71BD6B; text-decoration: none; }

/* LOGO */
body.blk #logo { 
display: block;
width: 106px; height: 69px;
background: url(../images/logo_pixelpush.png) 0 0 no-repeat;
}

/* TEMPORARY LINKS */
#works { float: right; }
#temp { float: left; width: 300px; }
#temp h3,
#delLinks h3 { padding-bottom: 5px; font-size: 16px; border-bottom: 1px dotted #333; }
#temp ul { float: left; margin-bottom: 15px; width: 300px; }
#temp li { float: left; width: 300px;  }

/* CONTACT FORM */
#contact { float: left; padding-bottom: 30px; width: 590px; }
#contact p { clear: both; margin-bottom: 5px; }
#contact p.err span { color: #c62929; }
#contact label { display: block; }
#contact input { padding: 4px; width: 337px; font-size: 12px; border: 1px solid #888; }
#contact textarea { padding: 4px; width: 580px; height: 150px; font-size: 12px; font-family: inherit; border: 1px solid #888; }
#contact #mbtn {
padding: 3px 10px; 
color: #fff;
width: auto;
background-color: #6da869;
border: 0px solid #6da869;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px; 
}

/* delicious posts */
#delLinks { float: right; width: 300px; }
#delHeader { margin-bottom: 5px; }
.delPost { margin: 0 0 5px 0; width: 260px; line-height: normal; }
.delPost a { display: block; line-height: 19px; }

