/*
Theme Name: Clientcide V1
Theme URI: http://www.clientcide.com/
Description: Clientcide default theme; 2008.
Version: 1
Author: Aaron Newton - aaron [at] iminta [dot] com
*/


.blue {
	background-color: #66ffff;
}

div.single .resizeMe {
	left: 0px !important;
}

#subscribeSection p {
	margin-bottom: 10px;
}
#emailSubscribe {
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	padding: 0px 0px 1px 2px;
	margin-right: 2px;
	position: relative;
	top: -2px;
	height: 11px;
	width: 100px;
	background-color: #bcbcbc;
	color: #5e5e5e;
	border: 1px solid #414141;
}
#subscribebtn {
	position: relative;
	top: -3px;
}

div.digg_button {
	float: right;
	width: 53px;
	height: 81px;
	margin-left: 10px;
}

/* search page colors */
div.searchResults div.post {
	padding: 0px 6px 2px;
/*	background: url(art/listing_back.gif) bottom left repeat-x; */
	margin-bottom: 15px;
	width: 100%;
}
div.searchResults h2 a {
	color: #000099 !important;
}
div.searchResults p.postmetadata {
	margin-bottom: 2px;
	clear:both;
}
/* footer */
#footer {
	text-align: center;
}
/* contact */
div.contact input, div.contact textarea{
	width: 80%;
}
/* syntax */
pre {
	border: 1px solid #555 !important;
	padding: 10px !important;
}
/*contact*/
div.credits {
	visibility: hidden;
}
/* comments */
textarea#comment {
	width: 80%;
	height: 100px;
}