/* ===== CSS sheet by Jerome Bohg from d-engine / kitchenpilot  ==== */
/* ===== feel free to copy, use and learn as much as you like ==== */

/* ===== reset the whole bunch ==== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

strong {
 font-weight: bold;
}

/* ===== first some global stuff ==== */
body {
 font-size: 13px;
 line-height: 1.5em;
 font-family: Arial, Helvetica, Verdana, "Trebuchet MS", "Luxi Sans", sans-serif;  
 color: #fff;
 background: #000;
}

html {
 overflow-y: scroll;
}

.clearfix {
 content: ".";
 clear: both;
 display: block;
 height: 0;
 visibility: hidden;
}

.clear {
 clear: both;
 display: block;
 height: 0;
}

.hideme { display: none; }
.showme { display: block; }

/* ===== global link markup ==== */
.harpwrap a:link, .harpwrap a:active, .harpwrap a:visited {  
 color: #f7f7f7;
 text-decoration: none;
 border-bottom: 1px solid #EE3B33;
 outline:none;	 
}
.harpwrap a:hover {
 color: #000;
 background: #fff;
 border-bottom: 1px solid #EE3B33;
}
:focus{
 -moz-outline-style:none;
}

/* ===== background stuff ==== */
#bgwrap {
 position: absolute;
 top:0;
 left:0;
 z-index: -1;
}
#bgimg {
 position: fixed;
 top:0;
 left:0;
 overflow: hidden;
 z-index: -1;
}

#bgwrap img {
 display: none;
}

#bgimages {
 display: none;
}

a#setback {
 position: fixed;
 bottom:0;
 right: 0;
} 

/* ===== harp ==== */
.harpwrap {
 padding-top: 100px;
}
.harpwrap h2 {
 display: block;
 font-weight: normal;
 font-size: 13px;
 cursor: pointer;
 background: url(../kp_img/bg_mnu.png);
 margin-top: 1px;
 padding: 7px 0;
}
.harpwrap h2.act {
 background: url(../kp_img/bg_mnu_act.png);
}
.harpwrap h2 strong {
 display: block;
 width: 960px;
 height: 36px;
 margin: 0 auto;
 text-indent: -9999px;
}
.harp {
 margin-top: -1px;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 background: url(../kp_img/bg_bl.png);
 padding: 15px 0;
}
.content {
 clear: both;
 display: block;
 width: 960px;
 min-height: 250px;
 margin: 0 auto;
}

/* ===== menu ==== */
h2 strong.dengine {
 background: url(../kp_img/menu.png) 0 0 no-repeat;
}
h2 strong.portfolio {
 background: url(../kp_img/menu.png) 0 -45px no-repeat;
}
h2 strong.contact {
 background: url(../kp_img/menu.png) 0 -90px no-repeat;
}

/* ===== columns ==== */
.col {
 display: block;
 width: 300px;
 float: left;
 margin-left: 30px;
}
.two {
 width: 630px;
}
.nomarg {
 margin-left: 0;
}

h3 {
 font-size: 16px;
 font-weight: normal;
 text-transform: uppercase;
 border-bottom: 1px solid #727272;
 margin-bottom: 5px;
 padding-bottom: 1px;
}

img.frstimg {
 float: left;
 border-bottom: 3px solid #EE3B33;
 margin: 5px 10px 0 0;
}

.address li {
 display: block;
 width: 100%;
 margin-bottom: 5px;
 padding-bottom: 5px;
 border-bottom: 1px solid #727272;
}
.address em {
 display: block;
 width: 35px;
 float: left;
 font-style: normal;
}

/* ===== default form ==== */
form input.txt {
 display: block;
 width: 290px;
 border: 1px solid #fff;
 padding: 4px 4px;
 color: #666; 
 font-family: Helvetica, Verdana, Arial, "Trebuchet MS", "Luxi Sans", sans-serif; 
}
form textarea {
 width: 290px;
 height: 67px;
 border: 1px solid #fff;
 padding: 4px 4px;
 margin-bottom: 5px;
 color: #666;
 font-family: Helvetica, Verdana, Arial, "Trebuchet MS", "Luxi Sans", sans-serif;  
}
form ul {
 display: block;
 width: 100%;
 float: left;
 margin-top: 3px;
}
form li {
 display: block;
 width: 100%;
 float: left;
 margin-bottom: 5px;
}

span#loader {
 clear: both;
 display: block;
 height: 25px;
 text-align: right;
}
span.loading {
 background: url(../kp_img/ajax.gif) left center no-repeat;
}

input.subm {
 background: none;
 color: #fff;
 text-transform: uppercase;
 line-height: 1.5em;
 padding: 0 2px;
 width: auto;
 cursor: pointer;
 border: none;
 border-bottom: 2px solid #EE3B33;
}
input.subm.hover {
 background: #fff;
 color: #000;
 border: none;
 border-bottom: 2px solid #EE3B33;
}

#inline_alert {
 min-height: 180px;
 background: #000;
 border-bottom: 1px solid #EE3B33;
 padding-bottom: 3px;
 margin-bottom: 2px;
}
#inline_alert h4 {
 font-size: 13px;
 line-height: 1em;
 text-transform: uppercase;
 border-bottom: 1px solid #EE3B33;
 padding-bottom: 5px;
 margin-bottom: 5px;
}

/* ===== tweets ==== */
.tweet {

}
.tweet_list li {
 display: block;
 width: 100%;
 margin-bottom: 5px;
 padding-bottom: 5px;
 border-bottom: 1px solid #727272;
}
a.followme {
 float: right;
 margin-top: -25px;
 font-size: 12px;
 line-height: 1.2em;
}

/* ===== portfolio ==== */

#projnav {
 display: block;
 float: right;
 margin: -21px 0 0 0;
}
#projnav a {
 display: block;
 width: 12px;
 height: 12px;
 overflow: hidden;
 float: left;
 margin-left: 1px;
 cursor: pointer;
 border: none;
 background: url(../kp_img/navdot.png) left bottom no-repeat;
 text-indent: -9999px;
}
#projnav a:hover, #projnav a.act {
 background-position: left top;
}

#projectslider {
 display: block;
 width: 630px;
 height: 380px;
 float: left;
 overflow: hidden;
 margin-top: 3px;
}

#projectlist {
 display: block;
 width: 640px;
 float: left;
 margin: 0 0 -5px -10px;
}
#projectlist li {
 display: block;
 width: 150px;
 height: 119px;
 float: left;
 border-bottom: 1px solid #EE3B33;
 margin: 0 0 10px 10px;
 overflow: hidden;
}
#projectlist span {
 display: block;
 cursor: pointer;
}
#projectlist img {
 display: block;
}
#projectlist em {
 display: block;
 width: 144px;
 height: 18px;
 float: left;
 padding: 0 3px;
 background: url(../kp_img/bg_bl.png);
 border-bottom: 1px solid #fff;
 font-style: normal;
}
#projectlist a.getinfo:link, #projectlist a.getinfo:active, #projectlist a.getinfo:visited {
 display: block;
 width: 70px;
 float: left
 font-style: normal;
 font-size: 11px;
 line-height: 1em;
 border-bottom: 0px dotted #000;
 margin-top: 3px;
}
#projectlist a.getinfo:hover {
 color: #1f7aed;
 background: transparent;
}

#projectlist a.getimg:link, #projectlist a.getimg:active, #projectlist a.getimg:visited {
 display: block;
 width: 15px;
 height: 11px;
 float: right;
 text-indent: -9999px;
 border-bottom: 0px dotted #000;
 background: transparent url(../kp_img/full.gif) center center no-repeat;
 margin-top: -11px;
}
#projectlist a.getimg:hover {

}
/*=== info ===*/
#projinfo {
 min-height: 250px;
}
#projinfo h4 {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 4px;
}
#projinfo em {
 display: block;
 font-size: 11px;
 font-style: normal;
 color: #eee;
 border-top: 1px solid #727272;
 margin-top: 10px;
 padding-top: 3px;
 text-align: right;
}
.infoloading {
 background: url(../kp_img/ajax.gif) right 25px no-repeat;
}

#projimg {
 display: none;
 width: 630px;
 height: 380px;
 float: left;
 margin-top: -380px;
 background: #000 url(../kp_img/ajax.gif) center center no-repeat; 
}

#projimg img {
 display: block;
 width: 630px;
 height: 380px;
 float: left;
}

a#close:link, a#close:active, a#close:visited {
 display: block;
 width: 80px;
 height: 20px;
 float: right;
 margin: -380px 0 0 0;
 overflow: hidden;
 border: none;
 background: #000;
 color: #fff;
 text-align: center;
}

a#close:hover {
 background: #000;
 color: #fff;
}
