/*
Theme Name: Collaboration 4 Change
Theme URI: http://www.collaboration4change.com/
Description: Custom hacked theme from those crazy kids upstairs at <a href="http://nightandday.com.au">Night & Day</a>.
Version: 1.0
Author: jw
Author URI: http://blackwinter.com.au/
Tags: custom

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #32342d url('images/bg.jpg') top left repeat-x;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}


/* Begin Typography & Colors */


#container {
	font-size: 1.2em
	width: 935px;
	
	}
	
#nav-container {

	
	width: 570px;
	height: 151px;

}

#nav-container-holder {

	width: 570px;
	height: 63px;

}

.content-spacer-left {
	
	width: 66px;
	background: url('images/content-left-bg.jpg') bottom left no-repeat;
	}

#content-left {

	width: 395px;
	background-color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding: 20px 25px 20px 40px;
	color: #555;
	line-height: 20px;

}

#content-right {

	width: 275px;
	background-color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding: 20px 40px 20px 25px;
	color: #555;
	line-height: 20px;

}

#content-full {

	width: 720px;
	background-color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding: 20px 40px 20px 40px;
	color: #555;
	line-height: 20px;

}

#register-container {

	background-color: #f6f5f3;
	border: 1px solid #ebebeb;

	}

.reg-label {

 padding: 20px 4px 10px 20px;

	}

.reg-field {

	padding: 20px 20px 10px 4px;

	}

.content-spacer-right {
	
	width: 62px;
	background: url('images/content-right-bg.jpg') bottom left no-repeat;

	}
	
#page-bottom {
	
	background: url('images/content-bottom-bg.jpg') bottom left no-repeat;
	height: 90px;
	}
	
	.content-footer-left {
	
	width: 66px;
	}

#footer-left {

	font-size: 1.0em;
	color: #888;
	padding: 30px 10px 10px 10px;
	text-align: left;

	}

#footer-right {

	font-size: 1.0em;
	color: #888;
	padding: 30px 10px 10px 10px;
	text-align: right;

	}
	
	.content-footer-right{
	
	width: 62px;
	}


#footer-right a:link,
#footer-right a:active,
#footer-right a:visited {

	font-size: 1.0em;
	color: #888;
	text-decoration: none;

	}

#footer-right a:hover {

	font-size: 1.0em;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;

	}


a:link,
a:active,
a:visited {

	color: #a7a540;
	text-decoration: none;

}

a:hover {

	color: #f7ce00;


}

/* End Typography & Colors */

/* Begin Form Elements */

#register-container input.text {
	
	width: 160px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dashed #ccc;
	background-color: #f6f5f3;
	padding: 4px 4px 2px 4px;
	font-size: 14px;
	color: #555;
	font-family: 'Comic Sans MS', Verdana, Helvetica, sans-serif;

	
	}

form .errField {

	border-bottom: 1px dashed #FF0000;

	}

/* End Form Elements */

/* Begin Structure */

.clear {
	clear: both;
}


.entry-news {

padding: 0px 10px 0px 10px;

}

/* End Structure */



/*	Begin Headers */

	h1 {
	
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
		
	}
	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
	
	text-decoration: none;
	color: #a7a540;
	background: url('images/news-title-bg.jpg') top left no-repeat;
	width: 706px;
	height: 40px;
	padding: 10px 10px 0px 10px;
	display: block;
	margin: 0;
	}
	
	h2 a:hover {
	
	text-decoration: none;
	color: #fff;
	background: url('images/news-title-bg0.jpg') top left no-repeat;
	width: 706px;
	height: 40px;
	padding: 10px 10px 0px 10px;
	display: block;
	margin: 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* 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 */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

