/*   

Theme Name: Thematic-MAX-Corp3

Theme URI: http://www.WebFadds.com/themes

Description: A 3-Column corporate style theme (content column then 2 right sidebars) with a custom homepage, pop-down menus, right sidebar, and 13 customizable widget areas. This is a child theme of the parent Thematic theme (originally developed by Ian Stewart of ThemeShaper.com)

Author: Scott Frangos, for WebFadds.com

Author URI: http://www.WebFadds.com

Template: thematic

Version: .8

.

Thematic-MAX-Corp1 child theme is Copyright 2009 by WebFadds.com and Scott A. Frangos, all rights reserved.

*/

/* Reset browser defaults */

@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */

@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */

@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */

@import url('../thematic/library/styles/plugins.css');

/* :::::::: Structure :::::::::::: */

body {
	background: #666666 url(images/bg_grey.gif) repeat-x;
	margin-top: 14px;
	color: #333;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

/* @group My Group */

/* @end */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	clear: both;
	line-height: 1.6em;
	padding: 0;
	background: #FEEDA7 url(images/contentBg2.gif) repeat-y;
	margin: 0;
}

.blog #main, .home #main {
	background: #fff url(images/contentBg2.gif) repeat-y;
}

/* :::::::: Header :::::::::::: */

#header {
	z-index: 2;
	padding: 0;
	margin: 0;
}

#branding {
	padding: 0px;
	height: 101px;
	background-image: url(images/header.gif);
	width: 960px;
	margin: 0;
	overflow: hidden
}

#branding2 {
	padding: 0px;
	height: 101px;
	background-image: url(images/edadv-header-bg.gif);
	width: 960px;
	margin: 0;
	overflow: hidden
}

#headerlogo {
	float: left;
	margin: 7px 0 0 7px;
	padding: 0;
}

#topmenu {
	float: right;
	text-align: right;
	padding-right: 12px;
	margin: 0;
	color: #fff;
	padding-top: 7px;
	font: 12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #666;
}

#blog-title {
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	width: 500px;
	float: left;
	margin: 3px;
	padding: 0;
	visibility: hidden;
}

#blog-title a {
	color: #000;
	text-decoration: none;
}

#blog-title a:active,

#blog-title a:hover {
	color: #FF4B33;
}

#blog-description, #blog-description h1 {
	color: #666;
	width: 500px;
	float: left;
	margin: 3px;
	padding: 0;
	visibility: hidden;
}

/* -- Menu -- */

.skip-link {
	display: none;
}

#access {
	height: 23px;
	font-size: 13px;
	overflow: visible;
	z-index: 100;
	background-color: #000;
}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	list-style: none;
	background-color: #000;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;


/*



left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
	background-color: #000;
}

.sf-menu li:hover {
	visibility: inherit;


/*

fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
	background-color: #000;
	color: #fff;
}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em;
	/



*match top ul list item height */

	z-index: 99;
}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {
	left: 10em;
	

/*

match ul width */

	top: 0;
}

ul.sf-menu li li:hover li ul,

ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,

ul.sf-menu li li li.sfHover ul {
	left: 10em;
	

/*

match ul width */

	top: 0;
}

/*** THEMATIC SKIN ***/

.menu {
	margin: 0;
	padding: 0;
}

.sf-menu {
	float: left;
	font-weight: bold;
}

.sf-menu a {
	border-right: 1px solid #fff;
	padding: 5px 12px 6px;
	text-decoration: none;
	font-weight: bold;
}

.sf-menu .current_page_item a,

.sf-menu .current_page_ancestor a,

.sf-menu .current_page_parent a {
	background: #FFE36C;
	outline: 0;
	color: #000;
}

.sf-menu a, .sf-menu a:visited {
	
}

.sf-menu li {
	background: #fff;
}

.sf-menu li li {
	background: #fff;
}

.sf-menu li li li {
	background: #9AAEDB;
}

.sf-menu li:hover, .sf-menu li.sfHover,

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #000;
	outline: 0;
	color: #ffeda5;
}

.sf-menu ul {
	border-right: 1px solid #ccc;
}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {
	top: 32px;


/*

overriding essential styles */
}

.sf-menu ul ul {
	margin-top: 0;
}

.sf-menu ul a {
	background: #000;
	border-bottom: none;
}

.sf-menu ul a:hover {
	color: #ffe59a;
}

/* :::::::: Content :::::::::::: */

#content {
	width: 580px;
	padding-top: 8px;
	padding-bottom: 12px;
}

#content2 {
	width: 930px;
	padding: 12px 15px 15px;
}

#content3 {
	width: 960px;
	background: #fff url(images/contentBg2.gif) repeat-y;
	padding: 0;
	margin: 0;
}

#container-front {
	width: 960px;
	background-color: #FEEDA7;
}

#container-front2 {
	width: 960px;
	background-color: #FEEDA7;
	margin: 0;
	padding: 0;
}

.edbox {
	border: 0;
	margin: 0;
	padding: 65px 0 0;
	font-size: 11px;
	background: #feea89 url(images/topics-crop.gif) no-repeat left top;
}

.edbox table a:link {
	padding-left: 15px;
	color: #BB3A06;
	text-decoration: none;
}

.edbox table a:hover {
	padding-left: 15px;
	color: #666;
	text-decoration: none;
}

.edbox table a:visited {
	padding-left: 15px;
}

#postfront {
	float: left;
	width: 570px;
	padding-top: 18px;
	margin-left: 15px;
}

#post {
	clear: both;
}

.entry-title h1 {
	letter-spacing: -0.8px;
	text-align: left;
	color: #a72600;
	padding: 0;
	margin: 12px 0 2px;
	font-size: 28px;
}

.entry-title h2 {
	letter-spacing: -0.8px;
	text-align: left;
	color: #a72600;
	padding: 0;
	margin: 8px 0 3px;
	font-size: 28px;
	white-space: normal;
	display: inline;
}

ol, dd, pre {
	margin-bottom: 22px;
}

ul {
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
}

ol {
	padding: 0 0 10px 30px;
	list-style-type: decimal;
	line-height: 1.1em;
}

p, td {
	margin-bottom: 15px;
	line-height: 1.6em;
}

img {
	border-style: none;
}

img .avatar {
	border-style: none;
	float: left;
}

pre, code {
	font: 14px Monaco, monospace;
	line-height: 22px;
}

blockquote {
	color: #000;
	margin: 20px 10px 10px 10px;
	padding: 10px 10px 4px 10px;
	font-size: 12px;
}

.page-title {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 44px 0;
}

.post_header {
	clear: right;
	float: left;
	width: 500px;
}

.attachment .page-title {
	font-style: italic;
}

.page-title a {
	color: #666;
	text-decoration: none;
}

.page-title a:active,

.page-title a:hover {
	color: #FF4B33;
}

.page-title span {
	font-style: italic;
}

.page-title .meta-nav {
	font-style: normal;
}

/* :::::: META :::::: */

.meta-prep {
	
}

.hentry {
	padding: 0 0 22px 0;
}

.single .hentry {
	padding: 0;
}

.home #content .sticky {
	border: 1px solid #ccc;
	margin: 0 0 66px 0;
	padding: 12px 20px 0;
}

.entry-title {
	font-size: 26px;
	line-height: 26px;
	padding: 0 0 7px 9px;
	font-weight: normal;
	font-style: normal;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,

.entry-title a:hover {
	color: #FF4B33;
	text-decoration: underline;
}

.entry-meta {
	color: #666;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	padding-left: 9px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

.entry-meta .author {
	
}

.entry-date {
	font-variant: normal;
	position: relative;
	bottom: 5px;
}

.published {
	font-variant: normal;
}

.entry-meta .n {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:active,

.entry-meta a:hover {
	color: #FF4B33;
}

.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	padding-bottom: 5px;
}

.entry-content {
	padding: 2px 12px 0 8px;
	clear: left
}

.entry-content2 {
	padding: 0;
	clear: left;
	margin: 0;
}

.entry-content table {
	margin-left: 1px;
}

.entry-content embed {
	margin: 0 0 22px 0;
}

.entry-utility {
	color: #333;
	font-size: 10px;
	line-height: 18px;
	margin: 10px 0 20px;
	padding: 6px;
	background-color: #fbf2ce;
	border: 2px solid #7f7f7f;
}

.entry-utility a {
	color: #a72600;
	font-style: italic;
	text-decoration: none;
}

.entry-utility a:active,

.entry-utility a:hover {
	color: #000;
}

.page-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 22px 0 0 0;
	word-spacing: 0.5em;
}

.page-link a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,

.page-link a:hover {
	color: #FF4B33;
}

ul#links-page,

ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}

li.content-column {
	float: left;
	margin-right: 20px;
	width: 45%;
}

.gallery {
	padding: 0 0 22px 0;
}

.wp-caption-text,

.gallery-caption {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

#author-info {
	margin: 0 0 44px 0;
	overflow: hidden;
}

#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	margin: 0 0 0 -.5em;
	padding: 0.5em 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #666!important;
	font-style: normal;
	margin: 0 .375em !important;
	padding: 0.5em 0.25em !important;
}

.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #666 !important;
}

.wp-pagenavi a:hover {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}

.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}

.wp-pagenavi span.pages {
	border: none !important;
	color: #666 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.current {
	border: none !important;
	color: #666 !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.extend {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	margin: 2px;
	padding: 2px 4px;
}

table {
	text-align: left;
}

caption {
	text-align: left;
}

tr {
	
}

th, td {
	
}

/*::LINKS::*/

.entry-content a:link {
	color: #BB3A06;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.entry-content a:visited {
	color: #BB3A06;
}

.entry-content a:hover {
	color: #000;
	text-decoration: underline;
}

.entry-title a:link {
	color: #BB3A06;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.entry-title a:visited {
	color: #BB3A06;
}

.entry-title a:hover {
	color: #000;
	text-decoration: underline;
}

/* -- Attachments --*/

.attachment-jpeg #container,

.attachment-png #container {
	width: 100%;
}

.attachment-jpeg #content,

.attachment-png #content {
	width: 930px;
}

.attachment-jpeg #comments,

.attachment-png #comments {
	width: 540px;
	overflow: hidden;
}

.attachment-jpeg .main-aside,

.attachment-png .main-aside {
	display: none;
}

/* -- Headings -- */

h1 {
	letter-spacing: -0.8px;
	text-align: left;
	color: #a72600;
	padding: 0;
	margin: 5px 0 2px;
	font: normal 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.entry-content h1,

.entry-content h2 {
	letter-spacing: -0.8px;
	text-align: left;
	color: #a72600;
	padding: 0;
	margin: 12px 0 2px;
	font: normal 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.entry-content h3 {
	font-size: 17px;
	font-style: italic;
	padding: 12px 0 8px;
}

.entry-content h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* -- Posts -- */

/* -- Images -- */

/* -- Captions -- */

/* -- Comments -- */

#comments {
	padding: 9px 0 0;
}

#comments,

#comments input,

#comments textarea {
	font-size: 13px;
	line-height: 18px;
}

#comments code {
	font-size: 12px;
	line-height: 18px;
}

#comments h3 {
	font-family: Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0 12px;
}

#comments-list {
	padding: 0 0 18px 0;
}

#comments-list ol,

#comments-list ul {
	list-style: none;
	margin: 0;
}

#comments-list ol {
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 18px 0;
}

#comments-list li {
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	padding: 18px 1.5em 0 1.5em;
	position: relative;
}

#comments-list li.alt {
	background: #fff;
}

#comments-list li.bypostauthor {
	background: #FFFFCC;
}

#comments-list ul li {
	border: 1px solid #ccc;
	margin: 0 0 18px 0;
}

#comments-list li .avatar {
	position: absolute;
	top: 22px;
	left: 1.5em;
	width: 36px;
	height: 36px;
}

#comments-list .comment-author {
	font-weight: bold;
	padding: 9px 0 0 46px;
}

#comments-list .comment-meta {
	color: #666;
	font-size: 11px;
	padding: 0 0 9px 46px;
}

#comments-list .comment-meta a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

#comments-list .comment-meta a:active,

#comments-list .comment-meta a:hover {
	color: #FF4B33;
}

.comment-reply-link {
	font-size: 11px;
	padding: 0 0 18px 0;
	text-align: right;
}

.comment-reply-link a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.comment-reply-link a:active,

.comment-reply-link a:hover {
	color: #FF4B33;
}

.comment-navigation {
	font-weight: bold;
	padding: 0 0 9px;
	margin-right: 0.5em;
}

.comment-navigation a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.comment-navigation a:active,

.comment-navigation a:hover {
	color: #FF4B33;
}

.comment-navigation a,

.comment-navigation span {
	margin-right: 0.5em;
}

#trackbacks-list .comment-content {
	position: absolute;
	left: -9000px;
}

#respond {
	background: #fff;
	margin-bottom: 9px;
	overflow: hidden;
	padding: 9px 0 0;
	position: relative;
	clear: both;
	margin-top: 9px;
}

#comments-list #respond {
	border-bottom: 1px solid #ccc;
	margin: 0 0 18px 0;
	padding: 18px 1.5em;
}

#comments-list ul #respond {
	border: 1px solid #ccc;
	margin: 0;
}

#cancel-comment-reply {
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 1.5em;
}

#cancel-comment-reply a {
	color: #666;
}

#respond .required {
	color: #FF4B33;
	font-weight: bold;
}

/* ::::::: FORMS :::::::::::: */

#searchform input[type=text] {
	width: 135px;
}

.form-section label {
	font-size: 11px;
}

.form-section input {
	margin: 0 0 18px 0;
	width: 98%;
}

.form-section textarea {
	width: 99%;
}

#form-allowed-tags p {
	color: #666;
	font-size: 11px;
	margin: 0;
}

#form-allowed-tags span {
	font-style: italic;
}

.form-submit {
	padding: 18px 0 0 0;
	text-align: right;
}

.subscribe-to-comments {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}

.solo-subscribe-to-comments {
	color: #666;
	font-size: 11px;
	padding: 18px 0 0 0;
}

.comment_license {
	color: #666;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}

/* :::::::: Sidebars & ASIDES :::::::::::: */

.aside,

.aside input {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 6px;
}

.aside p,

.aside ul,

.aside ol,

.aside dd,

.aside pre {
	margin-bottom: 18px;
}

.aside pre,

.aside code {
	font-size: 12px;
	line-height: 18px;
}

.aside .current_page_item a {
	color: #FF4B33;
}

.aside .current_page_item .page_item a {
	color: #666;
}

.aside .current_page_item .page_item a:hover,

.aside .current_page_item .page_item a:active {
	color: #FF4B33;
}

.aside {
	color: #666;
}

.aside a {
	color: #666;
}

.aside a:active,

.aside a:hover {
	color: #FF4B33;
}

.aside h3 {
	font-size: 15px;
	line-height: 22px;
}

.aside h3 a {
	text-decoration: none;
}

.aside caption {
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aside ul {
	list-style: none;
	margin-left: 0;
}

.aside ul ul {
	list-style: disc;
	margin: 0 0 22px 20px;
}

.aside ul ul li {
	padding: 1px 0;
}

.aside ul ul ul {
	margin-bottom: 0;
}

.aside form,

.aside table {
	margin-bottom: 22px;
}

.aside table {
	border: none;
}

.aside thead {
	border: 1px solid #ccc;
}

.aside tbody {
	border: 1px solid #ccc;
}

.aside th, .aside td {
	border-right: 1px solid #ccc;
	padding: .25em .8em;
}

.aside tfoot tr {
	border: none;
}

.aside tfoot td {
	border-color: transparent;
}

.widget_tag_cloud {
	margin: 0 0 22px 0;
}

/*

    Main Asides

*/

.main-aside ul {
	padding: 0 20px;
}

.main-aside h3 {
	
}

.main-aside ul ul {
	padding: 0;
}

#primary {
	padding: 14px 0 0 8px;
	margin-bottom: 22px;
	width: 130px;
	margin-left: 65px;
	color: #000;
	font-size: 11px;
}

#secondary {
	background-color: #FEEDA6;
	padding: 14px 0 20px 15px;
	width: 155px;
	color: #000;
	font-size: 11px;
}

#primary h3 {
	color: #000;
	font-size: 15px;
	margin-top: 9px;
	font-weight: normal;
	font-style: normal;
}

#secondary h3 {
	color: #000;
	font-size: 15px;
	margin-top: 9px;
	font-weight: normal;
	font-style: normal;
}

#primary ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-image: none;
}

#secondary ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-image: none;
}

#primary a:link, #secondary a:link {
	color: #960000;
	text-decoration: none;
}

#primary a:visited, #secondary a:visited {
	color: #960000;
	text-decoration: none;
}

#primary a:hover, #secondary a:hover {
	color: #000;
	text-decoration: underline;
}

/* :::: Content Asides :::: */

#index-top {
	padding: 0;
	margin: 0;
	border-style: none;
	background-color: #4c4c4c;
}

#content .aside {
	border: 1px solid #ccc;
	margin: 0 0 22px 0;
	padding: 18px 0 0 0;
}

#content .aside ul {
	padding: 0 20px;
}

#content .aside h3 {
	font-family: arial;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	padding: 0 0 7px 0;
	text-transform: none;
}

#content .aside ul ul {
	padding: 0;
}

/*

    Footer Asides

*/

#subsidiary {
	padding: 12px;
	color: #000;
	background-color: #b3b3b3;
}

#subsidiary .widgettitle {
	font-weight: bold;
	margin-top: 12px;
}

/* :::::::: Footer :::::::::::: */

#footer {
	margin-top: 0px;
}

#siteinfo {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	background-color: #000;
	padding: 9px 4px 9px 16px;
	width: auto  /* fixes box model issue in ie7 */
}

#siteinfo a {
	color: #FFE36C;
}

#siteinfo a:active,
#siteinfo a:hover {
	color: #FF4B33;
}

/* :::::::: Widgets :::::::::::: */

/****** FORMATTING FROM ORIG MAGPUB SITE ******/

#tdYellowMainArea {
	background-color: #FEEDA7;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	

/*



back

ground-image: url(images/yellowshadow.jpg);*/

	background-repeat: repeat-x;
}

#tdWhiteMainArea {
	background-color: #FFFFFF;
	padding: 10px;
}

#tdMainTableLeftCol {
	margin: 0px;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FEEDA7;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#tdMainAreaRightCol {
	background-color: #FEEDA7;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#tdThreeColDottedLines {
	margin: 0px;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#tdThreeColNoLines {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin none #000000;
}

#tdBlackBar {
	background-color: #000000;
}

#tdPortfolioBoxes {
	background-color: #FEEDA7;
}

#tdProjectsHead {
	background-color: #666668;
	color: #FFFFCC;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 6px 10px;
	margin-top: 6px;
}

#tdProjects {
	background-color: #FFFFCC;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#tdbios {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 0px;
}

/******* STYLES FOR PUBMASTER 2 MAP PAGE *******/

.pullquote {
	font-size: 17px;
	color: #666666;
	line-height: 24px;
	text-align: left;
}

.pullquote_credit {
	font-size: 10px
}

#map {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 1100px;
	background: url(images/pubmaster-lrg.gif) top left no-repeat #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	color: #000000;
}

#map li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#map li a {
	position: absolute;
	display: block;
	
/*Specifying a background image (a 1px by 1px transparent gif) fixes a bug in older versions of IE that causeses the block to not render at its full dimensions. */
   	background: url(images/blank.gif);
	text-decoration: none;
	color: #000;
}

#map li a span {
	display: none;
}

#map li a:hover span {
	position: relative;
	display: block;
	width: 400px;
	left: -100px;
	top: 20px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
}

#map a.concept1 {
	position: absolute;
	top: 33px;
	left: 160px;
	width: 90px;
	height: 50px;
}

#map a.concept2 {
	position: absolute;
	top: 112px;
	left: 162px;
	width: 90px;
	height: 50px;
}

#map a.concept3 {
	position: absolute;
	top: 189px;
	left: 161px;
	width: 90px;
	height: 50px;
}

#map a.concept4 {
	position: absolute;
	top: 269px;
	left: 161px;
	width: 90px;
	height: 50px;
}

#map a.concept5 {
	position: absolute;
	top: 213px;
	left: 285px;
	width: 90px;
	height: 50px;
}

#map a.concept6 {
	position: absolute;
	top: 327px;
	left: 285px;
	width: 90px;
	height: 50px;
}

#map a.concept7 {
	position: absolute;
	top: 213px;
	left: 415px;
	width: 90px;
	height: 50px;
}

#map a.concept8 {
	position: absolute;
	top: 328px;
	left: 416px;
	width: 90px;
	height: 50px;
}

#map a.concept9 {
	position: absolute;
	top: 160px;
	left: 552px;
	width: 165px;
	height: 35px;
}

#map a.concept10 {
	position: absolute;
	top: 197px;
	left: 552px;
	width: 165px;
	height: 36px;
}

#map a.concept11 {
	position: absolute;
	top: 169px;
	left: 750px;
	width: 90px;
	height: 50px;
}

#map a.concept12 {
	position: absolute;
	top: 330px;
	left: 551px;
	width: 90px;
	height: 50px;
}

#map a.concept13 {
	position: absolute;
	top: 401px;
	left: 551px;
	width: 90px;
	height: 50px;
}

#map a.execute1 {
	position: absolute;
	top: 290px;
	left: 752px;
	width: 90px;
	height: 50px;
}

#map a.execute2 {
	position: absolute;
	top: 401px;
	left: 752px;
	width: 90px;
	height: 50px;
}

#map a.execute3 {
	position: absolute;
	top: 480px;
	left: 503px;
	width: 90px;
	height: 50px;
}

#map a.execute4 {
	position: absolute;
	top: 479px;
	left: 373px;
	width: 90px;
	height: 50px;
}

#map a.execute5 {
	position: absolute;
	top: 479px;
	left: 374px;
	width: 90px;
	height: 50px;
}

#map a.execute6 {
	position: absolute;
	top: 479px;
	left: 247px;
	width: 90px;
	height: 50px;
}

#map a.execute7 {
	position: absolute;
	top: 621px;
	left: 247px;
	width: 90px;
	height: 50px;
}

#map a.execute8 {
	position: absolute;
	top: 534px;
	left: 752px;
	width: 90px;
	height: 50px;
}

#map a.execute9 {
	position: absolute;
	top: 613px;
	left: 752px;
	width: 90px;
	height: 50px;
}

#map a.execute10 {
	position: absolute;
	top: 536px;
	left: 626px;
	width: 90px;
	height: 50px;
}

#map a.execute11 {
	position: absolute;
	top: 614px;
	left: 627px;
	width: 90px;
	height: 50px;
}

#map a.execute12 {
	position: absolute;
	top: 690px;
	left: 626px;
	width: 90px;
	height: 50px;
}

#map a.execute13 {
	position: absolute;
	top: 776px;
	left: 246px;
	width: 90px;
	height: 50px;
}

#map a.execute14 {
	position: absolute;
	top: 776px;
	left: 373px;
	width: 90px;
	height: 50px;
}

#map a.execute15 {
	position: absolute;
	top: 776px;
	left: 502px;
	width: 90px;
	height: 50px;
}

#map a.execute16 {
	position: absolute;
	top: 776px;
	left: 627px;
	width: 90px;
	height: 50px;
}

#map a.execute17 {
	position: absolute;
	top: 859px;
	left: 626px;
	width: 90px;
	height: 50px;
}

#map a.execute18 {
	position: absolute;
	top: 860px;
	left: 502px;
	width: 90px;
	height: 50px;
}

#map a.produce1 {
	position: absolute;
	top: 859px;
	left: 373px;
	width: 90px;
	height: 50px;
}

#map a.produce2 {
	position: absolute;
	top: 859px;
	left: 248px;
	width: 90px;
	height: 50px;
}

#map a.produce3 {
	position: absolute;
	top: 859px;
	left: 122px;
	width: 90px;
	height: 50px;
}

#map a.produce4 {
	position: absolute;
	top: 938px;
	left: 122px;
	width: 90px;
	height: 50px;
}

#map a.produce5 {
	position: absolute;
	top: 1018px;
	left: 122px;
	width: 90px;
	height: 50px;
}

#map a.produce6 {
	position: absolute;
	top: 1018px;
	left: 247px;
	width: 90px;
	height: 50px;
}

#map a.produce7 {
	position: absolute;
	top: 1018px;
	left: 373px;
	width: 90px;
	height: 50px;
}

#map a.produce8 {
	position: absolute;
	top: 1018px;
	left: 499px;
	width: 90px;
	height: 50px;
}

#map a.produce9 {
	position: absolute;
	top: 1018px;
	left: 624px;
	width: 90px;
	height: 50px;
}

#map a.produce10 {
	position: absolute;
	top: 1018px;
	left: 752px;
	width: 90px;
	height: 50px;
}

/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 12px;
	clear: both;
	width: 100%;
}

#nav-above {
	width: 100%;
	margin-bottom: 12px;
	visibility: hidden;
}

#nav-below {
	clear: both;
	width: 100%;
	margin-bottom: 12px;
}

.nav-next {
	float: right;
	clear: left;
}

.nav-previous {
	float: left;
	clear: right;
	padding-top: 12px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}

.right {
	float: right;
}

#logo a {
	float: left;
	border: 0;
	padding: 5px 0 5px 5px;
	border-bottom: none;
	display: inline;
}

/* Avatar Code */

.avatar {
	float: left;
	padding: 4px 7px 2px 0;
	margin: 0;
	background: white;
}

.author_avatar, .post_header {
	float: left
}

.author_avatar {
	float: left
}

/* End Avatar Code */

.home .edit-link {
	float: left;
	clear: left;
	margin: 0 0 30px 15px;
}
