/*
THEME NAME: WP Theme
THEME URI: http://www.wppatrickk.com
DESCRIPTION: Custom Wordpress Theme
VERSION: 1.0
AUTHOR: <a href="http://www.wppatrickk.com">Patrick</a>
AUTHOR URI: http://www.wppatrickk.com
*/

@import "reset.css";

body {
	background: url("images/tbtnbg.jpg") no-repeat scroll center top #000000;
    color: #FFFFFF;
    cursor: default;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

a {
	transition: color 1s ease 0s;
	color: #990066;
	text-decoration: none;
	border: medium none;
    outline: medium none;
}

a:hover, a:active, li a.active {
    border: medium none;
    color: #FFFFFF;
    outline: medium none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	margin: 0 auto;
    width: 960px;
}

#inner-page {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px 1px #000000;
    margin: 20px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
	padding-bottom: 25px;
    text-align: center;
    width: 920px;
}

p {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin: 15px;
}

.single-event p {
	font-style: normal;
}

.single-event strong {
	color: #990066;
	padding: 20px 0 10px;
	display: inline-block;
}

.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

img {
    border: medium none;
    outline: medium none;
}

#header {
	width: 100%;
	margin-top: 20px;
}

#iconsleft {
    float: left;
}

#iconsright {
    float: right;
}

#iconsright a {
    margin: 0 5px;
	display: inline-block;
}

#logo {
	
}

#menu {
	width: 100%;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#home-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px 1px #000000;
    color: #FFFFFF;
    height: 280px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    width: 920px;
}

#home-top p {
	font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

#home-top p a {
    bottom: 8px;
    color: #990066;
    font-size: 10px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.trademark {
    font-size: 22px;
    vertical-align: super;
}

#home-top h2 {
    color: #990066;
    display: block;
    font-size: 35px;
    font-weight: 600;
    padding-top: 10px;
    text-shadow: none;
    text-transform: uppercase;
}

#home-menu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px 1px #000000;
    float: left;
    height: 100px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    transition: opacity 1s ease 0s;
    width: 225px;
}

#home-menu li:hover {
    opacity: 0.8;
    transition: opacity 1s ease 0s;
}

#home-menu li:nth-child(4n+4) {
	margin-right: 0;
}

#home-menu li a {
	color: #990066;
    font-size: 25px;
    font-weight: 600;
    height: 73px;
    line-height: 25px;
    padding-top: 24px;
    text-decoration: none;
    text-shadow: none;
    width: 225px;
	text-transform: uppercase;
	display: block;
}

#home-menu li.single a {
	height: 60px;
    padding-top: 37px;
}

#home-menu li a:hover {
	color: #FFFFFF;
}

.trademark2 {
    bottom: 6px;
    font-size: 18px;
    position: relative;
    vertical-align: top;
}

#home-links {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px 1px #333333;
    clear: both;
    display: block;
    height: 270px;
    margin-bottom: 20px;
    padding: 10px;
    width: 940px;
}

#shoplink {
    float: left;
    font-size: 22px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    text-shadow: none;
    width: 225px;
}

#shoplink img, #shoplinkright img {
    margin-bottom: 15px;
    margin-top: 15px;
}

#shoplinkright {
    float: left;
    font-size: 22px;
    font-weight: 600;
    margin-left: 5px;
    text-align: center;
    text-shadow: none;
    width: 225px;
}

#home-bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px 1px #000000;
    clear: both;
    color: #FFFFFF;
    height: 160px;
    padding: 10px 20px;
    text-align: center;
    width: 920px;
}

#tbtncopy {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

#getofficial {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

#tbtnfootnav {
    color: #990066;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: -10px;
    text-transform: uppercase;
}

#container {
	width: 100%;
}

#content {
	float: left;
	width: 510px;
}

.post {
}

.post-title {
	color: #990066;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-shadow: none;
    width: auto;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 25px;
}

.home .post-title {
	font-size: 55px;
	text-transform: none;
	margin: 0;
}

.post-title a {
	color: #333333;
}

#events li {
	border-top: 1px dashed #999999;
	list-style-type: none;
	max-width: 600px;
	margin: 0 auto;
}

#events h3 {
	font-size: 18px;
	padding-bottom: 10px;
    padding-top: 15px;
	font-style: italic;
}

.post-content ul li {
	padding: 10px 0 10px 20px;
	list-style: disc inside none;
	line-height: 1.3;
}

.post-content ol li {
	padding: 10px 0 10px 20px;
	list-style: decimal inside none;
	line-height: 1.3;
}

.wpcf7 p {
	color: #FFFFFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    padding: 7px;
	margin-top: 5px;
}

select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    padding: 7px;
	margin-top: 5px;
}

textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin: 0 auto;
    max-height: 150px;
    max-width: 385px;
    min-height: 50px;
    min-width: 385px;
    padding: 7px;
	margin-top: 5px;
}

.form-required {
    color: #990066;
}

.contact-small {
    font-size: 0.85em;
}

input[type="submit"] {
    background: #990066;
    border: medium none;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    padding: 5px 10px;
	font-size: 14px;
    font-style: italic;
    font-weight: 600;
	cursor: pointer;
}

.sign-the-pledge {
	background: #990066;
	color: #FFFFFF;
	display: inline-block;
    margin-top: 10px;
    padding: 8px;
	transition: none;
}

.sign-the-pledge:hover {
	background: #FFFFFF;
	color: #990066;
}

#paypal {
	margin-top: 20px;
}

#paypal br {
	display: none;
}

#contentlist {
    font-style: italic;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    width: 430px;
}

#contentlist ul {
    list-style: disc outside none;
}

#contentlist ul li {
    list-style: square outside none;
    margin-bottom: 7px;
	padding: 0;
}

.wp-pagenavi {
	margin-top: 10px;
}

body .wp-pagenavi a, body .wp-pagenavi span, body .wp-pagenavi a:hover {
	background: #990066;
    color: #FFFFFF;
    padding: 2px 10px;
	border: 0;
	margin: 2px 5px;
	font-style: italic;
}

body .wp-pagenavi span.current {
	background: none;
}

input[type="submit"]:hover {
    background: #FFFFFF;
    color: #990066;
}

.views-view-grid {
    background: none;
    margin: 0 auto;
}

.views-view-grid tbody {
    border-top: medium none;
}

.views-view-grid, tr, th, td, tbody {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
	color: #990066;
	text-align: center;
}

.sponsorlogo img {
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
    width: 225px;
}

.media-table {
	width: 680px;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
}

.media-table td.mediatype {
	text-align: center;
	width: 120px;
}

.media-table td {
	text-align: left;
	color: #FFFFFF;
	font-style: italic;
	padding-bottom: 8px;
}

.pink {
	color: #990066;
}

.products-table, .products-table td {
	margin: 0 auto;
	color: #FFFFFF;
	vertical-align: middle;
}

.products-table IMG {
    margin-bottom: 5px;
    margin-right: 25px;
    margin-top: 5px;
}

.tbtngeartitle {
    margin-right: 25px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#inner-menu {
    color: #990066;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
	overflow: hidden;
	padding: 0 100px;
}

#inner-menu li {
	float: left;
}

#inner-menu li a {
    color: #990066;
    font-size: 11px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 1s ease 0s;
	border-right: 1px solid #990066;
	display: inline-block;
	line-height: 1.4;
}

#inner-menu li:last-child a {
	border: 0;
}

#inner-menu li a:hover, #inner-menu li.current-menu-item a {
    color: #FFFFFF;
}

#tbtnsubfooter {
    height: 230px;
    margin: 0 auto 25px;
    padding: 20px;
    text-align: center;
    width: 920px;
}

#tbtnlogo {
    margin-bottom: -25px;
    margin-top: -20px;
}

#socialiconsfoot {
    clear: both;
    display: block;
    height: 40px;
    text-align: center;
}

#socialiconsfoot a {
    margin: 5px;
	display: inline-block;
}

#tbtncopyright {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 90;
}

#tbtncopylinks {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 90;
}

#tbtncopylinks a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 90;
}

#tbtncopylinks a:hover {
    color: #990066;
}

#tbtncopyright a {
    color: #98C840;
    font-weight: 700;
    text-decoration: none;
}

#tbtncopyright a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}