/** 
 ***********************************************************
 * Kliky.Com Stylesheet
 ***********************************************************
 *
 * Author:    Ed Reckers, ed@kliky.com, Kliky.Com
 * Date:      February 5, 2010
 * Copyright: (c) Ed Reckers
 *
**/

@import url('/wp-content/themes/kliky/css/header.css');
@import url('/wp-content/themes/kliky/css/page.css');
@import url('/wp-content/themes/kliky/css/welcome.css');
@import url('/wp-content/themes/kliky/css/marketing.css');
@import url('/wp-content/themes/kliky/css/blog.css');
@import url('/wp-content/themes/kliky/css/general.css');
@import url('/wp-content/themes/kliky/css/matrix.css');
@import url('/wp-content/themes/kliky/css/footer.css');

body {
        margin: 0 auto;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
/*
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
*/
	color: #0F4253;
/*
	background: #F2EBCE url(/images/global/dune.jpg) no-repeat left top;
*/
	background: #F2EBCE url(/images/global/dune.jpg) repeat-x left top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #999;
}
h3 {
	font-size: 2em;
	line-height: 1.35;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	letter-spacing: -1px;
	font-weight: bold;
}

h1, h2, h3 {
	letter-spacing: -2px;
}
/*
*/

a:link, a:visited {
	text-decoration: none;
/*
	font-weight: bold;
*/
	color: #f23e02;
}

a:hover, a:active {
	text-decoration: none;
	color: #46aeff !important;
}

a.activeLink, a.active {
	color: #46AEFF !important;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
