/*
Theme Name: WP CMS Toolkit
Theme URI: http://www.tierra-innovation.com/
Description: The theme for the Tierra WP CMS Toolkit web site
Version: 1.1
Author: Tierra Innovation
Author URI: 
Tags: 
*/

body, div, span, th, td, p, ul, li, h1, h2, h3, h4, h5, h6, a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color: #5a524a;
}

body { 
	background: #e0e0da;
	margin: 0;
	padding: 0;
}

img a,
a img { border: 0; }

/* lvha */
a { color: #392713; }
a:hover { text-decoration: none; }

p,
li { /*/*/ line-height: 18px; /**/ }

.center { text-align: center; }
.clearboth { clear: both; }



/* --------------- */
/* --- wrapper --- */
/* --------------- */

div#wrapper {
	margin: 0 auto;
	padding: 0;
	background: transparent url("images/bg.png") top left repeat-y;
	width: 933px;
	position: relative;
	top: -9px;
}

div#homewrap {
	margin: 0 auto;
	padding: 0;
	background: transparent url("images/bg-home.png") top left no-repeat;
}

div#defaultwrap {
	margin: 0 auto;
	padding: 0;
	background: transparent url("images/bg-detail.jpg") top left no-repeat;
}



/* -------------- */
/* --- header --- */
/* -------------- */

div#header {
	height: 119px;
	min-height: 119px;
	margin-left: 30px;
	padding-top: 10px;
}

div#header h1 {
	width: 901px;
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:hover,
div#header h1 a:active {
	display: block;	
	height: 119px;
	background: url("images/header.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

div#header div.description {
	position: relative;
	margin: -45px 0 0 93px;
	color: #5a524a;
}

div#header div.description a { color: #392713; }



/* -------------- */
/* --- navbar --- */
/* -------------- */

div#navwrap {
	height: 48px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent url("images/navbar.png") top left repeat-x;
	position: relative;
	z-index: 3;
}

div#navbar {
	width: 900px;
	margin: 0 auto;
}

div#navbar ul {
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	padding-left: 5px;
	width: 900px;
}
	
#navbar ul li {
	margin: 0;
	padding: 0 15px;
	list-style: none;
	display: inline;
	text-align: center;
}

#navbar ul li,
#navbar a {
	color: #fff;
	border: 0;
}

#navbar ul li a {
	text-decoration: none;
	font-family: "Lucida Sans", Arial;
	font-size: 14px;
	padding-bottom: 3px;
}

#navbar ul li a.active { border-bottom: 9px solid #4c8bb5; }

#navbar ul li a:hover { border-bottom: 9px solid #4c8bb5; }



/* ------------------- */
/* --- left column --- */
/* ------------------- */

div.leftcolumn {
	float: left;
	width: 129px;
	margin-top: 20px;
}

h2.posttitle {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #392713;
}

h2.posttitle a {
	color: #392713;
	text-decoration: none;
}

h2.posttitle a:hover { text-decoration: underline; }

h2.blueposttitle {
	margin-top: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #4c8bb5;
}

h2.blueposttitle a {
	color: #4c8bb5;
	text-decoration: none;
}

h2.blueposttitle a:hover { text-decoration: underline; }

div.leftcolumn h3 {
	font-size: 16px;
	color: #392713;
	font-weight: normal;
}



/* -------------------- */
/* --- right column --- */
/* -------------------- */

div.rightcolumn {
	float: right;
	width: 725px;
	margin-top: 20px;
}

div.rightcolumn p {
	padding-top: 0;
	padding-bottom: 15px;
	margin-top: 0;
}

div.rightcolumn ul {
	margin: 0 0 30px 15px;
	padding: 0;
}

div.rightcolumn li,
div.rightcolumn li a,
div.rightcolumn li span {
	color: #5a524a;
	font-size: 12px;
}

div.rightcolumn li span.bluetext,
div.rightcolumn li span.bluetext p,
div.rightcolumn li span.listtitle {
	color: #4c8bb5;
	font-size: 12px;
}

div.rightcolumn h3 {
	font-size: 17px;
	color: #392713;
	margin-top: 0;
	font-weight: normal;
}

div.rightbox {
	width: 228px;
	background: #fff;
	padding: 20px;
}

div.rightbox ul {
	margin: 0;
	padding: 0;
}

div.rightbox li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.rightbox li a {
	color: #4c8bb5;
	text-decoration: none;
	font-size: 14px;
}

div.rightbox li p { margin-bottom: 0; }

div.wpbutton {
	padding-bottom: 5px;
	margin: 0;
}

div.wpbutton p {
	margin: 0;
	padding: 0;
}

div.pluginsidebar p {
	margin: 0;
}



/* ----------------- */
/* --- home page --- */
/* ----------------- */

div.homecontainer {
	width: 860px;
	margin: 0 auto;
}

div.home-leftcolumn {
	float: left;
	width: 561px;
}

div.home-rightcolumn {
	float: right;
	width: 238px;
}

div.home-rightcolumn ul {
	margin: 0;
	padding: 0;
}

div.home-rightcolumn li {
	list-style-type: none;
	color: #4c8bb5;
	font-size: 16px;
	padding-bottom: 5px;
}

div.home-rightcolumn li a {
	color: #5a524a;
	text-decoration: none;
	display: block;
}

div.home-rightcolumn li a:hover { text-decoration: underline; }

div.home-rightcolumn span.newsdate { color: #4c8bb5; }

div.home-rightcolumn h3 {
	color: #392713;
	font-size: 17px;
	font-weight: normal;
	margin-top: 12px;
}

div.hometop { padding-top: 31px; }
div.homebottom { padding: 15px 0; }

div.homeexamples { margin-left: 37px; clear: both; }

div.homeexamples p a {
	font-style: italic;
	font-size: 11px;
	color: #8d8782;
}

div.examples {
	float: left;
	width: 224px;
}

div.examplessmall { width: 183px; }

div.examples img { border: 2px solid #fff; }

div.examples p {
	margin-top: 0;
	text-align: center;
	font-style: italic;
}

p.examplesheading {
	font-size: 11px;
	color: #4c8bb5;
	text-transform: uppercase;
}

p.morenews a {
	color: #5a524a;
	text-decoration: none;
}

p.morenews a:hover { text-decoration: underline; }

p.homebigdesc,
p.homebigdesc a {
	font-size: 14px;
	line-height:22px;
}

p.livetitle { margin: 5px 0 0 0; }



/* -------------- */
/* --- search --- */
/* -------------- */


.highlight { background : #ff0; }

div.qa {
	padding-bottom: 10px;
	padding-top: 7px;
	border-top: 1px solid #ccc;
}



/* ---------------- */
/* --- feedback --- */
/* ---------------- */


div.feedbacklist ul {
	margin: 0;
	padding: 0;
}

div.feedbacklist li {
	list-style-type: none;
	padding-bottom: 10px;
}

div.feedbacklist li span p { color: #4c8bb5 !important; }



/* --------------- */
/* --- plugins --- */
/* --------------- */

div.defaultcontainer {
	width: 860px;
	margin: 0 auto;
}

div.pluginsleft {
	float: left;
	width: 90px;
}

div.pluginsright {
	float: right;
	width: 465px;
	margin-bottom: 10px;
}

div.pluginsright h3 { margin: 0; }

div.pluginsright h3 a {
	font-size: 16px;
	font-weight: normal;
}

div.pluginsright p { margin-top: 2px; }
div.pluginsright p.postmetadata a { text-decoration: none; }
div.pluginsright p.postmetadata a:hover { text-decoration: underline; }

div.pluginssmallleft {
	float: left;
	width: 90px;
}

div.pluginssmallright {
	float: right;
	width: 465px;
}

div.pluginssmallright h2 {
	margin: 0;
	padding: 0;
}

div.pluginssmallright span.versioninfo { color: #4c8bb5; }

div.livefloat {
	float: left;
	width: 50%;
	padding-bottom: 25px; 
}

span.brownposttitle a {
	color: #392713;
	font-size: 16px;
}

p.pluginlisttxt { padding-bottom: 10px; }

div.pluginsidebar p img {
	vertical-align: middle;
	padding-right: 5px;
}

div.hrspace {
	border-top: 1px solid #aca8a4;
	margin: 20px 0;
}



/* -------------- */
/* --- footer --- */
/* -------------- */

div.footer {
	background: transparent url("images/footerbar.png") top left no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 933px;
	position: relative;
	top: -9px;
}

div.footer p {
	margin-top: 0;
	padding: 15px 0 0 15px;
}