/*
  Theme Name: ADDY Winners
  Theme URI: http://www.treefrogcinegraphix.com
  Version: 1.0
  Author: Treefrog Cinegraphix
  Author URI: http://www.treefrogcinegraphix.com
  Tags: simple, clean, two columns, valid XHTML, valid CSS
  
  Description: Custom WordPress theme for the Orlando ADDY Winners website
*/

/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

hr {
	display: none;
}

p {
	margin: 1em 0;
}

img {
	max-width: 100%;
}

/*-------Block Level Elements-------*/

html {
	background: #ffeac5 url("images/bg.jpg") no-repeat fixed top center;
}

body {
	position: relative;
	background-color: #fff;
	left: 100px;
	width: 660px;
	padding: 20px;
	margin: 200px auto 0 auto;
	color: #3d3d3d;
	font: 12px Helvetica, Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-webkit-animation: fade 0.5s linear 1 normal;
	text-rendering: optimizeLegibility;
	min-height: 859px;
}

.credits br {
	margin-bottom: 10px;
}

#sidebar {
	color: #fff;
	background-color: #bc0000;
	position: absolute;
	left: -200px;
	padding: 20px;
	width: 160px;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	z-index: 4;
}

#sidebar li {
	
	border-bottom: 1px #fff solid;
}

#sidebar li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}

#logo {
	position: absolute;
	top: -135px;
	left: -300px;
	width: 286px;
	height: 186px;
	z-index: 3;
}

.button {
	display: block;
	height: 44px;
	margin-bottom: 0.5em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: 24px/44px LeagueGothicRegular;
	background: rgb(231,208,168);
	background: -moz-linear-gradient(-30deg, rgba(231,208,168,1) 0%, rgba(105,83,51,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(231,208,168,1)), color-stop(100%,rgba(105,83,51,1)));
	background: -webkit-linear-gradient(-30deg, rgba(231,208,168,1) 0%,rgba(105,83,51,1) 100%);
	background: -o-linear-gradient(-30deg, rgba(231,208,168,1) 0%,rgba(105,83,51,1) 100%);
	background: -ms-linear-gradient(-30deg, rgba(231,208,168,1) 0%,rgba(105,83,51,1) 100%);
	background: linear-gradient(150deg, rgba(231,208,168,1) 0%,rgba(105,83,51,1) 100%);
	background-size: 100% 88px;
  	background-position: 0 -30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.button:hover {
	text-decoration: none;
	background-position: 0 0;
}

.gold .button, .silver .button {
	color: #fff;
}

.awards {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.credits span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.credits {
	position: relative;
	float: right;
	width: 220px;
}

.entry {
	border-top: 1px #906d33 solid;
	padding: 20px 0;
}

.sponsor {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #906d33 solid;
	text-align: center;
}

.sponsor img {
	max-width: 468px;
}

#sponsors .sponsor {
	padding-top: 0;
	border-top-width: 0;
}

.content > span {
	position: relative;
	font-size: 14px;
}

.content {
	position: relative;
	float: left;
	width: 360px;
	padding-left: 50px;
}

.single .content {
	padding-left: 30px;
}

.single > span {
	position: static;
	font-size: 14px;
}

.single.entry {
	margin-top: -10px;
}

.single .content h3 {
	margin-left: 0;
	margin-bottom: 10px;
}

.content iframe {
	max-width: 100%;
}

#copyright, #sponsors {
	clear: both;
	display: block;
	width: 660px;
	border-top: 1px #906d33 solid;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}

#sponsors img {
	vertical-align: middle;
}

#sponsors #slides-two {
	margin: 0 10px;
}

#sponsors .innerfade {
	position: relative;
	height: 120px;
	float: left;
	width: 210px;
}

body .mejs-container {
	max-width: 365px;
	clear: none;
	margin: 20px 0;
	overflow: hidden;
}

/*---------Inline Elements----------*/

h1 {
	display: block;
	width: 695px;
	height: 80px;
	
	font: 76px/74px LeagueGothicRegular;
	color: #906d33;
	position: absolute;
	top: -89px;
	left: 20px;
	text-transform: uppercase;
}

h1 small {
	vertical-align: 70%;
	font-size: 14px;
}

h2 {
	font: 42px/42px LeagueGothicRegular;
	text-transform: uppercase;
	color: #906d33;
	text-align: left;
}

h2.single {
	padding-top: 6px;
	padding-bottom: 10px;
}

.offsite-link {
	position: relative;
	float: right;
	background-color: #bb0000;
	color: #fff;
	padding: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

h2 img, h3 img {
	vertical-align: middle;
}

h3 {
	font: 28px/28px LeagueGothicRegular;
	text-transform: uppercase;
	color: #906d33;
}

#sidebar h3 {
	color: #fff;
}

.content h3 {
	margin: 12px 0;
}

.graphic-award {
	position: absolute;
	left: 0;
	max-width: 46px;
}

.single.graphic-award {
	position: relative;
	float: left;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

p {
	line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #1e6bac;
}

a:hover {
	text-decoration: underline;
}

.silver, .silver a {
	color: #7b7b7b;
}

.gold, .gold a {
	color: #906d33;
}

.entry a img {
	border: 3px #3c3c3c solid;
	margin-right: 5px;
}

.year-selector {
	display: block;
	height: 69px;
	padding: 4px 8px;
	font: 76px/74px LeagueGothicRegular;
	color: #906d33;
	position: absolute;
	top: -94px;
	right: 0;
	text-transform: uppercase;
	border: 1px solid rgba(144, 109, 51, 0.4);
	border-radius: 6px;
	text-align: right;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	z-index: 999;
}

.year-selector::after {
	content: '';
	background: transparent;
	display: inline-block;
	width: 0;
	height: 0;
	padding: 5px;
	margin: 0 0 1px 3px;
	border: solid rgba(144, 109, 51, 0.4);
	border-width: 0 5px 5px 0;
	transition: .3s all;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 30px;
	left: 10px;
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}

.year-selector:hover,
.year-selector:hover::after {
	border-color: rgba(144, 109, 51, 1);
}

.year-selector.active {
	background-color: #fff;
	height: auto;
}

.year-selector a {
	display: block;
	font-size: 0.25em;
	line-height: 1.35em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.year-selector a.disable {
	opacity: 0.6;
	pointer-events: none;
}

.all-years {
	width: 150px;
	opacity: 0;
	-webkit-transform: scale(.9) translateY(30px);
	-moz-transform: scale(.9) translateY(30px);
	-ms-transform: scale(.9) translateY(30px);
	-o-transform: scale(.9) translateY(30px);
	transform: scale(.9) translateY(30px);
	z-index: 2;
	pointer-events: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.active .all-years {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	pointer-events: all;
}

/*-------------FancyBox-------------*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("images/fancybox/fancybox.png");
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url("images/fancybox/fancybox.png") -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url("images/fancybox/blank.gif");
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url("images/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url("images/fancybox/fancybox-y.png");
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url("images/fancybox/fancybox-x.png");
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url("images/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url("images/fancybox/fancy_title_over.png");
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url("images/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url("images/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url("images/fancybox/fancybox.png") -55px -90px no-repeat;
}

/*-------------Jigoshop-------------*/

#anchors-cart {
	position: relative;
	float: right;
}

.products .product {
	margin: 15px 20px 15px 0;
}

.products .product a span.price {
	position: relative;
	top: -14px;
}

.products .product a.button, .jigoshop-page a.button, .jigoshop-page a.button:hover, .jigoshop-page a.checkout-button {
	background-color: #BC0000;
	height: 12px;
}

.jigoshop-page a.checkout-button, .jigoshop-page a.checkout-button:hover {
	position: relative;
	top: -26px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

.product .summary {
	margin-top: 30px;
}

.product .summary form .button-alt {
	background-color: #BC0000;
	text-transform: uppercase;
	margin-top: -3px;
	margin-left: 5px;
}

.product .summary form .quantity input.qty {
	padding-top: 2px;
}

.product .summary h1.product_title.page-title {
	display: none;
}

.jigoshop-page {
	padding-bottom: 20px;
}

.jigoshop-page input.button, .jigoshop-page input.button:hover {
	background-color: #BC0000;
	text-transform: uppercase;
	height: 24px;
}

.jigoshop-page .checkout {
	margin-top: 20px;
}

.jigoshop-page .checkout>div {
	margin-bottom: 20px;
}

.jigoshop-page .checkout a.button {
	margin-top: 0px;
}

.jigoshop-page input.button-alt {
	background-color: #BC0000;
	text-transform: uppercase;
}

/*---------CSS3 and Custom----------*/

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

}

@-webkit-keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

.separator {
	margin: 1em 0;
	height: 1px;
	background: #906d33;
}

a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-transition: -webkit-box-shadow .2s linear;
	-o-transition:  box-shadow .2s linear;
	-moz-transition:  -moz-box-shadow .2s linear;
	transition:  box-shadow .2s linear;
}

.clear {
	clear: both;
}

#sidebar .close {
	display: none;
}

.burg {
	position: absolute;
	top: 9px;
	right: 20px;
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 55px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background: transparent;
}

.burg:focus {
	outline: none;
}

.burg span {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	height: 4px;
	background: #bc0000;
}

.burg span::before,
.burg span::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #bc0000;
  
}

.burg span::before {
	top: -12px;
}

.burg span::after {
	bottom: -12px;
}

/*-----Responsive Media Queries-----*/

@media only screen and (max-width: 1140px) {
	#logo {
		left: -220px;
		top: -85px;
		width: 205px;
		height: auto;
	}
}

/**
 * Comfy Tablet
 */
@media only screen and (max-width: 960px) {
	body {
		left: 0;
		margin-top: 410px;
	}

	#logo {
		top: -320px;
		left: 50%;
		width: 210px;
		margin-left: -105px;
	}

	#sidebar {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 320px;
		margin-right: 0;
		z-index: 1000;
		visibility: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.burg {
		display: block;
	}

	#sidebar .modal {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#sidebar.active {
		visibility: visible;
	}

	#sidebar.active .modal {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	#sidebar .close {
		position: absolute;
		top: 0px;
		right: -4px;
		display: block;
		width: 28px;
		height: 28px;
		font-size: 22px;
		line-height: 27px;
		text-align: center;
		color: #fff;
	}

	#sidebar .close:hover {
		text-decoration: none;
	}
	
	.modal-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		visibility: hidden;
		top: 0;
		left: 0;
		z-index: 999;
		opacity: 0;
		background: rgba(0, 0, 0, 0.8);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#sidebar.active + .modal-overlay {
		opacity: 1;
		visibility: visible;
	}

	h1 {
		left: 0;
		text-align: center;
	}
}

/**
 * Tablet
 */
@media only screen and (max-width: 740px) {
	html {
		padding: 20px;
	}

	body {
		width: 100%;
		margin-top: 370px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	h1 {
		top: -150px;
		width: 100%;
		font-size: 72px;
		line-height: 66px;
		text-align: center;
	}

	#logo {
		top: -360px;
	}

	#copyright, #sponsors {
		width: auto;
	}

	.content {
		width: 100%;
		padding-right: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.content .fancybox img {
		margin-bottom: 20px;
	}

	.credits {
		float: none;
		clear: left;
		width: auto;
		padding-left: 50px;
	}

	.credits span {
		display: block;
	}

	.credits p {
		display: inline-block;
		width: 49%;
	}
}

/**
 * Tablet
 */
@media only screen and (max-width: 650px) {
	html {
		padding: 10px;
	}
	
	h1 {
		top: -162px;
		width: 100%;
		font-size: 52px;
		line-height: 53px;
		text-align: center;
	}

	h2 {
		margin-right: 50px;
	}

	.sponsor img {
		max-width: 100%;
	}

	.single.entry {
		margin-top: 0;
	}
}

/**
 * Phone
 */
@media only screen and (max-width: 400px) {
	html {
		padding: 10px 0 0 0;
	}

	h1 {
		font-size: 42px;
		line-height: 46px;
	}

	#sidebar {
		width: 260px;
	}

	.sponsor {
		margin-left: -20px;
		margin-right: -20px;
	}

	.single .content {
		padding: 0;
	}

	.single .credits {
		padding-left: 0;
	}
}