/* =============================================
  Clear - Accessibilty
================================================ */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	outline-width: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

#accessibility {
	position: absolute;
	top: -10000px;
}


/* =============================================
  Main Blocks
================================================ */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFF;
	min-width: 955px;

}

#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/design/sidebar_border.gif);
	background-repeat: repeat-y;
}

#error-503 #container {
	background-image: none;
}

#wrapper {}

acronym:hover {
	cursor: pointer;
}

/* =============================================
  Top Bar
================================================ */

#topBar {
	height: 42px;
	padding-top: 8px;
	border-bottom: 1px solid #d4d4d4;
	background-color: #F0F2F6;
}

#topBar #topBarInner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#topBar #topBarInner a {
	color: #1277CD;
	text-decoration: none;
}

#topBar #topBarInner a:hover {
	text-decoration: underline;
}

#topBar #topBarInner #twitterTitles {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 50px;
	height: 32px;
	padding-top: 2px;
	border-right: 1px solid #d4d4d4;
}

#topBar #topBarInner #twitterTitles .twitter {
	font-weight: bold;
	color: #777777;
}

#topBar #topBarInner #twitterTitles .follow a {
	font-weight: bold;
}

#topBar #topBarInner #twitterOutput {
	float: left;
	margin-left: 8px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	color: #888888;
	height: 31px;
	padding-top: 2px;
	width: 520px;
}

#topBar #topBarInner #searchBlock {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 2px;
	height: 32px;
}

#topBar #topBarInner #searchBlock .rounded {}

#topBar #topBarInner #searchBlock input#searchInput {
	width: 243px;
	padding: 4px 3px 4px 3px;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFFFFF;
}

#topBar #topBarInner #searchBlock button#btn {
	width: 32px;
	padding: 6px 0 8px 0;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(/design/search_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #F0F2F6;
}

#topBar #topBarInner #searchBlock button#btn:hover {
	background-position: 0 -32px;
}

#topBar #topBarInner #searchBlock button#btn:focus,
#topBar #topBarInner #searchBlock button#btn.onClick {
	background-position: 0 -64px;
}

#topBar #topBarInner #searchBlock button#btn::-moz-focus-inner {
	border: 0;
}

/* =============================================
  Header
================================================ */

#header {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

#headerInner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 118px;
}

#homeLink {
	float: left;
	width: 280px;
	margin-right: 21px;
}

#homeLink a .homeLinkText {
	display: none;
}

#homeLink a {
	display: block;
	width: 280px;
	height: 83px;
	margin-top: 16px;
	background-image: url(/design/banner_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#homeLink a:hover {
	background-position: 0 -123px;
}

#homeLink a:active,
#homeLink.onClick a {
	background-position: 0px -121px;
}

/* =============================================
  Top Navigation
================================================ */

#topNavMajor {
	float: left;
	text-transform: uppercase;
	padding-top: 16px;
}

#topNavMajor ul {
	height: 83px;
}

#topNavMajor {
	width: 654px;
}

#topNavMajor .smallText {
	font-size:11px;
	letter-spacing:0.03em;
}

#topNavMajor .largeText {
	font-size:17px;
	letter-spacing:0.04em;
	line-height:25px;
}

#topNavMajor ul#majorNav {}

#topNavMajor ul#majorNav li {
	float: left;
	border-left: 1px solid #d4d4d4;
	text-align: center;
	width: 129px;
}

#topNavMajor ul#majorNav li.last {}

#topNavMajor ul#majorNav li a {
	display: block;
	height: 60px;
	padding-top: 23px;
	color: #333333;
	text-decoration: none;
}

#topNavMajor ul#majorNav li a:hover,
#topNavMajor ul#majorNav li a.active {
	background-color: #F0F2F6;
}

/* =============================================
  Titles
================================================ */

.article h2 {
	color: #23292F;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d4d4d4;
}

.article h2.weblogFrontpage {
	color: #23292F;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0;
	border: 0;
}

h2 {
	color: #23292F;
	font-size: 38px;
	font-style: italic;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d4d4d4;
}

h2 a {
	color: #23292F;
	text-decoration: none;
}

.article h2.weblogFrontpage a {
	color: #1277CD;
}

.article h2.weblogFrontpage a:hover {
	text-decoration: underline;
}

.article h2.details {
	margin-top: 18px;
}

h2 a:hover {}

h2.error-status {
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 0;
	border: 0;
}

h3.weblogFrontpage a,
h3.weblogFrontpageListing a {
	font-weight: bold;
	color: #1277CD;
	text-decoration: none;
}

h3.weblogFrontpage a:hover,
h3.weblogFrontpageListing a:hover {
	text-decoration: underline;
}

h3.weblogFrontpageListing {
	margin-top: 25px;
}

h3.categoryListing {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 0;
	border: 0;
}

#sidebar h2,
h3.testimonials {
	font-family: "Arial Bold", "Helvetica Bold", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0;
	border: 0;
}

#sidebar h2.articleBlockTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 8px 12px;
}

.articleBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 15px;
	border: 0;
}

h3.frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-top: 15px;
	margin-bottom: 15px;
}

.articleBody h3 {
	padding-bottom: 18px;
	font-size: 18px;
}

#content .articleBody h3.listingTitle {
	font-weight: normal;
	padding-bottom: 0px;
}

#content .articleBody h3.listingTitle a,
#content .articleBody h3.searchResultTitle a {
	color: #23292F;
	text-decoration: none;
}

#content .articleBody h3.searchResultTitle a {
	color: #1277CD;
}

#content .articleBody h3.listingTitle a:hover,
#content .articleBody h3.searchResultTitle a:hover {
	text-decoration: underline;
}

h3.categoryListingTitle {
	font-family: "Times New Roman", Times, serif;
	color: #1277CD;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	padding-left: 21px;
	margin-bottom: 10px;
	cursor: pointer;
	background-image: url(/design/plus_minus.jpg);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}

h3.categoryListingTitle:hover {
	text-decoration: underline;
}

h3.categoryListingTitle.open {
	background-position: 0 -56px;
}

/* =============================================
  Content Blocks
================================================ */

#content {
	width: 636px;
	float: right;
	margin-top: -6px;
}

/* =============================================
  Weblog Frontpage
================================================ */

.articleWeblogFrontpageOuter {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.articleWeblogFrontpage,
.articleWeblogFrontpageLast {
	float: left;
	width: 177px;
	border-right: 1px solid #d4d4d4;
	margin-right: 20px;
	padding-right: 20px;
}

.articleWeblogFrontpageLast {
	border: 0;
	margin: 0;
}

.weblogArticleBodyOuter {
	height: 192px;
	overflow: hidden;
}

p.weblogFrontpageMeta,
p.weblogFrontpageListingMeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.weblogFrontpageListingMeta {
	margin-top: 5px;
	margin-bottom: 0;
}

p.weblogFrontpageMeta a,
p.weblogFrontpageListingMeta a {
	color: #1277CD;
	text-decoration: none;
}

p.weblogFrontpageMeta a:hover,
p.weblogFrontpageListingMeta a:hover {
	text-decoration: underline;
}

.weblogArticleBodyFrontpage p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	margin-bottom: 10px;
}

.weblogListOuter {
	background-image: url(/design/weblog_listing_bg.gif);
	background-repeat: repeat-y;
	background-position: 20px 0;
}

.weblogFrontpageList {
	float: left;
	width: 396px;
	padding-right: 20px;
	margin-right: 20px;
}

.weblogFrontpageCategories {
	float: left;
	margin-bottom: 70px;
}

.weblogFrontpageCategories h2 {
	margin-bottom: 28px;
}

.weblogFrontpageCategories p.weblogCategoryListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.weblogFrontpageCategories p.weblogCategoryListing a {
	font-weight: bold;
	color: #1277CD;
	text-decoration: none;
}

.weblogFrontpageCategories p.weblogCategoryListing a:hover {
	text-decoration: underline;
}

#imageBlock {
	float: left;
	width: 200px;
	margin-left: -20px;
	height: 82px;
	border-bottom: 1px solid #d4d4d4;
}

#imageBlock img {
	margin-top: -45px;
	margin-left: 10px;
}

#detailBlock {
	float: left;
	width: 180px;
	padding-bottom: 40px;
}

#detailBlock p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	margin-top: 10px;
}

/* =============================================
  Articles
================================================ */

#content p.error-msg {
	text-align: center;
	margin-top: 30px;
}

#content .article {}

#content .articleBody.narrow {
	width: 75%;
}

#content .articleBody {
	padding-top: 15px;
	color: #23292F;
}

#content .articleBody .clear {
	clear: both;
	height: 1px;
}

#content .articleBody a {
	color: #4A80BE;
	text-decoration: none;
}

#content .articleBody a:hover {
	text-decoration: underline;
}

#content .articleBody p {
	color: #444444;
	line-height: 18px;
	margin-bottom: 16px;
}

#content .articleBody p strong,
#content .articleBody ul li strong,
#content .articleBody ol li strong,
#content .articleBody dl strong {
	font-weight: bold;
	color: #333333;
}

#content .articleBody blockquote {
	border-left: 2px solid #D4D4D4;
	font-style: italic;
	margin-left: 0;
	padding: 5px 10px;
	margin-bottom: 16px;
}

#content .articleBody code {
	background-color:#FFF2C0;
	font-family:monospace;
	font-size:12px;
	font-style:normal;
	padding:0 3px;
}

#content .articleBody pre {
	background-color:#FFF2C0;
	padding: 3px 0 3px 3px;
	border: 1px solid #d4d4d4;
	margin-bottom: 16px;
	overflow: auto;
}

#content .articleBody ul,
#content .commentBody ul {
	list-style: none;
	padding-bottom: 24px;
	color: #444444;
}

#content .articleBody ol,
#content .commentBody ol {
	list-style: none;
	color: #444444;
}

#content .articleBody ul li,
#content .articleBody ol li,
#content .commentBody ul li,
#content .commentBody ol li {
	line-height: 16px;
	margin-left: 14px;
	padding: 5px 0 10px;
}

#content .articleBody ul li ul,
#content .articleBody ol li ol,
#content .articleBody ul li ol,
#content .articleBody ol li ul {
	margin-left:20px;
}

#content .articleBody ul li,
#content .commentBody ul li {
	padding-left: 15px;
	background-image: url(/design/list_style_image.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

#content .articleBody dl {
	line-height: 18px;
	color: #444444;
}

#content .articleBody dl dt {
	margin-top: 15px;
	font-weight: bold;
}

#content .articleBody dl dd strong {
	color: #900;
}

#content .article p.commentInvite {
	margin-top: 12px;
	padding-top: 15px;
	border-top: 1px solid #d4d4d4;
}

#content .article a.commentLink {
	color: #4A80BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 10px 0 10px 36px;
	background-image: url(/design/leave_comment.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content .article a.commentLink:hover {
	text-decoration: underline;
	background-position: 0 -32px;
}

#content .articleBody .archiveListing ul {
	list-style-type: none;
	list-style-image: none;
}

#portfolio a.thumb {
	background-color: #F0F2F6;
	background-image: url(/design/portfolio-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px 5px 2px 5px;
	border: 1px solid #d4d4d4;
	display: inline-block;
}

#portfolio a.thumb img {
	border: 1px solid #555;
}

/* =============================================
  Articles - Tables
================================================ */

#content .articleBody table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #d4d4d4;
	background-color: transparent;
	margin-bottom: 16px;
}

#content .articleBody table th,
#content .articleBody table td {
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 12px 15px 12px;
	vertical-align: middle;
}

#content .articleBody table th {
	background-color: #F0F2F6;
	font-weight: bold;
}

/* =============================================
  Articles - Theme Details Table
================================================ */

#content .articleBody .themeDetails.twoColumn {
	float: left;
	width: 312px;
	height: 240px;
}

#content .articleBody .themeDetails.twoColumn.columnLeft {
	margin-right: 12px;
}

#content .articleBody .themeDetails table {
	width: 100%;
}

#content .articleBody .themeDetails table.singleBody {
	border-top: 1px solid #d4d4d4;
}

#content .articleBody .themeDetails table td {
	padding: 5px 8px 5px 8px;
}

#content .articleBody .themeDetails table th {
	font-size: 18px;
}

#content .articleBody .themeDetails table p {
	margin: 5px 0 5px 0;
}

#content .articleBody .themeDetails table a.comments_invite {
	padding: 10px 0 10px 36px;
	background-image: url(/design/leave_comment.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content .articleBody .themeDetails table a.comments_invite:hover {
	background-position: 0 -32px;
}

#content .articleBody .themeDetails table .thumb {
	background-image: url(/design/article_image_bg.jpg);
	background-repeat: no-repeat;
	width:105px;
	height:118px;
	padding-top:5px;
	padding-left:8px;
}

#content .articleBody .themeDetails table .thumb .image {
	height: 100px;
	overflow: hidden;
}

/* =============================================
  Googlenav
================================================ */

#content .articleBody #googleNav {
	clear: both;
	text-align:center;
        font-weight: bold;
        padding-top: 20px;
}

#content .articleBody #googleNav ul li {
	display: inline;
	padding-left: 0; 
	background-image: none;
}

/* =============================================
  Sidebar
================================================ */

#sidebar {
	width: 280px;
	float: left;
}

#sidebar p {
	padding: 5px 10px 5px 0;
}

#sidebar .articles ul.articleList {
	border-top: 1px solid #d4d4d4;
	background-image: url(/design/accolades_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-bottom: 30px;
}

#sidebar .articles ul.articleList li {
	margin: 0 14px 0 14px;
	border-bottom: 1px solid #d4d4d4;
}

#sidebar .articles ul.articleList li.last {
	border: 0;
	font-style: italic;
}

#sidebar .articles ul.articleList li.first {
	border-top: 1px solid #d4d4d4;
}

#sidebar .articles ul.articleList li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #1277CD;
	padding: 11px 0 9px 0;
}

#sidebar .articles ul.articleList li.last a {
	padding-top: 7px;
}

#sidebar .articles ul.articleList li.last a .dark {
	color: #333333;
	font-weight: bold;
}

#sidebar .articles ul.articleList li.last a .light {
	color: #777777;
}

#sidebar .articles ul.articleList li.last a .underline {
	border-bottom: 1px solid #FFE599;
}

#sidebar .articles ul.articleList li.active a span.entryTitle {
	border-bottom: 2px solid #CBDFF0;
}

#sidebar .articles ul.articleList li a:hover {
	text-decoration: underline;
}

#sidebar .articles ul.articleList li.active a:hover,
#sidebar .articles ul.articleList li.last a:hover {
	text-decoration: none;
}

#sidebar .layoutsMenu {
	margin-bottom: 30px;
	font-size: 12px;
	color: #333333;
}

#sidebar .layoutsMenu h2.layoutsTitle {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 12px;
	border-bottom: 1px solid #d4d4d4;
	padding: 9px 15px 10px 11px;
}

#sidebar .layoutsMenu h2.layoutsTitle a {
	display: block;
}

#sidebar .layoutsMenu h2.active {
	background-color: #F0F2F6;
}

#sidebar .layoutsMenu ul {}

#sidebar .layoutsMenu ul li {}

#sidebar .layoutsMenu ul li.first {
	border-top: 1px solid #d4d4d4;
}

#sidebar .layoutsMenu ul li.last {
	border-bottom: 1px solid #d4d4d4;
}

#sidebar .layoutsMenu ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 9px 15px 10px 11px;
	line-height: 12px;
}

#sidebar .layoutsMenu ul li a:hover,
#sidebar .layoutsMenu ul li.active a {
	background-color: #F0F2F6;
}

#sidebar .articleListing {
	margin-bottom: 30px;
	font-size: 12px;
}

#sidebar .articleListing ul.directory li {
	border-bottom: 1px solid #d4d4d4;
}

#sidebar .articleListing ul.directory li a {
	display: block;
	padding: 9px 15px 10px 11px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(/design/sidebar_external_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 263px 9px;
}

#sidebar .articleListing ul.directory li.active a,
#sidebar .articleListing ul.directory li a:hover {
	background-position: 263px -19px;
}

#sidebar .articleListing ul.feeds li a {
	background-image: none;
}

#sidebar .articleListing ul.directory li.first {
	border-top: 1px solid #d4d4d4;
}

#sidebar .articleListing ul.directory li.external a,
#sidebar .articleListing ul.directory li.external a:hover {
	background-image: url(/design/external_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 263px 14px;
}

#sidebar .articleListing ul.directory li.active a,
#sidebar .articleListing ul.directory li a:hover {
	background-color: #F0F2F6;
}

#sidebar .downloadBlock {
	height: 69px;
	margin-bottom: 35px;
	background-image: url(/design/download_background.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .downloadBlock .downloadButton {
	float: left;
	width: 197px;
	margin-top: 15px;
	margin-left: 10px;
}

#sidebar .downloadBlock .downloadButton a span {
	display: none;
}

#sidebar .downloadBlock .downloadButton a {
	display: block;
	width: 197px;
	height: 42px;
	background-image: url(/design/download_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .downloadBlock .downloadButton a:hover {
	background-position: 0 -47px;
}

#sidebar .downloadBlock .downloadButton a:focus,
#sidebar .downloadBlock .downloadButton a.onClick {
	background-position: 0 -93px;
}

#sidebar .downloadBlock .downloadDetails {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .downloadBlock .downloadDetails .version {
	width: 100%;
	font-size: 9px;
	font-weight: bold;
	color: #818181;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

#sidebar .downloadBlock .downloadDetails .versionNumber {
	font-size: 20px;
	font-weight: bold;
	width: 55px;
	text-align: center;
	padding: 4px 0 0 0;
	border-top: 1px solid #d4d4d4;
}

#sidebar .reasons {
	margin-bottom: 12px;
	line-height: 20px;
}

/* =============================================
  Contact Form
================================================ */

form.zemContactForm {
	margin-top: 30px;
	padding: 15px;
	background-color: #F0F2F6;
}

form.zemContactForm legend {
	display: none;
	visibility: hidden;
}

form.zemContactForm label {
	display: none;
	visibility: hidden;
}

form.zemContactForm input,
form.zemContactForm textarea {
	width: 98.5%;
	border: 1px solid #E4ECF1;
	padding: 7px 3px 7px 3px;
	margin: 5px 0 0 0;
}

form.zemContactForm p#submitButton {
	text-align: right;
	margin-top: 0;
}

form.zemContactForm p#submitButton button {
	text-indent: -9999px;
	width: 123px;
	height: 35px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/design/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form.zemContactForm p#submitButton button:hover {
	background-position: 0 -40px;
}

form.zemContactForm p#submitButton button:focus,
form.zemContactForm p#submitButton.onClick button {
	background-position: 0 -79px;
}

form.zemContactForm p#submitButton button::-moz-focus-inner {
	border: 0;
}

form.zemContactForm textarea {
	height: 120px;
}

form.zemContactForm .names {
	width: 98.5%;
}

form.zemContactForm .name {
	width: 48%;
	float: left;
}

form.zemContactForm .lastName {
	width: 48%;
	float: right;
}

form.zemContactForm .name input,
form.zemContactForm .lastName input {
	width: 100%;
}

form.zemContactForm ul.zemError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}

form.zemContactForm ul.zemError li {
	color: #DA5C2B;
	list-style: none;
	border: 0;
}

#content .articleBody form.zemContactForm ul.zemError li strong {
	color: #DA5C2B;
	font-weight: normal;
}

form.zemContactForm input.zemRequirederrorElement,
form.zemContactForm textarea.zemRequirederrorElement {
	border-bottom: 4px solid #DA5C2B;
}

/* =============================================
  Comments
================================================ */

#commentBlock {}

#commentBlock h2#comment {
	font-style: normal;
}

#commentBlock ol {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

#commentBlock li {
	margin: 0;
	padding: 0;
}

#commentBlock li .comment {
	border-bottom: 1px solid #d4d4d4;
	background-image: url(/design/main_comment_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#commentBlock #cpreview li .comment {
	border-top: 1px solid #d4d4d4;
}

#commentBlock li .comment img.commentPointer {
	position: relative;
	top: 40px;
	right: 136px;
	z-index: 1000;
}

#commentBlock ol li .commentBody {
	width: 465px;
	float: left;
	padding: 15px 15px 10px 0;
	color: #666666;
	line-height: 18px;
}

#commentBlock .commentBody p {
	margin: 0 0 10px 0;
	padding: 0;
}

#commentBlock ol li .commentMeta {
	width: 120px;
	float: left;
	line-height: 18px;
	padding: 15px 0 15px 15px;
}

#commentBlock .commentTime {
	font-family: georgia, serif;
	font-size: 15px;
	margin-left: 1px;
	margin-bottom: 5px;
}

#commentBlock .commentName,
#commentBlock .commentName a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1277CD;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#commentBlock .commentName a:hover {
	text-decoration: underline;
}

#commentBlock .commentGravatar {
	margin-left: 2px;
}

#commentBlock .previewComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 12px;
}

/* =============================================
  Comment Form
================================================ */

div#commentMessageBlock {
	width: 75%;
}

p#txpCommentInputForm {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        line-height: 18px;
	text-align: center;
	background-color: #F0F2F6;
	border: 1px solid #d4d4d4;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

form#txpCommentInputForm {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
}

form#txpCommentInputForm .formBlock {
	margin-top: 20px;
	width: 450px;
	padding: 15px;
	background-color: #F0F2F6;
}

form#txpCommentInputForm input,
form#txpCommentInputForm textarea {
	width: 98.5%;
	border: 1px solid #E4ECF1;
	padding: 7px 3px 7px 3px;
	margin: 5px 0 10px 0;
}

form#txpCommentInputForm input#phone {
	display: none;
	visibility: hidden;
}

form#txpCommentInputForm textarea {
	height: 120px;
}

form#txpCommentInputForm #checkbox input {
	width: 20px;
}

form#txpCommentInputForm p#help a {
	color: #4A80BE;
}

form#txpCommentInputForm p#help {
	margin-bottom: 10px;
}

form#txpCommentInputForm label {}

form#txpCommentInputForm span.labelNotice {
	font-style: italic;
	color: #777777;
}

form#txpCommentInputForm #commentFormButtons {
	text-align: right;
}

form#txpCommentInputForm #commentFormButtons input {
	text-indent: -9999px;
	background-color: transparent;
	border: 0;
	width: 123px;
	height: 35px;
	cursor: pointer;
}

form#txpCommentInputForm input#txpCommentPreview {
	background-image: url(/design/preview.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form#txpCommentInputForm input#txpCommentSubmit {
	background-image: url(/design/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form#txpCommentInputForm input#txpCommentPreview:hover,
form#txpCommentInputForm input#txpCommentSubmit:hover {
	background-position: 0 -40px;
}

form#txpCommentInputForm input#txpCommentPreview:focus,
form#txpCommentInputForm .onClick input#txpCommentPreview,
form#txpCommentInputForm input#txpCommentSubmit:focus,
form#txpCommentInputForm .onClick input#txpCommentSubmit {
	background-position: 0 -79px;
}

form#txpCommentInputForm input#txpCommentPreview::-moz-focus-inner,
form#txpCommentInputForm input#txpCommentSubmit::-moz-focus-inner {
	border: 0;
}

form#txpCommentInputForm input#txpCommentSubmit.disabled {
	display: none;
}

form#txpCommentInputForm p.commentErrorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	border-bottom: 4px solid #DA5C2B;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

form#txpCommentInputForm p.commentErrorMessage span {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

form#txpCommentInputForm ul.comments_error {
	font-family: Arial, Helvetica, sans-serif;
	color: #DA5C2B;
	list-style: none;
	font-size: 13px;
	margin-bottom: 20px;
}

form#txpCommentInputForm ul.comments_error li {
	border: 0;
}

form#txpCommentInputForm input.comments_error,
form#txpCommentInputForm textarea.comments_error {
	border-bottom: 4px solid #DA5C2B;
}

/* =============================================
  Footer
================================================ */

#footer {
	margin-top: 18px;
	padding-bottom: 50px;
	border-top: 1px solid #d4d4d4;
	background-color: #F0F2F6;
}

#footerInner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#footer .footerLeft {
	width: 301px;
	float: left;
	margin-top: 18px;
	padding-top: 45px;
	height: 60px;
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.025em;
	color: #23292F;
	border-right: 1px solid #d4d4d4;
}

#footer .footerMiddle {
	float: left;
	text-align: center;
	margin-top: 18px;
	width: 432px;
	padding-top: 35px;
	height: 70px;
	border-right: 1px solid #d4d4d4;
}

#footer .footerMiddle .joyent {
	margin-right: 31px;
}

#footer .footerMiddle .footerLogo {}

#footer .footerMiddle .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
}

#footer .footerRight {
	float: left;
	text-align: center;
	width: 219px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -0.025em;
	margin-top: 54px;
}

#footer .footerRight a .donateText {
	display: none;
}

#footer .footerRight a.donateButton {
	display: block;
	width: 107px;
	height: 31px;
	margin-top: 15px;
	margin-left: 56px;
	background-image: url(/design/donate_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer .footerRight a.donateButton:hover {
	background-position: 0 -36px;
}

#footer .footerRight a.donateButton:active,
#footer .footerRight .onClick a.donateButton {
	background-position: 0 -72px;
}