/* css file for www.kkringl.com */
/* created by www.crashpaddesign.com */


/* begin reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end reset */


/*
--------------------------------------------------
GENERAL FORMATTING
--------------------------------------------------
*/

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background: #120202 url(../images/bg-body.png) repeat-x 0 0;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a {
	color: #e6da78;
}

a:hover {
	color: #fff;
}

/*
--------------------------------------------------
STANDARD LAYOUT DIVS
--------------------------------------------------
*/

div#wrap {
	width: 760px;
	margin: 0 auto;
}

div#header {
	position: relative;
}

div#header-contact {
	float: right;
	width: 400px;
	margin-top: 80px;
}

div#header-contact p {
	font-size: 16px;
	line-height: 20px;
}

#header-contact .col-1 {
	float: left;
	width: 190px;
}

#header-contact .col-2 {
	float: right;
	width: 190px;
}


#content .col-1 {
	float: left;
	width: 340px;
}

#content .col-2 {
	float: right;
	width: 400px;
	margin-top: 20px;
}

#footer {
	margin: 56px 0;
}

/*
--------------------------------------------------
TYPOGRAPHY
--------------------------------------------------
*/

h2 {
	font-size: 24px;
	line-height: 28px;	
	text-shadow: #000 1px 1px 1px;
	margin-bottom: 10px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
	text-shadow: #000 1px 1px 1px;
	margin-bottom: 20px;
	color: #e6da78;
	font-weight: 200;	
}

#footer h3 span {
	color: #fff;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
	text-shadow: #000 1px 1px 1px;
}

p strong {
	color: #e6da78;
}