/* CSS */

body {
  padding: 0;
  margin: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.5em;
  color: #111111;
  background: #111111;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  color: #b40000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
}

p {
  margin: 0;
  padding-bottom: 1.0em;
}

/* Main Layout */

#page-wrapper { 
  padding: 0;
  text-align: left; /* Reset text alignment */
  background: #eeeeee;
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#middle-wrapper {
  padding: 20px 0;
  background: url(dropshadow.png) top repeat-x;
}

#main-content {
  float: left;
  width: 100%;
}

#main-content-inner {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#middle-wrapper .sidebar-left {
  float: left;
  z-index: 1;
  position: relative;
}

#middle-wrapper .sidebar-right {
  float: left;
  z-index: 1;
  position: relative;
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/* Header */

#header-wrapper {
  height: 110px;
  background: #111111;
}

#site-name {
  float: left;
  padding-right: 20px;
  color: #ffffff;
}

#site-logo {
  float: left;
  height: 150px;
  line-height: 150px;
  padding-right: 20px;
}

#site-name h1 {
  line-height: 150px;
  font-size: 80px;
  color: #ffffff;
}

#site-name a {
  color: #ffffff;
}

#site-slogan {
  float: left;
 padding-top:55px;
 padding-left:20px;
  color: #b40000;
}

#site-slogan h1 {
  font-size: 1.2em;
}

#search-box {
  float: right;
  padding-top: 50px;
}

/* Search Form */

#search .form-text {
  padding: 4px 5px 5px 5px;
  color: #333333;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #111111;
  width: 175px;
}
 
#search .form-submit {
  width: 48px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent url(search.png) no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
}
 
#search .form-submit:hover {
  background: transparent url(search-hover.png) no-repeat;
}
  
#search .form-item {
  margin-bottom:0em;
  margin-top:0em;
}

#search .container-inline {
  margin-bottom:15px;
}

/* Carousel */

#carousel {
  visibility: hidden;
}

/* Custom Blocks */

.userblock {
  float: left;
}

.userblock-inner {
  margin-right: 20px;
}

/* Top Regions */

#top-regions {
  padding: 20px 0 0 0;
  color: #111111;
  border-top: 5px solid #ffffff;
  background: #dddddd url(dropshadow.png) top repeat-x;
}

#top-regions h2 {
  margin-bottom: 20px;
  color: #111111;
}

#top-regions .content {
  padding-bottom: 20px;
}

/* Bottom Regions */

#bottom-regions {
  padding: 20px 0;
  color: #ffffff;
  background: #111111;
  border-top: 5px solid #ffffff;
}

#bottom-regions h2 {
  margin-bottom: 20px;
  color: #eeeeee;
}

#bottom-regions .content {
  padding-bottom: 20px;
}

/* Footer */

#footer {
  padding: 20px 0;
  background: #111111;
}

/* Sidebars */

.left-sideblock h2, .right-sideblock h2 {
  margin-top: 3px;
  font-size: 1.2em;
  color: #666666;
  padding-left: 20px;
  background: url(sideblock-h2.png) 0% 50% no-repeat;
}

.right-sideblock h2, .right-sideblock .content {
  margin-bottom: 20px;
  color: #777777;
}

.left-sideblock h2 {
  margin-bottom: 10px;
}

.left-sideblock .content {
  margin-bottom: 10px;
}

.right-sideblock {
  margin-left: 20px;
}

.left-sideblock {
  margin-right: 20px;
  margin-bottom: 20px;
}

.left-sideblock .sideblock-inner {
  padding: 10px 10px;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sideblock-inner p {
  margin: 0;
}

.item-list h3 {
  margin: 10px 0;
}

/* Extra Right Regions (Bottom Right Sidebars) */

#extra-right-regions .userblock-inner {
  padding-left: 20px;
}

#extra-right-regions .userblock-inner h2 {
  margin-top: 3px;
  font-size: 1.0em;
  color: #666666;
  padding-left: 20px;
  background: url(sideblock-h2.png) 0% 50% no-repeat;
}

#extra-right-regions .userblock-inner .content {
  padding: 20px 0;
  color: #777777;
}

/* Lists and Menus */

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.menu li li {
  padding-left: 20px;
  font-size: 0.8em;
}

ul.menu li li {
  font-size: 1.0em;
}

li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

ul.links li {
  display:inline;
  list-style-type:none;
  padding:0 0;
  padding-right: 10px;
}

/* Right Sidebar Menu/Lists */

.right-sideblock a, #extra-right-regions a {
  color: #777777;
  font-weight: bold;
}

.right-sideblock a:hover, #extra-right-regions a:hover {
  color: #b40000;
}

#innTTT .right-sideblock .item-list {
  padding: 10px 10px;
  background:url(innerTableBg.jpg) no-repeat;
}

.right-sideblock .item-list {
  padding: 10px 10px;
  background:#F9F9F9;
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.right-sideblock .item-list li a {
  font-size: 1.2em;
  color: #333333;
}

.right-sideblock .item-list li a:hover {
  color: #999999;
}

.right-sideblock .item-list li {
  padding: 2px 0;
  font-size: 0.8em;
  border-bottom: 1px dotted #bbbbbb;
}

.right-sideblock .item-list li.last {
  border-bottom: 0;
}

.right-sideblock .more-link {
  margin-top: 5px;
} 
 
.right-sideblock .more-link a {
  color: #ffffff;
  padding: 2px 5px;
  background: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Left Sidebar Menu/Lists */

.left-sideblock .item-list li {
  font-size: 0.8em;
  color: #666666;
}

.left-sideblock .item-list li a {
  font-size: 1.2em;
}

.left-sideblock .item-list li {
  padding: 2px 0;
  border-bottom: 1px dotted #bbbbbb;
}

.left-sideblock .item-list li.last {
  border-bottom: 0;
}

.left-sideblock .more-link {
  margin-top: 5px;
}

.left-sideblock .more-link a {
  color: #ffffff;
  padding: 2px 5px;
  background: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* User 1 - 4 Menu/Lists */

#top-regions .item-list li {
  font-size: 0.8em;
  color: #666666;
}

#top-regions .item-list li a {
  font-size: 1.2em;
}

#top-regions .item-list li {
  padding: 2px 0;
  border-bottom: 1px dotted #999999;
}

#top-regions .item-list li.last {
  border-bottom: 0;
}

#top-regions .more-link {
  margin-top: 5px;
}

#top-regions .more-link a {
  color: #ffffff;
  padding: 2px 5px;
  background: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* User 5 - 8 Menu/Lists */

#bottom-regions .item-list li {
  font-size: 0.8em;
  color: #ffffff;
}

#bottom-regions .item-list li a {
  font-size: 1.2em;
}

#bottom-regions .item-list li {
  padding: 2px 0;
  border-bottom: 1px dotted #222222;
}

#bottom-regions .item-list li.last {
  border-bottom: 0;
}

#bottom-regions .more-link {
  margin-top: 5px;
}

#bottom-regions .more-link a {
  color: #ffffff;
  padding: 2px 5px;
  background: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* User Login Form */

#user-login-form {
  padding: 10px 10px;
  background: #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#bottom-regions #user-login-form {
  padding: 10px 10px;
  background: #222222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#user-login-form .item-list {
  padding: 0px;
}

#user-login-form .item-list li {
  border-bottom: 1px solid #dddddd;
}

#bottom-regions #user-login-form .item-list li {
  border-bottom: 1px solid #333333;
}

#user-login-form .item-list li.last {
  border-bottom: 0;
}

#bottom-regions #user-login-form .item-list li.last {
  border-bottom: 0;
}

#user-login-form .form-submit {
  margin: 0 0 10px 0;
  padding: 3px;
  color: #ffffff;
  background: #333333;
  border: 0;
}

#user-login-form .form-submit:hover {
  color: #333333;
  background: #ffffff;
}

/* Primary Links */

#primary-links h2 {
  display: none;
}

#primary-links {
  padding-top: 5px;
  height: 1.5em;
  line-height: 1.5em;
  background: #b40000;
}

#primary-links a {
  display: block;
  padding: 0 10px;
  margin-right: 2px;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  background: #111111;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#primary-links a:hover {
  color: #111111;
  background: #ffffff;
}

#primary-links li {
  float: left;
}

/* Secondary Links */

#secondary-links h2 {
  display: none;
}

#secondary-links {
  height: 3.0em;
  line-height: 3.0em;
  background: #eeeeee url(secondary-links-bg.png) bottom repeat-x;
}

#secondary-links a {
  display: block;
  padding-left: 10px;
  padding-right: 15px;
  color: #777777;
  font-size: 0.9em;
  font-weight:900;
  text-shadow: 1px 1px #ffffff;
  background: url(dot.png) 100% 50% no-repeat;
}

#secondary-links .first a {
  padding-left: 0;
}

#secondary-links .last a {
  background: 0;
}

#secondary-links a:hover {
  color: #111111;
}

#secondary-links li {
  float: left;
}

/* Secondary Drop Down */

#secondary-links li ul {
  position: absolute;
  margin: 0 0 0 1px;
  width: 200px;
  left: -999em;
  z-index: 100;
  background: #ffffff;
  border: 1px solid #dddddd;
  -moz-box-shadow: 2px 2px 2px #666666;
  -webkit-box-shadow: 2px 2px 2px #666666;
}

#secondary-links li ul li {
  width: 200px;
}

#secondary-links ul.menu li li {
  padding-left: 0;
}

#secondary-links ul.menu li li.first a {
  padding-left: 10px;
}

#secondary-links li:hover ul, #secondary-links li.sfHover ul {
  left: auto;
}

#secondary-links li ul li a {
  padding: 0 10px;
  line-height: 30px;
  font-size: 0.9em;
  color: #666666;
  z-index: 200;
  background: 0;
  border-bottom: 1px solid #dddddd;
}

#secondary-links li ul li a:hover {
  color: #ffffff;
  background: #333333;
  text-shadow: 1px 1px #111111;
}

#secondary-links li ul ul {
  margin: -30px 0 0px 200px;
}

#secondary-links li:hover ul ul, #secondary-links li.sfHover ul ul, #secondary-links li:hover ul ul ul, #secondary-links li.sfHover ul ul ul, #secondary-links li:hover ul ul ul ul, #secondary-links li.sfHover ul ul ul ul {
  left: -999em;
}

#secondary-links li li:hover ul, #secondary-links li li.sfHover ul, #secondary-links li li li:hover ul, #secondary-links li li li.sfHover ul, #secondary-links li li li li:hover ul, #secondary-links li li li li.sfHover ul {
  left:auto;
}

/* Teaser */

.teaser {
  padding-bottom: 25px;
}

.teaser-submitted {
  padding-bottom: 10px;
  font-size: 0.8em;
  color: #666666;
}

.teaser-title {
  padding-bottom: 10px;
}

.teaser-title a {
  color: #111111;
}

.teaser-taxonomy {
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.teaser-taxonomy a {
  display: block;
  margin-right: 2px;
  padding: 0 5px;
  color: #333333;
  font-size: 0.8em;
  line-height: 1.8em;
  border-left: 3px solid #dddddd;
  background: #eeeeee;
}

.teaser-taxonomy a:hover {
  color: #111111;
  border-left: 3px solid #b40000;
}

.teaser-taxonomy li {
  float: left;
}

.teaser-links {
  padding-bottom: 20px;
}

.teaser-links a {
  padding-right: 10px;
  font-size: 0.8em;
}

.comment_add a, .comment_comments a {
  padding-left: 12px;
  background: url(comment.png) 0% 50% no-repeat;
}

.node_read_more a {
  padding-left: 10px;
  background: url(readmore.png) 0% 50% no-repeat;
}

.teaser h5.description {
  display: none;
}


/* Node */

.node-title {
  padding-bottom: 10px;
  line-height: 2.0em;
}

.node-submitted {
  padding-bottom: 10px;
  font-size: 0.8em;
  color: #666666;
}

.taxonomy a {
  display: block;
  margin-right: 2px;
  padding: 0 5px;
  color: #333333;
  font-size: 0.8em;
  line-height: 1.8em;
  border-left: 3px solid #dddddd;
  background: #eeeeee;
}

.taxonomy a:hover {
  color: #111111;
  border-left: 3px solid #b40000;
}

.taxonomy {
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}


.taxonomy li {
  float: left;
}

.node-links {
  clear: both;
  font-size: 0.8em;
  margin: 10px 0;
  padding-right: 10px;
}

.node-links a {
  font-weight: bold;
}

.full-node h5.description {
  display: block;
  padding: 5px;
  padding-bottom: 5px;
  width: 300px;
  background: #eeeeee;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/* Content Top & Bottom */

.content-top {
  margin-bottom: 20px;
  padding: 20px;
  color: #333333;
  background: #f9f9f9;
}

.content-bottom {
  padding: 20px;
  margin-top: 20px;
  color: #333333;
  background: #f9f9f9;
}

.content-top h2, .content-bottom h2 {
  padding-bottom: 10px;
}

/* CCK Fields */

.field-field-image {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.field-field-image img {
  border: 5px solid #eeeeee;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #999999;
  -webkit-box-shadow: 1px 1px 1px #999999;
}

.field-field-slide-text {
  padding-bottom: 1.0em;
  font-weight: bold;
  color: #666666;
  font-size: 1.3em;
}

/* Comments */

.comment {
  margin-top: 20px;
}

.comment .comment-picture {
  float: left;
  width: 110px;
  background: url(comment-balloon.png) center right no-repeat;
}

.comment .picture img {
  width: 75px;
  border: 5px solid #eeeeee;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.comment .comment-body {
  margin-left: 105px;
  padding: 20px;
  background: #f9f9f9;
  border: 5px solid #eeeeee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.comment .comment-id {
  font-weight: bold;
  font-size: 0.8em;
  color: #666666;
}

.comment .comment-date {
  font-weight: bold;
  font-size: 0.8em;
  color: #666666;
}

.comment .comment-content {
  clear: both;
}

span.comment-new {
  color: #ff0000;
  font-weight: bold;
}

.comment-new h3 {
  color: #ff0000;
}

.comment-links {
  padding-bottom: 20px;
}

.comment-links a {
  display: block;
  margin-right: 2px;
  padding: 0 5px;
  color: #333333;
  font-size: 0.8em;
  line-height: 1.8em;
  border-left: 3px solid #dddddd;
  background: #eeeeee;
}

.comment-links a:hover {
  color: #111111;
  border-left: 3px solid #b40000;
}

.comment-links li {
  float: right;
}

li.comment_forbidden a {
  display: inline;
}

/* Misc */

.breadcrumb {
  padding-bottom: 20px;
  font-size: 0.8em;
}

.tabs-wrapper {
  padding-bottom: 20px;
}

.block-region {
  background-color:#FFFF66;
  margin-bottom:0px;
  margin-top:0px;
  padding:0px 10px;
  font-weight: bold;
  border: 3px dashed #ff0000 
}

.pager {
  font-size: 0.9em;
}

.pager a {
  display: inline-block;
  line-height: 1.5em;
  padding: 0 5px;
  font-weight: bold;
  color: #666666;
  background: #eeeeee;
  border: 1px solid #dddddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 1px 1px #f9f9f9;
}

.pager a:hover {
  background: #f9f9f9;
}

.item-list .pager li.pager-current {
  font-size: 1.2em;
  padding: 0 5px;
  color: #999999;
}

.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding:0;
}

.feed-icon {
  text-align: center;
}

/* Carousel */

.viewscarousel {
  margin-bottom: 20px;
  height: 198px;
}

.jcarousel-container {
}

.jcarousel-container ul {
  height: 198px;
    overflow:hidden;
}

.jcarousel-container-horizontal {
  height: 198px;
}

.jcarousel-clip-horizontal {
  height: 198px;
  border: 1px solid #ffffff;
}

.jcarousel-item {
  position: relative;
  height: 198px;
}

.jcarousel-list li{display: inline;}

.jcarousel-item-horizontal {
  height: 198px;
}

.jcarousel-container .views-field-title {
  position: absolute;
  width: 260px;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  text-align: center;
  background: url(transparent_bg.png);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.jcarousel-container .views-field-title:hover {
  background: #b40000;
}

.jcarousel-container .views-field-title a {
  font-size: 1.0em;
  line-height: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px #111111;
}

/**
 *  Horizontal Buttons
 */
 
.jcarousel-container .jcarousel-next-horizontal {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 200px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-next-horizontal:hover {
   background: transparent url(next-horizontal-hover.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-next-horizontal:active {
   background: transparent url(next-horizontal-hover.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-next-disabled-horizontal,
.jcarousel-container .jcarousel-next-disabled-horizontal:hover,
.jcarousel-container .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background: 0;
}

.jcarousel-container .jcarousel-prev-horizontal {
    position: absolute;
	top: 0;
    left: -30px;
    width: 30px;
    height: 200px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-prev-horizontal:hover {
    background: transparent url(prev-horizontal-hover.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-prev-horizontal:active {
    background: transparent url(prev-horizontal-hover.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-prev-disabled-horizontal,
.jcarousel-container .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-container .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: 0;
}

/* Typography */

h3 {
  font-size: 1.1em;
}

div.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #FEC201;
  border-bottom: 1px dashed #FEC201;
  background: #FFEDB5 url(alert.png) 15px 50% no-repeat;
}

div.info {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #0173bd;
  border-bottom: 1px dashed #0173bd;
  background: #c6e9ff url(info.png) 15px 50% no-repeat;
}

div.notice {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(notice.png) 15px 50% no-repeat;
}

div.download {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #5EAA1F;
  border-bottom: 1px dashed #5EAA1F;
  background: #DAFFBA url(download.png) 15px 50% no-repeat;
}

div.mail {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #57a4ce;
  border-bottom: 1px dashed #57a4ce;
  background: #ecf8ff url(mail.png) 15px 50% no-repeat;
}

div.package {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #574321;
  border-bottom: 1px dashed #574321;
  background: #f1e9dc url(package.png) 15px 50% no-repeat;
}

div.security {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(security.png) 15px 50% no-repeat;
}

div.stop {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #fbd500;
  border-bottom: 1px dashed #fbd500;
  background: #fff09a url(stop.png) 15px 50% no-repeat;
}

div.system {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #3b9acd;
  border-bottom: 1px dashed #3b9acd;
  background: #bdd4e0 url(system.png) 15px 50% no-repeat;
}

div.settings {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #ffffff;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  background: #333333 url(settings.png) 15px 50% no-repeat;
}

div.web {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(web.png) 15px 50% no-repeat;
}


li.check {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  background: url(checkmark.png) 0px 10% no-repeat;
}

.block ul {
  margin:0;
  padding:0 0 0 0;
}

blockquote {
  margin: 0px;
  padding-left: 58px;
  color: #666666;
  background: url(openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background:  url(closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px solid #dddddd;
  background: url(pre.png);
}

/* Poll */

.poll {
  padding: 20px;
  background: #b40000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}

.poll .title {
  font-weight: bold;
  color: #111111;
  padding-bottom: 10px;
}

.poll .bar {
  background-color:#999999;
  height: 5px;
  margin:1px 0;
  border: 1px solid #111111;
}

.poll .bar .foreground {
  background-color:#ffffff;
  float:left;
  height:5px;
  border-right: 1px solid #baaf00;
}

.poll .text {
  padding: 5px 0;
  font-size: 0.9em;
  color: #ffffff;
}

.poll .title {
  color: #ffffff;
  font-size: 1.0em;
}

.poll .percent, .poll .total {
  color: #ffffff;
  font-size: 0.8em;
}

/* Forum */

#forum th {
  font-size: 0.8em;
}

#forum .name {
  font-weight: bold;
}

#forum .description {
  font-size: 0.8em;
}

#forum tr.even {
  background: #e1e1e1;
}

#forum tr.odd {
  background: #eeeeee;
}

#forum tr td.forum {
  background-image:url(forum-default-1.png);
  background-position: 10px 50%;
  background-repeat:no-repeat;
  padding-left:50px;
}

#forum div.indent {
  margin-left:0px;
}

#forum .container {
  background: #ffffff;
}

#forum ul.links {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  background: #eeeeee;
}

#forum a {
  text-shadow: 0px 0px #ffffff;
}

    .width-wrapper { width: 960px; background:#fff;}
    body.two-sidebars #main-content { margin-left: -210px; margin-right: -275px;}
 	body.sidebar-left #main-content { margin-left: -210px; }
 	body.sidebar-right #main-content { margin-right: -275px; }
 	body.two-sidebars #squeeze { margin: 0 275px 0 210px; }
 	body.sidebar-left #squeeze { margin-left: 210px; } 
 	body.sidebar-right #squeeze { margin-right: 275px; }
	#middle-wrapper .sidebar-left { width: 210px; }
	#middle-wrapper .sidebar-right { width: 275px; }


	#logo22{
float:left;
margin-top:25px;
/*
left:-85px;
position:relative;
top:17px;
*/
	} 
	
#logo22 img{
border:0 none;
}

#bla{} 

 body { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; } 
 
 
ul#linksk{padding:0px;margin:0px;list-style-type:none;}
ul#linksk li{
border-bottom:1px dotted #BBBBBB;
padding:2px 0;
}
 
 
 #tableCont{background:url(tableBg.jpg) repeat-y;width:442px;margin-bottom:15px;}
#tableHeader{
	background:transparent url(tableHeader.jpg) no-repeat scroll 0 0;
	color:#B40000;
	font-size:16px;
	height:31px;
	line-height:2;
	text-indent:65px;
}
#tableFooter{background:url(tableFooter.jpg) no-repeat;height:12px;margin-top:-10px;}

.tableRow{
	border-bottom:1px solid #D1D1D1;
	clear:both;
	height:20px;
	padding:10px;
}
.tableRow div{float:left;}

.tableRowNum{width:18px;}
.tableRowBanner img{border:none;margin-right:10px;}
.tableRowName{width:120px;}
.tableRowName a{
color:black;
text-decoration:none;
}
.tableRowBonus, .tableRowMax{width:40px;}
.tableRowBonus{font-weight:bold;}
.tableRowRank img{border:none;padding:0 5px;}
.tableRowVisit{float:right !important;}
.tableRowVisit a{
	background:transparent url(visitBtn.jpg) no-repeat scroll center top;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:21px; 
	text-align:center;
	text-decoration:none;
	width:80px;
}

.tableRowVisit a:hover{
	background:transparent url(visitBtn.jpg) no-repeat scroll center bottom;
}

.lastRow{
	border:none;
	padding-bottom:0px;
}

#story22 h1{margin-bottom:10px;font-size:18px;}

#story22 h2{margin-bottom:10px;font-size:16px;} 


#smallProm{
background:transparent url(smallPromBG.jpg) repeat scroll 0 0;
height:134px;
padding-top:134px;
}
.smallPromBanner{text-align:center;}
.smallPromText{text-align:center;color:#FFFFFF;padding:5px 10px;}
.smallPromBtn{text-align:center;}

		#bigProm{background:url(bigPromBG.jpg) no-repeat;height:196px;margin-bottom:15px;}
		.bigPromBanner{float:left;clear:both;}
		
		.bigPromText{float:left;clear:both;height:63px;color:#fff;padding-left:20px;}
		.bigPromTextMax{color:#9CA304;float:left;font-size:55px;line-height:46px;padding-right:5px;}
		
		.bigPromTextcont2{float:left;text-transform:uppercase;}
		.bigPromTextSmall{font-size:20px;margin-bottom:3px;}
		.bigPromTextBonus{font-size:27px;}
		
		.bigPromBTN{float:left;padding-left:19px;padding-top:3px;clear:both;}
		.bigPromJoin{color:#FFFFFF;float:left;font-size:16px;padding:7px 0 0 10px;width:255px;}
 
 div.innTabRow{			
border-bottom:1px solid #373737;
font-size:0.8em;
padding:2px 0;  
height:18px;
color:#fff; 
}

div.innTabRow a{ 
/*color:#333333;*/ 
font-size:12px;
color:#fff;
}	

.VVVD{float:left;}  
.VVVD a{
background:transparent url(innerTableBTNhover.JPG) no-repeat scroll 0 0;
display:block;
float:left; 
height:17px;
text-align:center;   
width:58px;
}
 
.VVVD a:hover{
background:transparent url(innerTableBTNbg.JPG) no-repeat scroll 0 0;
color:#fff;
}


div.innTabRow .linkk{float:left;width:115px;color:LightGrey;font-size:12px;}
div.innTabRow .BM{float:left;width:82px;font-size:1.2em;}

.gold{color:ButtonShadow !important;}


#quoteName{font-style:normal;text-align:right;}
.content{}

#quoteText{
background:transparent url(quateTop.JPG) no-repeat scroll left top;
font-style:italic;
padding:5px 0 0 35px;  
} 
 
#quoteText div{
background:transparent url(quateBottom.JPG) no-repeat scroll right bottom;
padding-right:20px;
}


 
body#innerPage{}

body#innerPage #middle-wrapper .sidebar-right{
width:285px;
}
 
body#innerPage .right-sideblock{ 
margin-left:10px;
}
 
body#innerPage .left-sideblock{ 
margin-right:10px;
}
 
body#innerPage #middle-wrapper .sidebar-left{
width:200px;
} 



