/*  
Theme Name: OntarioCTS
Version: 1.0
Description: None
Author: Jon Ngan
Author URI: http://www.ontariocts.com
*/

body {
background: black;
padding: 0px;
margin: 0px;
text-align: center;
}

#container {
  background: black;
  margin: 0 auto;
  width: 983px;
  text-align: left;
  }

p {
color: white;
font-family: arial, sans-serif;
}

td {
color: white;
font-family: arial, sans-serif;
}

a.nav {
color:#a9b5cb;
font-family: arial, sans-serif;
font-weight: bold;
line-height: 20pt;
filter:glow(color=#FFFF00,strength=3);
}

a {
color: #dcdbdb;
}

img {
border:0px;
line-height: 15px;
} 

h1  {
font-size: 24px;
color: white;
}
h2  {
font-size: 22px;
color: white;
}
h3  {font-size: 20px}
h4  {font-size: 18px}
h5  {font-size: 14px}
h6  {font-size: 12px}
small
{
color: white;
}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

ul {
color: white;
}


div.header {
position: absolute;
margin: 0px;
padding: 0px;
width: 983px;
height: 268px;
z-index: 1;
background:url(images/header.jpg) no-repeat;
} 

div.nav {
position: absolute;
margin-top: 268px;
margin-left:727px;
padding: 0px;
width: 256px;
height: 374px;
z-index: 1;
background:url(images/nav.jpg) no-repeat;
} 

div.menu {
margin-top: 50px;
margin-left: 0px;
text-align: right;
line-height: 15px;
}

div.join {
position: absolute;
margin-top: 700px;
margin-left:788px;
padding: 0px;
width: 195px;
height: 150px;
z-index: 1;
} 

div.content {
position: absolute;
margin-top: 268px;
margin-left:0px;
padding: 0px;
background: black;
width:727px;
z-index: 1;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */