/* CSS Additions  */
#left ul {
border:none;
margin: 10px 0 20px 0;
padding:0 15px;
}
#left ul li {
background:none;
list-style-type:square;
margin-bottom:0;
padding-left:0;
}

#center dl {
margin-left:.5em;

}
#center dl dd {
margin-left:0;
}

#archive_header {
margin-top: 20px;
}

#center ul li {
margin-bottom:8px;
}

div#main div#content div.post h1.title	{
background:none;
margin:0 0 10px 0;
padding-bottom:0;
font-size:1.5em;
font-weight:bold;
}

div#main div#content div.post h1.title a { text-decoration:none;}

div#main div#content div#center h2#blog_title a, div#main div#content div#center h1#blog_title a	{
color:black;
text-decoration:none;
}

div#main div#content div#center h2#blog_title a:hover, div#main div#content div#center h1#blog_title a:hover	{
color:#118DC4;

}

#main #center #yui-main #content div.post h2.title	{
background:none;
margin:0 0 10px 0;
padding-bottom:0;
}

body#blog #column-left form {padding-left:0px;}





/* END CSS Additions  */

a:hover { text-decoration:none;
		  color:black;
		  }

a.tag {
	/*color: #118DC4;*/
	color:#ffffff;
	text-decoration: none;
	padding: 0 .2em;
}

a.tag:hover {
	color:white;
	background-color: #118DC4;
}

#hd {
	padding: 1em;
	border-bottom: 3px solid #eee;
	margin-bottom: 1em;
}

#blog_title {
	font-size: 150%;
	font-weight: bold;
}

#sidebar h2 {
	font-weight: bold;
	padding: .25em .5em;
	background: #eee;
}

#sidebar p,
#sidebar ul,
#sidebar dl,
#sidebar form fieldset {
	margin: .5em 0 .5em .5em;
}

.post {
	margin-bottom: 1em;
}

.post .title {
	font-size: 125%;
}

.post .body {
	margin: .5em;
}

.post .body p {
	margin-bottom: .5em;
}

#comments {
	border-top: 1px solid #eee;
	margin-top: 1em;
	padding-top: 1em;
}

#comments h2 {
	font-size: 120%;
}

form dl dd {
	margin-bottom: .5em;
}

#new_comment {
	background: #eee;
	padding: 1em;
}

.message p {
	margin: 1em;
}*/

#sidebar form .field {
	margin: 0 0 .5em 0;
}

#sidebar form .field label {
	display: block;
}

#sidebar form .field input,
#sidebar form .field textarea {
	width: 165px;
}

#contact_business { display: none;}

#ft {
	padding: 1em;
	margin-top: 1em;
	text-align: right;
	border-top: 3px solid #eee;
}