/*

Colours

Light Yellow - #FCF5E8
Light Green - #F0F9EB

Blue - #0066CC
Green - #5BBF21

Dark Blue - #003893
Dark Green - #009E49

Signal Red - #D81E05

*/


/* Typography */

/*
h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue";
}
*/

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	margin: 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 80%;
	margin: 15px 0;
	font-weight: bold;
}

p {
	font-size: .9em;
	margin: 0 0 .5em 0;
}

/*
.column_one p {
	font-size: 1.4em;
}
*/

a{
	border:none;
	text-decoration:none;
	color: #FF4488;
}

a:hover {
	color:#000;
}

img{
	border:none;
	text-decoration:none;
	color: #ccc;
}

ol, ul {
	/*
list-style-image: url(images/bullet_green.gif);
	list-style-position: outside;
	margin: .7em 0;
*/
	/* padding: 0 0 0 1.5em; */
}

ol li,
ul li {
	line-height: 1.5em;	
}

.entry hr {
	margin: 10px 0;
	width: 600px;
	border: 1px solid #FF4488;
}

strong {
	font-weight: bold;
}


/* Re-usables */

.clear {
	clear:both;
}

.alignleft, .left {
	float:left;
}

.alignright, .right {
	float:right;
}

.off_screen {
	position: absolute;
	left: -10000px;
}

/* ------------------------------------ Wordpress Form Styling */

/* 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 3px 0;
	border: none;
	}

#commentform {
	margin: 5px 10px 0 0;
	/* width: 600px; */
	}
#commentform textarea {
	width: 595px;
	padding: 2px;
	border: none;
	float: left;
	margin: 5px 0 0 0;
	background: white;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 10px 0 5px 0;
	float: right;
	width: 236px;
	height: 42px;
	behavior: url(http://preview.tiwiki-design.com/site/wp-content/themes/TiWiKi-Design/scripts/iepngfix.htc);
	}
/* End Form Elements */



/* Begin Comments*/

.comment {
	border-bottom: 5px solid #ccc;
}

h3#comments {
	padding: 0 0 10px 0;
	/* margin: 40px auto 20px ; */
	border-bottom: 5px solid #ccc;
	width: 600px;
}

#comment {
	width: 600px;
}

.comment-meta {
	col
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	width: 600px;
	}

.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: 5px 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 */

