/*  
Theme Name: Pliant 2009
Description: New theme for Pliant.
Version: 1.0
Author: Fernando Perez
Author URI: http://www.odweb.com/

*/


#pagewidth { width: 970px; }


#wrapper { 
	margin: 0 auto;
  	width: 980px;
}


.navigation {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	}





h2 {

	color: #005894;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 6px 0;
	font-family: Arial, 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: 30px 0 0 19px;

	width: 224px;

	text-align: left;

        /* border:5px solid red;  */


}

#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: 11px;

	display: inline;

	padding: 2px 0 0 2px;

}
#subnav ul li a:hover {
	
	background: none;
}



#content {

	float: right;

	width: 700px;

        /*  border:5px solid red;  */

}


.entry {

	font-size: 12px;
	font-family: Arial, Geneva, sans-serif;
	line-height:160%;

}



hr {
	background-color: #c9c9c9;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 100%;
	float: left;
	margin: 2px 0 2px 0;
}
#tags {
	width: 94%;
	padding: 0 7px 10px 30px;
	background: #f3f3f3 url(images/tag.jpg) 10px 14px no-repeat;
	float: left;
	margin-bottom: 2px;
}


.postmetadata {
	padding-bottom:20px;

}

.floatleft {
	width: 50%;
	float: left;
}
.floatright {
	width: 50%;
	float: right;
}
.alignright {
	float: right;
}
.post {
	margin-top: 30px;
	width: 100%;
	clear: both;
}
