/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #000000 no-repeat center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; /* normal 12, must resize col1/col2 */
	text-align: justify;
	color: #888888; /* Dull gray, header_h2, footer, post body */
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #787878;
}

a:hover {
	/* text-decoration: none; */
	/*color: #ABABAB;*/
	color: #FFFFFF;
}

strong {
	color: #888888;
}

/* Header */

#header {
	width: 775px;
	height: 50px;
	margin: 0px auto;
}

#header h1 {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	font-size: 32px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#header a {
	/* text-decoration: none;*/
	color: #5C5C5C;
}
#header a:hover {
	color: #FFFFFF;
}

/* Post */

.post {
	padding: 0 0 1em 0;
}

.post h2 {
	padding: 6px 10px 6px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	font-size: 16px;
	text-transform: uppercase;
	color: #B6B6B6;
	margin-bottom: .5em;
}

.event {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.quote {
	text-indent: 25px;
	font-style: italic;
	margin: 25px;
}

.padded {
	margin-left: 15px;
	margin-right: 15px;
}

.mytable {
	/*border: 1px solid;*/
	padding-bottom: 10px;
}

.mytable p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.mytable th {
	height: 30px;

}
.mytable img {
	margin-left: 6px;
	margin-right: 6px;
}

/* .post {
	padding: 2em 0 1em 0;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #664E8A;
}

.file * {
	color: #5B5B5B;
}
*/

/* Content */

#content {
	width: 775px;
	margin: 70px auto;
	padding: 0px 0px 0px 0px;
}

#colOne {
	float: left;
	width: 190px;
}

#colOne p {
	margin-top: 10px;
}

#colOne h2{
	padding: 7px 10px 7px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	font-size: 14px;
	text-transform: uppercase;
	color: #B6B6B6;
}

#colOne ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	/* list-style-image: url(images/img1.gif); */
}

#colOne li {
	margin-bottom: 1em;
	color: #B6B6B6;
}

#colOne li li {
	margin-bottom: 0;
	padding-left: 1em;
	line-height: 20px;
	background: url(/images/img1.gif) no-repeat left center;
}

#colOne a {
	color: #888888;
}

#colOne a:hover {
	/* color: #B6B6B6; */
	color: #FFFFFF;
}

#colTwo {
	float: left;
	/* width: 385px; ORIGINAL */
	width: 555px;
	margin: 0px;
	padding: 0px 15px;
}

#colTwo p {
	padding: 0 1.0em 0 1.0em;
	line-height: 20px;
}

/* p.indented */

#colTwo h3{
	padding: 10px 10px 10px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	text-transform: uppercase;
	color: #B6B6B6;
}

/* Footer */

#footer {
	width: 775px;
	margin: 0px auto;
	padding: 15px 0px;
	border-top: #363636 1px solid;	
}

#footer p {
	margin: 0px;
	text-align: center;
}
