/*
Theme Name: HIT! Website
Theme URI: http://dancefoundation.com
Description: Theme for the HIT! website
Version: 0.1
Author: Lennart Bader
Author URI: http://dancefoundation.com/

*/

body {
	background: #fff url('images/bg2.jpg') no-repeat top center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	overflow: auto;
	margin: 0 auto;
}
#container {
	margin: 0 auto;
	width: 975px;
}

#headerlogo {
	height: 250px;
	margin-bottom: 0px;
}

#header {
	height: 50px;
}

#col-a {
	margin-left: 10px;
	width: 570px;
	background: #fff;
	float: left;
	padding: 10px;
	padding-bottom: 60px;
}

#col-b {
	background: url('images/main-bg.png');
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	float: right;
	width: 335px;
	background: #FFF;
}


#main-top {
	float: right;
	height: 10px;
	padding-left: 10px;
	background: url('images/main-top.png');
}

#main-bottom {
	float: right;
	height: 10px;
	padding-left: 10px;
	background: url('main-bottom.png');
}

#space {
	float:right;
	height: 10px;
}


#navright {
	float: right;
	height: 40px;
	font-size: 17px;
	padding-top: 10px;
	margin-bottom :20px;
	margin-right: 30px;
	color: #fff;
	letter-spacing: -1px;
}

#navright a {
	font-weight: bold;
	color: #fff;
}
#navright a:hover{
	color: #ffff00;
}
#navleft {
	float: left;
	height: 40px;
	font-size: 17px;
	padding-top: 10px;
	margin-bottom :20px;
	margin-left: 30px;
	color: #fff;
	letter-spacing: -1px;
}

#navleft a {
	font-weight: bold;
	color: #fff;
}
#navleft a:hover{
	color: #ffff00;
}

#logo {
	display: block;
	margin-bottom: 20px;
}

#download {
	margin-bottom: 25px;
}

#previous {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	width: 240px;
	clear: both;
	display: block;
}

#applist li {
	float: left;
	margin: 0 8px 4px 0;
}

#footer {
	float: left;
	background: url('images/footr.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
   	width:100%;
   	height:60px;   /* Height of the footer */
	margin-top: 20px;
}

a {
	color: #007dd9;
	text-decoration: none;
}

h1, h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	text-shadow: #fff 0 1px 1px;
	font-size: 18px;
}

h3 {
	background: url('images/title.jpg');
	background-repeat: repeat-x;
	height: 38px;
	text-shadow: #000 0 1px 1px;
	padding: 6px;
	margin: 0;
	color: #FFF;
	font-size: 20px;
}

h4 {
	background: url('images/feat.jpg');
	background-repeat: repeat-x;
	height: 38px;
	text-shadow: #000 0 1px 1px;
	padding: 6px;
	margin: 0;
	color: #FFF;
	font-size: 20px;
}

h3 a {
	color: #FFF;
}

p {
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #555;
	text-shadow: #fff 0 1px 1px;
	margin-bottom: 15px;
}
		
img {
	border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



