


body
{
	background: #FFF;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}


h1
{
	color: #fff;
	font-size: 6em;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: 'Cabin Sketch', sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: right;
}


h2
{
	font-size: 2em;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	color: #d91f26;
	line-height: 1.2em;
}


h3
{
	font-size: 1.5em;
	margin: 40px 0 0 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	color: #d91f26;
	line-height: 1.2em;
}


#article h3
{
	margin: 20px 0 0 0;
}


h4
{
	font-size: 1.3em;
	margin: 15px 0 8px 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	color: #d91f26;
	line-height: 1.2em;
}


p
{
	font-size: 1.1em;
}


.read-article
{
	text-align: right;
}


#breadcrumb
{
	font-size: 0.9em;
	margin: 0 0 20px 0;
	color: #777;
}


#breadcrumb a
{
	padding: 2px 3px 2px 3px;
	text-decoration: underline;
}


#breadcrumb a:hover
{
	background: #f90;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


pre
{
	border: 1px solid #ccc;
	background: #eee;
	line-height: 1.2em;
	padding: 20px;
}


code
{
	font-size: 1.1em;
}	


a
{
	color: #d91f26;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


a img
{
	border: none;
}


hr
{
	border: 1px solid #ddd;
	margin: 40px 0 0 0;
}


a.contact-button
{
	background: url(/images/backgrounds/green-button.png) no-repeat;
	width: 230px;
	height: 50px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	font-size: 1.3em;
}



/* Banner */


header
{
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background: #d91f26;
	font-weight: normal;
	color: #fff;
}


header .content
{
	width: 920px;
	text-align: right;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 90px;
	background: #d91f26 url(/images/banners/k-banner-1.png) left no-repeat;
}


header .content.home
{
	height: 180px;
}


header .content .description
{
	font-family: 'Arial', sans-serif;
	color: #FF6;
	font-weight: normal;
	font-size: 1.3em;
	float: right;
}


.dropshadow
{
	height: 23px;
	width: 100%;
	background: #fff url(/images/backgrounds/drop-shadow-top.png) repeat-x;
}




/* Page */


#page
{
	width: 940px;
	color: #000;
	/*background: #fff url(/images/backgrounds/drop-shadow-top.png) top no-repeat;*/
	margin: 0 auto;
	padding: 20px 0 50px 0;
}


#page-bottom
{
	width: 940px;
	color: #000;
	background: #fff url(/images/backgrounds/drop-shadow-top.png) top repeat-x;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
}


#page-top
{
	width: 920px;
	color: #000;
	background: #fff;
	margin: 0 auto;
	padding: 10px 10px 15px 10px;
}


/* Feature */

#feature
{
	margin: 0 0 30px 0;
	padding: 20px 20px 30px 20px;
	font-size: 1.5em;
	color: #777;
	background-color: #F1F1F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 1px #FFF;
}


#feature  ul li
{
	list-style: none;
	margin-bottom: 20px;
}


/* Sidebar */

aside
{
	width: 240px;
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
}
		

ul.social-tools
{
	list-style: none;
	margin: 10px;
	padding: 0;
	width: 240px;
}


ul.social-tools li
{
	width: 240px;
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
}


input[type="text"], textarea
{
	padding: 4px;
	margin: 4px 0 8px 0;
	width: 200px;
	background-color: #FFF;
	border: solid 1px #CCC;
}


input[type="text"]:focus, textarea:focus
{
background-color: #FFD509;
border: solid 1px #FFD509;
}


label
{
font-weight: bold;
}


/* Content */	

#content
{
	width: 640px;
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: 20px;
}


#content:after 
{
	content: "."; 
	display: block;
	height: 0;
	overflow: hidden;
	clear: both; 
	visibility: hidden;
}


/*#content ul
{
	list-style: none;
	margin-left: -20px;
}*/


.details
{
	font-size: 0.9em;
	color: #777;
	padding: 5px 0 0 0;
	margin: 0;
}


#tbox
{
	margin: 50px 0 0 0;
}



/* Columns */	

.column-set
{
	background: none;
	padding: 0;
	margin: 0;
	width: 660px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.column-set:after 
{
	content: "."; 
	display: block;
	height: 0;
	overflow: hidden;
	clear: both; 
	visibility: hidden;
}


.column
{
	width: 310px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}



/* Social Links */

ul#social-links
{
list-style: none;
margin: 10px;
padding: 0;
}


ul#social-links li a
{
	margin: 0 0 5px 0;
	padding: 4px;
	float: left;
	width: 100%;
	text-decoration: none;
	background: #eee;
}


ul#social-links li a:hover
{
	text-decoration: none;
	background: #e5e5e5;
}


ul#social-links li a img
{
	margin: 0 5px 0 0;
	padding: 2px;
	border: 1px solid #ddd;
	vertical-align: middle;
}


.small
{
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}



/* Footer */


footer
{
	color: #fff;
	background-color: #d91f26;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
}

footer .content
{
	width: 920px;
	display: block;
	height: 140px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	background: #d91f26 url(/images/banners/k-banner-1.png) left -20px no-repeat;
}


footer p
{
	text-align: right;
	font-size: 0.9em;
}


footer a
{
	color: #FFF;
	text-decoration: underline;
}


footer a:hover
{
	color: #FFF;
	text-decoration: none;
}


footer .gag
{	
	margin: 30px 0 0 0;
	font-size: 0.9em;
	display: block;
}






