/* 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: #ff007e;
  text-decoration: none;
}

a:hover {
  color: #ff8bc4;
}

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(../images/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: 150px;
  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;
  line-height: 150px;
  color: #ff007e;
}

#site-slogan h2 {
  font-size: 1.2em;
}

#search-box {
  float: right;
  padding-top: 63px;
}

/* 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(../images/search.png) no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
}

#search .form-submit:hover {
  background: transparent url(../images/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(../images/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(../images/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: #f9f9f9;
  -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(../images/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: #ff007e;
}

.right-sideblock .item-list {
  padding: 10px 10px;
  background: #e4e4e4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 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: #ff007e;
}

#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(../images/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(../images/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 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 #ff007e;
}

.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(../images/comment.png) 0% 50% no-repeat;
}

.node_read_more a {
  padding-left: 10px;
  background: url(../images/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 #ff007e;
}

.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(../images/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 #ff007e;
}

.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-field-slide-text-value {
  position: absolute;
  width: 260px;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  text-align: center;
  background: url(../images/transparent_bg.png);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.jcarousel-container .views-field-field-slide-text-value:hover {
  background: #ff007e;
}

.jcarousel-container .views-field-field-slide-text-value 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(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-next-horizontal:hover {
   background: transparent url(../images/next-horizontal-hover.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-next-horizontal:active {
   background: transparent url(../images/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(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-prev-horizontal:hover {
    background: transparent url(../images/prev-horizontal-hover.png) no-repeat 0 0;
}

.jcarousel-container .jcarousel-prev-horizontal:active {
    background: transparent url(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background:  url(../images/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(../images/pre.png);
}

/* Poll */

.poll {
  padding: 20px;
  background: #ff007e;
  -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(../images/forum-default.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;
}

.social-text {
  line-height: 30px;
  vertical-align: top;
  margin-left: 0.5em;
}

.profile .picture img {
  border: 3px solid #555;
}

.profile .picture {
  margin-top: -100px;
}
