body {
  background: #ffffff url("./themes/site_themes/newschool/images/body.png") repeat-x 0 0;
}

#page {
  margin: 1.75em auto 0;
}

.shrink {
  width: 900px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  position: absolute;
  top: -10000px;
}

.half {
  width: 400px;
}

.lefthalf {
  margin-right: 25px
}

.righthalf {
  margin-left: 25px;
}

.quarter {
  width: 190px;
}

.three-quarter {
  width: 590px;
}

.first {
  margin: 0 15px 0 0;
}

.second {
  margin: 0 15px;
}

.third {
  margin: 0 15px;
}

.last {
  margin: 0 0 0 15px;
}

.thirds {
  width: 260px;
}

.one-third {
  width: 275px;
}

.two-thirds {
  width: 550px;
}

.one-fifth {
  width: 200px;
}

.two-fifths {
  width: 280px;
}

.four-fifths {
  width: 600px;
}

.pad {
  padding: 25px;
}

.top-hr {
  border-top: 1px solid #d9d9d9;
}

.bottom-hr {
  border-bottom: 1px solid #d9d9d9;
}

p.buttpad {
  padding-bottom: 1em;
}

p img.left {
  padding: 5px 10px 5px 0;
}

p img.right {
  padding: 5px 0 5px 10px;
}

a:link,
a:visited {
  color: #ab3423;
  text-decoration: none;
}

a:hover,
a:active {
  color: #c0511f;
  text-decoration: none;
}

.serif {
  font-family: Georgia, Times, "Times New Roman", serif;
}

h2.heading {
  border-bottom: 1px dotted #aaa;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0.5em;
}

.highlight {
  background: #fcffd8;
}

p.nomargin {
  margin: 0
}

/* Header */

.logo {
  padding-bottom: 20px;
}

a#contact-link {
  display: block;
  height: 37px;
  width: 150px;
  margin: 15px 15px 0;
}

a#contact-link:link,
a#contact-link:visited {
  background: url("./themes/site_themes/newschool/images/contact.png") no-repeat 0 0;
}

a#contact-link:hover,
a#contact-link:active {
  background: url("./themes/site_themes/newschool/images/contact.png") no-repeat 0 100%;
}

/* Top Navigation */

#top-nav {
  background: url("./themes/site_themes/newschool/images/navbar.png") no-repeat 0 0;
  border-bottom: 1px solid #ccc;
  padding-left: 4px;
  height: 50px;
/* necessary for the current item background to bleed over the background */
}

#top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ccc;
  color: #333;
  font-size: 0.95em;
}

#top-nav a {
  float: left;
  display: block;
  background: url("./themes/site_themes/newschool/images/divider.gif") no-repeat 100% 93%;
  padding: 25px 10px 7px;
  color: #333;
}

#top-nav a:hover,
#top-nav .current a {
  background: url("./themes/site_themes/newschool/images/current.png") no-repeat 100% 100%;
}

a#spacer:hover {
  background: none;
  cursor: default;
}

#top-nav #cart {
  padding-right: 25px;
}

#top-nav #cart a {
  background: url("./themes/site_themes/newschool/images/cart.png") no-repeat 100%  75%;
  padding-right: 38px;
}

#top-nav #cart a:hover {
  background: url("./themes/site_themes/newschool/images/cart.png") no-repeat 100% 75%;
  color: #ab3423;
}

/* Content */

#content {
  background: #fff;
}

#content a:hover {
  border-bottom: 1px dotted #ccc;
}

/* Promo */

#promo .lefthalf img {
  margin: 0 0 1em 0;
}

#promo h2 {
  font-weight: normal;
  font-size: 1.6em;
  margin-bottom: 0.4em;
}

#promo .lefthalf {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  color: #333;
}

#promo p {
  margin: 0 0 0.75em 0;
}

#bigbutton {
  width: 430px;
  height: 62px;
  display: block;
}

a#bigbutton:link,
a#bigbutton:visited {
  background: url("./themes/site_themes/newschool/images/bigbutton.png") no-repeat 0 0;
}

a#bigbutton:hover,
a#bigbutton:active {
  background: url("./themes/site_themes/newschool/images/bigbutton.png") no-repeat 0 100%;
  border-bottom: none;
}

/* Info */

#info {
  background: url("./themes/site_themes/newschool/images/content-sep.png") no-repeat 0 0;
  padding-top: 15px;
}

#info h2 {
  font-size: 1.3em;
  margin: 0 0 0.25em;
  color: #ab3423;
}

#info p {
  font-size: 0.95em;
  margin: 0;
}

/* Clients */

#clients {
  padding-top: 0;
}

#clients h2 {
  font-size: 1.3em;
  margin: 1em 0;
  color: #7c7c7c;
}

#client-logos {
  list-style: none;
  margin: 0;
}

#client-logos li.second,
#client-logos li.third {
  padding: 0 7px;
}

/* Weblog */

#rss-link {
  padding: 5px 0 2px
}

#rss-link a {
  background: url("./themes/site_themes/newschool/images/feed-icon.png") no-repeat 0 0;
  padding: 0 0 0 16px;
  font-size: 0.85em;
  color: #555;
}

#rss-link a:hover {
  color: #ab3423;
}

#weblog {
  padding: 15px 25px;
}

#weblog .meta {
  float: left;
  width: 170px;
  margin-top: 5px;
  color: #888;
  font-size: 0.9em;
  border-right: 1px dotted #aaa;
  padding: 10px 0 0 0;
}

h2.newsheading {
  font-size: 1.9em;
  border-bottom: 1px dotted #aaa;
  padding: 0 0  0;
  font-weight: normal;
}

#weblog h2.newsheading a {
  color: #555;
}

#weblog h2.newsheading a:hover {
  color: #ab3423;
}

#weblog .meta p {
  margin: 0;
}

#weblog .meta .comment-number {
  color: #555;
}

#weblog #posts {
  width: 650px;
  float: left;
  color: #333;
}

#weblog .post {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 10px;
}

#weblog .post-content {
  margin: 0 0 0 180px;
  padding: 10px 0 0 15px;
}

#weblog h2 {
  margin: 0;
  font-size: 1.75em;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #000;
}

#weblog #sidebar {
  width: 150px;
  float: right;
  padding: 10px 0 0 25px;
  border-left: 1px dotted #ccc;
  margin-top: 5px;
}

#weblog #sidebar h3 {
  font-size: 1em;
  color: #777;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0 0 0.5em;
}

.post-author {
  font-size: 0.9em;
  color: #999;
}

.about #sidebar {
  color: #555;
  font-size: 0.95em;
}

.about #sidebar h3 {
  margin-bottom: 0.5em;
  color: #000;
}

.sideblock {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
}

#weblog .sideblock {
  padding-bottom: 10px;
}

ul.month_links,
ul.nav_categories {
  margin: 0;
  list-style: none;
}

ul.month_links li,
ul.nav_categories li {
  margin-bottom: 2px;
}

.post-content h3 {margin-bottom:0.5em;}

/* Contact Form */

.contact {
  padding: 15px 35px;
}

#content-top #contact-link {
  padding: 4px 0 2px
}

#content-top #contact-link a {
  background: url("./themes/site_themes/newschool/images/mail.png") no-repeat 0 100%;
  padding: 0 0 0 18px;
  font-size: 0.95em;
  color: #555;
}

#content-top #contact-link a:hover {
  color: #ab3423;
}

#contact-form {
  width: 500px;
}

.contact h2 {
  margin: 0;
  font-size: 1.75em;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #000;
}

.contact p {
  margin-bottom: 0;
}

.contact label {
  font-weight: normal;
  font-size: 1em;
}

.contact input.input {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #aaa;
  font-size: 1.5em;
  width: 375px;
  padding: 4px 4px 0;
  color: #ab3423;
}

.contact table td {
  border: none;
  padding-top: 10px;
  vertical-align: bottom;
}

.contact table td.textarea {
  vertical-align: top;
}

.contact td.label {
  width: 100px;
  padding-bottom: 0;
  text-align: right;
}

.contact td.input {
  
}

.contact textarea {
  border: 1px dotted #aaa;
  height: 200px;
  width: 370px;
  margin: 0 0 10px 0;
  font-size: 1.2em;
  line-height: 1.3;
  color: #ab3423;
}

#contact-details {
  width: 265px;
  padding-top: 10px;
}

#contact-details h2 {
  color: ;
  font-size: 1.25em;
}

#contact-details p.address {
  margin-bottom: 0;
}

#contact-details h2.help {
  
}

#contact-details p {
  color: #444;
}

.contact .sidebox {
  margin-bottom: 1.5em;
  background: #fff298;
  border: 1px solid #ecd452;
  padding: 10px;
}

.support-links {margin-top:25px;}
.support-links img {margin:15px 15px 15px 0}
.support-links p {margin-bottom:2em;}
.support-links h3 {font-weight:normal;margin:0 0 5px 0}
/* About */

.about h2 {
  border-bottom: 0;
  margin-bottom: 0.25em;
}

.about p {
  color: #444;
}

.about h3 {
  margin: 1em 0 0.75em;
  font-weight: normal;
  font-size: 1.25em;
}

/* Services */

.knowledgebase h2,
.services h2 {
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  color: #000;
}

#pricing {
  width: 95%;
  margin: 10px auto;
}

#pricing td {
  border: 1px solid #c5c1bb;
  background: #f6f5f4;
  vertical-align: top;
}

.column1 {
  padding: 25px;
  width: 30%;
}

.column1 h3 {
  margin-bottom: 0.55em;
  font-size: 1.85em;
  font-weight: normal;
  text-transform: uppercase;
  color: #ab3323;
}

.column1 h4 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 0.75em 0 0;
}

.column1 p {
  margin: 0;
  font-size: 1.25em;
  color: #333;
  font-style: italic;
}

.column2 {
  padding: 20px 15px;
}

.column2 p {
  font-size: 1.2em;
}

.column2 ul {
  margin-bottom: 0;
}

#pricing td.plus {
  background: #d9d6d2;
}

.package-details-link a {
  width: 125px;
  height: 25px;
  display: block;
  margin-top: 20px;
}

.package-details-link a:link,
.package-details-link a:visited {
  background: url("./themes/site_themes/newschool/images/details.png") no-repeat 0 0;
}

.package-details-link a:hover,
.package-details-link a:active {
  background: url("./themes/site_themes/newschool/images/details.png") no-repeat 0 100%;
  border-bottom: none !important;
}

/* Portfolio */

#club h2,
#portfolio h2 {
  margin: 0;
  font-weight: normal;
  color: #000;
}

#portfolio .post {
  padding: 20px 0;
}

.post .image {
  float: left;
  width: 325px;
}

#portfolio .post h3 {
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.25;
}

#portfolio .post-info {
  color: #555;
}

#portfolio .sideblock h4 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

#portfolio .sideblock {
  border-bottom: 0;
}

#portfolio ul.nav_categories {
  list-style: circle;
  padding: 0 1.25em;
  font-size: 0.95em;
}

#portfolio ul.nav_categories li {
  padding-bottom: 0.5em;
}

#portfolio ul.nav_categories li span {
  color: #666;
}

/* Service Details */

.knowledgebase #knowledge_categories,
#servicelist {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}

.knowledgebase #knowledge_categories li,
#servicelist li {
  padding: 3px 0 3px 5px;
  margin: 0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background: url("./themes/site_themes/newschool/images/servicegradient.png") repeat-y 100% 0;
;
}

.knowledgebase #knowledge_categories li.selected,
#servicelist li.selected {
  font-weight: bold;
  background: #fff url("./themes/site_themes/newschool/images/check.png") no-repeat 5px 45%;
  padding-left: 25px;
  border-right-width: 0px;
}

.all-link {
  text-align: right;
  font-size: 0.85em;
  padding-top: 5px;
}

.knowledgebase #knowledge_categories li a:hover,
#servicelist li a:hover {
  border-bottom: 0;
}

.detail .half {
  width: 435px;
}

.detail .last {
  width: 160px;
}

.knowledgebase h2,
.detail h2 {
  font-size: 1.6em;
}

.detail .price {
  padding: 25px 30px 0 20px;
  font-size: 3em;
  color: #ab3423;
}

.detail h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0.5em 0;
}

.detail .payment {
  font-size: 0.8em;
  color: #777;
  padding: 25px 0;
}

.detail .payment p {
  margin-bottom: 25px;
}

.detail .payment img {
  padding: 0 0 1em;
}

.AuthorizeNetSeal a {
  margin: 25px 0 0 30px;
}

.AuthorizeNetSeal a:hover {
  border-bottom: none !important;
  text-decoration: none;
}

/* Knowledgebase */

.knowledgebase #knowledge_categories li.selected {
  font-weight: normal;
}

.knowledgebase h2 {
  margin-bottom: 0.75em;
}

.knowledgebase .quarter {
  width: 225px;
}

.categorygroup li {
  width: 260px;
  float: left;
  padding-right: 20px;
  padding-bottom: 25px;
}

.knowledge_cat_link {
  background: url("./themes/site_themes/newschool/images/folder_yellow.png") no-repeat 0 0;
  padding-left: 20px;
}

.knowledgebase h2.answer {
  margin-bottom: 2px;
}

.knowledgebase h2 a:link,.knowledgebase h2 a:visited {
  color: #333;
}

.knowledgebase h2 a:hover,.knowledgebase h2 a:active {
  color: #ab3423;
}

.knowledgebase h3 {
  margin: 1em 0 0.5em;
  line-height: 1.4
}

.knowledgebase .questions {
  list-style: none;
  margin-left: 0;
}

.knowledgebase .questions li {
  padding-left: 20px;
  padding-bottom: 5px;
  background: url("./themes/site_themes/newschool/images/page_white_text.png") no-repeat 0 15%;
}

/* Themes */

.themes div.four-fifths {
  width: 640px;
}

div.themes p.large {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.4em;
  margin-right: 35px;
  margin-bottom: 0;
}

div.theme {
  float: left;
  width: 275px;
  margin-right: 45px;
  border-bottom: 1px solid #eaeaea;
}

.themes h3 {
  margin-bottom: 8px;
  color: #555;
  font-weight: normal;
  font-size: 1.3em;
  margin-top: 1.25em;
}

.theme .meta a {
  padding: 5px 0 5px
}

.theme .meta a:link, .theme .meta a:visited {
  color: #777;
  font-size: 0.8em;
}

.theme .meta a.buy:link, .theme .meta a.buy:visited {
  color: #ab3423;
  font-weight: bold;
  font-size: 0.9em;
}

.theme .meta a:hover,.theme .meta a:active {
  border-bottom-width: 0 !important;
  color: #000 !important;
}

body .theme #sidebar a:hover,body .theme #sidebar a:active {
  border-bottom: none !important;
  text-decoration: none;
}

p#club_price {
  color: #ab3423;
  font-size: 2em;
  margin: 0.25em;
}

a#club_link {
  margin-top: 15px;
  margin-right: 5px;
}

a#club_link:link,a#club_link:visited {
  display: block;
  width: 75px;
  height: 20px;
  background: url("./themes/site_themes/newschool/images/learn_more.png") no-repeat 0 0;
}

a#club_link:hover,a#club_link:active {
  display: block;
  width: 75px;
  height: 20px;
  background: url("./themes/site_themes/newschool/images/learn_more.png") no-repeat 0 100%;
}

.themes #sidebar .sideblock {
  border-bottom: 1px dotted #eee;
}

.themes #sidebar .sideblock h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.themes .one-fifth {
  width: 185px;
}

#pagination {
  text-align: center;
  color: #444;
  padding-top: 20px;
  margin-right: 40px;
}

#pagination-wrapper {
  background: #f8f8f8;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  padding: 6px;
}

#pagination span {
  padding-right: 10px;
}

#pagination a {
  padding: 3px 7px;
  margin: 0 5px;
}

#pagination strong {
  padding: 3px 7px;
  background: #ab3423;
  color: #fff;
  margin: 0 5px;
}

#pagination a:hover {
  background: #ab3423;
  color: #fff;
}

/* Club */

#club h3 {
  font-size: 1.3em;
  color: #333;
}

#clubtable {
  width: 100%;
  margin: 0 auto;
}

#clubtable th {
  font-weight: normal;
  text-align: center;
  background: #d9d6d2;
  border: 1px solid #c5c1bb;
  vertical-align: middle;
  font-size: 1em;
}

#clubtable th.club {
  background: #e7b737;
  border: 1px solid #cc9f23;
}
#clubtable .col1 {
  width: 205px;
}

#clubtable td {
  text-align: center;
  background: #f6f5f4;
  border: 1px solid #c5c1bb;
  vertical-align: middle;
  padding: 8px;
}

#clubtable td.col1 {
  text-align: right;
  font-weight: bold;
}

#clubtable td.club {
  background: #fff298;
  border: 1px solid #cc9f23;
}

#clubtable td.yes {
  background-image: url("./themes/site_themes/newschool/images/yes.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#clubtable td.no {
  background-image: url("./themes/site_themes/newschool/images/no.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#clubtable td.shop a,
#clubtable td.join a {
  background-repeat: no-repeat;
  height: 25px;
  width: 125px;
  display: block;
  margin: 2px auto;
}

#clubtable td.shop a:link,
#clubtable td.shop a:visited {
  background-image: url("./themes/site_themes/newschool/images/shop_button.png");
  background-position: 0 0 ;
}

#clubtable td.shop a:hover,
#clubtable td.shop a:active {
  background-image: url("./themes/site_themes/newschool/images/shop_button.png");
  background-position: 0 100%;
  border-bottom: none;
}

#clubtable td.join a:link,
#clubtable td.join a:visited {
  background-image: url("./themes/site_themes/newschool/images/club_button.png");
  background-position: 0 100%;
}

#clubtable td.join a:hover,
#clubtable td.join a:active {
  background-image: url("./themes/site_themes/newschool/images/club_button.png");
  background-position: 0 0;
  border-bottom: none;
}

#cluboptions .thirds {
  width: 255px;
}

#cluboptions .second {
  margin: 0 25px;
}

#cluboptions h3 {
  margin: 1.25em 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

#cluboptions p {
  color: #444;
  padding: 0 3px;
}

#cluboptions .thirds h4 {
  margin:0 0 0.25em;
  font-size:1.25em;
  font-weight: normal;
  padding: 3px;
}

#cluboptions h4.club {
  background: #fff298;
  margin-right: 25px;
}

#clubfaq h3 {
  margin: 1.25em 0 0.5em;
}

.clubfaqpost {
	border-top: 1px dotted #ddd;
}

#clubfaq h4 {
  margin: 1em 0 0.5em;
  font-weight: normal;
}
/* Footer */

/* Twitter Bar */

#twitter-bar {
  background: #433a36 url("./themes/site_themes/newschool/images/twitter.png") repeat-x 0 0;
}

#twitter-bird {
  background: url("./themes/site_themes/newschool/images/bird.png") no-repeat 0 0;
  padding: 22px 60px 8px 125px;
  color: #a29786;
  width: 810px;
  margin: 0 auto;
  font-size: 0.95em;
}

#twitter-bar strong {
  color: #fff;
}

#twitter-bar em {
  color: #766e62;
}

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

/* Footer Content */

#footer-content {
  border-top: 1px solid #666;
  background: #161613 url("./themes/site_themes/newschool/images/footer-content.png") repeat 0 0;
  color: #bbb;
}

#footer-content h2 {
  font-size: 1.3em;
  color: #E6D7BF;
  font-weight: normal;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 0.5em;
  padding-bottom: 2px;
}

#footer-content label {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

#footer-content input {
  width: 230px;
  border: 1px solid #9a9a9a;
  padding: 3px 5px;
  font-size: 1.1em;
  color: #666;
}

#footer a:link,
#footer a:visited {
  color: #fff;
}

#footer a:hover,
#footer a:active {
  color: #ab3423;
}

#footer .links {
  list-style: none;
  margin: 0;
}

#twitter-bar a:link,
#twitter-bar a:visited {
  color: #a29786;
  border: none;
}

#twitter-bar a:hover,
#twitter-bar a:active {
  color: #fff;
}

/* Latest News */

#footer h3 {
  font-weight: normal;
  font-size: 1.1em;
  margin: 0.75em 0 0;
  line-height: 1.25;
}

#footer .news .meta {
  font-size: 0.75em;
  color: #685a54;
  margin-bottom: 3px;
  margin-top: 3px;
}

#footer .news p {
  color: #a28c83;
  font-size: 0.95em;
  margin: 0;
}

#footer .news h3 a:link,
#footer .news h3 a:visited {
  
}

/* Copyright */

#copyright {
  background: #000;
  padding: 16px;
  color: #555;
  font-size: 0.8em;
}

#copyright p {
  margin-bottom: 0;
  padding: 0 25px;
  float: left;
}

#copyright p#right-links {
  float: right;
}

a#client-login:link,
a#client-login:visited {
  color: #53901d;
  border: none;
}

a#client-login:hover,
a#client-login:active {
  color: #fff;
}

div.image a:hover, div.image a:active {
  border-bottom: none !important;
}

table#ejejctable td {
  padding: 5px !important;
}