/*  
Theme Name: CCW
Theme URI: http://wordpress.org/
Description: Theme created by <a href="http://www.theccwizards.com">Computer Consulting Wizards</a> (widget ready).
Version: 1.0
Author: Jeff Bernier
Author URI: http://www.theccwizards.com
*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}



/*fonts.css*/

body {
	font: 1em arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font: 115% monospace;
	*font-size: 100%;
}
body * {line-height:1.22em;}



/*standard theme stuff*/
.post ol, .commentlist ol {
	list-style:decimal;
	padding:5px 0px 5px 0px;
	list-style-position:inside;
}

.post img {
	float:left;
	margin-right:3px;
	margin-top:3px;
	border:1px solid #CCCCCC;
}

.post ul, .commentlist ul {
	list-style:disc;
	list-style-position:inside;
	padding:5px 0px 5px 0px;
}

.post li, .commentlist li {
	padding-bottom:5px;
}

.post strong, .post b {
	font-weight:bold;
}

.post em, .post i {
	font-style:italic;
}

#sidebar {
	width: 225px;
}
.page_item .page_item, #sidebar ul.children {
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th {
	padding:3px;
}

#calendar_wrap thead {
	background-color:#1b477b;
	color:white;
}

#calendar_wrap caption {
	text-align:center;
}

#searchsubmit {
	display:block;
	margin-top:5px;
}
/**********************/

div.clear {
	clear:both;
	height:0px;
	width:0px;
	overflow:hidden;
}

body {
	background-color:black;
	/*margin:10px;*/
	background-attachment:fixed;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top; 
	margin-top:30px;
}

#page {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#header {
	width:900px;
	height:110px;
	background-color: white;
}

#header h1 a {
	color:black;
	position:relative;
	top:80px;
	left:130px;
	font-size:189%;
	text-decoration:none;
}

#header div.description {
	color:black;
	position:relative;
	top:90px;
	left:163px;
	width:550px;
	text-decoration:none;
}

#headerimg {
	width:600px;
	height:98px;
	margin: auto;
	margin-top: 10px;
	background:url(images/logo.jpg) no-repeat bottom center;
}

#themenu {
	width:870px;
	height:32px;
	background-image:url(images/menu.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

#themenu li {
	display:inline;
}

#themenu li a {
	display:block;
	height:24px;
	padding-top:8px;
	width:145px;
	text-align:center;
	background-image:url(images/spacer.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:white;
	float:left;
	text-decoration:none;
	font-size:16px;
}

#content {
	float:left;
	margin-left:35px;
	width:580px;
}

#content .post {
	margin-bottom:40px;
}

#content .post h2, #sidebar h2, h3#comments, h3#respond, h2.pagetitle {
	display: block;
	color: #1b477b;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .post h2 {
	font-size: 1.5em;
}
#content .post h2 a, #content .post h3 a, .navigation a {
	color:#1b477b;
}

#content .post p, .commentlist p {
	line-height:120%
}

#content .post p a {
	color:#1b477b;
}

#content .post p 	{
	margin-bottom:15px;
}

#content .post blockquote {
	padding:10px;
	background-color:#CCCCCC;
	font-style:italic;
	margin:10px;
}

#content .post blockquote blockquote {
	background-color:#666666;
	color:#CCCCCC;
}

#content .post small {
	display:block;
	margin:5px 0px 7px 0px;
}

#content .post p.postmetadata {
	display:block;
	clear:both;
	margin:10px 0px 25px 0px;
	border: 1px dashed #666666;
	padding:10px;
	background-color:#AEAEAE;
}

#content .post p.postmetadata a {
	color:#1b477b;
}


/*The comments*/
.commentlist li {
	display:block;
	/*background-color:#6A9FAF;*/
	padding:5px;
	border-left:4px solid #1b477b;
	margin-bottom:15px;
}

.commentlist li li {
	border-left:none;
}

.commentlist li small.commentmetadata {
	display:block;
	margin:10px 0px 10px 0px;
}

.commentlist li a {
	color:#1b477b;
}

#commentform a {
	color:#1b477b;
}

#commentform input, #commentform textarea {
	margin-top:5px;
}

h3#comments, h3#respond {
	margin-top:50px;
}


#sidebar {
	float:right;
	margin-right:30px;
	margin-left:20px;

}

#sidebar a {
	color:#00f;
	text-decoration:none;
	padding-left:0px;
}




#sidebar li {
	margin-top:5px;
}

#sidebar a:hover {
	text-decoration:underline;
}

#footer {
	clear:both;
	padding-top:50px;
	padding-bottom:10px;
	text-align:center;
	font-size:10px;
	color:#666666;
}

#footer a {
	color:#666666;
}

#footer a:hover {
	font-style:italic;
}

table#sig {
    border: 0px solid;
    width: 100%;
}

table#sig td.siglabel {
    font-weight: bold;
	font-size: 1em;
	color: #15333E;
	font-family: arial, geneva, helvetica, sans-serif;
    text-align: right;
    vertical-align: top;
    padding: 0 .5em .5em 0;
	margin-right: .5em;
    width: 15%;
}
table#sig td.sigdetail {
    font-weight: normal;
	font-size: 1em;
	color: #15333E;
	font-family: arial, geneva, helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    padding: 0 0 .5em 0;
}
table#sig td.sigdetail p {
	font-size: 1em;
	line-height:100%
}
table#announcements {
    border: 0 solid;
    width: 95%;
}
.ec3_events {
	padding-left: 1em;
}
table#login
{
    border: 0px solid;
    width: 100%;
}
table#login td {
    text-align: left;
	line-height: 1.25em;
	height: 1.5em;
	margin-top: 2em;
}

td.formbuttons
{
    text-align: center;
}
