/*  
Theme Name: Pliant 2009
Description: New theme for Pliant.
Version: 1.0
Author: Fernando Perez
Author URI: http://www.odweb.com/

*/

h2 {

	color: #005894;

	font-size: 13px;

	padding: 0;

	margin: 23px 0 6px 0;

	font-family: Verdana, Geneva, sans-serif;
	
	font-weight: bold;
	
	width: 100%;
	
	float: left;

}

h2 a {

	color: #005894;
	text-decoration: none;

}

h2 a:hover {
	color: #666;
}


object, a, a img { 

	outline:none;
	
	border: none;

}

a {

	color: #0089d0;

	text-decoration: none;

}

.clear {

	height: .01em;

	line-height: .01em;

	overflow: hidden;

	clear: both;

}

/* Header */


#header #search {

	float: right;

	padding-top: 11px;

	height: 23px;

	width: 246px;

	font-size: .8em;

	font-weight: bold;

	color: #999;

}

#header #search input.box {

	width: 195px;

	height: 15px;

	padding: 4px 10px 2px;

	font-size: 1em;

	background: url(http://www.plianttechnology.com/images/bg_search.jpg) 0 0 no-repeat;

	border: none;

	color: #666;
	
	float: left;

}

#header #search input.go {

	width: 21px;

	height: 23px;

	padding: 0;

	font-size: 1em;

	background: url(http://www.plianttechnology.com/images/btn_search.jpg) 0 2px no-repeat;

	border: none;

	color: #666;

	margin: 0 0 0 3px;

	cursor: pointer;

	overflow: hidden;

	text-indent: -9999px;
	
	float: right;

}

#sidebar {

	float: left;

	width: 243px;

}

#subnav {

	float: left;

	display:inline;

	margin: 38px 0 0 19px;

	width: 224px;

	text-align: left;

}

#subnav h2 {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1.2em;
	
	color: #005894;
	
	text-transform: uppercase;
	
	padding: 4px 0;

}

#subnav ul {

	list-style-type: none;
	padding-bottom: 8px;

}

#subnav ul li a:link, #subnav ul li a:visited {

	text-transform: capitalize;

	color: #005894;

	font-size: 1.1em;

	display: inline;

	padding: 2px 0 0 2px;

}
#subnav ul li a:hover {
	
	background: none;
}

hr {
	background-color: #c9c9c9;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 100%;
	float: left;
	margin: 4px 0 18px 0;
}
#tags {
	width: 100%;
	padding: 0 7px 12px 30px;
	background: #f3f3f3 url(images/tag.jpg) 10px 14px no-repeat;
	float: left;
	margin-bottom: 6px;
}
.floatleft {
	width: 50%;
	float: left;
}
.floatright {
	width: 50%;
	float: right;
}
.alignright {
	float: right;
}
.post {
	width: 100%;
	clear: both;
}