/*
Theme Name: Teaching Professor
Theme URI: http://www.teachingprofessor.com/
Description: Custom WordPress theme created for <em>The Teaching Professor</em> website.
Version: 1.0
Author: Deb Lovelien and James Pederson
Author URI: http://www.magnapubs.com/
Tags: custom theme, fixed width, multi-column options
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	margin:0;
	padding:0;
}
p {
	margin: 8px 0 12px 0;
}
p, li, td, div {
	color: #444;
}
a {
	color: #5a2b7b;
}
a:hover {
	color: #0c6d4c;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 {
	font-size: 36px;
	line-height: 28px;
	margin: 10px 0 0 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #363636;
}
h2 {
	font-size: 28px;
	line-height: 28px;
	margin: 10px 0 0 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #363636;
}
h2.workshop {
	margin: 5px 0 0 0;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0 0 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #363636;
}
h3.subhead {
	color: #0c6d4c;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #555;
}
h4.deck {
	font-size: 11px;
	line-height: 10px;
	font-family: rial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	color: #0c6d4c;
}
h5{
	font-size: 15px;
	line-height: 16px;
	margin: 10px 0 0 0;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #555;
}
h6{
	font-size: 12px;
	line-height: 12px;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	color: #888;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #CCC;
	clear: both;
}

/********** CONTAINER *********/
#container {
	width: 922px;
	text-align: left;
	background: #FFF url(images/layout_content.jpg) repeat-y;
}

/********** HEADER *********/
#container #header {
	background: #FFF url(images/layout_tp_header.jpg) no-repeat;
	height: 210px;
}
#container #header #logo {
	height: 200px;
	width: 235px;
	float: left;
	margin-left: 30px;
	border: 0;
}
#container #header .menu {
	position: relative;
	float: left;
	top: 160px;
	width: 630px;
	margin: 0 0 0 15px;
	border-left: 1px dotted #208362;
}
#container #header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	margin: 160px 0 0 230px;
}
#container #header .menu ul li {
	display: inline;
}
#container #header .menu ul li a {
	padding: 5px 6px 2px 8px;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-size: 8pt;
	border-right: 1px dotted #208362;
}
#container #header .menu ul li a:hover {
	color: #e2eeea;
	background: #107855 url(images/top_menu_hover.jpg);
}

/********** CONTENT DIV *********/
#container #content {
	padding: 0 15px 20px 15px;
}
#container #content #one-column {
	padding: 15px 60px 0 60px;
}
#container #content #left-column {
	float: left; 
	width: 660px;
}
#container #content #left-column .content {
	padding: 0 15px 0 15px;
}
#container #content #left-column .content #home-left {
	width: 230px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 10pt;
	line-height: 17px;
}
#container #content #left-column .content #home-left h2 {
	font-weight: bold;
	color: #666;
	text-align: center;
}
#container #content #left-column .content #home-left img {
	margin: 10px 0 0 0;
	border: 1px solid #666;
}
#container #content #left-column .content #home-right {
	float: left;
	width: 380px;
}
#container #content #right-column {
	float: right; 
	width: 220px;
	background: #c5dcd4 url(images/right_column_rounded.jpg) bottom center no-repeat;
	position: relative;
	top: -23px;
	padding: 5px 0 0 0;
}
#container #content #right-column #searchform #s {
	width: 130px;
}
#container #content #right-column #searchform #searchsubmit {
	width: 70px;
}
#container #content #right-column ul.menu {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
	border-top: 1px solid #e2eeea;
}
#container #content #right-column h4 {
	padding: 5px 0 2px 10px;
	color: #075339;
}
#container #content #right-column ul.menu li {
	display: inline;
}
#container #content #right-column ul.menu li a {
	display: block;
	padding: 3px 3px 3px 10px;
	text-align: left;
	color: #5a2b7b;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #e2eeea;
}
#container #content #right-column ul.menu li a.current, #container #content #right-column ul.menu li a.current:hover, #container #content #right-column ul.menu li.current-cat a {
	background-color: #FFF;
	color: #0c6d4c;
}
#container #content #right-column ul.menu li a:hover {
	background-color: #d9e9e4;
	color: #0c6d4c;
}
#container #content #right-column div {
	padding: 4px 7px;
	margin: 0 0 5px 0;
	font-size: 9pt;
	line-height: 18px;
	color: #4f7367;
}

/********** FOOTER *********/
#container #footer {
	background: #FFF url(images/layout_footer.jpg) no-repeat;
	padding: 20px 30px 60px 30px;
	color: #777;
	font-size: 8pt;
}
#container #footer ul {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
}
#container #footer ul li {
	float: left;
	margin-right: 5px;
}
#container #footer ul li a {
	display: block;
	padding: 2px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
#container #footer ul li a:hover {
	background: #FFF;
	color: #0c6d4c;
}
#container #footer p {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	color: #999;
}

/********** WORDPRESS CLASSES *********/
.clear {
	clear: both;
}
.post small {
	font-size: 8pt;
	font-style: italic;
	color: #666;
}
.post .entry {
	border-top: 1px solid #CCC;
}
.navigation {
	padding: 8px 0 8px 0;
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignright {
	border: 2px solid #666;
	margin: 0 0 10px 10px;
}
img.alignleft {
	border: 2px solid #666;
	margin: 0 10px 10px 0;
}
ul.post_list {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 15px;
}
ul.post_list li a {
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
ul.post_list li span {
	color: #999;
	display: block;
}
.pagination {
	border: 1px solid #DDD;
	border-left: 0;
	border-right: 0;
	margin: 5px 0 0 0;
	padding: 6px 0;
	color: #777;
}
.pagination span {
	float: right;
}
.fine_print {
	font-size: 8pt;
}
.postmetadata {
	font-size: 8pt;
	color: #777;	
}
.hide {
	display: none;
}
.ofie {
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 6px;
}

/* WORKSHOP POST STYLES */
.presenter {
	width: 225px;
	float: right;
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 10px 10px;
}
.presenter h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 13pt;
	border-bottom: 1px solid #CCC;
}
.presenter img {
	float: right;
	border: 1px solid #666;
	margin: 0 0 5px 5px;
	width: 125px;
}

/* COMMENT STYLES */
.comment-visitor {
	background-color: #d8e8e3;
	margin-bottom: 15px;
}
.comment-visitor .comment-by {
	font-size: 14pt;
	background: url(images/comment_head.gif) no-repeat;
	color: #556962;
	padding: 10px;
}
.comment-visitor .comment {
	background: url(images/comment_foot.gif) bottom center no-repeat;
	padding: 0 10px 10px 10px;
}
.comment-visitor .comment-meta {
	background-color: #809a92;
	color: #FFF;
	padding: 2px 5px;
	font-size: 8pt;
	float: right;
	width: 200px;
}
.comment-visitor .comment-meta a {
	color: #FFF;
	text-decoration: none;
}
.comment-author {
	background-color: #c69b47;
	margin-bottom: 15px;
}
.comment-author .comment-by {
	font-size: 14pt;
	background: url(images/comment_head_author.gif) no-repeat;
	color: #FFF;
	padding: 10px;
}
.comment-author .comment-by a {
	color: #FFF;
}
.comment-author .comment {
	background: url(images/comment_foot_author.gif) bottom center no-repeat;
	padding: 0 10px 10px 10px;
}
.comment-author .comment p, .comment-author .comment li, .comment-author .comment {
	color: #FFF;
}
.comment-author .comment-meta {
	background-color: #8b6823;
	color: #FFF;
	padding: 2px 5px;
	font-size: 8pt;
	float: right;
	width: 200px;
}
.comment-author .comment-meta a {
	color: #FFF;
	text-decoration: none;
}

/***************** CART STYLES *******************/

.cart-table {
	border: 1px solid #BBB;
	margin: 10px 0 10px 0;
	width: 100%;
}

.cart-table tr.row-1 td {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.cart-table tr.row-2 td {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.cart-table tr.discounted td {
	background-color: #fffcb7 !important;
	border-bottom: 1px solid #cdc966 !important;
}

.cart-table .qty-field {
	width: 35px;
}

.cart-table tr th {
	background-color: #DDDDDD;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
	text-align: left;
}

.cart-table .number {
	text-align: right;
}

.cart-table tr.total td {
	background: #FFFFFF url(cart/gray-white-gradient.gif) top center repeat-x;
	padding: 6px 3px 6px 3px;
	font-weight: bold;
	text-align: right;
}

.cart-button {
	height: 30px;
	font-size: 8pt;
	text-transform: uppercase;
}

.small {
	margin: 0;
}

.small * {
	font-size: 8pt;
}
#cart-error {
	color:#a23232; 
	border:1px solid #a23232; 
	padding:4px; 
	background-color: #e1bfbf; 
	margin-bottom:5px; 
}

#cart-link {
	float: right;
	padding: 15px 25px 0 0;
}

#cart-link a {
	font-size: 8pt;
	margin-left: 10px;
	display: block;
	float: right;
	text-decoration: none;
	color: #888;
	font-weight: bold;
}

#cart-link a:hover {
	color: #004a84;;
}

#cart-link a .icon {
	float: left;
	margin: 2px 4px 0 0;
	border: 0;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#cart-link a:hover .icon {
	float: left;
	margin: 2px 4px 0 0;
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

button.button {
	padding: 5px 15px 13px 15px;
	background: #7a52a7 url(images/button_bg.jpg) bottom center repeat-x;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	cursor: pointer;
	line-height: 10pt;
	border: 0;
}
button:hover.button {
	border: 0;
	background: #7a52a7 url(images/button_bg_over.jpg) bottom center repeat-x;
}

/* IE6 */
*html .button {
	overflow: visible; /* remove padding from left/right */
	width:0; /*remove the remaining space in IE6*/
}

/* IE7 */
*:first-child+html .button {
	overflow: visible; /* remove padding from left/right */
	width:auto !important;
}