/**
 * Pro Wrestling EVE global style sheet
 *
 * @author Martin Bean <martin@mcbwebdesign.co.uk>
 */

@import url('shop.css');

* {
     margin: 0;
     padding: 0;
}

body {
    color: #262626;
    font: normal 10px/1.3 Helvetica, Arial, sans-serif;
    text-align: center;
    background: #fff url('../images/background.gif') repeat-x 0 0;
}

a img {
    border: none;
}
a:link, a:visited {
    color: #73300d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
    background-color: #eef5d5;
    text-decoration: none;
}
a:focus {
    outline: 1px dotted #000;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1 {
    color: #0f4001;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.5em;
}
h2 {
    color: #0f4001;
    font-size: 14px;
    font-weight: normal;
    margin: 1.25em 0 0.5em 0;
}
p {
    margin-bottom: 1em;
}

dl,ol,ul {
    margin: 0 0 1em 2em;
}
dl {
    margin-left: 0;
}

table {
    width: 100%;
    border: 1px solid #fff;
    border-collapse: collapse;
}
table th {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: #0f4001 0 -1px 1px;
    text-transform: uppercase;
    background: #74a608 url('../images/table-th.gif') repeat-x 0 100%;
    padding: 5px 7px 4px;
    border: none;
}
table td {
    background-color: #eef5d5;
    padding: 5px 6px 4px;
    border: 1px solid #fff;
}
table td.price {
    width: 100px;
}
table td.buy {
    text-align: center;
}
table.events td.date {
    color: inherit;
    font-size: 12px;
    width: 80px;
}
table.events td.more {
    width: 80px;
}

fieldset {
    border: none;
}
label {
    cursor: pointer;
}
input, select, textarea {
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
input {
    font-family: inherit;
    font-size: 11px;
}
input[type=text], textarea {
    background: #fff url('../images/input.gif') repeat-x 0 0;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #dddddd;
}
input[type=button], input[type=submit] {
    color: #fff;
    font-size: 12px;
    text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
    background: #74a608 url('../images/button.gif') repeat-x 0 0;
    padding: 4px 8px;
    overflow: visible;
    border-width: 1px;
    border-style: solid;
    border-color: #74a608 #577c06 #3a5304;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover {
    color: #f0f5e3;
    text-shadow: rgba(0,0,0,0.5) 0 -1px 1px;
    border-color: #3a5304 #577c06 #74a608;
}

#container {
    text-align: left;
    background-color: #fff;
    width: 940px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
}
#header {
    background: url('../images/banner.jpg') repeat-x 0 0;
    height: 130px;
}
#navigation {
    background: url('../images/menu-bottom.gif') repeat-x 0% 100%;
    width: 299px;
    float: left;
    padding-bottom: 160px;
    border-top: 1px solid #fff;
}
#navigation ul {
    margin: 0;
}
#navigation ul li {
    list-style: none;
}
#navigation ul li a {
    color: #808080;
    text-decoration: none;
    background-color: #74a608;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
}
#navigation ul li a:hover,
#navigation ul li.selected a {
    color: #0f4001;
    text-decoration: none;
    background-color: #0f4001;
}
#navigation ul li a span {
    background-color: #f2f2f2;
    font-size: 12px;
    display: block;
    padding: 10px 10px 9px 10px;
    border-left: 1px solid #fff;
}
#content {
    font-size: 12px;
    width: 620px;
    float: right;
    padding: 0 0 10px 20px;
}
#content #breadcrumb {
    background-color: #e0edb0;
    margin: 0 0 15px -20px;
    padding: 10px 20px 9px 20px;
    border-top: 1px solid #fff;
}
#content #breadcrumb p {
    color: #74a608;
    margin-bottom: 0;
}
#content #breadcrumb a {
    color: #0f4001;
    text-decoration: none;
}
#content #breadcrumb a:hover {
    text-decoration: underline;
    background: none;
}
#footer {
    text-align: right;
    background: url('../images/footer-bg.gif') no-repeat 100% 0;
    padding: 10px 5px 0 0;
    clear: both;
}
#footer p {
    color: #bdd959;
    font-size: 11px;
    margin-bottom: 0;
}
#footer a {
    color: #bdd959;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
    background: none;
}
#footer a.yfs {
    color: #74a608;
}


.back {
    clear: both;
    font-size: 11px;
    margin-bottom: 0;
}
.clear {
    clear: both;
    height: 0;
}
.date {
    color: #74a608;
    font-size: 11px;
}
.errors, .error {
    color: #f23918;
}
.message {
    color: #0f4001;
    font-size: 11px;
    background-color: #f2f2f2;
    padding: 7px 10px;
    border: 1px solid #bdd959;
}
.page_image {
    float: right;
    margin: 0 0 1em 0.75em;
    padding: 1px;
    border: 2px solid #74a608;
}

.widget {
    color: #fff;
    background-color: #74a608;
    margin-bottom: 15px;
    position: relative;
}
.widget .title {
    background: url('../images/widget-title-bottom.gif') no-repeat 50% 100%;
    padding-bottom: 1px;
}
.widget .title h2 {
    background: #5c8c20 url('../images/widget-title-right.gif') no-repeat 100% 0;
    margin: 0;
}
.widget .title h2 span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: url('../images/widget-title-left.gif') no-repeat 0 0;
    display: block;
    padding: 10px 15px 9px;
}
.widget .inner {
    padding: 10px 15px;
}
.widget .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.widget .bottom p {
    background: url('../images/widget-bottom-left.gif') no-repeat 0% 100%;
    margin-bottom: 0;
}
.widget .bottom p a {
    color: #bdd959;
    text-decoration: none;
    background: url('../images/widget-bottom-right.gif') no-repeat 100% 100%;
    display: block;
    padding: 10px 15px;
}
.widget .bottom p a:hover {
    text-decoration: underline;
}

.bottom.corners {
    background-color: #74a608;
    height: 10px;
}
.bottom.corners .left {
    background: url('../images/widget-bottom-left.gif') no-repeat 0 100%;
    float: left;
    width: 10px;
    height: 10px;
}
.bottom.corners .right {
    background: url('../images/widget-bottom-right.gif') no-repeat 100% 100%;
    float: right;
    width: 10px;
    height: 10px;
}

#introduction {
    float: right;
    width: 300px;
    height: 296px;
    margin-left: 20px;
}
#introduction .bottom p a {
    background-image: url('../images/intro-bottom-right.gif');
}
#latest_news_headlines {
    color: #262626;
    background-color: #fff;
    float: left;
    width: 300px;
    height: 296px;
}
#latest_news_headlines .title {
    background-image: url('../images/news-title-bottom.gif');
}
#latest_news_headlines .title h2 span {
    padding-bottom: 8px;
}
#latest_news_headlines .icon {
    position: absolute;
    top: 6px;
    right: 0;
}
#latest_news_headlines .inner {
    padding: 0;
}
#latest_news_headlines .inner a {
    text-decoration: none;
}
#latest_news_headlines .inner p {
    padding: 11px 15px;
}
#latest_news_headlines .inner ul {
    margin: 11px 0 0 0;
}
#latest_news_headlines .inner ul li {
    color: #74a608;
    display: block;
    height: 62px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}
#latest_news_headlines .inner ul li a.thumb {
    background: none;
    display: block;
    width: 70px;
    height: 60px;
    float: left;
    overflow: hidden;
    border: 1px solid #0f4001;
}
#latest_news_headlines .inner ul li a.thumb img {
    display: block;
    width: 70px;
}
#latest_news_headlines .inner ul li h3,
#latest_news_headlines .inner ul li p {
    margin-left: 80px;
}
#latest_news_headlines .inner ul li h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
#latest_news_headlines .inner ul li h3 a {
    margin-bottom: 2px;
}
#latest_news_headlines .inner ul li p {
    font-size: 11px;
    margin-bottom: 0;
    padding: 0;
}
#latest_news_headlines .inner ul li p.added {
    margin-bottom: 2px;
}
#latest_news_headlines .inner ul li p.more {
    position: absolute;
    bottom: 0;
    left: 0;
}
#latest_news_headlines .bottom p {
    background: none;
}
#latest_news_headlines .bottom p a {
    color: #74a608;
    background-image: url('../images/news-bottom-right.gif');
}
#sponsorship {
    width: 300px;
    float: left;
    margin-right: 20px;
    clear: left;
}
#sponsorship a {
    color: #deecac;
    text-decoration: underline;
}
#sponsorship a:hover {
    color: #fff;
    background-color: transparent;
}
#event_tickets {
    width: 300px;
    float: right;
    clear: right;
}
#event_tickets .image {
    background: none;
    display: block;
    position: absolute;
    top: 10px;
    right: -15px;
}
#event_tickets .inner p {
    padding-right: 90px;
}

#sponsorship .inner,
#event_tickets .inner {
    height: 117px;
}

/*
#feedback_form {
    margin: 4em 0 0.5em 0;
    position: relative;
    border: 2px solid #deecac;
}
#feedback_form .heading {
    background-color: #eef5d5;
    height: auto;
    min-height: 5em;
    padding: 1em 140px 1em 1.5em;
}
#feedback_form .heading img {
    position: absolute;
    right: 0;
    top: -44px;
}
#feedback_form .heading h1 {
    margin-bottom: 0.4em;
}
#feedback_form .heading p {
    margin-bottom: 0;
}
#feedback_form fieldset {
    background: #f9fbef;
    padding: 1.5em;
}
#feedback_form .label {
    padding-bottom: 2px;
}
#feedback_form .input {
    margin-bottom: 1em;
}
*/
#feedback_form img {
    position: absolute;
    top: 0;
    right: 10px;
}
#feedback_form .inner {
    background: url('../images/feedback-shadow.gif') repeat-x 0 100%;
    padding: 1em;
}
#feedback_form form {
    border-bottom: 1px solid #5d8506;
}
#feedback_form .inner fieldset {
    color: #262626;
    background-color: #eef5d5;
    padding: 1.5em;
    border-color: #74a608 #577c06 #3a5304;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
#feedback_form .label {
    padding-bottom: 2px;
}
#feedback_form .input {
    margin-bottom: 1em;
}

.articles {
    margin: 0;
}
.articles li {
    height: auto;
    margin-bottom: 10px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #eaeddd;
    list-style: none;
    overflow: auto;
}
.articles li a {
    text-decoration: none;
}
.articles li a.thumb {
    background: none;
    display: block;
    width: 100px;
    height: auto;
    max-height: 75px;
    float: left;
    overflow: hidden;
    border: 1px solid #0f4001;
}
.articles li h2, .articles li p {
    margin-left: 112px;
}
.articles li h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0.25em;
    margin-top: 0;
}
.articles li p {
    margin-bottom: 0.5em;
}
.articles li p.more {
    font-size: 11px;
    margin-bottom: 0;
}



.profiles {
    margin: 0;
    overflow: auto;
}
.profiles li {
    display: block;
    float: left;
    list-style: none;
}
.profiles li a {
    text-decoration: none;
    background: url('../images/roster-bottom.gif') no-repeat 50% 100%;
    display: block;
    float: left;
    width: 120px;
    margin: 0 4px 4px 0;
    padding-bottom: 11px;
}
.profiles li a span {
    display: block;
}
.profiles li a span.thumb {
    display: block;
    width: 120px;
    height: 90px;
    overflow: hidden;
}
.profiles li a span.title {
    font-size: 11px;
    text-align: center;
    background-color: #dbdbdb;
    padding: 3px 0;
    border-top: 1px solid #fff;
}
.profiles li a:hover span.title {
    color: #0f4001;
    background-color: #e7e7e7;
}

.stats {
    width: auto;
}
.stats dt {
    clear: left;
    color: #74a608;
    float: left;
    width: 100px;
}
.stats dd {
    margin-left: 110px;
    padding-bottom: 4px;
}
.biography {
    clear: left;
}
.additional_images {
    clear: both;
    margin-bottom: 0.5em;
    overflow: auto;
}
.additional_images .image {
    float: left;
    width: 116px;
    margin: 0 4px 4px 0;
    padding: 1px;
    overflow: hidden;
    border: 1px solid #eaeddd;
}
.additional_images .image img {
    display: block;
    margin: 0 auto;
}

.map {
    font-size: 90%;
}

#map_wrapper {
    float: right;
    margin: 3px 0 10px 16px;
    border: 1px solid #0f4001;
}
#map {
    width: 300px;
    height: 250px;
    border: 1px solid #fff;
}


.gallery {
    margin: 0;
}
.gallery li {
    list-style: none;
}
.gallery li a {
    background-color: #fff;
    display: block;
    float: left;
    margin: 0 8px 8px 0;
}
.gallery li a {
    text-decoration: none;
    border: 3px solid #cecece;
}
.gallery li a:hover {
    border-color: #bdd959;
}
.gallery.albums li a span {
    display: block;
}
.gallery.albums li a span.thumb,
.gallery.images li a {
    width: 100px;
    height: 75px;
    overflow: hidden;
}
.gallery.albums li a span.title {
    font-size: 11px;
    text-align: center;
    padding: 3px 0;
}


.event_images {
    margin: 0;
}
.event_images li {
    display: inline;
    float: left;
}
.event_images li a {
    display: block;
    margin: 0 1em 1em 0;
    padding: 4px;
    border: 1px solid #c0c0c0;
}
.event_images li a span {
    display: block;
    width: 120px;
    height: 90px;
    overflow: hidden;
}


.partner {
    float: left;
    width: 280px;
    height: 130px;
    margin: 0 10px;
    padding: 0 5px;
    border-bottom: 1px solid #bdd959;
}
.partner .thumb {
    display: block;
    float: right;
    margin: 0 0 0.5em 0.5em;
}


/**
 * Shop styling starts
 */
#add_product_form input {
    display: block;
    clear: both;
}
#add_product_form label {
    line-height: 1.75em;
    margin-right: 0.5em;
}
#add_product_form label,
#add_product_form input#quantity {
    float: left;
    clear: none;
    margin-bottom: 0.75em;
}
#cart_full_view {
    margin-bottom: 1em;
}
#cart_full_view th.price,
#cart_full_view td.price {
    text-align: right;
    width: 60px;
}
#cart_full_view th.quantity,
#cart_full_view td.quantity {
    text-align: center;
    width: 60px;
}
#cart_full_view td.delete {
    width: 16px;
}
#cart_full_view td.delete a {
    display: block;
}
#cart_full_view td.delete a img {
    display: block;
    width: 16px;
    height: 16px;
}
#cart_full_view td.total {
    font-weight: bold;
    text-align: right;
    width: 60px;
}
#checkout_form {
    text-align: right;
}

.product_list {
    margin: 0;
}
.product_list li {
    position: relative;
    display: inline;
    float: left;
    width: 300px;
    height: auto;
    min-height: 120px;
    list-style: none;
}
.product_list li h3,
.product_list li p {
    margin-right: 100px;
}
.product_list li.odd {
    clear: left;
    margin-right: 20px;
}
.product_list li a.thumb {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    border: 1px solid #0f4001;
}
.product_list li p.description {
    margin-top: 1em;
}
.product_list li p.price {
    font-weight: bold;
}