a {
    text-decoration: none;
}
hr{display:none;}

/* SECTIONS */
body {
    color: #444;
    font-size: 62.5%;
    font-family: "Arial", sans-serif;
}
#mainContainer {
    width:973px;
    margin:0 auto;
}

#header {
    background:transparent url(images/global/body-shadow.png) repeat-y center;
}

#headerTop{
    background:#941717 url(images/global/header-top.png) repeat-x 0 0;
    margin:0 7px;
    height:154px;
}
#bodyWrapper {
    margin:0 6px;
    background:transparent url(images/global/body-border.gif) repeat-y 0 0;
    padding:22px 30px 80px 11px;
}

#header .logo {
    margin:27px 0 0 30px;
    float:left;
}

/* Header Search Box */
#headerSearch{
    display: inline;
    background: transparent url(images/global/searchbox-corners.png) no-repeat 0 0;
    height:49px;
    width:246px;
    float:right;
    margin:56px 29px 0 0;
    padding:0 5px
}
#headerSearch form {
    background-color:#8c7d66;
    width:234px;
    height:38px;
    padding:11px 6px 0 6px;
}
#headerSearch form .text {
    font-size:1.1em;
    font-family: "Arial", sans-serif;
    color: #888;
    border:1px solid #aca599;
    height:14px;
    width:153px;
    margin:0 10px 0 0;
    float:left;
    padding:5px;
}
#headerSearch label {
    display: none;
}
#headerSearch form .submit {
    color:#fff;
    font-size:1.2em;
    background-color:#911717;
    border:none;
    height:26px;
    float:left;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    width:58px;
    padding:0 0 0 0;
}

/* Main Navigation */
#mainNav {
    background-color:#8c7d66;
    height:49px;
    padding:0 0 0 15px;
}
#mainNav li {
    height:49px;
    float:left;
}
#mainNav li a {
    font-size:1.3em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding:0 0 0 10px;
    margin:0 5px 0 5px;
    height: 49px;
}
#mainNav li a span{
    display: inline-block;
    padding:17px 10px 0 0;
    height:32px;
}
#mainNav li a.active,
#mainNav li a:hover {
    background:transparent url(images/global/main-nav-active.png) no-repeat 0 -1px;
}
#mainNav li a.active span,
#mainNav li a:hover span {
    background:transparent url(images/global/main-nav-active.png) no-repeat right -46px;
}
#mainNav li a span span {
    padding:0 0 11px 0;
    height:auto;
}
#mainNav li a.active span span,
#mainNav li a:hover span span {
    cursor:pointer;
    background:transparent url(images/global/main-nav-active-bottom.png) no-repeat bottom center ! important;
    display: inline-block;
}

/* Subnav */
#subNav {
    background:#a11515 url(images/global/subnav-bg.gif) repeat-x 0 0;
    height:51px;
    margin:0 7px;
}
#subNav li.title {
    font-family: "Times new roman", serif;
    font-weight: bold;
    font-size:2.5em;
    margin:0 ! important;
    padding:10px 60px 0 35px;
    height:41px;
}
#subNav li {
    color: #fff;
    float:left;
    margin-left:-30px;
}
#subNav li a {
    font-size:1.2em;
    color: #fff;
    padding:0 0 0 32px;
    height:51px;
    display:inline-block;
}
#subNav li a span.text {
    display:inline-block;
    height:51px;
}
#subNav li a span.right {
    padding:0 32px 0 0;
    display:inline-block;
    height:51px;
    cursor: pointer;
}
#subNav li a span.right span {
    padding:17px 15px 0 10px;
    display:inline-block;
    height:34px;
    cursor: pointer;
}
#subNav li a.active,
#subNav li a:hover {
    background: url(images/global/subnav-active.png) no-repeat 0 0;
}
#subNav li a.active span.right,
#subNav li a:hover span.right {
    background: url(images/global/subnav-active.png) repeat-x right -102px;
}
#subNav li a.active span.right span,
#subNav li a:hover span.right span {
    background: url(images/global/subnav-active.png) repeat-x right -51px;
}

#bannerContainer {
    height:256px;
    background: transparent url(images/photos/banners/home.jpg) no-repeat 0 0;
    padding:35px 0 0 35px
}
#bannerContainer h1 {
    margin:0 0 20px 0;
    font-size:3.5em;
    font-family: "Times New Roman", serif;
    color: #c10707;
}
#bannerContainer p {
    font-size:1.8em;
    font-family: "Arial", sans-serif;
    line-height: 1.2em;
}
#bannerContainer .more {
    background: transparent url(images/global/btn-readmore-l.gif) no-repeat 0 0;
    width: 91px;
    height:13px;
    padding:7px 0 7px 0;
    text-align: center;
    font-size:1.3em;
    position: static;
}
#bannerContainer a:hover.more {
    text-decoration:underline;
}

/* Body */
/* Sections */
#mainContent {
    float:left;
    width:620px;
    margin:0 20px 0 0;
}
#mainContent .section {
    background:transparent url(images/global/section-border.gif) repeat-x 0 238px;
    margin:0 20px 50px 20px;
    position: relative;
}
#mainContent .section p {
    font-size:1.2em;
    line-height: 1.2em;
}
#mainContent .section .title {
    color: #c10707;
    font-size:2.4em;
    font-family: "Times New Roman", serif;
    font-weight: bold;
    margin:0 0 25px 0;
}
#mainContent .narrowcolumn {
    float:left;
    display: inline;
    width:265px;
    height:240px ! important;
    overflow: hidden;
}
#mainContent .narrowcolumn .img {
    float:left;
}
#mainContent .narrowcolumn .content {
    width:155px;
    margin:0 0 0 10px;
    float:right;
}
#mainContent .narrowcolumn p.caption{
    font-weight: bold;
}
#mainContent .narrowcolumn p{
    margin:0 0 7px 0;
}
#mainContent .widecolumn {
    background-position:bottom;
    padding-bottom:50px;
}
#mainContent .widecolumn .article {
    background:transparent url(images/global/bull-articles.gif) no-repeat 0 0;
    padding:0 0 0 60px;
}
#mainContent .about ul li {
    font-weight: bold;
    font-size:1.1em;
    margin:none;
}
#mainContent .widecolumn .productInfo {
    float:left;
}
#mainContent .widecolumn h2 {
    font-family: "Georgia", serif;
    font-weight: normal;
    font-size: 2.5em;
    margin:0 0 15px 0;
}
#mainContent .widecolumn .description {
    margin:0 0 15px 0;
    display: block;
    font-weight: bold;
    font-size:1.2em;
    color: #990101;
}
#mainContent .widecolumn .productInfo{
    width:390px;
    float:right;
}

.product a.more {
    margin:0;
}
.product {
    margin-bottom: 30px ! important;
    padding-bottom: 30px ! important;
}
.product .alignleft {
    margin:0;
}

.article p {
    font-size:1.3em;
    line-height:1.3em;
    margin:0 0 15px 0;
}
.article p.first {
    font-weight: bold;
    font-size:1.6em;
}

.box {
    width:590px;
    background:transparent url(images/global/box-bg.png) repeat-y 0 0;
}
.box .title {
    font-family: "Times new roman", serif;
    font-weight: normal;
    color: #fff;
    font-size:2.2em;
    height:32px;
    padding:10px 0 0 32px;
    background:transparent url(images/global/box-title.png) no-repeat 0 0;
}
.box .content {
    padding:25px 25px 20px 25px;
}
.box .footer {
    height:15px;
    background:transparent url(images/global/box-bottom.png) no-repeat 0 bottom;
}
.box .narrowItem {
    width:244px;
    float:left;
    background:transparent url(images/global/sidebar-separator.gif) repeat-x bottom left;
    margin:0 45px 0 0;
    padding:0 0 21px 0;
}
.box .narrowItem p {
    margin:0;
}
.box .last {
    margin:0;
}
.box .bottom {
    background: none ! important;
}
.box .content .img {
    float:left;
}
.box .content .narrowItem  .content {
    padding:0;
    width:160px;
    float:right;
}
.box .content h2 {
    font-family: "Arial", sans-serif;
    font-size:1.5em ! important;
    font-weight: bold;
    margin:0 0 15px 0;
}
.box .content .more {
    position: static;
}
.box .wideItem {
    background:transparent url(images/global/sidebar-separator.gif) repeat-x bottom left;
    padding:20px 0 0 0;
}
.box .wideItem .narrowItem {
    background: none;
}


/* sidebar */
#sidebar {
    float:right;
    width:280px;
}
#sidebar .item {
    background:transparent url(images/global/sidebar-bg.png) repeat-y 0 0;
    margin:0 0 17px 0;
}
#sidebar .item .title{
    font-family: "Times new roman", serif;
    font-weight: normal;
    color: #fff;
    font-size:2.2em;
    background:transparent url(images/global/sidebar-title.png) no-repeat 0 0;
    height:32px;
    padding:10px 0 0 32px;
}
#sidebar .item h2 {
    font-family: "Arial", sans-serif;
    font-size:1.5em;
    font-weight: bold;
    margin:0 0 15px 0;
}
#sidebar .item .content{
    
}
#sidebar .item .footer{
    background:transparent url(images/global/sidebar-footer.png) no-repeat 0 0;
    height:16px;
}
#sidebar .item .content .block{
    margin:0 18px;
    padding:20px 15px 15px 15px;
    background:transparent url(images/global/sidebar-separator.gif) repeat-x bottom left;
}
#sidebar .item .content .last {
    background-image: none;
}
#sidebar .item p {
    font-size:1.2em;
}
#sidebar .item .img {
    float:left;
}
#sidebar .item .content .dualCol {
    padding:20px 0 15px 0;
}
#sidebar .item .content .dualCol .more{
    margin:10px 0 0 0;
    position:static;
}
#sidebar .item .content .dualCol .content {
    float:right;
    width:155px;
}

/* Footer */
#footer {
    background-color:#921717;
    height:90px;
    margin:0 6px;
    padding:25px 30px 0 30px;
}
#footer .nav {
    float:left;
}
#footer .nav li {
    float:left;
    margin:0 12px 0 0;
}
#footer .nav li a {
    color: #fff;
    font-size:1.1em;
    display:inline-block;
}
#footer .nav li a:hover {
    text-decoration: underline;
}
#footer p {
    float:right;
    color: #fff;
    font-size:1.1em;
}

/* CONTENT FORMATTING */
ul.default {
}
ul.default li {
    background:transparent url(images/global/bull-default.gif) no-repeat 0 4px;
    padding:0 0 0 10px;
    font-size:1.2em;
    line-height:1.1em;
    margin:0 0 0 10px;
}

ul.blog {
    
}
ul.blog li {
    background:transparent url(images/global/bull-blog.gif) no-repeat 0 1px;
    overflow:hidden;
    width:235px;
    float:left;
    margin:0 40px 0 0;
    padding:0 0 15px 30px;
}
ul.blog .right {
    margin:0;
}
ul.blog li a {
    color: #444 ! important;
    font-weight: bold;
    font-size: 1.2em;
}
ul.blog li a:hover {
    text-decoration:underline;
}
ul.blog li span {
    margin:2px 0 0 0;
    display: block;
    font-size:1.1em;
}

ul.related_topics {
    
}
ul.related_topics li {
    background:transparent url(images/global/bull-rel.gif) no-repeat 0 0;
    padding:0 0 10px 32px;
    margin:0 0 5px 0;
}
ul.related_topics li a {
    font-size:1.2em;
    color: #444;
    font-weight: bold;
}
ul.related_topics li a:hover {
    text-decoration:underline;
}
ul.related_topics li span {
    display:block;
    margin:3px 0 0 0;
}

ul.archives {
    
}
ul.archives li {
    background:transparent url(images/global/bull-archives.gif) no-repeat 0 0;
    padding:5px 0 12px 32px;
    margin:0 0 6px 0;
}
ul.archives li a{
    text-transform: uppercase;
    font-size: 1.2em;
    color: #444;
    font-weight: bold;
}
ul.archives li a:hover {
    text-decoration:underline;
}

#mainContent a {
    color: #c00;
}
#mainContent ul {
    margin:0 0 15px 0;
}
#mainContent h2 {
    font-weight: bold;
    font-size:1.8em;
    margin:0 0 10px;
}
#mainContent h3 {
    font-weight: bold;
    font-size:1.6em;
    margin:0 0 10px;
}
#mainContent h4 {
    font-weight: bold;
    font-size:1.4em;
    margin:0 0 10px;
}

.article ul li {
    font-size:1.3em;
    line-height:1.2em;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.alignright img, img.alignright
{
    margin: 1em;
    margin-right: 0;
}
.alignleft img, img.alignleft
{
    margin: 1em;
    margin-left: 0;
}
.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}
.wp-caption img
{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End */


.hidden
{
    display: none;
}

/* Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}
#wp-calendar a {
    display: block;
}
#wp-calendar caption {
    text-align: center;
    width: 100%;
}
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}
.gallery {
    letter-spacing: normal;
}

a.more {
    background:transparent url(images/global/btn-more-details.gif) repeat-x 0 0;
    bottom:13px;
    color: #fff ! important;
    clear:both;
    display: inline-block;
    font-size: 1.1em;
    height:22px;
    left:0px;
    margin:15px 0 0 0;
    position: absolute;
    text-align: center;
}
a.more .left {
    background: transparent url(images/global/btn-more-details-left.gif) no-repeat 0 0;
    display:inline-block;
    padding:0 0 0 15px;
    height:22px;
    cursor: pointer;
}
a.more .left span {
    background: transparent url(images/global/btn-more-details-right.gif) no-repeat right 0;
    display:inline-block;
    padding:4px 15px 0 0;
    height:18px;
    cursor: pointer;
}
a:hover.more .left span {
    text-decoration:underline;
}
span.date {
    color: #8c7d66;
    position: absolute;
    bottom:15px;
    right:0px;
    font-size:1.1em;
}
.article a.more {
    left:60px;
}
.page .article a.more {
    position: static;
}

.center {
    text-align: center;
}
p.label {
    font-size:1.1em ! important;
    color: #000;
    margin:0 0 15px 0;
}
p.strong {
    font-weight: bold;
}
.gold {
    color: #cc9900;
}
.silk { color:#CC3366; }

/* Inner Pages */
.search #mainContainer,
.archive #mainContainer,
.single  #mainContainer,
.page  #mainContainer {
    background:transparent url(images/global/inner-border.gif) repeat-y center;
}

.search #header,
.archive #header,
.single  #header,
.page  #header {
    background: none;
}

.search #bodyWrapper,
.archive #bodyWrapper,
.single  #bodyWrapper,
.page  #bodyWrapper {
    background:none;
}

.search #mainContent,
.single #mainContent,
.archive #mainContent,
.page #mainContent {
    width:580px;
    padding:0 10px 0 20px;
}

.search #bannerContainer,
.single #bannerContainer,
.archive #bannerContainer,
.page #bannerContainer {
    height:136px;
    background: transparent url(images/photos/banners/inner.jpg) no-repeat top center;
    text-align: center;
}

/* WP */
div.navigation {
    display: block;
    margin:10px 0;
}
        
/* GENERIC CLASSES */
.clearer { clear:both; font-size: 1px; line-height: 0px; display: block; padding:0; }
.clearFix:after { content: " "; display: block; height: 0; clear: both; visibility:hidden; }
.clearFix { display: inline-block; }
* html .clearFix { height: 1%; }
.clearFix { display:block; }

ul.ph-hash-list{padding-left: 25px;}
ul.ph-hash-list li{padding-bottom: 10px; list-style-type: disc;}

ul.fields
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

ul.fields > li
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

ul.fields > li label
{
	display: block;
	font-weight: bold;
}

.error, .validation-errors
{
	color: #f00;
}

.bliz-contact-form
{
	width: 70%;
}

.bliz-contact-form input, .bliz-contact-form textarea
{
	width: 99%;
}

.bliz-contact-form ul.fields > li.anti-spam input
{
	margin-right: 1em;
	width: auto;
}
