/*
Theme Name: Colours
Theme URI: http://lisa-s.ca
Description: Colours Theme for lisa-s.ca
Version: 1.0
Author: Lisa Sullivan
Authorl URI: http://lisa-s.ca
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, fieldset, textarea, input, label{
	margin: 0;
	padding: 0;
}

body{
	margin: 90px;
	font: 10pt/15pt Verdana, Arial, sans-serif;
	background: #555555 url('images/bg02.gif') repeat-x;
	text-align: center;
	vertical-align: top;
	color: #555555;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}


textarea, input {
	font: 10pt Verdana, Arial, sans-serif;
}

a{
	color: #4DC5D6;
	text-decoration: none;
	font-weight: bold;
}

img, img a{
	border: solid 4px #4DC5D6;
	background: #FFFFFF;
	padding: 4px;
	float: right;
}

#sidebar img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	float: none;
}

img.left, img.alignleft{
	float:left;
	margin: 5px 10px 5px 0;
}

img.center, img.aligncenter{
	display: block;
	margin: 5px auto 5px auto;
	float: none;
}

img.right, img.alignright{
	float: right;
	margin: 5px 0 5px 10px;
}

img.wp-smiley{
	float: none;
	background: none;
	padding: 0px;
	border: 0px;
}

q{
	font-style: italic;
	color: #4DC5D6;
}

code {
	display: block;
	border-left: 5px solid #EE88CD;
	color: #D31D8C;
	padding-left: 5px;
}

blockquote{
	border-top: 5px solid #A5F2F3;
	border-bottom: 5px solid #A5F2F3;
	padding: 0px 0 10px 0px;
	color: #4DC5D6;
        margin: 5px 20px 5px 20px;
}

a:hover{
	color: #A5F2F3;
}

a:visited{
	font-style: italic;
}

a:active{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrap1{
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#top{
	height: 25px;
	margin: 3px 5px 0 0;
}

#wrapper{
	background: #FFFFFF;
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#header{
	float: left;
	width: 100%; /* full width header & footer */
	height: 150px; /* give the header & footer a height */
	background: url('images/header02.gif') no-repeat;
}

#headtext {
	text-align: center;
	padding-top: 31px;
}

#headtext h1 a{
	font: 18pt Verdana, Arial, sans-serif;
	color: #FFFFFF;
	border: none;
}


#container{
	float: left;
	width: 550px;
	text-align:left;
	padding: 10px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

/*Navigation*/

#navigation{
	margin: 10px 0 0px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

span.left{
	float: left;
}

span.right{
	float: right;
}

/*End Navigation*/

/*Twitter Box*/

#twitter{
	text-align: left;
	margin: 10px;
}

#twitter h2{
	border: 0px;
	margin: 0 0 -1px 2px;
	padding: 0px;
	font-weight: bold;
}

#twitbox{
	background: #A5F2F3;
	border: 1px solid #4DC5D6;
	padding: 5px;
	width: 100%px;
}

#twitbox p{
	padding: 0;
	margin: 0;
}

#twitbox a:hover{
	color: #4DC5D6;
	text-decoration: underline;
}

img.twit {
	border: 0px;
	float: right;
	padding: 0px;
	background: none;
}

ul#twitter_update_list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul#twitter_update_list li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #4DC5D6;
	float: left;
}

/*End Twitter and Link Boxes*/

/*Sidebar Formatting*/

#sidebar {
	margin: 15px 0 25px 0px;
	float: right; /* put the sidebar on the right */
	width: 200px; /* the width of our sidebar column */
	background: #F1FAC0;
}

#sidehead{
	width: 200px;
	height: 50px;
	background: url('images/sbhead02.gif') no-repeat;
}

#sidefoot{
	width: 200px;
	height: 50px;
	background: url('images/sbfoot02.gif') no-repeat;
}

#sidecont{
	margin: -40px 0 5px 0px;
	padding: 0 10px 0 10px;
	width: 180px;
	text-align: left;	
}

ul.nav{
	margin: 10px 0 5px -10px;
	padding: 0;
	list-style-type: none;
}

ul.nav a{
	width: 190px;
	display: block;
	padding-left: 10px;
	color: #BCDD11;
}

ul.nav li{
	margin-bottom: 2px;
}

ul.nav a:hover{
	background: #A5F2F3;
	color: #4DC5D6;
}

li.current{
	background: #BCDD11;
	width: 190px;
	display: block;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/*Footer Formatting*/

#foot1{
	clear:both;
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
}

a.foot1, a:hover.foot1, a:visited.foot1, a:active.foot1{
	color: #777777;
	font-weight: normal;
}

a:hover.foot1{
	text-decoration: underline;
	font-style: normal;
}

a:active.foot1{
	font-style: italic;
}

#footer{
	clear: both;
	width: 100%;
	height: 60px;
	background: url('images/footer02.gif') no-repeat;
	padding: 10px 0 0 0;
}

#foot2{
	clear: both;
	color: #FFFFFF;
	background: #555555;
	text-align: center;
	font: small-caps 14pt/20pt Georgia, Times New Roman, serif;
}

#footer p{
	line-height: 18px;
}

/*Comment Info*/

textarea, input {
	font: 10pt Verdana, Arial, sans-serif;
}

#author, #email, #url, #comment, #submit{
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #4DC5D6;
	color: #4DC5D6;
	background: #FFFFFF;
}


h3#comments{
        border: none;
}

#author, #email, #url, #comment {
	width: 75%;
}

fieldset {
	border: 1px solid #4DC5D6;
	background: #A5F2F3;
	margin-top: 10px;
	padding: 1.5% 0.5% 0.5% 0.5%;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	width: 16%;
	text-align: right;
	padding-right: 0.5%;
	padding-top: 8px;
}

ol.commentlist { 
	list-style:none; 
	margin:10px 0 10px 0; 
	padding:0; 
	text-indent:0; 
}

ol.commentlist li.comment { 
	border-left:5px solid #BCDD11; 
	margin: 0 0 10px 0; 
	padding: 0 0 0 5px;
}

ol.commentlist li.comment div.vcard img.avatar { 
	border: 0px; 
	float:right;
	padding: 0; 
	margin:5px; 
}

ol.commentlist li.comment ul.children { 
	list-style:none; 
	margin:10px 0 0; 
	text-indent:0; 
	padding-left: 20px;
}

ol.commentlist li.comment ul.children li.depth-2 { 
	border-left:5px solid #D31D8C; 
	margin:0 0 10px 0; 
}

ol.commentlist li.comment ul.children li.depth-3 { 
	border-left:5px solid #EE88CD; 
	margin:0 0 10px 0; 
}

ol.commentlist li.comment ul.children li.depth-4 { 
	border-left:5px solid #4DC5D6; 
	margin:0 0 10px 0; 
}

ol.commentlist li.comment ul.children li.depth-5 {
	border-left: 5px solid #A5F2F3;
	margin: 0 0 10px 0; 
}

ol.commentlist li.even {
	background: #E9FBFC;
}

ol.commentlist li.odd {
	background: #FBDFF4;
}

ol.commentlist li.thread-even { 
	background:#FFFFFF; 
}

ol.commentlist li.thread-odd { 
	background:#FBFEF1; 
}


div.reply{
	text-align: right;
	padding: 0 5px 5px 0;
}


/*End Comment Info */


/*Header Settings*/
h1, h2, h3{
	font-family: Georgia, serif;
}

h2{
	font-size: 20pt;
	color: #D31D8C;
	padding-bottom: 7px;
	border-bottom: 1px solid #EE88CD;
	text-decoration: none;
	margin-bottom: -10px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 a, h2 a:hover, h2 a:active, h2 a:visited{
	font-size: 20pt;
	color: #D31D8C;
	padding-bottom: 7px;
	text-decoration: none;
	margin-bottom: -10px;
	padding-top: 0px;
	margin-top: 0px;
	font-style: normal;
}

.bphead{
	margin-left: 74px;
	margin-bottom: -10px;
	padding-top: 0px;
	margin-top: 0px;
}

h3 , h3 a{
	font-weight: normal;
	font-size: 14pt;
	color: #D31D8C;
	padding-bottom: 3px;
	padding-top: 10px;
	margin-top: 0;
	
}

h3{
	border-bottom: 1px solid #EE88CD;
}

h3.sb{
	text-align: right;
	padding-top: 0;
}

h3.abt{
	margin-bottom: 0px;
}
/*End Header Settings*/

/*Post Formatting*/
div.date{
	padding: 6px 3px 0px 3px;
	line-height: 1;
	font-weight: bold;
	color: #4DC5D6;
	float: left;
	background: #A5F2F3;
	border: solid 4px #4DC5D6;
	text-align: center;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

span.month{
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

span.day{
	font-size: 16pt;
	padding: 0;
	margin: 0;
}

span.year{
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

div.postfoot{
	border-top: 1px solid #4DC5D6;
	color: #4DC5D6;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

span.cats{
	float: left;
}

span.cmnts{
	float: right;
}
/*End Post Formatting*/

/*Search Form Formatting*/

#search{
	float: right;
}

#searchform{
	padding: 0;

	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #A6176F;
	background: #EE88CD;
	color: #777777;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 1px;
	margin: 0px;
	border: 1px solid #A6176F;
	background: #EE88CD;
	color: #777777;
	}
/*End Search Form Formatting */

/*Contact Form Formatting*/

#name, #mail, #website, #comments, #submit{
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #A5F2F3;
	color: #4DC5D6;
	background: #FFFFFF;
}

#name, #mail, #website, #comments {
	width: 400px;
}

fieldset#contactform {
	border: 0;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	width: 90px;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}



/*End Contact Form Formatting*/



/*Fix float problems*/
.fix{
	clear:both;
}

/*Sitemeter CSS*/

div#sitemeter{
        display: none;
}

/*Excerpt Boxes*/
div.leftexcerpt{
	float: left;
	width:47%;
	padding: 0 5px;
	background: #E9FBFC;
	border: 1px solid #A5F2F3;
}

div.rightexcerpt{
	float: right;
	width: 47%;
	padding: 0 5px;
	background:#E9FBFC; 
	border: 1px solid #A5F2F3;
}

.rightexcerpt a:hover, .leftexcerpt a:hover{
        color: #4DC5D6;
        font-style: italic;
}