/*
kimkristian.com
*/

/* -------------------------------- General styles -------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
} 

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: #111;
}

hr {
	height: 1px;
	font-size: 0;
	line-height: 0;
	color: #ABABAB;
	background-color: #ABABAB;
	border: 0;
	margin: 4px 0 16px 0;
	padding: 0;
	display: block;
	clear: both;
}

input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:14px;
	color: #FFF;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #999999;
	background: #999;
	padding: 5px;
}

textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:14px;
	color: #FFF;
	overflow: auto;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #999999;
	background: #999;
	padding: 5px;
}

#gallery input, #gallery textarea {
	width: 250px;
}

#rightcol input, #rightcol textarea {
	width: 250px;
}

#rightcol textarea {
	height: 150px;
}

#rightcol .button {
	width: 260px;
	cursor: pointer;
}

p {
	display: block;
	margin-bottom: 20px;
	clear: both;
}

img {
	border: 0px;
	vertical-align: bottom;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 780px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

/* -------------------------------- Headings -------------------------------- */

h1 {
	width: 250px;
	height: 21px;
	float: left;
	line-height: 1px;
	font-size: 1px;
	margin-top: 25px;
}

h2 {
	line-height: 30px;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4px;
}

h4 {
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	color: #ABABAB;
}

h5 {
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	clear: both;
	margin-bottom: 0px;
}

h6 {
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}

/* -------------------------------- Lists -------------------------------- */

ul {
	list-style: none;
}

li {
}

ul#topmenu {
	width: 250px;
	height: 12px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #454545;
	padding-top: 8px;
}

ul#topmenu li {
	display: inline;
}

ul#menu {
	width: 410px;
	float: right;
	text-align: right;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	margin-left:1px;
	margin-top: 25px;
}

ul#menu li {
	width: 100px;
	height: 25px;
	display: block;
	text-align: center;
	float: right;
	margin-left:1px;
}

ul#sitemap {
	margin-bottom: 20px;
}

ul#sitemap li {
	display: inline;
	margin-left: 10px;
}

/* -------------------------------- Navigation -------------------------------- */

a:focus, a:link, a:active, a:visited, a:hover { 
	outline: none; 
}

a, a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

ul#topmenu a, ul#topmenu a:visited {
	color: #666;
	text-decoration: none;
}

ul#topmenu a:hover {
	color: #CCC;
	text-decoration: none;
}

ul#menu li a {
	width: 100px;
	height: 20px;
	color: #333;
	display: block;
	padding-top: 5px;
	background:  url(../img/bg_tab_off.gif) no-repeat;
	text-decoration: none;
}

ul#menu a:hover, ul#menu a.on  {
	width: 100px;
	height: 20px;
	color: #666;
	display: block;
	padding-top: 5px;
	background:  url(../img/bg_tab_on.gif) no-repeat;
	text-decoration: none;
}

.more a, #leftcol h5 a {
	background:  url(../img/arrow.gif) right 50% no-repeat;
	padding-right: 25px;
}

.more a:visited, #leftcol h5 a:visited {
	background:  url(../img/arrow_visited.gif) right 50% no-repeat;
	padding-right: 25px;
}

.more a:hover, #leftcol h5 a:hover {
	background:  url(../img/arrow_hover.gif) right 50% no-repeat;
	padding-right: 25px;
}

.back a {
	background:  url(../img/arrow_left.gif) left 50% no-repeat;
	padding-left: 25px;
}

.back a:visited {
	background:  url(../img/arrow_left_visited.gif) left 50% no-repeat;
	padding-left: 25px;
}

.back a:hover {
	background:  url(../img/arrow_left_hover.gif) left 50% no-repeat;
	padding-left: 25px;
}

#subcontent a, #subcontent a:visited {
	color: #FFF;
	text-decoration: none;
}

#subcontent a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* -------------------------------- Site Layout -------------------------------- */

div#heading {
	width: 100%;
	height: 70px;
	background: #000 url("../img/bg_heading.gif") repeat-x;
	border-bottom: 3px solid white;
}

div#maincontent {
	width: 100%;
	background: #FFF url("../img/bg_maincontent.gif") repeat-x;
	color: #888;
	display: table;
	border-top: 0 solid #C00;
}

#maincontent .wrapper {
	background: url("../img/bg_checkered.gif") no-repeat center top;
	padding: 30px 0 10px 0;
}

.short {
	font-size: 14px;
	color: #555;
}

.short img {
	float: left;
	border: 3px solid #CCC;
	margin: 3px 10px 10px 0;
}

.full {
	font-size: 14px;
	color: #777;
}

.date {
	font-size: 12px;
	color: #AAA;
	margin-bottom: 8px;
}

div#kim {
	width: 170px;
	height: 410px;
	background:  url("../img/kim_med.jpg") no-repeat;
	float: left;
}

div#twocol {
	width: 550px;
	text-align: left;
	float: right;
	font-size: 14px;
	margin-bottom: 10px;
}

#rmore {
	cursor: pointer;
}

div#gallery {
	width: 580px;
	text-align: left;
	float: right;
	font-size: 14px;
	overflow: hidden;
}

#gallery img {
	float: left;
	border: 3px solid #CCC;
	margin: 0 30px 30px 0;
}

#gallery hr {
	width: 550px;
}

div#leftcol {
	width: 260px;
	float: right;
	text-align: left;
}

div#rightcol {
	width: 260px;
	float: right;
	text-align: left;
	margin: 0 0 0 30px;
}

div.results {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #7B0000;
	display: table;
	color: #CCC;
}

div.results .wrapper {
	text-align: left;
}

.result-button {
	width: 200px;
	height: 19px;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	display: block;
	padding-top: 5px;
	background:  url("../img/bg_tab_results.gif") no-repeat;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

div#toggle-this {
	width: 100%;
	height: 150px;
	background: #AD3333 url("../img/bg_results.gif") repeat-x;
	display: table;
	color: #FFF;
}

#toggle-this .wrapper {
	padding: 30px 0 30px 0;
}

div#subcontent {
	width: 100%;
	background: #757575 url("../img/bg_subcontent.gif") repeat-x;
	border-top: 3px solid #CCC;
	display: table;
	color: #CCC;
	padding: 30px 0 30px 0;
}

div#sponsors {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 30px;
	display: inline;
}

div.logos {
	width: 140px;
	display: table;
	background: #FFF url(../img/bg_sponsors.gif) repeat-y;
	text-align: left;
	padding: 0 30px 0 30px;
}

.sponsorlogo {
	float: left;
	margin-right: 30px;
}

.sponsortext {
	float: left;
}

.bottom-sponsors {
	margin-bottom: 20px;
}

div#multimedia {
	width: 290px;
	text-align: left;
	float: left;
	display: inline;
	overflow: hidden;
}

#multimedia hr {
	width: 260px;
}

.latest a, .latest a:visited {
	width: 109px;
	height: 109px;
	display: block;
	float: left;
	margin: 0 30px 30px 0;
	border: 3px solid #CCC;
}

.latest a:hover {
	width: 109px;
	height: 109px;
	display: block;
	float: left;
	border: 3px solid #C00;
	margin: 0 30px 30px 0;
}

div#shoutbox {
	width: 260px;
	text-align: left;
	float: left;
	display: inline;
}

div#footer {
	color: #666;
	width: 100%;
	font-size: 12px;
	text-align: center;
	border-top: 3px solid #444;
	background: #111;
	padding: 30px 0 30px 0
}

#footer .left {
	text-align: left;
}

#footer .right {
	text-align: right;
}