/*-------------------------------------------------------------------
HTML5 Boilerplate
-------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #D9DB59; color: #121212; text-shadow: none; }
::selection { color: #121212; text-shadow: none; }

a { color: #222222; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { text-decoration: none; outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@font-face {
    font-family: 'TheSerifItalic';
    src: url('fonts/theserif_italic-webfont.eot');
    src: url('fonts/theserif_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/theserif_italic-webfont.woff') format('woff'),
         url('fonts/theserif_italic-webfont.ttf') format('truetype'),
         url('fonts/theserif_italic-webfont.svg#the_serif-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSerif';
    src: url('fonts/theserif_plain-webfont.eot');
    src: url('fonts/theserif_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/theserif_plain-webfont.woff') format('woff'),
         url('fonts/theserif_plain-webfont.ttf') format('truetype'),
         url('fonts/theserif_plain-webfont.svg#the_serif-plain') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSerifBold';
    src: url('fonts/theserifextrabold_plain-webfont.eot');
    src: url('fonts/theserifextrabold_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/theserifextrabold_plain-webfont.woff') format('woff'),
         url('fonts/theserifextrabold_plain-webfont.ttf') format('truetype'),
         url('fonts/theserifextrabold_plain-webfont.svg#the_serif_extra_bold-plain') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------
Common Stuff and helpers
-------------------------------------------------------------------*/

p, a,
h1,h2,h3,h4,h5,
ul, li
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
    font-family: Georgia,serif;
    font-size: 14px;
    color: #383838;
    line-height: 22px;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.hide
{
	display: none;
}

.left-text
{
	text-align: left;
}

.center-text
{
	text-align: center;
}

.right-text
{
	text-align: right;
}

.italic
{
	font-style: italic;
}

.strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.no-border
{
	border: none !important;
}

.no-margin
{
	margin: 0px !important;
}

/*
.autoclear:after
{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*/

.autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear {display:inline-block;}
.autoclear {display:block;}
* html .autoclear {height: 1%;}


* { outline: none; }

.btn-reset
{
    border: none;
    padding: 0px;
    margin: 0px;
    text-indent: 0;
}

.vertical-align-center
{
    /* IE */
    display: auto;

    /* Webkit */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;

    /* Full CSS 3 support */
    display: box;
    box-orient: vertical;
    box-pack: center;
}

.uppercase
{
    text-transform: uppercase;
}

.autocase
{
    text-transform: none;
}

.holder ul,
.holder dl
{
    list-style: disc inside;
    font-size: 14px;
    color: #383838;
    line-height: 22px;
    margin-bottom: 10px;
}

.holder dt
{
    font-weight: bold;
}

.holder ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.holder ul.no-bullets li
{
    padding: 0px;
    background: transparent;
}

.holder ul li
{
    list-style: none;
    background-image: url("../images/blt_arrow_gray.png");
    background-position: left 7px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 16px;
}

.holder #comments-section ul li
{
    background: transparent;
    padding: 0px;
}

header h2.main-title,
header h3.main-title
{
    padding: 0px 0px 0px 34px;
    font-size: 18px;
    background-image: url("../images/icn_white_arrow.png");
    background-size: 22px 22px;
    background-position: left 0px;
    background-repeat: no-repeat;
    border: none;
    display: block;
    margin-bottom: 11px;
    line-height: 21px;
}

td.center
{
    text-align: center;
}

td.center .btn
{
    margin: 0 auto;
}

tr.total td
{
    text-align: right;
}
/*-------------------------------------------------------------------
Outer stuff and body
-------------------------------------------------------------------*/

body
{
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia,serif;
	background-color: #0f0f0e;
    color: #383838;
	background-position: top center;
	background-repeat: repeat-x;
}


#site-content
{
	background: url("../images/content_background_noise.jpg");
	width: 980px; /*960*/
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
	background-color: #f7f7f7;
}

.article-content > * + h2
{
    margin-top: 30px;
}

/*-------------------------------------------------------------------
Header
-------------------------------------------------------------------*/

#header
{
	background-color: #fafafa;
	padding: 0px 0px 0px 0px;
}

#header-top
{
	background-color: #191919;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 12px;
    color: #f5f5f5;
    margin-bottom: 12px;
}

#header-top a
{
    color: #f5f5f5;
}

#header-top ul
{
    list-style: none;
}

#header-top ul li
{
    float: left;
    margin-left: 12px;
    text-transform: uppercase;
    line-height: 60px;
}

#header-top ul li.autocase
{
    text-transform: none;
}

#header-top ul li img
{
    position: relative;
    top: -2px;
}

#header-top ul li:first-child
{

}

#header-search
{
    color: #F5F5F5;
	float: right;
	text-align: right;
	vertical-align: middle;
}

#header-search input[type=text],
#header-search select
{
	border: 1px solid #3e3e3e;
    background: #3e3e3e;
    color: #F5F5F5;
    padding: 4px;
    margin: 0;
}

#header-search input[type=image]
{
    position: relative;
    top: 8px;
    left: -3px;
    margin-right: 12px;
}

/* IE7 shows the button too low */
.lt-ie8 #header-search input[type=image] { top: 0; }

#header-search label
{
	padding: 0 10px 0 10px;
	color: #F5F5F5;
	cursor: default;
}

#header nav
{
	float: right;
	padding: 110px 10px 0px 0px;
}

#header nav ul
{
	display: block;
}

#header nav ul li
{
	display: inline;
	padding: 0px 12px 0px 12px;
	border-left: 1px solid #cdcdcd;
}

#header nav ul .last
{
	padding-right: 0px;
}

#header nav ul li:first-child
{
	border-left: none;
	padding-left: 0px;
}

#header nav ul li a
{
	color: #121212;
}

/* Header-Middle
   ========================================================================== */

#header-middle
{
    margin: 0 auto 12px;
    width: 950px;
}

#header-middle .contact
{
    float: right;
    width: 190px;
    text-align: right;
    margin-right: 20px;
}

#header-middle .contact h3
{
    padding-bottom: 3px;
    margin-bottom: 6px;
	font-size: 14px;
}

#header-middle .contact p
{
    font-family: "TheSerif";
    border-top: 1px solid #d2d2d2;
    padding: 5px 0 0 0;
    margin: 4px 0 0 0;
    font-size: 14px;
}

#header-middle .contact a
{
    color: #121212;
}
/**/
#header-middle .contact strong
{
    font-family: "TheSerifBold";
    float: left;
    font-size: 14px;

}

/* Header Bottom
   ========================================================================== */
#header-bottom
{
    background-image: url("../images/header_background.png");
    background-repeat: no-repeat;
    margin: 0 auto 12px;
    width: 950px;
}


#header-bottom #logo /*a*/
{
	display: block;
	width: 175px;
	height: 54px;
	float: left;
    margin: 25px 11px 25px 22px;
}

#header-bottom #logo img
{
	display: block;
}

#header-bottom ul
{
    float: right;
    list-style: none;
    margin: 29px 0;
}

#header-bottom ul li
{
    float: left;
    background-image: url("../images/bkg_nav_blocks.png");
    height: 49px;
    margin-left: 7px;
    padding: 7px 9px;
    width: 143px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header-bottom ul li:first-child
{
    margin-left: 0;
}

#header-bottom ul li a
{
    display: block;

    font-size: 20px;
    font-family: "TheSerifBold";
    color: #F5F5F5;
    padding-left: 44px;
    text-decoration: none;

    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;

    height: 36px;
    line-height: 36px;
}


#header-bottom ul .join              { width: 119px; }
#header-bottom ul .ticket            { width: 138px; }
#header-bottom ul .donate            { width: 109px; }

/* Main Navigation
   ========================================================================== */
nav#primary ul
{
    width: 950px;
    margin: 0 auto 12px;
    position: relative;
    /*border-bottom-style: solid;*/
    /*border-width: 8px;*/
    /*border-color: #ebebeb;*/
    margin-bottom: 24px;
    padding-bottom: 9px;
}

#page-home nav#primary ul
{
    border-bottom: 0px none;
    margin-bottom: 0;
    padding-bottom: 0;
}

nav#primary > ul > li
{
    display: block;
    position: relative;
    height: 26px;
    line-height: 26px;
    float: left
}

nav#primary > ul > li > a
{
    background-position: left bottom;
    font-family: "TheSerifBold";
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    color: #121212;
    padding: 0 10px;
}

nav#primary > ul > li > a:hover,
nav#primary > ul > li:hover > a
{
    background-position: left -26px;
    color: #F5F5F5;
}

nav#primary > ul > li.current > a
{
    background-position: left top;
    color: #121212;

}

nav#primary > ul ul
{
    position: absolute;
    left: 0px;
    top: 25px;
    background: #F5F5F5;
    width: 180px;
    z-index: 900;
    text-align: left;
    padding: 7px 11px;

    margin: 0;
    display: none;
}

nav#primary > ul > li:hover > ul
{
    display: block;
}

nav#primary > ul ul li
{
    border-top: 2px solid #e9e9e9;
}

nav#primary > ul ul li:first-child
{
    border-top: 0;
}

nav#primary > ul ul li a
{
    padding: 0;
    color: #121212;
    display: block;
}

/* HomePage Sections
   ========================================================================== */
section#hero
{
    width: 950px;
    margin: 0 auto 12px;
    height: 325px;
    position: relative;
    overflow: hidden;
}

section#hero .cutout,
#match-map .cutout
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 493px;
    height: 20px;
    z-index: 99;
    background: url("../images/content_background_noise.jpg");
}

#match-map .cutout
{
    height: 50px;
}

section#hero #pagination
{
    list-style: none;
    position: absolute;
    background: url("../images/content_background_noise.jpg");
    bottom: 20px;
    right: 15px;

    z-index: 800;
}

section#hero #pagination li
{
    float: left;
}

section#hero #pagination li a
{
    font-family: "TheSerifItalic";
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #121212;
}

section#hero #pagination li a:hover
{
    background: #E5E5E5;
}

section#hero #pagination li.current a
{
    background: #303030;
    color: #F5F5F5;
}

section#hero #slides li
{
    position: relative;
}

section#hero #slides h1,
section#hero #slides span
{
    position: absolute;
    color: #121212;
    left: 0;
	background: url("../images/content_background_noise.jpg");
}

section#hero #slides h1
{
    font-family: "TheSerifBold";
    white-space: nowrap;
    top: 130px;
    font-size: 32px;
    text-transform: uppercase;
    padding: 20px 20px 20px 0;
}

section#hero #slides span
{
    top: 175px;
    font-size: 13px;
    padding: 12px 10px 12px 0;
}

section#hero #slides span a
{
    font-family: "TheSerifItalic";
    font-size: 14px;
    text-decoration: none;
    color: #121212;
    white-space: nowrap;

    background-image: url("../images/icn_grey_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 32px;
    height: 22px;
    line-height: 22px;
    display: block;
}

/* Columns
   ========================================================================== */
.column1 { float: left; width: 480px; margin-right: 13px; }
.column2 { float: left; width: 145px; margin-right: 12px; }
.column3 { float: left; width: 300px; }
.column4 { float: left; width: 480px; margin-right: 13px; }
.column5 { float: right; width: 457px; }

#page-home .column1 { position: relative; top: -20px; z-index: 99; }

/* ==========================================================================
   Blocks
   ========================================================================== */

/* Generic Pieces
   ========================================================================== */
.box { position: relative; }

.box-arrow
{
	background-size: 22px 22px; 
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
}

.box-arrow.grey
{
    background-image: url("../images/icn_grey_arrow.png");
}

.box-arrow.white
{
    background-image: url("../images/icn_white_arrow.png");
}

/* Buttons
   ========================================================================== */
/* Base button styles */
div.btn
{
    cursor: default;
}
.btn,
.sub-nav ul li a.btn,
.sub-nav ul li a.btn:hover
{
    font-family: "TheSerifBold";
    font-size: 15px;
    padding: 0px 12px;
    line-height: 33px;
    display: inline-block;
    text-decoration: none;
    border: 0;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    /*text-transform: uppercase;*/
}
.onsite-action .btn{
	display: block;
}
.btn:hover{ text-decoration: none; }
.btn span
{
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
}
/*.btn.right { padding-right: 30px; }*/
.btn.left span { padding-left: 30px; background-position: left center; 	background-size: 22px 22px; }
.btn.right span { padding-right: 30px; background-position: right center; 	background-size: 22px 22px;}

/* Black Button */
.btn.dark
{
    background: #000;
    color: #FFF;
}
.btn.dark.right span { background-image: url('../images/btn_dark_arrow_right.png'); }
.btn.dark.left span { background-image: url('../images/btn_dark_arrow_left.png'); }

/* Any Specific buttons */
.btn.primary.right.share { cursor: pointer; width: 80px; }
.btn.primary.right.share span { background-image: url('../images/btn_primary_share.png'); }
.btn.primary.inactive { background-color: #dedede; }

#janrainEngageShare {padding: 5px 0;}

/* HomePage Latest Blocks
   ========================================================================== */
.latest-block { margin-top: 20px; }
.latest-block:first-child { margin-top: 0; }

.latest-block header
{
    font-family: "TheSerifBold";

    padding-left: 32px;
    background-image: url("../images/icn_white_arrow.png");
    background-size: 22px 22px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    line-height: 22px;
    margin-bottom: 15px;
}

.latest-block h2
{
    font-size: 16px;
    text-transform: uppercase;
}

.latest-block img
{
    float: left;
    width: 170px;
    margin-right: 10px;
}

.latest-block .snippet-block
{
    margin-bottom: 10px;
}

.latest-block .text
{
    float: left;
    width: 290px;
    margin-right: 10px;
}

.latest-block .text h3
{
    margin-bottom: 6px;
	font-size: 14px;
}

.latest-block .text a
{
    color: #222222;
    text-decoration: underline;
}

.latest-block .other-links
{
    clear: left;
    background-image: url("../images/bkg_other_links.png");
    padding: 15px 15px;
}

/* IE7 shows darker background in this box */
.lt-ie8 .latest-block .other-links
{
	position: relative;
}

.latest-block .other-links ul
{
    list-style: none;
}

.latest-block .other-links ul li
{
    height: 20px;
    background-image: url("../images/blt_arrow_gray.png");
    background-position: left center;
    background-repeat: no-repeat;

    overflow: hidden;

    padding-left: 16px;
}

.latest-block .other-links ul li.halfed
{
    float: left;
    width: 204px;
}

.latest-block .other-links ul li a
{
    color: #373737;
    text-decoration: underline;
}

/* OnSite Links blocks
   ========================================================================== */
.onsite-link
{
	width: 145px;
	float: left;
}
.onsite-link + .onsite-link
{
	margin-top: 10px;
	margin-right: 10px;
}

.onsite-link .text
{
    background-repeat: repeat-x;
    background-position: top center;
    padding: 12px 14px;
    height: 93px;
}

.onsite-link .text p
{
    line-height: 17px;
}

#sidebar .onsite-link + .onsite-link
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 10px;
}

.onsite-link .text h4
{
    font-family: "TheSerifBold";
    font-size: 16px;
    color: #f2c924;
    background: #000;
    padding: 4px;
    margin-bottom: 7px;
}

.onsite-link > a
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.onsite-action .box-arrow{
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 22px;
	height: 24px;
}

.onsite-action span{
	background-size: contain;
}

.onsite-action img{
	height: 145px;
	width: 235px;
}

/* Home page ordering */
.column2 .box.onsite-link.first { float: left !important; }
.column2 .box.onsite-link.last { float: right !important; }

/* Sidebar ordering */
#sidebar .box.onsite-link.first { float: left !important; width: 145px; }
#sidebar .box.onsite-link.last { float: right !important; width: 145px; }

.news-right .onsite-link.float-right { float: left !important; }

/* OnSite Action Blocks
   ========================================================================== */
.onsite-action
{
    float: left;
    width: 233px;
    margin-left: 14px;
    position: relative;
    overflow: hidden;
}

.onsite-action:first-child
{
    margin-left: 0;
}

.onsite-action h5
{
    font-family: "TheSerifBold";
    position: absolute;
	background: url("../images/content_background_noise.jpg");
    padding: 0 20px 6px 8px;
    font-size: 16px;
}

.onsite-action .text
{
    background: #2c2c2c;
    color: #F5F5F5;
    height: 95px;
    display: block;
    padding: 20px 16px;
}

.onsite-action .text ul
{
    list-style: none;
    margin-bottom: 10px;
	height: 60px;
}

.onsite-action .text ul li
{
    height: 20px;
    background-image: url("../images/blt_arrow_white.png");
    background-position: left center;
    background-repeat: no-repeat;

    overflow: hidden;

    padding-left: 16px;
}

.onsite-action .text ul li a
{
    color: #f5f5f5;
    text-decoration: underline;
}

/* Column5 Spacing
   ========================================================================== */
.column5 > div { margin-top: 13px; }
.column5 > div:first-child { margin-top: 0; }


/* Current Poll Box
   ========================================================================== */
.current-poll > a
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.current-poll img
{
    float: left;
    width: 138px;
}

.current-poll .text
{
    float: left;
    background-image: url("../images/bkg_other_links.png");
    width: 289px;
    height: 131px;
    padding-left: 10px;
    padding-right: 20px;
}

.current-poll h6
{
    font-family: "TheSerif";
    font-weight: normal;
	background-color: #000;
    background-image: url("../images/bkg_current_poll.png");
    background-position: left 2px;
    background-repeat: repeat-y;
    color: #F5F5F5;
    padding: 0 20px 0 56px;
    font-size: 16px;
    margin: 10px 0;
    line-height: 30px;
}

.closed p
{
    color: #B70006;
}

/* Partners & Sponsors Bar
   ========================================================================== */
section#partners
{
    background-image: url("../images/bkg_other_links.png");
    margin-top: 17px;
    margin-bottom: 21px;
    height: 136px;
}

section#partners div
{
    float: left;
    display: block;
    height: 90px;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #f5f5f5;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 23px;
    padding: 0;
    padding-left: 23px;
    padding-right: 17px;

}
section#partners .clear-both { border: 0; height: 0; width: 0; padding: 0; margin: 0; }

section#partners #official
{
    border-right: none;
}

section#partners h6
{
    padding: 0;
    margin: 0;
    font-size: 13px;
    margin-bottom: 14px;
}

section#partners div a
{
    display: inline;
    margin-right: 7px;
}

/* Main Page Stuff
   ========================================================================== */
article > .holder
{
    margin-left: 12px;
}

#main-content .holder
{
    margin-left: 12px;
}

#main-content  .holder.contact-form
{
    margin-left: 0px !important;
}

/* Ground Guide
   ========================================================================== */
#groundguide_search
{
    margin-top: 15px;
}

#groundguide_search .selectBox.test
{
    width: 215px !important;
    float: left;
}

#groundguide_search input[type="search"]
{
    width: 220px;
    margin-left: 10px;
    padding: 0 13px;
}

.groundguide_list
{
    list-style: none !important;
    margin-bottom: 10px;
}

.groundguide_list li
{
    float: left;
    width: 188px;
    border-bottom: 4px solid #EBEBEB;
    padding: 3px 0;
}

.groundguide_list li.group
{
    float: none;
    width: auto;
    border-bottom: 4px solid #EBEBEB;
	clear: left;
	background: none;
	font-weight: 500;
	font-size: 16px;
	font-family: "TheSerifBold";
	text-shadow: 0 2px 2px #CCC;
    width: 50%;
}

.groundguide_list li.group.last.odd
{
    width: 100%;
}

.groundguide_list li.group ul
{
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	top: 4px;
	overflow: auto;
}

/* Searchbar
   ========================================================================== */
.searchbar label
{
    background-image: url(../images/yellow/bg-search-label.gif);
}

.search-label {
    color: #ffffff;
    font-size: 18px;
    float: left;
    font-family: 'TheSerif';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
    padding-right: 10px;
}

/* IE7 applies incorrect alignment to these elements */
.lt-ie8 .groundguide_list li.group { text-indent: -15px; }
.lt-ie8 .groundguide_list li.group ul { text-indent: 0px; }


.groundguide_list li.group ul li,
.groundguide_list li.group ul li a
{
	font-family: Georgia;
	text-decoration: none;
	text-shadow: none;
}

.groundguide_list li.group ul li a:hover
{
	text-decoration: underline;
}



#groundguide .searchbar
{
    margin-top: 12px;
	box-shadow: none;
}

#groundguide .searchbar form
{
	height: 31px;
}

#groundguide .info-blocks,
#groundguide .info-blocks li
{
	list-style: none !important;
	background: none;
	padding: 0;
}

#groundguide .info-blocks li
{
	margin-bottom: 14px;
}

#groundguide .info-blocks h2
{
	background: none;
	padding: 0 0 5px;
	margin-bottom: 10px !important;
}

#groundguide .info-blocks li ul,
#groundguide .info-blocks li ul li
{
	list-style: disc outside !important;
	margin: 5px 20px;
}

#groundguide .info-blocks li ul li
{
	margin: 0;
}

#groundguide .club-information,
#groundguide .kit-information
{
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 11px;
}

#groundguide .club-information img
{
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}

#groundguide .kit-information .kit
{
	border: 1px solid #E0E0E0;
	background: #FFF;
	float: left;
	width: 190px;
	margin-left: 5px;
	text-align: center;
	height: 356px;
}

#groundguide .kit-information .kit img
{
	margin: 4px auto;
	display: block;
	width: 190px;
	height: 263px;
	outline: none;
}

#groundguide .kit-information .a-kit
{
	margin-left: 0px;
}

#groundguide .club-information ul
{
	margin: 0;
}

#groundguide .club-information dl
{
	float: right;
	width: 450px;
	list-style: none;
	margin: 0;
}

#groundguide .club-information dt
{
	float: left;
	clear: left;
	width: 200px;
	margin: 0;
}

#groundguide .club-information dd
{
	float: left;
	width: 250px;
	margin: 0;
}

#groundguide #mapwrap
{
	padding: 10px;
	background: #EEEEEE;
	margin-bottom: 20px;
}

#groundguide #map
{
	width: 100%;
	height: 240px;
	border: 1px solid #E0E0E0;
}

#groundguide #map.google-map
{
    height: 324px;
}

#map-more-info
{
    position: relative;
    top: -57px;
    left: 13px;
	width: auto;
	margin-left: 0;
	margin-right: 0;

}

#groundguide .map-holder
{
    height: 324px;
} 

#map-more-info + #narrow-searchbar
{
    margin-top: -42px;
}

#groundguide .flag
{
    float: left;
}

#groundguide .flag img
{
    box-shadow: 8px 0px 20px #999;
    position: relative;
    z-index: 100;
}

#groundguide .flag + #map.google-map
{
    width: 486px;
    float: left;
}

#groundguide .flag + #map.google-map + #map-more-info
{
    left: 138px;
}

#groundguide .count
{
	display: none;
}

#groundguide .searchbar input[type="search"]
{
	width: 240px;
	float: right;
}

#groundguide .filter
{
	display: none;
}


/* Petition Signup
   ========================================================================== */
.petitionimg
{
    margin-bottom: 27px;
}

#signatures .comment .content p
{
    margin-bottom: 0px;
}

form.form-holder .temp-form
{
    display: block;
    float: none;
    clear: both;
    padding-top: 20px;
    margin-bottom: 10px;
}

button.top-margin
{
    margin-top: 10px;
}

.sign, .signatories
{
    float: left;
    width: 293px;
    display: block;
    margin-bottom: 25px;
    background-image: url("../images/bkg_other_links.png");
}

.sign .icon, .signatories .icon
{
    background-position: 10px 11px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.sign
{
    background-color: #84a3af;
}

.sign .icon
{
    background-image: url(../images/signup.jpg);
}

.signatories
{
    float: right;
}

.signatories .icon
{
    background-image: url(../images/signatories.jpg);
}

#main-content .sign h2,
#main-content .signatories h2
{
    background: none;
    border: none;
    padding: 15px 0 0 70px;
    margin: 0;
    zoom: 1;
}

#main-content .sign p,
#main-content .signatories p
{
    padding-left: 70px;

}

.sign p, .signatories p
{
    padding: 0 0 13px 70px;
    margin-bottom: 0px;
}

.sign p a, .signatories p a
{
    text-decoration: none;
    color: #222222;
}

.sign p a:hover, .signatories p a:hover
{
    text-decoration: underline;
}

.memberstatus
{
    margin-bottom: 12px;
    margin-left: 10px;
    font-family: "TheSerifBold";
    font-size: 14px;
}

.petition .user-info fieldset.terms
{
    margin-left: 10px;
}

.petition .user-info fieldset.terms button
{
    float: right;
    margin-top: 10px;
}

.memberstatus .left,
.memberstatus .right
{
    float: left;
    width: 190px;
}

.memberstatus .radio-button
{
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.petition fieldset p,
.join fieldset p
{
    float: left;
    margin-top: 10px;
    width: 360px;
    font-size: 10px;
}

/* Join Page
   ========================================================================== */
.join .selectBox
{
    margin-bottom: 13px;
}

.join .right
{
    /* Woe is me, odd forms */
    padding-top: 51px;
}

form.form-holder fieldset.join.left,
form.form-holder fieldset.join.right
{
    width: 286px;
}

form.form-holder .join input[type="text"],
form.form-holder .join input[type="email"],
form.form-holder .join select
{
    width: 195px;
}

form.form-holder .join select,
form.form-holder .join .selectBox
{
    margin-left: 6px;
    width: 205px;
}

.join-fsf form.form-holder.user-info fieldset.checkbox-fields
{
    margin-top: 0px;
}

.join-fsf form.form-holder .checkbox-field
{
    width: 309px;
}

/*-------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/

#footer
{
    background-image: url("../images/footer_background.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    display: block;
    height: 140px;
	width: 950px;

	margin: 20px auto 10px auto;

    text-align: center;

    color: #bfbfbf;

    font-weight: bold;
}

#footer ul
{
	padding: 3px 0px 0px 0px;
    line-height: 40px;
}

#footer ul:first-child
{
    padding-top: 25px;
}

#footer ul li
{
	display: inline;
	padding: 0px 9px 0px 10px;
	border-left: 1px solid #adadad;
}

#footer ul li:first-child
{
	padding-left: 0px;
	border-left: none;
}

#footer ul li a
{
	color: #fafafa;
}

#footer .azure /*a*/
{
	width: 145px;
	line-height: 10px;
	font-size: 10px;
	color: #343434;
	float: right;
	padding: 1px 0px 2px 30px;
	background-image: url(../images/footer-azure.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

/*-------------------------------------------------------------------
Home
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
Page / Content
-------------------------------------------------------------------*/

#sidebar
{
	width: 300px;
}

#main-content
{
	width: 625px;
}

/*#main-content h1,
#main-content h2,
#main-content .comment h4
{
    font-size: 18px;
    color: #040504;
    background-image: url("../images/icn_white_arrow.png");
    background-position: left 0px;
    background-repeat: no-repeat;
    font-family: "TheSerifBold";
    padding: 0px 0px 15px 34px;
    border-bottom-style: solid;
    border-width: 4px;
    border-color: #ebebeb;
    font-style: normal;
    display: block;
    margin-bottom: 20px;
}

#main-content h2,
#main-content .comment h4
{
    margin-top: 20px;
}

#main-content .news-box h2
{
    margin-bottom: 5px;
}

#main-content h2 small,
#main-content h4 small
{
    float: right;
    font-weight: normal;
    font-family: Georgia;
    font-size: 14px;
}

#main-content h3
{
    font-size: 16px;
    font-family: 'TheSerif';
    color: #040504;
    background-image: url('../images/icn_white_arrow.png');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 30px;
    height: 22px;
    text-transform: uppercase;
}
*/

#main-content.contact h2
{
    border: none;
    margin-bottom: 0px;
    margin-top: 20px;
}

.page-break-after
{

}

/*-------------------------------------------------------------------
 Page Bar - contains like buttons, tweet, g+ etc for articles
-------------------------------------------------------------------*/
.page-bar
{
    width: 365px;
    background: #f6f6f6;
    position: relative;
    padding: 5px;
}
.page-bar-btn
{
}
.page-bar .g-plusone, .page-bar #___plusone_0
{
    position: absolute;
    left: 176px;
}
.page-bar .fb-like
{
    float: left;
    width: 92px;
}
.page-bar .twitter-share-button
{
    width: 87px !important;
}

/*-------------------------------------------------------------------
Search Results / Comments
-------------------------------------------------------------------*/

#main-content header.search
{
    border-bottom: 4px solid #EBEBEB;
    margin-bottom: 20px;
}

#main-content header.search h1
{
    border: none;
    margin-bottom: 0px;
    float: left;
}

#main-content header.search .results-count
{
    float: right;
}

.search-results, .comments
{
    margin-bottom: 22px;
}

.search-result, .comment
{
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    padding: 17px;
    margin-top: 3px;
}

.search-result:first-child
.comment:first-child
{
    margin-top: 0px;
}

.search-result:nth-child(even),
.comment:nth-child(even)
{
    background-color: #e9e9e9;
}

#main-content .search-result header h2,
#main-content .comment header h4
{
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px 0px 10px;
    color: #373737;
    font-size: 15px;
}

#main-content .comment header h4
{
    float: left;
}

#main-content .comment header .club
{
    float: right;
    font-size: 14px;
    color: #383838;
}

.search-result .content,
.comment .content
{
    background: url(../images/bg-search-result-content.png) left top repeat transparent;
    padding: 10px;
    margin: 10px 0px;
}

.search-result .content p,
.comment .content p
{
    padding-bottom: 0px;
}

#main-content .search-result footer a,
#main-content .comment footer a
{
    color: #47aa42;
}

.searchbar
{
    background-color: #000000;
    padding: 10px;
    box-shadow: 0px 0px 3px 3px #eeeeee;
    border-radius: 2px;
    margin-bottom: 30px;
}

.searchbar label
{
    background-position:  left top;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 94px;
    display: block;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 0px 7px 15px;
    font-family: "TheSerifBold";
    font-weight: bold;
    margin-right: 7px;
}

.searchbar input[type="search"],
.searchbar input.filterinput
{
    height: 30px;
    background-color: #ececec;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #969696;
    display: block;
    float: left;
    padding: 0px 13px;
    outline: none;
    font-size: 13px;
    font-family: "TheSerif";
    color: #101010;
    line-height: 30px;
    width: 380px;
}

.searchbar .filterselect
{
    float: left;
    width: 355px;
    margin-right: 13px;
}

.searchbar .filterselect .selectBox,
.searchbar .filterselect select
{
    width: 355px !important;
}

#narrow-searchbar .searchbar .filterselect .selectBox
{
    width: 210px !important;
}

.directory div#narrow-searchbar .searchbar .filterselect,
.directory #narrow-searchbar .searchbar .filterselect .selectBox {
    width: 180px !important;
}

.directory .google-map {
    height: 326px;
}

/*#narrow-searchbar .searchbar .filterselect .selectBox {
    width: 180px !important;
}*/

.searchbar button
{
    width: 31px;
    height: 30px;
    overflow: hidden;
    padding-top: 30px;
    background: url(../images/btn-search-submit.png) center;
    border: none;
    box-shadow: none;
    margin-left: 9px;
    float: left;
}

/* IE7 Doesn't inline these properly */
.lt-ie8 .searchbar .filterselect { float: left; margin-right: 10px; }
.lt-ie8 .searchbar .filterinput { width: 230px; }

.searchbar input[type="image"]
{
    float: right;
}

.searchbar input[type="search"].small
{
    width: 204px;
    margin-right: 12px;
}

.searchbar select,
.searchbar .selectBox
{
    width: 204px;
    height: 30px;
}

.searchbar .selectBox
{
    background-color: #ececec;
    box-shadow: nonw;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.searchbar .selectBox .selectBox-arrow
{
    width: 30px;
    height: 30px;
    background-image: url(../images/selectbox-arrow-small.png);
    background-position: center;
}

.searchbar .selectBox .selectBox-label
{
    line-height: 30px;
    font-size: 12px;
}

.selectBox-dropdown-menu.search-select-selectBox-dropdown-menu
{
    line-height: 30px;
    font-size: 12px;
    background-color: #ececec;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.selectBox-dropdown-menu.search-select-selectBox-dropdown-menu li a
{
    line-height: 30px;
    font-size: 12px;
}

.selectBox-dropdown-menu.search-select-selectBox-dropdown-menu li:hover a
{
    text-decoration: underline;
}


/*-------------------------------------------------------------------
Account Page
-------------------------------------------------------------------*/
form.form-holder fieldset
{
    display: block;
}

#main-content h1.no-border,
#main-content h2.no-border
{
    border: none;
    margin-bottom: 0px;
}

.account header
{
    clear: both;
}

form.account-settings
{
}

form.account-settings .field,
form.split .field
{
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}

form.account-settings .field.full-width,
form.split .field.full-width
{
    width: 100%;
    float: none;
}

form.form-holder.account-settings .field + .field,
form.form-holder.split .field + .field
{
    margin-top: 0;
}

form.account-settings .field .message,
form.split .field .message
{
    display: block;
    margin-top: 5px;
}

.message a {
    color: #ffffff;
    text-decoration: underline;
}

.message a:hover {
    text-decoration: none;
}

form.account-settings .selectBox,
form.split .selectBox {
    width: 258px !important;
}


form.account-settings .fieldgroup-field .selectBox,
form.split .fieldgroup-field .selectBox {
    width: 85px !important;
    min-width: 0;
}

form.account-settings .fieldgroup-field .selectBox-label,
form.split .fieldgroup-field .selectBox-label {
    width: 33px !important;
}

form.account-settings .field.confirmedpassword,
form.account-settings .fieldgroup-field .field,
form.split .field.confirmedpassword,
form.split .fieldgroup-field .field
{
    width: 100%;
}

form.account-settings .field.fieldgroup.checkboxes,
form.split .field.fieldgroup.checkboxes
{
    margin-top: 25px;
}

form.form-holder.account-settings .holder p,
form.form-holder.split .holder p
{
    margin: 0;
    padding-bottom: 0;
}


form.form-holder.user-info .right label.surname,
form.form-holder.user-info .left label.email
{
    line-height: 15px;
}

form.form-holder.update-username input[type="text"]
{
    width: 306px;
    margin-left: 15px
}

form.form-holder.update-username .check-availability
{
    width: 148px;
    height: 35px;
    background-color: #1c1c1c;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Georgia;
}

form.form-holder.update-password .holder fieldset
{
    clear: both;
    margin-top: 15px;
}

form.form-holder.update-password .holder fieldset.first
{
    margin-top: 0px;
}

form.form-holder.update-password label
{
    width: 115px;
    float: left;
    margin-right: 20px;
}

form.form-holder.single-column input[type="text"],
form.form-holder.single-column input[type="email"],
form.form-holder.single-column input[type="password"]
{
    width: 236px;
}

form.form-holder.single-column select,
form.form-holder.preferences select
{
    width: 234px;
}

form.form-holder.personal .left label,
form.form-holder.personal .right label
{
    line-height: 33px;
}

form.form-holder.preferences .transform
{
}

form.form-holder.preferences fieldset
{
    margin-top: 15px;
    text-align: right;
}

form.form-holder.preferences fieldset .radio-options,
form.form-holder.user-info fieldset .radio-options
{
    float: right;
}

form.form-holder.preferences fieldset .radio-option,
form.form-holder.user-info fieldset .radio-option
{
    float: left;
    width: 65px;
    padding: 9px 0px 10px;
}

form.form-holder.preferences fieldset .radio-option:first-child,
form.form-holder.user-info fieldset .radio-option:first-child
{
    margin-right: 15px;
}

form.form-holder.preferences fieldset .radio-option label,
form.form-holder.user-info fieldset .radio-option label
{
    float: left;
    width: 40px;
    height: 13px;
    line-height: 13px;
    text-align: center;
}

form.form-holder.preferences fieldset .radio-option input[type="radio"],
form.form-holder.user-info fieldset .radio-option input[type="radio"],
form.form-holder.preferences fieldset .radio-option .radio-button,
form.form-holder.user-info fieldset .radio-option .radio-button
{
    float: left;
    height: 13px;
    outline: none;
}

form.form-holder.preferences fieldset .radio-option .radio-button,
form.form-holder.user-info fieldset .radio-option .radio-button
{
    display: block;
    width: 14px;
    height: 13px;
}

form.form-holder.preferences fieldset.checkbox-fields,
form.form-holder.user-info fieldset.checkbox-fields
{
    margin-top: 20px;
}

form.form-holder.preferences fieldset .checkbox-field,
form.form-holder.user-info fieldset .checkbox-field
{
    float: left;
    padding: 7px 0px 8px;
}

/* Make me a memeber */
form.form-holder.preferences fieldset .checkbox-field.first,
form.form-holder.user-info fieldset .checkbox-field.first
{
    width: 143px;
    margin-right: 20px;
}

/* Receive Fanmail */
form.form-holder.preferences fieldset .checkbox-field.second,
form.form-holder.user-info fieldset .checkbox-field.second
{
    width: 125px;
    padding-left: 10px;
    margin-right: 10px;
}

/* Make me a memebr */
form.form-holder.preferences fieldset .checkbox-field.third,
form.form-holder.user-info fieldset .checkbox-field.third
{
    width: 119px;
    padding-left: 15px;
    padding-right: 10px;
}

/* Email Opt-out */
form.form-holder.preferences fieldset .checkbox-field.fourth,
form.form-holder.user-info fieldset .checkbox-field.fourth
{
    width: 109px;
    padding-left: 5px;
}


form.form-holder.preferences fieldset .checkbox-field label,
form.form-holder.user-info fieldset .checkbox-field label
{
    float: right;
    height: 18px;
    line-height: 18px;
}

form.form-holder.preferences fieldset .checkbox-field .checkbox-button,
form.form-holder.user-info fieldset .checkbox-field .checkbox-button,
form.form-holder.preferences fieldset .checkbox-field input[type="checkbox"],
form.form-holder.user-info fieldset .checkbox-field input[type="checkbox"]
{
    float: left;
    height: 18px;
    text-align: center;
    outline: none;
}

form.form-holder.account-settings
{
}

form.form-holder.account-settings .holder
{
    margin-bottom: 15px;
}

form.form-holder.account-settings label
{
    margin-top: 15px;
    display: block;
    width: 100%;
}


form.form-holder.account-settings label.first
{
    margin-top: 0px;
}

form.form-holder.account-settings .selectBox .selectBox-label
{
    font-family: arial;
    height: 35px;
    overflow: hidden;
}

/*-------------------------------------------------------------------
Directory Main Page
-------------------------------------------------------------------*/
.searchbar.directory
{
    margin-bottom: 50px;
}

.directory-listing
{
    border-top: 4px solid #ececec;
    padding-top: 25px;
}

.directory-listing ul
{
}

.directory-listing ul li
{
    float: left;
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #e5e5e5;
    width: 203px;
    height: 33px;
    line-height: 33px;
    display: block;
    padding-left: 5px;
}

.directory-listing ul li.top
{
    border-width: 4px 0px 4px 0px;
}

.directory-listing ul li a
{
    color: #262626;
    font-size: 12px;
}

section.directory-content p
{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 30px;
}

.searchbar.directory-search label
{
    background: none;
    color: #FFFFFF;
    font-family:"TheSerifBold";
    font-size: 18px;
    width: auto;
    padding: 7px 5px 0px 10px;
}



/*-------------------------------------------------------------------
 Directory Listing
-------------------------------------------------------------------*/

.searchbar.directory-search label,
.searchbar.directory-search input[type="search"],
.searchbar.directory-search select,
.searchbar.directory-search .selectBox
{
    float: left;
}

.searchbar.directory-search input[type="search"]
{
    width: 185px;
    margin-left: 3px;
}

.searchbar.directory-search select,
.searchbar.directory-search .selectBox
{
    width: 185px;
    margin-right: 7px;
    margin-left: 5px;
}

.directory-listings
{
}

.directory-listings .list-item
{
    border-bottom: 4px solid #e5e5e5;
    padding: 25px;
}

.directory-listings .list-item img
{
    float: left;
    margin-right: 25px;
}

.directory-listings .list-item.featured
{
    background-color: #eeeeee;
    margin-top: 9px;
}


.directory-listings .list-item.featured:first-child
{
    margin-top: 0px;
}

.directory-listings .list-item .content-holder
{
    width: 439px;
}

.directory-listings .list-item header
{
    margin-bottom: 10px;
}

#main-content .directory-listings .list-item header h3
{
    background-image: none;
    padding: 0px;
    height: auto;
    font-family: "TheSeif";
    font-size: 17px;
    text-transform: none;
    float: left;
}

.directory-listings .list-item header .category
{
    float: left;
    margin-left: 12px;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-image: url(../images/directory_tilemap.png);
}

.directory-listings .list-item header .category a
{
    background-color: #dddddd;
    margin-left: 23px;
    padding: 0px 10px;
    display: block;
    color: #040504;
}

/* Directory Icons */
.directory-listings .list-item header .category.accomodation { background-position: 0px 0px; }
.directory-listings .list-item header .category.food-and-drink { background-position: -23px 0px; }
.directory-listings .list-item header .category.things-to-do { background-position: 0px -23px; }
.directory-listings .list-item header .category.transport { background-position: -23px -23px; }

.directory-listings .list-item .content-holder  .content p
{
    font-size: 12px;
    padding: 0px 0px 15px 0px;
}

.directory-listings .list-item .content-holder  .content .contact-details
{
    float: left;
    font-size: 12px;
}

.directory-listings .list-item .content-holder  .content .contact-details.telephone
{
    padding-right: 11px;
}


.directory-listings .list-item .content-holder  .content .contact-details.website
{
    padding-left: 12px;
    background: url(../images/bg-pipe.png) left center no-repeat transparent;
}
.directory-listings .list-item .content-holder  .content .contact-details a
{
    color: 313131;
}

.directory-listings .column1
{
    width: 460px;
    margin-right: 20px;
    margin-top: 10px;
}

.directory-listings .column1 .list-item
{
    padding: 20px 0px;
    width: 100%;
}

.directory-listings .column2
{
    margin-right: 0px;
    margin-top: 30px;
}

#page-directory-listing header h2
{
    margin-bottom: 0px;
}

#page-directory-listing p.featured
{
    font-size: 12px;
    padding: 10px 0px 1px;
}



/*-------------------------------------------------------------------
 Directory Signup Holder
-------------------------------------------------------------------*/
.directory-signup-holder
{
    background-color: #f0f0f0;
    padding: 25px 20px;
}

.directory-signup-holder p
{
    font-size: 13px;
}

.directory-signup-holder .listing-type
{
    display: block;
    float: left;
    width: 245px;
    background-color: #e5e5e5;
    padding: 20px;
    margin-left: 11px;
    border: 1px solid #cfcfcf;
}

.directory-signup-holder .listing-type:first-child
{
    margin-left: 0px;
}

.directory-signup-holder .listing-type h2
{
    padding: 0px;
}

#main-content .directory-signup-holder .listing-type hgroup
{
    text-align: center;
}

#main-content .directory-signup-holder .listing-type h2,
#main-content .directory-signup-holder .listing-type h3
{
    background: none;
    margin: 0px;
    padding: 0px;
}

#main-content .directory-signup-holder .listing-type h2
{
    font-family: "TheSerifbold";
    font-size: 25px;
    text-transform: uppercase;
}

#main-content .directory-signup-holder .listing-type h3
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    padding: 8px 0px 5px;
    border-width: 2px 0px;
    border-style: solid;
    border-color: #cdcdcd;
    margin-top: 10px;
    margin-bottom: 20px;
}

#main-content .directory-signup-holder p
{
    padding-bottom: 20px;
}


.directory-signup-holder .btn
{
    font-size: 17px;
}

.directory-signup-holder aside
{
    padding-top: 30px;
}

.directory-signup-holder aside p
{
    padding-bottom: 0px;
}



/*-------------------------------------------------------------------
Blog Listing
-------------------------------------------------------------------*/
#blog-listing .holder
{
    background-color: #f0f0f0;
    padding: 20px 25px;
}

#blog-listing .article-container
{
    padding-top: 13px;
    margin-top: 14px;
    border-top: 4px solid #efefef;
}

#blog-listing .article-container:first-child,
#blog-listing .article-container.first
{
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

#blog-listing article
{
}

#blog-listing article header
{
    border-bottom: 4px solid #dddddd;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

#blog-listing article header h2
{
    font-size: 16px;
    background-image: none;
    padding: 0px;
    border-bottom: none;
    margin-bottom: 7px;
}

#blog-listing article header .posted
{
    padding-right: 5px;
}

#blog-listing article header time
{
    padding-left: 10px;
    background: url(../images/bg-blog-pipe.gif) left center no-repeat transparent;
}

#blog-listing article p
{
    font-size: 12px;
    padding-bottom: 20px;
}

#blog-listing article img.main
{
    margin-bottom: 15px;
}

#blog-listing article footer
{
}

#blog-listing article footer ul
{
    list-style: none;
    display: block;
    width: 100%;
    margin: 0px;
}

#blog-listing article footer ul li
{
    width: 50%;
}

#blog-listing article footer ul li.comments
{
    float: left;
    text-align: left;
}

#blog-listing article footer ul li.comments a
{
    color: #fafafa;
    background: url(../images/bg-comments.gif) left center no-repeat transparent;
    display: block;
    width: 27px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-family: arial;
    padding-left: 7px;
}

#blog-listing article footer ul li.more
{
    float: right;
    text-align: right;
}

#blog-listing article footer ul li.more a
{
    color: #040504;
    text-decoration: underline;
}

#blog-listing article footer ul li.more a:hover
{
    text-decoration: none;
}

.blog-post-image-small
{
    float: left;
    margin: 0px 15px 15px 0px;
}


/*-------------------------------------------------------------------
Join FSF page
-------------------------------------------------------------------*/
.join-fsf form
{
    margin-bottom: 40px;
}

.join-fsf form .row
{
    margin-top: 25px;
}

.join-fsf form .row.first
{
    margin-top: 0px;
}

.join-fsf form p.terms
{
    float: left;
    width: 420px;
    font-size: 12px;
    line-height: 16px;
}

.join-fsf form label.single-line
{
    padding-top: 9px;
}

.join-fsf form p.terms a
{
    color: #47aa42;
}

.join-fsf form.form-holder .holder
{
    margin-bottom: 36px;
}

.join-fsf form.form-holder .holder p
{
    padding-left: 0px;
    background: none;
}

.join-fsf form.form-holder input[type="image"]
{
    margin-top: 0px;
    margin-bottom: 0px;
}


/*-------------------------------------------------------------------
 Side Navigation
-------------------------------------------------------------------*/

.sub-nav
{

}

.sub-nav h2,
.shopping-basket h2
{
    background-image: url('../images/bkg_sub_nav.jpg');
    text-align: left;
    font-family: 'TheSerif';
    font-size: 14px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.sub-nav nav
{
    margin-bottom: 26px;
}

.sub-nav nav ul
{
    list-style-type: none;
}

.sub-nav nav ul li
{
    border-bottom-style: solid;
    border-width: 5px;
    border-color: #efefef;
}

.sub-nav nav ul li a
{
    display: block;
    font-size: 12px;
    color: #171717;

    padding: 10px 0px 10px 27px;
    background-image: url('../images/icn_white_arrow_sml.png');
    background-repeat: no-repeat;
    background-position: left 50%;
}


/* Sub sections of the navigation */
.sub-nav nav ul li ul
{
    margin-left: 14px;
}

.sub-nav nav ul li ul li.last
{
    border-bottom: none;
}

.sub-nav nav ul li ul li a,
.sub-nav nav ul li ul li a:hover
{
    background-image: url(../images/bg-subnav-subsection.png);
}

.shopping-basket
{
    background: url(../images/bg-shopping-basket.gif) repeat #dadada;
    margin-bottom: 13px;
}

.shopping-basket .container
{
    padding: 13px;
}

.shopping-basket .items
{
}

.shopping-basket .items .item
{
    border-bottom: 4px solid #c3c3c3;
    margin-bottom: 13px;
    padding: 0px 0px 13px;
}

.shopping-basket .items .item .info
{
    width: 256px;
    float: left;
}

.shopping-basket .items .item .info a
{
    color: #0d0d0d;
    font-size: 13px;
}

.shopping-basket .items .item .info .order-info
{
    color: #5a5a5a;
}

.shopping-basket .items .item .info .order-info .qty
{
    padding-right: 14px;
    line-height: 13px;
    background: url(../images/bg-pipe.png) right center no-repeat transparent;
}


.shopping-basket .items .item .info .order-info .subtotal
{
    padding-left: 11px;
}

.shopping-basket .items .item .remove
{
    width: 18px;
    float: right;
    margin-top: 11px;
}

.shopping-basket .summary .total
{
    margin-top: 9px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

/*-------------------------------------------------------------------
 SpnsrHolders
-------------------------------------------------------------------*/
.spnsrholder
{
    /* background: #D9DB59; */
}

/* 300 x 250 */
.spnsrholder.med
{
    display: block;
    width: 300px;
    height: 250px;
    margin-bottom: 10px;
}

/* 720 x 90 */
.spnsrholder.long
{
    display:block;
    width: 720px;
    height: 90px;
    float: left;
}

/* 105x85 */
.spnsrholder.mini
{
    float: right;
    width: 105px;
    height: 85px;
    display: block;
}

#header-bottom .spnsrholder.mini
{
    margin: 10px;
    width: auto;
    max-width: 105px;
}

/*-------------------------------------------------------------------
 SideBoxes
-------------------------------------------------------------------*/
.fb-like-box
{
	margin-bottom: 10px;
}


/*-------------------------------------------------------------------
    Comments
-------------------------------------------------------------------*/
#comments-section ul
{
    list-style-type: none;
    margin: 0px;
}

#comments-section ul li
{
    margin-bottom: 35px;
}

#comments-section header
{
    padding: 25px 0px 25px 0px;
}

#comments-section header a
{
    color: #000;
    text-decoration: underline;
}

#comments-section .bubble.left:after
{
    border-color: transparent #e8e8e8;
    border-width: 14px 26px 17px 0px;
    bottom: auto;
    left: -18px;
    top:  19px;
}

#comments-section .bubble:after
{
    border-color: #e8e8e8 transparent;
    border-style: solid;
    border-width: 5px 5px 0;

    content: "";
    display: block;
    position: absolute;
}

#comments-section .bubble.left
{
    background: none repeat scroll 0 0 #e8e8e8;
}

#comments-section .bubble
{
    background: #e8e8e8;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 100%;
    width: 423px;
    padding: 23px;
}

#comments-section .bubble .date
{
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #7d7d7d;
    margin-top: 12px;
}

#comments-section .user-details
{
    width: 105px;
    float: left;
    text-align: right;
}

#comments-section .user-name
{
    font-size: 13px;
    font-family: 'Georgia';
    color: #383838;
    margin: 14px 0px 0px 0px;
    font-style: italic;
}

#comments-section .user-team
{
    font-size: 12px;
    font-family: 'georgia';
    color: #878787;
    font-style: italic;
}

.comment-box h3
{
    margin-bottom: 19px;
}

.comment-box .comment-title
{
    background-image: url('../images/icn_white_arrow_sml.png');
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 27px;
    margin-bottom: 25px;
}

/* Comment Form */
.comment-form
{
}

.comment-box .comment-form .comment-title
{
    margin-bottom: 12px;
}

.comment-form .comment-holder
{
    background: #e3e3e3;
    padding: 23px 25px;
    margin-bottom: 15px;
    display: inline-block;
}

.comment-form .comment-holder textarea
{
    width: 539px;
    height: 139px;
    resize: none;
    box-shadow: 2px 2px 3px 0px #b8b8b8 inset;
    border: none;
    margin: 0px auto;
    display: block;
    padding: 15px;
    outline: none;
    background-color: #fafafa;
}

.comment-form label,
.form-holder.comment-form label
{
    display: block;
    float: none;
}

.form-holder.comment-form label
{
    margin: 0px 0px 0px 10px;
}

.form-holder.comment-form .selectBox
{
    margin: 0px 0px 10px 10px;
}

.form-holder.comment-form textarea
{
    margin-top: 0px;
}

.comment-form .selectBox
{
    min-width: 273px;
    margin-bottom: 10px;
}
.small-dropdown .selectBox{
	min-width: 220px;
	width: 220px !important;
}
.form-holder.comment-form .club
{
    margin-top: 43px;
}

a.switch-user
{
    font-size: 11px;
}


/* Twitter Box
   ========================================================================== */
#twitter
{
	background: url("../images/menu-bg-repeat.jpg") repeat;
    height: 136px;
    overflow: hidden;
    position: relative;
}
#twitter img{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 107px;
	width: auto;
}

#twitter ul
{
    list-style: none;
    padding: 10px;
    min-height: 100px;
    border-radius: 10px;
    background-color: #7D7D7D;
    background-color: rgba(255,255,255,0.4);
    color: #F5F5F5;
	box-sizing: border-box;
	margin: 10px 10px 10px 110px;
	position: relative;
}
#twitter ul:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #7D7D7D; 
    border-right: 12px solid rgba(255,255,255,0.4); 
    position: absolute;
    top: 30px;
    left: -12px;
}

#sidebar #twitter
{
    width: 300px;
    height: 250px;
}
#sidebar #twitter ul{
	min-height: 200px;
}


#sidebar #twitter ul:before {
    top: 140px;
}


#twitter a
{
    color: #f2c924;
}



/*-------------------------------------------------------------------
 News Page
-------------------------------------------------------------------*/
.news-box
{
    border-bottom-style:solid;
    border-width: 4px;
    border-color: #f0f0f0;
    margin-bottom: 20px;
}

.news-box.large
{
    width: 282px;
    border-bottom-style: none;
}

.news-box.large .text
{
    background: #f0f0f0;
	height: 250px;
}

.news-box.first .text
{
    padding-top: 0px;
}

.news-box .text
{
    padding: 21px 16px 16px 16px;
}

.lt-ie8 .news-box .text
{
    padding-bottom: 30px;
}

.news-box .text p
{
    line-height: 20px;
}

.news-box .text h2
{
    font-size: 16px;
    color: #000;
    font-family: 'TheSerif';
    margin-bottom: 14px;
    border-bottom-style: none !important;
}

.news-left
{
    width: 446px;
    float: left;
}

.news-right
{
    width: 145px;
    float: right;
}

.right-bar
{
    padding-right: 22px;
    border-right-style: solid;
    border-width: 4px;
    border-color: #f0f0f0;
}

.line
{
    border-bottom-style: solid;
    border-width: 5px;
    border-color: #e3e3e3;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.line-top
{
    border-top-style: solid;
    border-width: 5px;
    border-color: #e3e3e3;
    margin-top: 14px;
    padding-top: 14px;
}

/*-------------------------------------------------------------------
 News Article
-------------------------------------------------------------------*/
.news-article
{
}

.news-article h1
{
    /*width: 456px;*/
    /*float: left;*/
}

.news-article p
{
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 24px;
}

.news-article ul
{
	margin-bottom: 24px;
}

.news-article ul li
{
margin-bottom: 12px;
}


/*-------------------------------------------------------------------
 Blog
-------------------------------------------------------------------*/
.blog
{
    list-style: none !important;
}

.blog li
{
    border-bottom-style: solid;
    border-width: 4px;
    border-color: #efefef;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

.blog-box
{
    padding: 20px;
    background-color: #f0f0f0;
}

.blog-box img
{
    margin-bottom: 25px;
}

.blog-box .text
{
    margin-bottom: 40px;
}

#main-content .blog-box header
{
    border-bottom-style: solid;
    border-color: #dddddd;
    border-width: 4px;
    padding: 0px;
    margin: 0px 0px 14px 0px;
}

#main-content .blog-box header h2
{
    background-image: none;
    font-size: 16px;
    font-family: 'TheSerif';
    color: #040504;
    padding: 0px;
    border: none;
    margin: 0px;
}

#main-content .blog-box header p
{
    font-size: 12px;
    color: #040504;
    line-height: 20px;
}

#main-content .article-content
{
    padding-bottom: 20px;
}


/*-------------------------------------------------------------------
 Shared styles
-------------------------------------------------------------------*/
.comments-bubble
{
    color: #fff;
    float: left;
    background-image: url('../images/icn_comments_bubble');
    background-repeat: no-repeat;
    width: 27px;
    height: 20px;
    text-align: center;
}


.blog-box .read-more, .text .read-more
{
    float: right;
    color: #000;
    text-decoration: underline;
}


/*-------------------------------------------------------------------
 Breadcrumbs
-------------------------------------------------------------------*/
#breadcrumbs
{
    padding: 10px;
    background: #eeeeee;
    font-size: 13px;
    font-family: 'Georgia';
    color: #383838;
}

#breadcrumbs a
{
    color: #222222;
    text-decoration: underline;
}

#breadcrumbs a:hover
{
    text-decoration: none;
}

.holder{
	margin-top: 17px;
}

/*-------------------------------------------------------------------
    Forms
-------------------------------------------------------------------*/

form.form-holder .holder
{
    background: #e3e3e3;
    padding: 20px 15px;
}

form.form-holder .holder p
{
    background: url(../images/arrow-right-small.gif) left 2px no-repeat transparent;
    padding-left: 26px;
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: "TheSerif";
}

form.form-holder .holder p.description
{
    padding: 0 0 0 26px;
    margin: 8px;
}

form.form-holder fieldset.left,
form.form-holder fieldset.right
{
    width: 270px;
}

form.form-holder .left input,
form.form-holder .right input
{
    margin-bottom: 20px;
}

form.form-holder .left input:last-child,
form.form-holder .right input:last-child
{
    margin: 0px 0px 0px 7px;
}

form.form-holder select
{
    width: 100%;
    height: 33px;
}

form.form-holder select option
{
    font-family: "TheSerif";
}

form.form-holder label,
form.form-holder .label
{
    height: 33px;
    line-height: 33px;
    display: block;
    float: left;
}

form.form-holder .left label,
form.form-holder .right label
{
    float: left;
    width: 54px;
    height: 33px;
    line-height: 16px;
}

form.form-holder .right label
{
    width: 74px;
}

form.form-holder input[type="image"]
{
    float: right;
    margin-top: 13px;
    margin-bottom: 50px;
}

form.form-holder input[type="text"],
form.form-holder input[type="email"],
form.form-holder input[type="password"],
.table input[type="text"]
{
    width: 249px;
    height: 33px;
    border: none;
    box-shadow: 2px 2px 3px 0px #b8b8b8 inset;
    padding: 0px 5px;
    outline: none;
    background-color: #fafafa;
}

form.form-holder .full-width input[type="text"],
form.form-holder .full-width input[type="email"],
form.form-holder .full-width input[type="password"]
{
    width: 570px;
}

form.form-holder textarea
{
    width: 522px;
    height: 137px;
    resize: none;
    box-shadow: 2px 2px 3px 0px #b8b8b8 inset;
    border: none;
    margin: 0;
    display: block;
    padding: 15px;
    outline: none;
    background-color: #fafafa;
}


form.form-holder .label.radio
{
    height: 13px;
    line-height: 13px;
}

.radio-button
{
    width: 14px;
    height: 13px;
    float: left;
    background-image: url(../images/radio.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.radio-button.checked
{
    background-image: url(../images/radio-checked.png);
}

.checkbox-button
{
    width: 19px;
    height: 18px;
    background-image: url(../images/checkbox.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.checkbox-button.checked
{
    background-image: url(../images/checkbox-checked.png);
}

/*-------------------------------------------------------------------
    Pagination
-------------------------------------------------------------------*/
.pagination
{
    margin: 23px 0px 49px;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
    overflow:hidden;
}

#comments-section .pagination
{
    margin: 0px 0px 20px;
}

.pagination ul,
#comments-section .pagination ul
{
    display: block;
    width: 436px;
    overflow: hidden;
    margin: 0px auto;
}

.pagination ul.no-prev
{
    float: right;
}

.pagination ul.single-page
{
    width: 625px;
    float: none;
}

.pagination ul li,
#comments-section .pagination ul li
{
    background: none;
    padding: 0;
    text-align: center;
    display: inline;
    line-height: 33px;
    padding: 0px 9px;
    margin: 0px;
}

.pagination ul li a
{
    color: #9f9f9f;
    font-family: "TheSerif";
    text-decoration: none;
    font-size: 14px;
}

.pagination ul li.current a
{
    color: #1f1f1f;
    font-family: "TheSerifBold";
}

.pagination ul li a:hover
{
    color: #696969;
}

.pagination .left,
.pagination .right
{
    position: absolute;
    width: 70px;
    top: 0;
}

.pagination .left { left: 0; }
.pagination .right { right: 0; }

#page
{
	padding: 0px 0px 0px 0px;
	margin: 10px auto 0px;
	width: 950px;
}

#page-right
{
	float: right;
	width: 330px;
}

.content
{
}

.content h2
{
	font-size: 20px;
	padding: 0px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
}

.content p
{
	line-height: 20px;
	font-size: 14px;
}

.content p a
{
	color: #121212;
}

.content p a:hover
{

}

.content p strong
{
	font-weight: bold;
}

.content ul
{

}

.content ul li
{

}

.content ul li a
{
}

.content ol
{

}

.content ol li
{

}

.content li a
{

}
/*-------------------------------------------------------------------
Forum Post
-------------------------------------------------------------------*/
form.forum-search fieldset
{
    border-bottom: 4px solid #EBEBEB;
    padding-bottom: 9px;
}
form.forum-search legend
{
    display: block;
    width: 276px;
    line-height: 37px;
    background-image: url(../images/bkg_sub_nav.jpg);
    color: #fafafa;
    font-size: 14px;
    font-family: "TheSerifBold";
    text-transform: uppercase;
    padding: 0px 12px;
    /* margin-bottom: 9px; - Doesn't display in chrome */
}

form.forum-search input
{
    margin-top: 9px;
}

form.forum-search input[type="image"]
{
    float: right;
}

form.forum-search input[type="search"]
{
    background-color: #e6e6e6;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #bebebe;
    width: 254px;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 0px 7px 14px;
}


.post-toolbar
{
    background: url(../images/bkg_sub_nav.jpg);
}

#forum-posts .post-toolbar.bottom
{
    margin-bottom: 30px;
}


/* Pagination */
.post-toolbar .pagination,
.post-toolbar .pagination span,
.post-toolbar .pagination ul
{
    float: left;
    background: transparent;
    text-align: left;
    margin: 0px;
    display: block;
    line-height: 33px;
    font-weight: bold;
}

.post-toolbar .pagination span
{
    padding-left: 19px;
    color: #ffffff;
    margin-right: 6px;
}

.post-toolbar .pagination ul li
{
    padding: 0px 2px;
}

.post-toolbar .pagination ul li a
{
    font-family: Georgia;
}

.post-toolbar .pagination ul li a.active
{
    color: #FFFFFF;
}

.post-toolbar .pagination ul li a:hover
{
    color: #FFFFFF;
}

/* Post Links */
.post-toolbar .post-links
{
    float: right;
}

.post-toolbar .post-links ul
{
    margin-right: 18px;
}

.post-toolbar .post-links ul li
{
    display: inline;
    line-height: 36px;
    padding: 0px 12px 0px 10px;
    background: url(../images/bg-forum-pipe.png) right center no-repeat transparent;
}


.post-toolbar .post-links ul li.last
{
    padding: 0px 0px 0px 10px;
    background: transparent;
}


.post-toolbar .post-links ul li a
{
    color: #FFFFFF;
}

#forum-posts .post-author-bar
{
    background: url(../images/bg-search-result-content.png) left top repeat #dddddd;
    padding: 10px 0px;
    color: #3b3b3b;
}

#forum-posts .post-author-bar .views
{
    float: right;
}

#forum-posts .col1
{
    width: 165px;
    float: left;
}

#forum-posts .col2
{
    width: 765px;
    float: left;
}

#forum-posts .post-author-bar .col1
{
    padding-left: 18px;
    width: 147px;
}

#forum-posts .forum-post
{
    padding: 29px 18px 44px 0px;
}

#forum-posts .forum-post p
{
    line-height: 20px;
    font-family: Georgia;
    padding-top: 30px;
    padding-bottom: 0px;
}

#forum-posts .forum-post p:first-child
{
    padding-top: 0px;
}

#forum-posts .forum-post:nth-child(even)
{
    background-color: #dbdbdb;
}

#forum-posts .forum-post h2
{
    font-size: 12px;
    font-weight: bold;
    color: #1b1b1b;
    font-family: Georgia;
    width: 712px;
    overflow: hidden;
    float: left;
}

#forum-posts .forum-post time
{
    font-size: 11px;
    font-style: italic;
    color: #525252;
}

#forum-posts .forum-post a
{
    color: #47aa42;
}

#forum-posts .forum-post .post-content
{
    margin-top: 20px;
}

#forum-posts .forum-post a.reply
{
    float: right;
    font-weight: bold;
}

#forum-posts .forum-post .col1.author
{
    width: 124px;
    padding: 0px 23px 0px 19px;
}

#forum-posts .forum-post .author h3
{
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia;
    color: #47aa42;
}

#forum-posts .forum-post .author img
{
    margin: 20px 0px 16px;
}

#forum-posts .forum-post .author .forum-role,
#forum-posts .forum-post .author .post-count
{
    display: block;
    margin-bottom: 7px;
}


#forum-posts .forum-post .author .post-count
{
    font-style: italic;
}



/*-------------------------------------------------------------------
 Forum Reply
-------------------------------------------------------------------*/

#forum-reply
{
    margin-top: 20px;
}

#forum-reply .footer
{
    background: #e9e9e9;
    padding: 25px 22px;
    margin-bottom: 15px;
}

#forum-reply textarea
{
    display: block;
    width: 860px;
    height: 254px;
    border: 1px solid #d0d0d0;
    padding: 22px;
    background-color: #f8f8f8;
    resize: vertical;
    margin-bottom: 15px;
}


#forum-reply input[type="text"]
{
    width: 894px;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #f8f8f8;
    border: 1px solid #d0d0d0;
}

#forum-reply .post-toolbar
{
    background: url(../images/bg-search-result-content.png) left top repeat #dddddd;
    padding-bottom: 36px;
}

#forum-reply .post-toolbar .reply-titlebar
{
    background: url(../images/bkg_sub_nav.jpg) left top repeat transparent;
    line-height: 36px;
    padding: 0px 19px;
}

#forum-reply .post-toolbar .reply-titlebar *
{
    float: left;
    font-size: 12px;
    font-weight: bold;
}

#forum-reply .post-toolbar .reply-titlebar span
{
    padding-right: 8px;
    color: #FFFFFF;
}

#forum-reply .post-toolbar .reply-titlebar h2
{
    color: #989898;
}

#forum-reply .subscribe
{
    float: left;
    width: 598px;
    padding-top: 12px;
}

#forum-reply .subscribe .checkbox-button,
#forum-reply .subscribe input[type="checkbox"]
{
    margin-right: 7px;
}

#forum-reply div.attachment
{
    float: left;
    width: 160px;
}

#forum-reply div.attachment .attachment
{
    display: block;
    margin-right: 9px;
}

#forum-reply div.attachment .filename
{
    display: block;
    margin-top: 10px;
}

#forum-reply div.attachment .filename a
{
    color: #797979;
}

#forum-reply *[type="submit"]
{
    float: right;
}

#forum-reply .footer
{
    margin-bottom: 45px;
}


/*-------------------------------------------------------------------
Contact
-------------------------------------------------------------------*/

.contact
{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #383838;
    line-height: 20px;
}

.contact .box
{
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: url(../images/bg-contact-box.gif) left top repeat #ebebeb;
}

.contact .left,
.form-holder .left
{
    width: 280px;
    float: left;
}

.contact .left .address
{
    font-style: normal;
    padding-bottom: 10px;
    font-size: 14px;
}

/*.contact .left aside p
{
    font-size: 11px;
    line-height: 17px;
}*/

.contact .right,
form.form-holder fieldset.right
{
    width: 273px;
    float: right;
}

.contact .right span
{
    display: block;
}

.contact .right .telephone
{
    margin-bottom: 8px;
}

.contact .right .inner-box
{
    display: block;
    background: url(../images/bg-contact-inner-box.gif) left top repeat #d9d9d9;
    padding: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.contact .right .inner-box .email a
{
    color: #141414;
}

.contact .right .inner-box .email a:hover
{
    text-decoration: underline;
}

.contact .right .inner-box strong
{
    font-weight: bold;
    display: block;
    width: 110px;
    float: left;
    font-family: "TheSerifBold";
    font-size: 15px;
}

/*.contact .right p
{
    font-family: "TheSerif";
    font-size: 16px;
}*/

/* New Styles */
.contact-form-right
{
    float: right;
    width: 50%;
}

.contact-form-left
{
    float: left;
    width: 50%;
}

.contact-form-oneline{
	padding-top: 20px;
	clear: both;
}

.contact-form-oneline .label{
	display: block;
	float: none !important;
}

.contact-form .label
{
    float: left;
    height: 33px;
    line-height: 34px;
    margin-left: 8px;
}

.contact-form .input
{
    width: 210px !important;
    margin-left: 15px;
}

.contact-form .message
{
    margin: 12px 0px 7px 6px;
}





/*-------------------------------------------------------------------
 Shop Checkout
-------------------------------------------------------------------*/
#checkoutpage
{
}

#checkoutpage form
{
    display: block;
    margin-left: 13px;
}

#checkoutpage form fieldset
{
    margin-bottom: 26px;
}

#checkoutpage form header h1,
#checkoutpage form header h2
{
    margin-bottom: 9px;
}

#checkoutpage form table
{
    width: 613px;
    font-family: Georgia;
    font-size: 12px;
}

#checkoutpage form table thead
{
    font-weight: bold;
    text-align: left;
    font-family: bold;
}

#checkoutpage form table td,
#checkoutpage form table th
{
    vertical-align: middle;
    padding: 4px;
    border-bottom: 1px solid #e5e5e5;
}

#checkoutpage form table td .quantity
{
    width: 47px;
    height: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
}


#checkoutpage form .holder
{
    display: block;
    background: #e3e3e3;
    margin-left: 0px;
    padding: 24px 19px;
}

#checkoutpage form.form-holder p
{
    background: transparent;
    padding: 0px 0px 15px;
    font-size: 12px;
    font-weight: bold;
}

#checkoutpage form .row
{
    margin-top: 25px;
}

#checkoutpage form .row.first,
#checkoutpage form .row:first-child
{
    margin-top: 0px;
}

#checkoutpage form .row .column
{
    width: 282px;
    float: left;
    margin-left: 8px;
}

#checkoutpage form .row .column:first-child
{
    margin-left: 0px;
}

#checkoutpage form fieldset label
{
    width: 68px;
    font-size: 12px;
    line-height: 16px;
}

#checkoutpage form fieldset label.single-line
{
    height: 33px;
    line-height: 33px;
}

#checkoutpage form fieldset button.shipping-address
{
    background: #1f1f1f;
    color: #e3e3e3;
    text-transform: uppercase;
    width: 282px;
    height: 33px;
    font-family: Georgia;
    font-size: 14px;
}

#checkoutpage form fieldset .row.payment-method
{
    height: 13px;
}

#checkoutpage form fieldset .payment-method label
{
    margin-left: 7px;
}

#checkoutpage form fieldset button[type="submit"]
{
    float: right;
}

#checkoutpage form .row .column.place-order
{
    float: right;
}

#checkoutpage form .row .column.order-total span
{
    font-size: 14px;
    font-family: Georgia;
    color: #040504;
}

#checkoutpage form .row .column.order-total strong
{
    font-family: "TheSerifBold";
    font-size: 18px;
}

#checkoutpage form .order-summary
{
    width: 158px;
    float: right;
    margin-bottom: 25px;
    font-size: 12px;
    color: #535353;
}

#checkoutpage form .order-summary .row
{
    margin-top: 5px;
}


#checkoutpage form .order-summary .column
{
    width: 75px;
    text-align: right;
}


#checkoutpage form .order-summary .column:first-child
{
    text-align: left;
}


/*-------------------------------------------------------------------
jQuery SelectBox
-------------------------------------------------------------------*/
.selectBox
{
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #b8b8b8;
    background-color: #fafafa;
    box-shadow: 2px 2px 3px 0px #b8b8b8 inset;
    height: 34px;
    line-height: 34px;
    text-align: left;
    cursor: pointer;
    color: #202020;
    min-width: 150px;
    font-family: "TheSerif";
}

.selectBox:hover
{
    color: #202020;
}

.selectBox .selectBox-label
{
    font-size: 14px;
    font-family: arial;
    padding: 0px 10px;
    float: left;
    font-family: "TheSerif";
}

.selectBox .selectBox-arrow
{
    width: 32px;
    height: 32px;
    float: left;
    background: url(../images/selectbox-arrow.png);
    background-position: center 2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.selectBox-dropdown-menu
{
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    overflow-y: auto;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #b8b8b8;
    background-color: #FBFBFB;
    box-shadow: 2px 0px 3px 0px #b8b8b8 inset;
    cursor: pointer;
    color: #202020;
}

.selectBox-dropdown-menu li, .selectBox-dropdown-menu .selectBox-selected
{
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.selectBox-dropdown-menu li a, .selectBox-dropdown-menu .selectBox-selected a
{
    display: block;
    font-size: 14px;
    padding-left: 10px;
    color: #202020;
}

.selectBox-dropdown-menu li a:hover, .selectBox-dropdown-menu .selectBox-selected a:hover
{
}

.selectBox-dropdown-menu .selectBox-selected
{
}


/*-------------------------------------------------------------------
Number Field Control styles
-------------------------------------------------------------------*/
.number-control-minus
{
    margin-right: 6px;
}

.number-control-plus
{
    margin-left: 6px;
}



/* Shop Home Page
   ========================================================================== */
.shop .shop_products
{
    list-style: none;
}

.shop .shop_products li.product
{
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 188px;
    position: relative;
}

.shop .shop_products li.product a
{
    position: absolute;
    text-indent: -9999px;
    top: 0;
    left: 0;
    display: block;
    width: 188px;
    height: 100%;
    z-index: 10;
}

.shop .shop_products li.product img
{
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.shop .shop_products li.product img.imghvr
{
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 166px;
    display: none;
    z-index: 5;
}

.shop .shop_products li:hover img.imghvr
{
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.shop .shop_products li.pl1
{
    margin-left: 0;
}

.shop .shop_products li.divider
{
    border-bottom: 1px solid #EAEAEA;
    clear: left;
    margin-bottom: 10px;
}

#main-content .shop_products li hgroup h2
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    margin-bottom: 4px;
}

#main-content .shop_products li hgroup h2 span
{
    padding: 7px 0;
    display: block;
}

#main-content .shop_products li hgroup h3
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}

#main-content .shop_products li hgroup h3 span
{
    background: #e9e9e9;
    padding: 7px;
}

#main-content .shop_products li:hover hgroup h2 span
{
    background: #000;
    color: #FFF;
    padding: 7px;
    display: block;
}

#main-content .shop_products li:hover hgroup h3
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}

#main-content .shop_products li:hover hgroup h3 span
{
    background: #68b386;
    padding: 7px;
}

/* Shop Product Page
   ========================================================================== */
.shop-product .description
{
    float: left;
    width: 430px;
    padding-bottom: 10px;
}

.shop-product .shop-action
{
    float: right;
    width: 160px;
    font-weight: bold;
    text-align: right;
    padding-bottom: 10px;
}

.shop-product .shop-action span
{
    display: block;
    margin-top: 30px;
}

.shop-product .shop-action span:first-child { margin-top: 0; }

.shop-action input
{
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 3px;
    width: 30px;
}

.error,
.bad
{
    background-image: none;
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 12px;
	display:block;
    background-color: #ba2525;
    padding: 5px;
    margin-bottom: 20px;
}

.typography .error p,
.typography .bad p,
.error p,
.bad p
{
    color: #ffffff;
    margin-bottom: 0px;
}

.error ul,
.typography .error ul
{
    margin: 0px;
}

.error ul li,
.typography .error ul li
{
    padding: 0px;
    background-image: none;
}

.error ul li,
.error ul li a
{
    color: #ffffff;
}

.comment-box .error
{
    margin-bottom: 20px;
}

.success,
.good
{
    padding: 5px;
    text-align: center;
    background-color: #47aa42;
    margin-bottom: 20px;
}

.typography .success p,
.typography .good p,
.success p,
.good p
{
    margin-bottom: 0px;
    color: #ffffff;
}

#fancybox-content .success
{
    margin: 19% 20px;
}

#fancybox-content .success p
{
    padding-bottom: 0px;
}

.contact-form-right .error
{
    float: left;
    margin: 0px 0px 25px 7px;
}

.contact-form-left .error
{
    float: left;
    margin: 0px 0px 25px 7px;
}

.message .error
{
    float: left;
}


/* Polls
   ========================================================================== */
.poll label
{
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
}

.poll label input
{
    margin-right: 5px;
}

#pollresults .title
{
	width: 250px;
	font-weight: 700;
}

#pollresults .bar
{
	background-image: url("../images/yellow/bkg_onsite_link.jpg");
	background-color: #f2c924;
	width: 300px;
	margin-bottom: 10px;
	padding: 3px;
	position: relative;
	box-sizing: border-box;
}

#pollresults .inner
{
	text-align: center;
	position: absolute;
	width: 100%;
	font-weight: bold;
}

#pollresults .filler
{
	background: #FFF;
	color: #000;
	text-align: center;
	height: 16px;
}

ul.previouspoll
{
    margin-bottom: 20px;
}

ul.previouspoll li
{
    padding: 0px 0px 5px 16px;
}

ul.previouspoll li a
{
    text-decoration: none;
}

ul.previouspoll li a:hover
{
    text-decoration: underline;
}

h2.previous-polls
{
    margin-top: 40px;
}

a.poll-results
{
    display: block;
    margin: 15px 0px 5px;
    width: 150px;
}

.vote-button{
	display: inline-block;
}

.shortcode-holder{
	background-color: #eeeeee;
	padding: 10px;
}

/*-------------------------------------------------------------------
HTML5 Boilerplate
-------------------------------------------------------------------*/

@media only screen and (min-width: 35em)
{
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.field.confirmedpassword > .middleColumn:after

@media print
{
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


.st_sharethis_custom_link
{
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.st_sharethis_custom_link:hover
{
    text-decoration: none;
}

/*
 *	Closed Campaign - Campaign pages and articles
 */
.campaign-closed
{
	background: #F0F0F0;
	margin-bottom: 19px;
	padding: 5px !important;
	color: black;
}

.campaign-header
{
	padding: 5px 5px 5px 5px !important;
	color: #000;
}

.campaign-bubble
{
	float: left;
	width: 27px;
	height: 20px;
	text-align: center;
}


.PageBoxesWidget
{
	float: right;
	width: 145px;
}

/* Theme associated */

/*Shop*/

#main-content article.product
{
	padding: 0px 0px 10px 0px;
	background-color: #F0F0F0;
	padding: 10px 25px 20px;
	margin: 0px 0px 18px 0px;
    width: 40%;
    float: left;
    margin-right: 1%;
}

#main-content article.product form {
    margin: 10px auto;
    text-align: center;
}

#main-content article.product .variable-cost input[type=text]
{
	width: 55px;
	margin-bottom: 20px;
}



/* Forum
==============================================================================*/

.clear {
    clear:both;
    height:0;
}

/* Header */
.forum-header {
}
.forum-header-forms {
    float:right;
    width:300px;
}
.forum-header-forms form {
    margin:0;
}
.forum-jump {
}
.forum-jump label {
    display:none;
}
.forum-search {
}
.forum-search label {
    display: block;
    background-color: #020202;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 43px;
    padding-left: 13px;
    cursor: text;
    font-family: "TheSerifBold", Georgia;
    background-image: url(../images/bkg_sub_nav.jpg);
    background-repeat: repeat;
    background-position: left top;
}

.forum-search input[type="text"]
{
    border: 1px solid #c1c1c1;
    background: #e8e8e8;
    color: #000000;
    display: block;
    float: left;
    width: 247px;
    font-size: 12px;
    font-family: Verdana;
    line-height: 12px;
    padding: 8px 10px;
    margin-bottom: 1px;
}


/* Content */
.forum-message-admin {}
.forum-message-suspended {}

h1.forum-heading
{
    background-image: url("../images/icn_white_arrow.png");
    background-position: left 0;
    background-repeat: no-repeat;
    border-bottom: 4px solid #EBEBEB;
    border-color: #EBEBEB;
    border-width: 4px;
    display: block;
    font-size: 18px;
    padding: 0 0 15px 34px;
    font-family: "TheSerifBold",Georgia;
    color: #040504;
    margin-bottom: 0px;
}

p.new-thread
{
    margin-top: 20px;
}

.forum-topics {
    width:100%;
    border: none;
    font-weight: normal;
    margin-top: 20px;
}

.forum-topics.bottom
{
    margin-top: 0px;
}

.forum-topics td
{
    font-weight: normal;
    font-size: 12px;
    vertical-align: center;
}
.forum-topics td p
{
    font-size: 12px;
}

.forum-topics td a
{
    font-weight: bold;
    font-size: 14px;
}

.forum-topics td .summary p,
.forum-topics td.last-post p
{
    padding: 0px;
}

.forum-topics tr {
    border-bottom:none;
}

.forum-topics tr.odd,
.forum-post.odd
{
    background: url(../images/bg-forum-row-even.gif) left top repeat transparent;
}

.forum-topics tr.even,
.forum-post.even
{
    background: url(../images/bg-forum-row-odd.gif) left top repeat transparent;
}

.forum-topics tr td
{
    padding: 25px 18px;
}


.forum-topics tr.category td
{
    padding: 8px 18px;
    font-size: 16px;
}

.forum-topics.forum-show tr.category td
{
    font-size: 12px;
    font-weight: bold;
    font-family: verdana;
}

.forum-topics tr.category td.replyButton
{
    text-align: right;
}

.forum-topics tr.category td.replyButton a
{
    background: url(../images/bg-forum-pipe.png) right center no-repeat transparent;
    padding-right: 10px;
    margin-right: 4px;
}

.forum-topics tr.category td.replyButton a.last,
.forum-topics tr.category td.replyButton a:last-child
{
    background: none;
    padding-right: 0px;
    margin-right: 0px;
}

.forum-topics tr:last-child {
    border: none;
}
.forum-topics tr.category {
    background:#777;
    color:#FFF;
    text-align:left;
}
.forum-topics tr.category td
{
    background: #020202 url(../images/bkg_sub_nav.jpg) left top repeat;
    font-family: "TheSerifBold", Georgia;
}
.forum-topics th, .forum-topics td {
    padding:8px 10px;
    margin:0;
    text-align:left;
    border: none;
}

.forum-topics th,
.forum-topics tr.author td
{
    background: url(../images/bg-search-result-content.png) left top repeat #dddddd;
    color: #3b3b3b;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 10px;
}

.forum-topics th.first
{
    padding: 8px 10px 8px 18px;
}

.forum-topics tr.author td.views
{
    text-align: right;
}

.forum-topics tr.category a {
    color: #f3f3f3;
}

.forum-topics tr.category .page-numbers
{
    color: #c2c2c2;
}

.forum-topics tr.category .page-numbers a
{
    color: #7c7c7c;
}

.forum-topics tr.category a:hover {
    color: #FFFFFF;
}

.forum-post {
    padding:10px;
    border:1px solid #ccc;
}

.post-date {
    color:#A79999;
    font-size:0.9em;
    margin:0;
}
.author-link {
    font-size:1.1em;
}
.forum-post .user-info {
    float:left;
    width:150px;
    text-align:left;
}

.forum-post .user-info p
{
    padding: 0px;
}

.forum-post .user-info .forum-rank,
.forum-post .user-info .post-count
{
    clear: both;
    display: block;
    padding:2px 5px;
}

.forum-post .user-content {
    margin-left:170px;
    padding:3px 0;
}

.forum-post .user-content .post-options
{
    height: 40px;
}


.forum-post .user-content .post-options .quick-reply
{
    float: right;
}




.forum-post .user-content .post-options .post-title
{
    float: left;
}

.forum-post .avatar {
    border:5px solid #ccc;
    margin:10px auto;
    display: block;
    text-align: center;
    width: 141px;
    height: 137px;
}
.forum-post .forum-rank {
    background:#FDF8DA;
    color:#E1AD09;
    font-size:0.9em;
    margin:3px auto;
}
.forum-post .post-modifiers {
    float: right;
}
.forum-post .post-modifiers a {
    color:#b22222;
    margin-right:.5em;
}
.forum-post .post-type {
    margin:10px 0;
}


/* Footer */
.forum-admin-features {
    margin:20px 0;
}

.forum-admin-features h3
{
    margin-bottom: 10px;
}

.forum-admin-features fieldset div
{
    margin-bottom: 5px;
}

.forum-admin-features .Actions
{
    margin-top: 10px;
}

.forum-footer {
    margin: 50px 0px 20px 0px;
    background: url(../images/bg-forum-footer.gif) left top repeat #cccccc;
    padding: 18px 14px;
}
.forum-footer p {
    padding: 0px;
}
.forum-footer p strong {
}

/*Messages*/

.typography .article-content p.msg
{
	background-color: #EEEEEE;
	background-image: url("../images/header_background.png");
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 12px;
	line-height: 30px;
	margin: 0px 0px 18px 0px;
}

/* Beta Notice */
#beta-text
{
    padding: 2px 0px 2px 0px;
    text-align: center;
    background: #F2C924;
    position: fixed;
    width: 100%;
    z-index: 99999;
    display: none;
}


.lost-password-form
{
    width: 302px;
    height: 280px;
    padding: 10px;
    margin: 0px auto;
    background-color: #ffffff;
}

.lost-password-form iframe
{
    width: 302px;
    height: 280px;
    border: none;
    overflow:hidden;
}

/* date addition latest-news */
.text span.float-left
{
    display: block;
    float: none;
    margin-bottom: 10px;
    color: #aab2bf;
}


.typography h3.margin-top {
    margin-top: 20px;
    margin-bottom: 0;
}

.Actions {
    margin-top: 15px;
    display: block;
}

form.form-holder.account-settings .field.checkbox label {
    display: inline;
    width: auto;
    height: auto;
    padding-right: 10px;
    margin-top: 0;
}

.field.checkbox input[type="checkbox"] {
    margin-top: 9px;
}

.message.required,
.message.validation {
    color: #990000;
}

.field.confirmedpassword > .middleColumn:before, .field.confirmedpassword > .middleColumn:after { 
    content: ""; display: table; }
.field.confirmedpassword > .middleColumn:after { clear: both; }
.field.confirmedpassword > .middleColumn { *zoom: 1; }


form.form-holder .date-of-birth .fieldgroup-field {
    float: left;
}

form.form-holder .date-of-birth .fieldgroup-field.first {
    float: none;
    display: block;
}

form.form-holder .date-of-birth select {
    width: auto;
    margin-right: 8px;
}

/* Free lions quick additions */
.free_lions_content .free_lions_sidebox
{
    float: right; 
    background: url('/site/images/free_lions_sb_bg.jpg'); 
    background-repeat: repeat-x;
    background-color: #ededed;
    min-height: 241px;
    width: 213px;
    padding: 43px 22px;
    margin: 5px 0px 20px 20px;
}

.free_lions_content .free_lions_sidebox ul
{
    list-style-type: none;
    margin: 0px;
}

.free_lions_content .free_lions_sidebox ul li
{
    font-size: 16px;
    color: #383838;
    background-image: none;
    padding: 0px;
    margin-bottom: 30px;
}

.free_lions_content .free_lions_sidebox ul li.last
{
    margin-bottom: 0px;
}

.free_lions_content .free_lions_sidebox p
{
    font-size: 16px;
    color: #383838;
}

.free_lions_content .free_lions_sidebox ul li span.title
{
    display: block;
    color: #ba0e0e;
    font-size: 16px;
    font-weight: bold;
}

form.form-holder .field + .field
{
    margin-top: 15px;
}

form.form-holder .field.checkbox input
{
	margin-left: 10px;
}


/*-------------------------------------------------------------
 Wiki Edit Form
--------------------------------------------------------------*/
.wikiEditForm
{
}

.typography .wikiEditForm h2,
.wikiEditForm h2
{
    border-bottom: none;
    margin-top: 30px;
}

.wikiEditForm #Form_edit_Version + h2
{
    margin-top: 0;
}

.wikiEditForm .CompositeField
{
    margin-bottom: 45px;
    clear: both;
}


.wikiEditForm .CompositeField.last
{
    margin-bottom: 20px;
}

.wikiEditForm .CompositeField .field,
.wikiEditForm .CompositeField .fieldgroup
{
    float: left;
    width: 50%;
}

.wikiEditForm .CompositeField .field.markdowneditor,
.wikiEditForm .CompositeField .field .fieldgroup,
.wikiEditForm .CompositeField .field .fieldgroup .fieldgroup-field
{
    float: none;
    width: 100%;
    clear: both;
}

.wikiEditForm .field.markdowneditor + h2
{
    margin-top: 15px;
}

.wikiEditForm .field.markdowneditor label
{
    padding-left: 10px;
}

.wikiEditForm .CompositeField .field.markdowneditor.address
{
    width: 306px;
    float: left;
}

.wikiEditForm .CompositeField .field.markdowneditor.address .middleColumn
{
    width: 90%;
}

.wikiEditForm .CompositeField .field.markdowneditor.address .markdowneditor_editor
{
    border: 1px solid #ccc;
}

.wikiEditForm .CompositeField .field.markdowneditor .middleColumn
{
    border: none;
}

.wikiEditForm .CompositeField .field label
{
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    float: none;
}

.wikiEditForm .CompositeField .field input[type="text"],
.wikiEditForm .CompositeField .field .selectBox
{
    width: 85%;
    margin-bottom: 10px;
}

.wikiEditForm .CompositeField .field .fieldgroup
{
    margin-top: 22px;
}

.wikiEditForm .Actions
{
    margin-top: 30px;
}

.wikiEditForm .Actions button.btn
{
    float: right;
    margin-left: 10px;
}
.wikiEditForm .Actions .left
{
    width: auto;
}

.wikiEditForm .CompositeField.coordinates
{
    clear: none;
}

.wikiEditForm .CompositeField.coordinates .field
{
    width: 140px;
}

.wikiEditForm .selectBox
{
    min-width:266px;
}

.wikiEditForm .selectBox .selectBox-label
{
    min-width: 212px;
}

.diff
{
	border: 1px solid #929292;
	padding: 15px;
	background-color: #ffffff;
}

del
{
    color: #ba2525;
}

ins
{
	background-color: #D9FFC9;
}

#match-map
{
    position: relative;
    width: 950px;
    height: 325px;
    margin: 0 auto 12px;
    overflow: hidden;
}

section#tournament-hero {
    display: block;
    position: relative;
    width: 950px;
    height: 373px;
    margin: 0 auto 12px;
}

section#tournament-hero > section#tournament-match-information {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 316px;
    background-color: transparent;
}

section#match-information {
    background-color: transparent;
    background-image: url(../images/bkg_other_links.png);
    padding: 19px 15px;
    clear: left;
    margin-bottom: 20px;
}
section#match-information::after{
	content: " ";
	display: block;
	clear: both;

}

section#match-countdown > h3 {
    font-family: 'TheSerifBold', serif;
    float: left;
    color: #9d0915;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    margin-top: 16px;
    margin-left: 15px;
}

section#match-countdown > h3 span {
    font-size: 16px;
}

section#match-information > div#summary,
section#tournament-match-information > div#summary {
    margin-left: 15px;
    margin-bottom: 15px;
    float: left;
    width: 49%;
    box-sizing: border-box;    
}

section#match-information > div#summary > h5,
section#tournament-match-information > div#summary > h5 {
    font-family: 'TheSerifBold', serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

section#match-information > div#summary > h5 {
    color: #9d0915;
}

section#tournament-match-information > div#summary > h5 {
    color: #003d7e;
}

section#match-information > div#summary > h2,
section#tournament-match-information > div#summary > h2 {
    font-family: 'TheSerifBold', serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

section#match-information > div#summary > h2 span,
section#tournament-match-information > div#summary > h2 span {
    font-size: 18px;
}

section#match-information > div#summary > h2 span {
    color: #9d0915;
}

section#tournament-match-information > div#summary > h2 span {
    color: #003d7e;
}

section#match-information > div#summary > ul,
section#tournament-match-information > div#summary > ul {
    background: url(../images/map-marker.png) no-repeat;
    list-style: none;
}

section#match-information > div#summary > ul > li,
section#tournament-match-information > div#summary > ul > li {
    font-family: 'TheSerifBold', serif;
    font-size: 18px;
    padding-left: 33px;
}

section#match-information > div#summary > ul > li {
    color: #9d0915;
}

section#tournament-match-information > div#summary > ul > li {
    color: #003d7e;
}


section#match-information > #match-essentials,
section#tournament-match-information > #match-essentials {
    padding: 15px;
    background-color: #fff;
    background: url(../images/content_background_noise.jpg);
    -webkit-box-shadow: 0px 7px 9px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow:    0px 7px 9px 0px rgba(50, 50, 50, 0.28);
    box-shadow:         0px 7px 9px 0px rgba(50, 50, 50, 0.28);
    float: right;
    width: 49%;
    box-sizing: border-box;
}


section#match-information > #match-essentials > h4,
section#tournament-match-information > #match-essentials > h4 {
    text-transform: uppercase;
    font-family: 'TheSerifBold', serif;
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

section#match-information > #match-essentials > div > ul,
section#tournament-match-information > #match-essentials > div > ul {
    list-style: none;
    font-family: 'TheSerifBold', serif;
    display: inline-block;
    width: 50%;
    float: left;
}

section#match-information > #match-essentials > div > ul > li,
section#tournament-match-information > #match-essentials > div > ul > li {
    padding-left: 35px;
    margin-bottom: 2px;
    height: 23px;
    font-size: 16px;
}

section#tournament-match-information > #match-essentials > div > ul > li.accomodation {
    background: url(../images/accom-blue.png) no-repeat; 
}
section#tournament-match-information > #match-essentials > div > ul > li.food-and-drink {
    background: url(../images/food-drink-blue.png) no-repeat; 
}
section#tournament-match-information > #match-essentials > div > ul > li.transport {
    background: url(../images/transport-blue.png) no-repeat; 
}
section#tournament-match-information > #match-essentials > div > ul > li.things-to-do {
    background: url(../images/todo-blue.png) no-repeat; 
}

section#match-information > #match-essentials > div > ul > li.accomodation {
    background: url(../images/accom-red.png) no-repeat; 
}
section#match-information > #match-essentials > div > ul > li.food-and-drink {
    background: url(../images/food-drink-red.png) no-repeat; 
}
section#match-information > #match-essentials > div > ul > li.transport {
    background: url(../images/transport-red.png) no-repeat; 
}
section#match-information > #match-essentials > div > ul > li.things-to-do {
    background: url(../images/todo-red.png) no-repeat; 
}

section#match-information > #match-essentials > div > ul > li > a,
section#tournament-match-information > #match-essentials > div > ul > li > a {
    text-decoration: none;
}

section#match-information > #match-essentials > div > ul > li > a {
    color: #9d0915;
}

section#tournament-match-information > #match-essentials > div > ul > li > a {
    color: #003d7e;
}

section#match-information > #match-essentials > div > ul > li > a:hover,
section#tournament-match-information > #match-essentials > div > ul > li > a:hover {
    text-decoration: underline;
}

.match-column {
    margin-top: -50px;
}
#match-countdown{
    float: left;
    width: 480px;
}

section#content {
}

section#free-lions .column4,
section#free-lions .column5 {
    margin-top: 20px;
}

.general-fl-column {
    position: relative;
    z-index: 100;
    margin-top: -20px;
}

#header-bottom #free-lions-logo {
    display: block;
    width: 175px;
    height: 54px;
    float: left;
    margin: 25px 25px 25px 11px;
}

div#elions-img {
    float: left;
    margin-right: 12px;
}

/* Counter
   ========================================================================== */
#counter {
    width: 316px;
    height: 66px;
    margin: 0 auto 15px auto;
    font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #272727;
    text-shadow: 0 1px 0 #fff;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.counter-right {
    margin: 0 0 15px 0;
    float: right;
}

.countDays, .countHours, .countMinutes, .countSeconds {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 66px;
    height: 66px;
    padding-left: 21px;
    background: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(0,0,0,0.07)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.07));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.07)); 
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.07)); 
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.07));
    background-image: linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.07));
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:
        0 2px 3px 0 rgba(255,255,255,0.2) inset,
        0 2px 2px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(255,255,255,0.2) inset,
        0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow:
        0 2px 3px 0 rgba(255,255,255,0.2) inset,
        0 2px 2px 0 rgba(0,0,0,0.1);
}

.points {
    float: left;
    width: 17px;
    margin: 0;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 66px;
    text-shadow: none;
}

.position {
    position: relative;
    float: left;
    width: 12px;
    height: 40px;
    margin: 12px 0 0 0;
}

.digit {
    position: absolute;
    top: 0;
    left: 0;
}

.boxName {
    float: left;
    width: 64px;
    margin: 0;
    font-size: 22px;
    color: #a6a6a6;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5px;
}

/*-------------------------------------------------------------
 Ground Guide 
--------------------------------------------------------------*/
.groundguide-hero 
{
    height: 325px;
    overflow: hidden;
    position: relative;
}

.groundguide-hero ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.groundguide-hero .gg-slides
{
}

.groundguide-hero .slide
{
    margin: 0;
    padding: 0;
}

.groundguide-hero .slide img
{
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.groundguide-hero .slide.active img
{
    position: absolute;
    z-index: 100;
    opacity: 1;
}

.groundguide-hero .gg-links
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 200;
}

.groundguide-hero .gg-links li
{
    float: left;
    width: 474px;
    margin: 0 1px;
}

.groundguide-hero .gg-links li:first-child,
.groundguide-hero.sections-3 .gg-links li:first-child
{
    margin: 0 1px 0 0;
}

.groundguide-hero .gg-links li:last-child,
.groundguide-hero .gg-links li.last,
.groundguide-hero.sections-3 .gg-links li:last-child
{
    margin: 0 0 0 1px;
}

.groundguide-hero.sections-3 .gg-links li
{
    width: 315px;
}

.groundguide-hero.sections-3 .gg-links li:first-child
{
    width: 316px;
}

.groundguide-hero .gg-links li a
{
    display: block;
    text-align: left;
    font-family: "TheSerifBold", Georgia;
    font-size: 21px;
    line-height: 50px;
    color: #262626;
    background: url(../images/bg-gg-link.png);
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.groundguide-hero .gg-links li a:hover,
.groundguide-hero .gg-links li.active a
{
    background: #ffffff;
}

.recently-edited
{
    margin-top: 40px;
}

.typography .recently-edited .h1
{
    margin-bottom: 0;
}

.recently-edited ul li
{
    margin: 0;
    line-height: 34px;
}

.recently-edited ul li a
{
    font-family: 'Georgia';
    font-size: 14px;
    color: #262626;
    text-decoration: none;
}

section#gg-change-section {
    width: 300px;
    height: 117px;
    margin-bottom: 26px;
    background-image: url("../images/yellow/bkg_onsite_link.jpg");
    background-color: #f2c924;
    position: relative;
}

section#gg-change-section .text {
    padding: 27px 14px 12px 14px;
    background-image: url("../images/change-section-footballers.png");
    background-repeat: no-repeat;
    background-position: top 12px right 14px;
}

section#gg-change-section .text h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "TheSerifBold", Georgia, serif;
    margin-bottom: 28px;
}

section#gg-change-section .text select {
    width: 100%;
}

section#gg-change-section .text .selectBox {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
}

div#narrow-searchbar .searchbar label {
    font-size: 18px;
}

div#narrow-searchbar .searchbar .filterselect {
    width: 210px;
}

div#narrow-searchbar .searchbar .filterselect .selectBox, .searchbar .filterselect select {
    width: 210px;
}

div#narrow-searchbar .searchbar input.filterinput {
    width: 210px;
    height: 31px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#narrow-searchbar .searchbar input.filterinput.wide {
    width: 250px;
}

#gg-more {
    background-image: url("../images/bkg_other_links.png");
    padding: 19px 15px;
}

#gg-more ul li {
    display: inline-block;
    width: 30%;
}

.column1 #gg-more ul li {
    width: 45%;
}

section#gg-more h4 {
    font-size: 16px;
    font-family: "TheSerifBold", Georgia, serif;
    text-transform: uppercase;
    margin: 0 0 10px -15px;
    padding: 0 0 0 30px;
    border: 0;
    background-image: url("../images/gg-more.png");
    background-repeat: no-repeat;
}

section#directory-content > img {
    margin-bottom: 16px;
}

#directory-listing > .directory-item {
    background-image: url("../images/directory/dir-bg.png");
    background-repeat: repeat;
}

#directory-listing .directory-item {
    padding: 23px;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 10px;
}

/*#directory-listing > div.directory-item > img {
    float: left;
    width: 111px;
    height: 118px;
    margin-right: 20px;
}


#directory-listing > div.directory-item > div.text > img {
    display: inline-block;
    vertical-align: top;
}
*/

#directory-listing .directory-item > img {
    float: left;
    margin-right: 20px;
}

#directory-listing .directory-item > .text {
    float: left;
    width: 435px;
}

#narrow-directory-listing .directory-item + .directory-item {
    margin-top: 19px;
}

#narrow-directory-listing .directory-item {
    padding: 20px 0;
}

#narrow-directory-listing .directory-item > .text {
    width: 278px;
}

#directory-listing .directory-item .title h3 {
    border: 0;
    padding: 0;
    margin-right: 10px;
    font-family: 'TheSerif', Arial;
    font-weight: normal;
    color: #9d0915;
    text-decoration: none;
}
/*
#directory-listing .directory-item .title h3 a {
    font-family: 'TheSerif', Arial;
    font-weight: normal;
    color: #9d0915;
    text-decoration: none;
}*/

#directory-listing > div.directory-item > div.text > h3 > a:hover {
    text-decoration: underline;
}

#directory-listing > div#add-business {
    background-color: #a9a9a9;
    border: 0;
}

#directory-listing > div#add-business > div.text > h3 {
    background: none;
}

#directory-listing > div#add-business .text h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

div.categories-nav > h2 {
    line-height: 23px;
}

.sub-nav > h2 > img {
    float: right;
}

/*#directory-listing > div.directory-item > div.text > span {
    display: inline-block;
    background-color: #dddddd;
    padding-right: 8px;
}*/

#directory-listing > div.directory-item > div.text > span > img {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

#directory-listing > #category-boxes {
    float: left;
    width: 133px;
    margin-right: 12px;
}

#directory-listing .category {
    background-color: #dddddd;
}

#directory-listing .category span {
    padding: 0 8px;
    font-size: 11px;
}

#directory-listing .category span::selection {
    color: #ffffff;
    background: #003d7e;
}

#directory-listing .title > * {
    float: left;
}

#directory-listing .telephone,
#directory-listing .website {
    color: #9d0915;
    font-size: 12px;
    padding-right: 9px;
}

#directory-listing .website a {
    color: #9d0915;
    text-decoration: none;
}

#directory-listing .website a:hover {
    text-decoration: underline;
}

#directory-listing .telephone + .website {
    padding-left: 12px;
    background: url(../images/10px-divide.gif) left center no-repeat;
}

.directory-item + #narrow-directory-listing {
    margin-top: 10px;
}

#mapwrap .location
{
    float: left;
    background: url(../images/icon-pindrop.png) left 4px no-repeat transparent;
    padding-left: 35px;
    margin-top: 10px;
}

#mapwrap .location h4
{
    font-family: "TheSerifBold", Georgia;
    margin: 5px 0 0;
    padding: 0;
    font-weight: bold;
    line-height: 18px;
}

#mapwrap .location p
{
    margin: 0;
    line-height: 14px;
}

#mapwrap .btn
{
    background: url(../images/icon-larger-map.png) right center no-repeat #000000;
    color: #ffffff;
    float: right;
    padding-right: 40px;
    margin-top: 14px;
}

.gg-content-main
{
    float: left;
    width: 613px;
    margin-right: 37px;
}

.gg-content-main .column1
{
    width: 455px;
}

.gg-content-main .column2
{
    margin-right: 0;
}


/************************************************************
 * Tournament landing page
************************************************************/
.gg-content-main ul.tournament-stadiums
{
}

.gg-content-main.typography strong 
{
    color: #47aa42;
    font-size: 16px;
    text-transform: uppercase;
}

.gg-content-main ul.tournament-stadiums li
{
    list-style: none;
    background: none;
    padding: 19px 0;
    width: 50%;
    float: left;
    border-bottom: 3px solid #e4e5e5;
}

.gg-content-main ul.tournament-stadiums li.last.odd
{
    width: 100%;
}

.gg-content-main ul.tournament-stadiums li a
{
    background: url(../images/icon-pindrop.png) left 0 no-repeat transparent;
    padding-left: 35px;
    text-decoration: none;
    min-height: 35px;
    display: block;
}

.gg-content-main ul.tournament-stadiums li a .city
{
    font-family: "TheSerifBold", Georgia;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 18px;
    font-size: 15px;
}

.gg-content-main ul.tournament-stadiums li a .stadium
{
    margin: 0;
    line-height: 14px;
}

.gg-content-main ul.tournament-stadiums li a span
{
    display: block;
}

.checkboxset
{
}

.form-holder .checkboxset > label.left
{
    float: none;
}

.typography ul.checkboxset
{
    margin-top: 8px;
}

.typography ul.checkboxset li
{
    background: none;
    padding: 0;
    display: block;
    float: none;
    clear: both;
}


.form-holder .checkboxset li input[type="checkbox"] 
{
    float: left;
    margin-right: 8px;
}

.form-holder .checkboxset li label
{
    display: inline;
    width: auto;
    float: left;
    margin: 0;
    line-height: 13px;
}

.typography .gmap_marker h1,
.gmap_marker h1
{
    padding-bottom: 0;
    margin-bottom: 8px;
    border-bottom: none;
}


.page-bozes {
}

.page-boxes ul {
    list-style: disc;
}

.page-boxes ul li,
.typography .page-boxes ul li {
    list-style: disc;
    background: none;
    padding: 0;
    margin-left: 8px;
    line-height: 18px;
    font-size: 12px;
}

/*form > .holder,
#main-content form > .holder {
    margin-left: 0;
    padding: 0;
}
*/

#ForgotPassword {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/************************************************************
 * Shop
************************************************************/
.shop-listing {
}

.shop-listing .product {
    color: #1b1b1b;
    width: 186px;
    float: left;
    margin: 0 20px 20px 0;
}

.shop-listing .product .product-title,
.shop-listing .product .product-title a {
    font-size: 12px;
    font-family: Verdana;
    font-weight: normal;
    padding: 0;
    line-height: 31px;
    border: none;
    display: block;
    color: #1b1b1b;
}

.shop-listing .product .product-title {
    float: left;
    margin: 10px 0 0;
}

.shop-listing .product .product-title a {
    padding: 5px;
    line-height: 18px;
}

.shop-listing .product .product-title a:hover {
    text-decoration: none;
    /*color: #ffffff;
    background: #000000;*/
}

.shop-listing .product .image-holder {
    background: #000000;
    display: block;
}

.shop-listing .product .price {
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 22px;
    background: #e9e9e9;
    clear: both;
    margin-bottom: 20px;
}

.shop-listing .product:hover img {
    opacity: 0.6;
}

.shop-listing .product:hover .product-title a {
    background-color: #000000;
    color: #ffffff;
}

.shop-listing .product:hover .price {
    background: #66b284;
}

/*.shop-listing .product .price .value {
    width: 30px;
}*/

.shop-listing .product.end-row {
    margin-right: 0;
}

.product-description {
    width: 440px;
    float: left;
}

.productform {
    float: right;
    width: 162px;
    text-align: right;
    font-size: 16px;
    margin-bottom: 25px;
}

.productform .price {
    margin-bottom: 15px;
}

.typography .productform .form-holder label {
    font-size: 16px;
}

.productform form.form-holder .holder {
    background: transparent;
}

.productform form.form-holder input[type="text"], 
.productform form.form-holder input[type="email"], 
.productform form.form-holder input[type="password"],
.cart-form input[type="text"] {
    width: 30px;
    text-align: center;
}

.productform .form-holder .left {
    width: 82px;
    font-weight: bold;
    margin-left: 12px;
}

.product-form.form-holder .holder {
    padding: 0;
}

.productform input[type="submit"] {
    float: right;
}

form .good a {
    color: #ffffff;
    text-decoration: underline;
}

form .good a:hover {
    text-decoration: none;
}

.cart-form .Actions {
    float: right;
}

.cart-form .Actions > button {
    float: left;
    margin-left: 15px;
}

.order-form .CompositeField .composite + .composite {
    margin-top: 20px;
}

.order-form .notes {
    margin-top: 20px;
}

.order-form .totals-column {
    text-align: right;
}

.order-form.form-holder textarea {
    width: 583px;
}

.order-form.form-holder input[type="text"], 
.order-form.form-holder input[type="email"], 
.order-form.form-holder input[type="password"],
.order-form.form-holder select {
    width: 323px;
}

.order-form .Actions button {
    float: right;
}

form .left + .middleColumn {
    clear: both;
}

form .quantity .left + .middleColumn {
    clear: none;
}

.sws table td,
.sws table th {
    text-align: left;
}

.sws table {
    margin-bottom: 25px;
}

.order {
    margin-bottom: 25px;
}

.order-details {
    margin-top: 30px;
}

.order-details:first-child {
    margin-top: 0;
}

.order-details .main-title
{
    margin-bottom: 15px;
}

.sub-nav.basket {
    background: url(../images/bg-your-basket.gif) center 38px;
}

.sub-nav.basket nav {
    padding: 0 13px;
}

.sub-nav.basket nav ul li {
    position: relative;
    border-color: #c5c5c5;
    padding: 8px 0;
}

.sub-nav.basket nav ul li.total {
    border: none;
}

.sub-nav.basket nav ul li a,
.sub-nav.basket nav ul li a:hover {
    background: 0;
    padding: 0;
    font-weight: bold;
}


.sub-nav.basket nav ul li p {
    float: left;
    width: 251px;
    padding: 0;
}

.sub-nav.basket nav ul li > .remove {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px; /* Half height */
    height: 16px;
    width: 18px;
}

.sub-nav.basket nav ul li > .remove > img {
    display: block;
}

.sub-nav.basket nav ul li a.btn {
    float: right;
    display: block;
    padding: 0 10px;
}

.sub-nav.basket nav ul li.total {
    padding: 10px 0;
}

.sub-nav.basket nav ul li.total > strong {
    line-height: 33px;
}

.sws table p {
    margin-bottom: 0;
}


/*------------------------------------------------------------
 SwipeStripe table styles
-------------------------------------------------------------*/
.sws table {
    border: none;
}

.sws table td,
.sws table th {
    border: none;
    background: transparent;
    color: #121212;
    border-bottom: 1px solid #e5e5e5;
    font-family: verdana;
    font-size: 12px;
}

.sws table td {
    font-weight: normal;
    font-family: georgia;
}

/*.sws table td a {
    color: #121212;
    text-decoration: underline;
}*/

.sws table td a:hover {
    text-decoration: none;
}

.address.column {
    margin: 0;
    width: 264px;
    float: left;
    margin-bottom: 20px;
}

#main-content .address.column.holder + .column {
    margin-left: 20px;
}

#main-content .address.column.holder {
    margin-left: 0;
}

.address.column input[type="text"] {
    width: 250px;
}

.address.column select {
    width: 260px;
}

.cap{
	display:none !important;
}