/*---------------------------------

version: 1.0
author: Jamie Knight
contact: jamie@jkg3.com

Please feel free to learn from this code. Do not copy this code in whole, if you wish for a copy of this code, or any explanation plese contact me at the above adress. 
----------------------------------*/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

a { outline:none; }

#magic {

	border:0px;
	
	} 

/* Basics
-----------------------------------------------*/

body {

	font-family:  Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	line-height:1.4em;
	font-size:14px;;
	background:url(../images/pageBG.jpg) #171717 repeat-x top center;

}

html {

	margin:0px;
	padding:0px;
	margin-bottom:0px;
	
	}
	


/* branding
-----------------------------------------------*/

#branding {

	width:750px;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
	height:297px;
		
}

#branding a {

	color:#FFFFFF;

}

#branding a:hover {

	background:#D5A660;

}

#branding a:visited {

	color:#FFFFFF;

}


#branding h1 {

	float:left;
	width:220px;
	height:250px;
	text-indent:-5000px;
	background:url(../images/branding.png) no-repeat;
	margin:0px;
	margin-top:70px;
	padding:0px;
	
	}
	
#introduction {

	width:491px;
	height:202px;
	background:url(../images/introbg.jpg) no-repeat;
	float:right;
	color:#FFFFFF;
	margin-top:101px;
	
	}
	
#introduction h2 {

	color:#FFFFFF;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:15px;
	

}

#contact-button {

	width:491px;
	height:50px;
	float:right;
	color:#FFFFFF;
	background: url(../images/contactbar.jpg) top left no-repeat;
	
	}
	
 

#contact-button p {

	width:455px;
	margin-left:auto;
	margin-right:auto;
	
	}


#introduction p {

	width:455px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#navigation {

	clear:both;
	width:750px;
	background: url(../images/navbg.jpg) center top no-repeat;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:13px;
	margin-top:105px;
	margin-bottom:0px;
	
	
	}
	
#navigation p {

	margin-left:10px;
	
	}
	
	
#about, #TaeKwonDo, #times {

	float:left;
	width:245px;

}

#navigation img {

	float:right;
	margin:10px;
	
	}
	
#navigation h3 {

	margin-left:10px;
/*	text-indent:-50000px;*/
	font-weight:100;
	border-bottom:#FFFFFF 1px dotted;
	width:auto;
	padding-bottom:2px;

	
	}
	
#navigation #about h3 {

	width:10em;
	
	}
	
#navigation #TaeKwonDo h3 {

	width:12em;
	
	}
	
#navigation #times h3 {

	width:9em;
	
	}
	
#navigation a {

	display:block;
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	
	
}

#navigation a:visted {

	color:#FFFFFF;
	
	}

#navigation a:hover {

	color:#D5A660;
	
	}

#about a {
	
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
	}

#TaeKwonDo {

		
		margin-left:11px;
		margin-right:4px;
		
		}
	
	
h3 {

	color:#FFFFFF;
	
	}
	
	
/* content
------------------------------------------------*/

#content {

	width:750px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background: url(../images/contentBG.gif) top center;
	
	}
	
#mainContent {

	float:left;
	width:490px;
	margin-left:10px;
	
	}
	
#mainContent h3 {

	background:url(../images/newstext.gif) no-repeat top left;
	height:22px;
	text-indent:-50000px;
	margin-left:5px;
	}
	
.newsItem {

	background:#202020;
	clear:both;
	//height:180px;
	width:470px;
	padding-right:10px;
	padding-bottom: 20px;
	
	}
	
.newsItem h4  {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-top:10px;
	margin-left:10px;
	
	}
	
.newsItem .icon {

	float:left;
	margin:10px;
	margin-top:0px;
	
	}
	
.newsItem p {

	padding-left:10px;
	padding-right:10px;
	
	}

#subContent {

	float:right;
	width:230px;
	
	}
	
#subContent h3 {

	background: url(../images/eventstext.jpg) no-repeat top left;
	text-indent:-50000px;
	height:22px;
	}
	
	
	

/* footer */	
	
#footer {

	clear:both;
	
	
}

#footer ul {

	list-style-type:none;
	height:100px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;

	
	
	}

#footer li {

	width:249px;
	float:left;
	padding-left:1px;
	
	}
	


.date {

	background:transparent  url(../images/icon-calendar.gif) no-repeat scroll 0% 0%;
	float:left;
	height:45px;
	margin-right:8px;
	padding-top:8px;
	width:32px;
	color:#999999;
	
	}
	

.date span.month {
	
	display:block;
	font-size:9px;
	height:12px;
	padding-bottom:3px;

}

.date span.day {
	
		display:block;
		font-size:18px;
}
	
.event {

	width:220px;
	margin-bottom:20px;
	
	}
	

.event a {

	color:#FFFFFF;
	text-decoration:none;
	
}

.event a:visted {

	color:#FFFFFF;
	text-decoration:none;
	
		
	}

.event a:hover {

	color:#D5A660;
	text-decoration:none;
	
	}
	
.date p {

	margin:0px;
	padding-left:6px;
	
	}
	
.location   {

	margin:0px;
	padding:0px;
	font-size:16px;
	
	}
	
.event h4 {

	padding-bottom:0px;
	margin-bottom:4px;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	
	}
	
.meta a {

	color:#BC5558;
	text-decoration:none;
	float:right;
	padding-right:30px;
	
	}
	
	



