/*
Theme Name: TPROnline
Theme URI: http://www.tpronline.org
Description: WordPress theme for www.tpronline.org
Version: 1.0
Author: The Feynman Group
Tags: feynman

*/

.clear {
	clear: both;
}

a
{
	border-bottom: 1px dotted transparent;
}
a:link
{
	border-bottom-color: #336699;
	color: #eee;
	text-decoration: none;
}
a:hover, a:active
{
	border-bottom: 1px solid #ad5b1e;
	color: #bbb;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	border-bottom-width: 0;
	font-weight: normal;
}
h1
{
	font-size: 28px;
}
h2
{
	font-size: 26px;
}
h3
{
	font-size: 17px;
}
h4
{
	font-size: 20px;
}
h5
{
	font-size: 18px;
}
h6
{
	font-size: 16px;
}
ul, ol, blockquote, pre
{
	color: #ccc;
	line-height: 1.8em;
	padding: 5px 5px 5px 10px;
}
ul
{
	list-style-type: square;
}
blockquote, pre
{
	background-color: #444;
	border-left: 1px solid #FF9D02;
	border-right: 1px solid #FF9D02;
}
body
{
	background-color: #553a35;
	color: #553a35;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 768px;*/
}
.top {
	color: white;
	text-align: right;
	width: 768px;
	height: 20px;
	margin: 0px auto 0px auto;
	padding: 7px 0px 0px 0px;
	font-size: 11px;
}

#container
{
	background: url(http://www.tpronline.org/images/interior.gif) top center repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 768px;
}
#header
{
	background: url(http://www.tpronline.org/images/header.png) no-repeat bottom;
	height: 94px;
	margin: 0px;
	width: 768px;
}
#wrapper
{
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#footer
{
	background-color: #553a35;
	width: 768px;
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
	overflow: hidden;
 	color: #baa49f;
  font-size: 11px;
}

#footer div.spacer{
	margin-top: -1px;
}

#footer p, #footer div {
	margin: 20px 0px 0px 0px;;
	background-color: #553a35;
}

#footer a:active,
#footer a:link,
#footer a:visited {
  background-color: #553a35;
  color: #d8ccc9;
  text-decoration: underline;
}

#footer a:hover {
  background-color: #553a35;
  color: #d8ccc9;
  text-decoration: none;
}

/*.lefty
{
	float: left;
}
#header h1
{
	font: normal 35px Agency FB, Sans-Serif, Trebuchet MS, Arial;
	letter-spacing: 0.1em;
	margin: 0px 0 0 5px;
	padding: 30px 0 0 20px;
}
#header h1 a:hover, #header h1 a:active, #header h1 a
{
	border-bottom-width: 0;
	color: #f9f9f9;
	text-decoration: none;
}
#header p
{
	color: #C1C46B;
	font: normal 14px Script MT Bold, Verdana;
	letter-spacing: 0.1em;
	margin: 0px 0 0 30px;
	padding: 0px;
}*/
#header #search
{
	float: right;
	margin: 0px;
	padding-top: 9px;
}
#header #search input#s
{
	background-color: #e8dbcd;
	border: 1px solid #bb968a;
	color: #553a35;
	height: 13Px;
	margin-bottom: 4px;
	padding: 2px;
	width: 211px;
	font-size: 11px;
}
#header #search input#searchsubmit
{
	margin: 9px 10px 0px 0px;
}
.z-navigation
{
	background-image: url(http://www.tpronline.org/images/navigation.png);
	height: 33px;
	width: 768px;
	/*margin: 0px auto 0px auto;*/
	padding: 0px 0px 0px 0px;
}
.z-navigation i
{
	display: none;
}
.z-navigation ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.z-navigation li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.z-navigation a
{
	float: left;
	height: 33px;
	position: relative;
}
.z-navigation a#home
{
	background-image: url(http://www.tpronline.org/images/home-off.png);
	left: 18px;
	width: 59px;
}
.z-navigation a:hover#home
{
	background-image: url(http://www.tpronline.org/images/home-on.png);
}
.z-navigation a#about-us
{
	background-image: url(http://www.tpronline.org/images/about-us-off.png);
	left: 47px;
	width: 77px;
}
.z-navigation a:hover#about-us
{
	background-image: url(http://www.tpronline.org/images/about-us-on.png);
}
.z-navigation a#products
{
	background-image: url(http://www.tpronline.org/images/products-off.png);
	left: 77px;
	width: 76px;
}
.z-navigation a:hover#products
{
	background-image: url(http://www.tpronline.org/images/products-on.png);
}
.z-navigation a#resources
{
	background-image: url(http://www.tpronline.org/images/resources-off.png);
	left: 106px;
	width: 85px;
}
.z-navigation a:hover#resources
{
	background-image: url(http://www.tpronline.org/images/resources-on.png);
}
.z-navigation a#advertising
{
	background-image: url(http://www.tpronline.org/images/advertising-off.png);
	left: 134px;
	width: 91px;
}
.z-navigation a:hover#advertising
{
	background-image: url(http://www.tpronline.org/images/advertising-on.png);
}
.z-navigation a#account
{
	background-image: url(http://www.tpronline.org/images/account-off.png);
	left: 167px;
	width: 77px;
}
.z-navigation a:hover#account
{
	background-image: url(http://www.tpronline.org/images/account-on.png);
}
.z-navigation a#contact-us
{
	background-image: url(http://www.tpronline.org/images/contact-us-off.png);
	left: 196px;
	width: 91px;
}
.z-navigation a:hover#contact-us
{
	background-image: url(http://www.tpronline.org/images/contact-us-on.png);
}
.navigation-2
{
	border-left: 1px solid #ab9d9b;
	border-right: 1px solid #ab9d9b;
	border-top: 1px solid #ab9d9b;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 165px;
	z-index: 2;
}
.navigation-2 a
{
	background-color: #563a36;
	border-bottom: 1px solid #ab9d9b;
	color: #ffffff;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-indent: 5px;
	width: 165px;
}
.navigation-2 a:hover
{
	background-color: #563a36;
	color: #bbb1b0;
	text-decoration: underline;
}

/* .breadcrumb
--------------------------------------- */
.breadcrumb {
  background-image: url(http://www.tpronline.org/images/breadcrumb.png);
  height: 43px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 768px;
}

.breadcrumb p {
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  padding: 15px 30px 0px 30px;
}

.breadcrumb a:active,
.breadcrumb a:link,
.breadcrumb a:visited {
  background-color: transparent;
  color: #b73913;
  text-decoration: underline;
}

.breadcrumb a:hover {
  background-color: transparent;
  color: #b73913;
  text-decoration: none;
}


.basictab
{
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0 0px;
	text-align: right;
}
.basictab li
{
	display: inline;
	margin: 0;
}
.basictab li a
{
	background-color: #A24005;
	border: 1px solid gray;
	border-bottom: none;
	color: #fff;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	margin-right: 5px;
	padding: 3px 7px;
	text-decoration: none;
}
.basictab li a:visited
{
	color: #eee;
}
.basictab li a:hover
{
	background-color: #DBFF6C;
	color: black;
}
.basictab li a:active
{
	color: black;
}
.basictab li.selected a
{
	background-color: #FE1371;
	color: black;
	padding-top: 4px;
	position: relative;
	top: 1px;
}
.basictab ul
{
	display: inline;
	margin: 0;
	padding: 0px;
}
.basictab li ul li
{
	display: inline;
	margin: 0;
}
.basictab li ul li a
{
	background-color: #A24005;
	border: 1px solid gray;
	border-bottom: none;
	color: #fff;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	margin-right: 5px;
	padding: 3px 7px;
	text-decoration: none;
}
.basictab li ul li a:visited
{
	color: #eee;
}
.basictab li ul li a:hover
{
	background-color: #DBFF6C;
	color: black;
}
.basictab li ul li a:active
{
	color: black;
}
.basictab li ul li.selected a
{
	background-color: #FE1371;
	color: black;
	padding-top: 4px;
	position: relative;
	top: 1px;
}
#navigation1
{
	background: inherit;
	float: right;
	margin: 35px 0px 0px 0px;
	padding: 0;
	width: 100%;
}
.navigation
{
	margin: 20px 0px 0px 0;
	padding-top: 5px;
	border-top: 1px solid #ab9d9b;
}
.navigation .next-entries
{
	float: right;
}
.leftcol
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	text-align: left;
	width: 63%;
}
.leftcol ul, .leftcol ol
{
	line-height: 1.5em;
	margin: 0 0 0 35px;
	padding: 0;
}
.leftcol li
{
	color: #000;
	padding-bottom: 10px;
}
.leftcol h3
{
	border-bottom: 1px dotted #999;
	font-size: 17px;
	margin: 25px 0 0 0;
	padding: 5px 0px 5px 0px;
}
.leftcol h3 a
{
	color: #42516b;
	font-weight: bold;
	text-decoration: none;
}
.leftcol a:link
{
	border-bottom-color: #999;
	color: #42516b;
}
.leftcol a:visited
{
	border-bottom-color: #789160;
	color: #42516b;
}
.leftcol .month-date
{
	background: #4F8090;
	border: 1px solid #aaa;
	float: right;
	font-size: 13px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	text-align: center;
}
.leftcol .details
{
	color: #000;
	font-size: 12px;
}
.leftcol .details a
{
	border-bottom: none;
	color: #b55139;
	text-decoration: none;
}
.leftcol .details a:hover
{
	color: #E0C43D;
	text-decoration: underline;
}
#comments, #respond
{
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	padding: 10px 0 5px 0;
}
.commentlist
{
	line-height: 130%;
	margin: 10px 0px;
	padding-left: 20px;
}
.commentlist li
{
	padding: 5px 10px;
}
.commentlist .alt
{
	background: #eee;
	margin-top: 10px;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited
{
	color: #000;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
}
.commentlist small
{
	display: block;
	font-size: 87%;
	margin-bottom: 5px;
}
#commentform
{
	font: 90% Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#commentform p
{
	color: #333;
	margin: 0px;
	padding: 6px 0px;
}
#commentform label
{
	color: #787878;
	font-size: 87%;
}
#commentform input
{
	background: #eee;
	border: 1px solid #bdd77f;
	margin-top: 3px;
	padding: 3px;
	width: 200px;
}
#commentform textarea
{
	background: #eee;
	border: 1px solid #999;
	height: 115px;
	margin-top: 3px;
	padding: 2px;
	width: 465px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus
{
	background: #ffffff;
}
#commentform #submit
{
	background: #bbb;
	border: none;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 28px;
	margin: 0px 0px 10px 320px;
	width: 144px;
}
.rightcol
{
	float: left;
	margin: 0px 10px 0px 15px;
	text-align: left;
	width: 29%;
}
.rightcol ul
{
	line-height: 1.5em;
	margin: 0 0 0 15px;
	padding: 0;
}
.rightcol li
{
	color: #666;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	list-style: none;
	padding-bottom: 0px;
}
.rightcol ul ul
{
	list-style-type: square;
}
.rightcol ul ul li
{
	line-height: 1.8em;
	list-style-type: square;
}
#sidebar h3
{
	border-bottom: 2px solid #aaa;
	color: #111;
	padding-top: 10px;
}
#sidebar a:link
{
	color: #990000;
}
#sidebar a:visited
{
	border-bottom-color: #336699;
	color: #aa9999;
	text-decoration: none;
}