/* 

Theme Name: Funkitup
Theme URI: www.funkitupdance.com
Description: Theme for the homepage of Funkitupdance.com
Author: Michael Watson
Author URI: www.millionsofcolours.net

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-size: 80%;
	background-color: #000000;
	background-image: url(img/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(img/background2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 1000px;
		}
		
#masthead {
		}
#left-photo {
	position: absolute;
	z-index: 1;
	top: 102px;
	left: 186px;
	background-image: url(img/photos/FunkItUp.jpg);
	height: 113px;
	width: 290px;
}
#right-photo {
	position: absolute;
	z-index: 1;
	top: 102px;
	left: 490px;
	height: 113px;
	width: 295px;
	background-image: url(img/photos/Rache_Jacobson.jpg);
}


		
#logo {
		}
#main-area {
	position: absolute;
	top: 275px;
}


#content {
	width: 522px;
	padding-left: 225px;
	padding-right: 40px;
	background-image: url(img/content-back.gif);
	background-repeat: repeat-y;
	background-position: 186px;
	padding-top: 10px;
	color: #CCCCCC;
	min-height: 300px;
		}
#content img {
	margin-bottom: 20px;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.1em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
#content td {
	padding: 2px;
}

#content ul {
	font-style: italic;
	line-height: 1.7em;
	list-style-type: none;
}


#footer {
	width: 800px;
	background-image: url(img/footer-background.jpg);
	background-position: left top;
	height: 100px;
	margin-left: 15px;
	background-repeat: no-repeat;
	position: relative;
		}
#footer-left {
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
	left: 50px;
	top: 65px;
}
#footer-right {
	position: absolute;
	font-size: 1.3em;
	font-weight: bold;
	top: 65px;
	right: 60px;
}
#MOCLink {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	text-decoration: underline;
	padding-top: 65px;
}


.contact-form p label {
	float: left;
	width: 70px;
	color: #999999;
}
.contact-form .text {
	padding: 2px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.contact-form .textarea {
	padding: 2px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 85px;
}


.submit   {
	color: #FFFFFF;
	margin-left: 70px;
	position: relative;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #990000;
}

#human {
	visibility: hidden;
	display: none;
}


.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}
.centre {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.height-expander {
	height: 150px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
	margin-left: 20px;
}



/* ---------- 3. links and navigation ---------- */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
		}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
		}
		
a:hover {
	color: #990000;
		}

#navigation {
	position: absolute;
	top: 340px;
	width: 186px;
		}

#navigation ul {
	list-style-type: none;
	font-size: 1.1em;
	letter-spacing: 0.1em;
		}

#navigation li {
		}

#navigation a {
	color: #FFFFFF;
	line-height: 2.2em;
	margin-left: 15px;
	display: block;
	padding-left: 15px;
	text-decoration: none;
		}

#navigation a:hover {
	background-color: #CC0000;
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 10px;
	color: #FFFFFF;
		}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding-top: 14px;
	padding-bottom: 8px;
	color: #FF0033;
		}

h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 2px;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1.2em;
	padding-bottom: 8px;
	line-height: 1.6em;
		}

ul {
	font-size: 1.2em;
	line-height: 1.6em;
		}

blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {

		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {

		}

/* ---------- 7. forms ---------- */	
		
form {
		}

