/*
Theme Name: The Geekie Awards Custom Theme 3.0
Theme URI: http://thegeekieawards
Author: Jeff Turner
Author URI: http://twitter.com/jtwebman
Description: Build custom for The Geekie Awards
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: thegeekieawards

Built for The Geekie Awards.
*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Eric Meyer's Reset CSS v2.0 Completed */

/* Custom Font */

@font-face {
 font-family: AlternateGothic2BT;
 src: url(fonts/AlternateGothic2_BT.eot) /* EOT file for IE */
}
@font-face {
 font-family: AlternateGothic2BT;
 src: url(fonts/AlternateGothic2_BT.ttf) /* TTF file for CSS3 browsers */
}

/* Agent Con DB */
@font-face {
	font-family: AgentConDBNormal;
	src: url(fonts/agentcondb_normal-webfont.eot);
}
@font-face {
	font-family: AgentConDBNormal;
	src: url(//:) format('no404'),
	     url(fonts/agentcondb_normal-webfont.woff) format('woff'),
		 url(fonts/agentcondb_normal-webfont.ttf) format('truetype'),
		 url(fonts/agentcondb_normal-webfont.svg#webfontDDY1RQE0) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Site-wide defaults */

body {
	font-family: Arial, Helvetica, sans-serif;
	font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	line-height: 19px;
	color: #333333;
	background-color:#f8f8f8;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: AlternateGothic2BT;
	font-weight: normal;
	text-transform: uppercase;
	border: 0px solid;
	line-height: 1;
}

h1 { font-size:28px;}

h2 { font-size:26px;}

h3 { font-size:24px;}

h4 { font-size:22px; color:#888888;}

h5 { font-size:20px; color:#888888;}
	h5.red{color:#ff0000;margin-bottom:0px;}

h6 { font-size:16px; color:#888888;}
	h6.light{color:#b0b0b0;margin-bottom: 20px;}

p {
	text-align: justify;
}

.underline-text
{
	text-decoration: underline;
}

.highlight-text
{
	background-color: #FF3;
}

.red-text
{
	color: #ed2d3a;
}

.pink-text
{
	color: #ff007d;
}

blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}
blockquote p
{
	padding:14px;
	font-style:italic;
	font-size:13px;
}

strong {
	font-weight: bold;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover, h1, h2, h3, h4, h5, h6  {
	color: #262626;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

i, em {
	font-style: italic;
}

label {
	font-weight: bold;
	font-size: 14px;
}

textarea {
    width: 47%;
}

input[type="text"] {
    width: 47%;
}

input[type="checkbox"] {
	margin: 10px;
}

/* Globally Used Classes */

.middle-button {
	font-family: AgentConDBNormal;
	font-weight: normal;
	font-size: 15px;
	color: #808080;
	background: url(images/middle-button-right.png) right no-repeat;
	display: inline-block;
	min-width: 40px;
	height: 32px;
	text-align: center;
	padding: 12px 4px 0px 0px;
	margin: 8px 0px 0px 4px;
}

.middle-right {
	background: url(images/middle-button-left.png) no-repeat left;
	float: left;
	width: 5px;
	height: 32px;
	margin: -6px 0px 0px -5px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}

.leftside {
	width: 660px;
	margin: 20px 40px 0px 20px;
	float: left;
}

.rightside {
	width: 300px;
	margin-top: 20px;
	float: left;
}

.top-content {
	width: 1020px;
	padding-left: 10px;
	padding-top:  20px;
}

.nominated-content {
	float: left;
	width: 320px;
}

.top-content .entry-content {
	float: left;
}

.top-content .entry-content-text {
	float: left;
	padding-left: 30px;
	width: 300px;
}

.featured {
	width: 670px;
	height: 386px;
}

.featured-small {
	width: 320px;
	height: 180px;
	margin-bottom: 20px;
}


/* Header Style */

#top-bar {
	background: url(images/header_bkgd.png) repeat-x;
	height: 310px;
	clear:both;
}

#header {
	background: url(images/header_img.png) center top no-repeat;
	height: 310px;
}

#site-navigation {
	float: left;
	max-width: 1040px;
	height: 60px;
	margin-top: 248px;
}

#buynowbtn {
	background: url(images/btn_tickets_noPromo.png) center bottom no-repeat;
	float: right;
	width: 250px;
	height: 102px;
	position: absolute;
	margin-top: 188px;
    /* display: none; */
    right: 0px;
}

#buynowbtn a {
	display: block;
	width: 250px;
	height: 102px;
}

/* Remove Header for Geekie Work Sumbit Page */

.page-id-217 #top-bar,
.page-id-217 #full-width-top-bar,
.page-id-217 #site-navigation,
.page-id-217 #social-icons {
	display: none;
	visibility:hidden;
}


/* nav */
.nav, .nav * {
	font-family: AlternateGothic2BT;
	text-transform:uppercase;
	font-size: 18px;
	font-weight:normal;
	margin: 0;
	padding: 0;
	list-style: none;
	height:60px;
	vertical-align: middle;
}
.nav {
	line-height:	3.5;
}
.nav ul {
	position: absolute;
	top: -999em;
	width: 19em;
}
.nav ul li {
	width: 100%;
}
.nav li:hover {
	visibility: inherit;
}

.nav li:hover title {
	display:none;
}
.nav li {
	float: left;
	position: relative;
	min-width:80px;
	text-align:center;
}
.nav li li{
	text-align: left;
	border-bottom:1px solid #333;
	margin-left:0px;
	margin-top: 0px;
}
.nav a {
	display: block;
	position: relative;
	vertical-align:middle;
}
.nav li:hover ul,
.nav li.sfHover ul {
	left:			0;
	top:			3.4em;
	z-index:		99;
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			10em;
	top:			0;
}
ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}
ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			10em;
	top:			0;
}

.nav {
	float:			left;
	margin-bottom:	1em;
}
.nav a {
	background:url(images/dot-menu.png) no-repeat left center;
	padding: 		0em 1em;
	text-decoration:none;
}
.nav a, .nav a:visited  {
	color: #868686;
}
.nav a:hover {
	color:			#f9f9f9;
}
.nav li {
	background:		#transparent;
}
.nav li li {
	background:		#2d2d2d;
}
.nav li li li {
	background:		#1a1a1a;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:		#000 url(images/menu-hover.png) repeat-x;
	outline:		0;
}

/*** arrows **/
.nav a.sf-with-ul {
	padding-right: 	1.75em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator {
	top: 1.2em;
	background-position: 0 -100px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.nav ul .sf-sub-indicator { background-position:  -10px 0; }
.nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.nav ul a:focus > .sf-sub-indicator,
.nav ul a:hover > .sf-sub-indicator,
.nav ul a:active > .sf-sub-indicator,
.nav ul li:hover > a > .sf-sub-indicator,
.nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/* Top Social Icons */
#social-icons a {
	float: left;
	padding-left: 6px;
	margin-top: 16px;
	text-decoration:none;
	display: block;
	width: 24px;
	height: 24px;
}


a.buton-twitter-mini {
	background: url(images/twitter-mini.png) 0 0 no-repeat;
}

a.buton-twitter-mini:hover {
	background: url(images/twitter-mini.png) 0 -26px no-repeat;
}

a.buton-facebook-mini {
	background: url(images/facebook-mini.png) 0 0 no-repeat;
}

a.buton-facebook-mini:hover {
	background: url(images/facebook-mini.png) 0 -26px no-repeat;
}

/* Content */

.clear {
	display: none;
	clear: both;
}

#page {
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#page img.alignleft {
	margin: 0;

}

#main {
	background: #8a9aa7 url(images/margin_bkgd3.jpg) center top no-repeat fixed;
	overflow:hidden;
	margin: 0;
	padding: 0;
	margin-bottom: -15px;
}

#maincontent {
	background-color: #f4f8fa;
}

.full-width #content {
	margin: 20px;
}

#primary, #secondary {
	padding-bottom: 100px;
	padding-top: 20px;
}

.page-template-page-home_all_widget-php #primary,
.page-template-page-home_all_widget-php #secondary {
	padding-top: 0px;
}

.full-page-pad {
	margin: 10px 20px 0px 20px;
}

.entry-content {
	padding-top: 10px;
	border-top: 1px solid #ededed;
}

.site-content ul {
	margin: 14px 0px 0px -32px;
	display: block;
	list-style: none;
	clear: both;
}

.site-content ul li {
	background: url(images/disc.png) no-repeat left top;
	padding-left: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin: 16px 20px 12px 1px;
}

.alignright {
	float:right;
}

.fillwidth {
	width:100%;
}

.category-post {
	display:inline;
	float: left;
	position: relative;
	width: 320px;
	margin-right: 20px;
	border: 0 #ccc solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.category-post-last {
	display:inline;
	float: left;
	position: relative;
	width: 320px;
	border: 0 #ccc solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.award-category {
	display:inline;
	float: left;
	position: relative;
	margin-right: 13px;
	width: 155px;
	height: 193px;
}

.award-category-end {
	display:inline;
	float: left;
	position: relative;
	margin-right: 0px;
	width: 155px;
	height: 193px;
}

.award-category a div, .award-category-end a div {
  font-size: 16px;
  font-family: AlternateGothic2BT;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
	text-align: center;
}

.judge, .presenter, .teammember {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}

.presenter {
	width: 230px;
	height: 340px;
	overflow: hidden;
}

.teammember {
	width: 230px;
	height: 343px;
	overflow: hidden;
}

.presenter H4 {
	margin-bottom: 1px;
}

.presenter H6 {
	margin-bottom: 10px;
}

.teammember H4 {
	margin-bottom: 5px;
}

.teammember H5 {
	font-size:14px;
	margin-bottom: 10px;
}

.judge a img, .presenter a img, .teammember a img {
	display: block;
	border-radius: .5em;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 1;
	-ms-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.judge a span, .presenter a span, .teammember a span {
	position: absolute;
	top: 100px;
	display: none;
	width: 100%;
	color: #252f62;
	text-align: center;
	font-family: 'Carme';
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}

.judge a:hover span, .presenter a:hover span, .teammember a:hover span {
	display: block;
	background-color: #f4f8fa;
}
.judge a:hover img, .presenter a:hover img, .teammember a:hover img {
	opacity: .7;
}

.judge-page-thumbnail, .presenter-page-thumbnail, .teammember-page-thumbnail {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 235px;
	height: 235px;
	border-radius: .5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.judge-side, .presenter-side, .teammember-side  {
	display: inline;
	float: left;
	position: relative;
}

.judge-side img, .presenter-side img, .teammember-side img {
	display: block;
	border-radius: .5em;
	margin: 5px;
}

.judge-side a:hover img, .presenter-side a:hover img, .teammember-side a:hover img {
	opacity: .7;
}

.featured_area {
	background: #383838;
	padding: 0px 20px 50px 20px;
}

#menu-videocategories {
	margin: 0px;
}

#menu-videocategories li {
	background: #01adef;
	list-style-type: none;
	float: left;
	padding: 8px 15px 5px 15px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
}

#menu-videocategories li a {
	font-family: AlternateGothic2BT;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.video-gallary-video {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 320px;
	height: auto;
}

.video-gallary-video-line-end {
	float: left;
	padding-bottom: 20px;
	width: 320px;
	height: auto;
}

.video-gallary-title {
	font-family: Arial, Helvetica, sans-serif;
	font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
}

.video-gallary-video-img {
	background-color: #f3f3f3;
	padding: 10px;
	border: 1px solid #e4e4e4;
	width: 298px;
}

#video-player-title {
	padding-top: 15px;
	float: left;
}

#video-player-title, #video-player-description {
	color: #fff;
}

#additional-videos {
	padding-top: 20px;
}

.video-gallary {
}

#video-social {
	padding-top: 15px;
	float: right;
}

.gallery-featuredimage {
	background-color: #f3f3f3;
	padding: 9px;
	border: 1px solid #e4e4e4;
	width: 300px;
	height: auto;
}

.gallery-post {
	width: 320px;
	float: left;
	margin-right: 10px;
}

.gallery-post-last {
	width: 320px;
	float: left;
}

.gallery-image {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 155px;
}

.gallery-image img, .gallery-image-last img {
	background-color: #f3f3f3;
	padding: 9px;
	border: 1px solid #e4e4e4;
	max-width: 145px;
	max-height: 145px;
}

.gallery-image-last {
	width: 155px;
	float: left;
}

.left-full-image {
	width:660px;
	height:372px;
}

.categories .left-full-image {
	width:300px;
	height:166px;
}

.category-post h1, .category-post-last h1 {
	font-size:20px;
}

.post-elements {
	position: absolute;
	width: 310px;
	margin: 128px 0px 0px 0px;
	z-index: 1;
}

.post-elements-two {
	position: absolute;
	width: 650px;
	margin: 312px 0px 0px 0px;
	z-index: 100;
}

.post-elements ul,
.post-elements-two ul {
	list-style: none;
	padding: 0;
	float: right;
}

.post-elements ul li,
.post-elements-two ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

.post-elements img, .post-elements-two img {
	border: none;
	background-color: transparent;
	display: block;
}

.category-thumbnail {
	background-color: #f3f3f3;
	padding: 9px;
	border: 1px solid #e4e4e4;
	width:300px;
	height: 167;
}

.entry-summary {
	height: 57px;
	overflow: hidden;
}

.post-thumbnail {
	background-color: #f3f3f3;
	padding: 9px;
	border: 1px solid #e4e4e4;
	width:640px;
	height: 352px;
}

.post .entry-content  {
	padding-top: 0px;
	border-top: 0px none;
}

.category-list {
	font-family: helvetica;
	font-size: 11px;
	font-style: normal;
	color: #b0b0b0;
	border: none;
	margin-bottom:10px;
	font-weight: normal;
	text-transform: uppercase;
}

.fancybox a {
	display: block;
	padding: 1px;
}

.page-navi {
	width: 100%;
}

.page-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align:center;
	clear: none;
}

.page-navi ul li {
	display: inline;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	background: none;
}

.page-navi ul li a {
	min-width: 24px;
}

.widget {
	margin-bottom: 35px;
}

.widget_sub_categories h1, .sidebar-archives h1, .widget_tag_cloud h1 .widget_execphp h1, .news-post-types-widget h1, .widget_nav_menu h1 {
	font-size:22px;
}

.widget_sub_categories h2, .sidebar-archives h2, .widget_tag_cloud h2, .widget_execphp h2, .news-post-types-widget h2, .widget_nav_menu h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#888888;
	font-size:12px;
	text-transform:none;
	font-style:italic;
}

.widget_sub_categories ul, .sidebar-archives ul, .widget_tag_cloud ul, .wp-tag-cloud, .news-post-types-widget ul, .widget_nav_menu ul {
	margin:14px 0px 0px 0px;
	padding-top:14px;
	list-style:none;
	width:274px;
}

.news-post-types-widget ul ul {
	margin: 0px;
	padding-top: 0px;
}

.widget_sub_categories ul li, .news-post-types-widget ul li, .widget_nav_menu ul li {
	background:url(images/dot-2.png) 0px 0px;
	height:22px;
	padding:2px 0px 14px 26px;
	margin-left:-2px;
}

.news-post-types-widget ul ul li {
	margin-left:15px;
}

.widget_sub_categories ul li:hover, .news-post-types-widget ul li:hover, .widget_nav_menu ul li:hover {
	background:url(images/dot-2.png) 0px -37px;
}

.widget_sub_categories ul li a, .sidebar-archives ul li a, .widget_tag_cloud ul li a, .wp-tag-cloud li a, .news-post-types-widget ul li a, .widget_nav_menu ul li a {
	color:#a0a0a0;
}

.widget_sub_categories ul li a:hover, .sidebar-archives ul li a:hover, .widget_tag_cloud ul li a:hover, .wp-tag-cloud li a:hover, .news-post-types-widget ul li a:hover, .widget_nav_menu ul li a:hover {
	color:#262626;
}

.sidebar-archives ul li {
	background:url(images/dot-3.png) 0px 0px;
	height:22px;
	padding:2px 0px 14px 26px;
	margin-left:-2px;
}

.sidebar-archives ul li:hover {
	background:url(images/dot-3.png) 0px -37px;
}

.wp-tag-cloud li {
	float:left;
	background:url(images/tag-back.png) repeat-x top right;
	height:23px;
	text-align:center;
	padding:3px 16px 0px 6px;
	border-left:1px solid #dbdbdb;
	margin:4px 10px 14px 0px;
}


/* GForm */

.gform_wrapper ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	overflow: visible;
	background: none;
}

.gform_button {
	cursor: pointer;
	background: none repeat scroll 0 0 #00ADEF;
	border: 1px solid #000;
	color: #fff;
	float: left;
	height: auto;
	line-height: 30px;
	text-align: center;
	width: 130px;
	margin-top: 15px;
	text-transform: uppercase;
}

/* Footer */

#footer {
	width: 100%;
	clear:both;
	background-color: #f0f0f0;
	height: 100px;
}

.nav-footer, .nav-footer * {
	color: #000000;
	font-family: AlternateGothic2BT;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:normal;
	height: 30px;
}

.nav-footer li {
	height: 30px;
	display: inline-block;
	min-width: 25px;
	margin-right: 10px;
	margin-top: 30px;
}

.nav-footer a {
	display: block;
	position: relative;
	vertical-align:middle;
	background: none;
}

.footer-left {
	width: 510px;
	float: left;
	position: relative;
};

.footer-right {
	width: 510px;
	float: left;
	position: relative;
}

#socialicons {
	display:inline;
	position: relative;
}

#socialicons li {
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
	float: right;
}

#copyright {
	vertical-align: middle;
	font-size: 11px;
	padding-top: 15px;
}

.sponsor_text {
	margin-top: 25px;
	padding-left: 264px;
}

.sponsor_image {
	float: left;
	margin: 0;
	padding-bottom: 15px;
}

#footer-hosting-by {
	vertical-align: middle;
	font-size: 11px;
	padding-top: 60px;
	text-align: right;
}

/* Home Page */

.homepage h1 {
	color: #01ADEF;
	margin-bottom: 10px;
}

/* Social Side Bar */

.socialsidebar {
	width: 300px;
	height: 56px;
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #D2DCE1;
}

.socialsidebartop {
	border-top: dotted 1px #D2DCE1;
}

.socialsidebar img {
	margin: 12px 10px 13px 10px;
	float: left;
}

.socialsidebar h6 {
	display: block;
	float: left;
	margin: 20px 0 0 0;
}

/* Flexslider */
.slideshowcontainer {
	padding: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 35px;
	background-color: #f4f8fa;
}

.flexslider {
	width: 980px;
	padding: 9px;
	margin: 0px;
	border: 1px solid #D2DCE1;
	background-color: #ECF1F3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.flex-control-nav {
	bottom: -25px;
	width: 960px;
}

.bottom-main-content {
	margin: 0 20px 0 20px;
}

.home .bottom-main-content {
	padding-top: 50px;
	padding-bottom: 100px;
}

#sponsorcarousel {
	width: 980px;
	height: 100px;
}

#sponsorcarousel.flexslider {
	margin-right: 0px;
	margin-left: 0px;
}

#sponsorcarousel ul img{
	width: 163px;
	height: 100px;
	margin: 0 38px 0 39px;
}

#sponsorcarousel a.previous {
	display: block;
	position: absolute;
	top: 27px;
	left: -36px;
	z-index: 100;
}

#sponsorcarousel a.next {
	display: block;
	position: absolute;
	top: 27px;
	left: 972px;
	z-index: 100;
}

#slideshowslider a.previous {
	display: block;
	position: absolute;
	top: 119px;
	left: -36px;
	z-index: 100;
}

#slideshowslider a.next {
	display: block;
	position: absolute;
	top: 119px;
	left: 972px;
	z-index: 100;
}

/* Featured News Posts Widget */

.news-post-featured-widget H6 {
	margin-bottom: 0px;
}

.news-post-featured-widget a p.featured-date {
	color: #01ADEF;
	margin-bottom: 5px;
}

.news-post-featured-widget a .featured-new-post p.featured-date {
	margin-bottom: 0px;
}

.news-post-featured-widget a .featured-new-post p {
	margin-bottom: 0px;
}

.news-post-featured-widget a p {
	color: #5D6A71;
}

.news-post-featured-widget a {
	display: block;
}

.news-post-featured-widget .featured-new-post {
	max-width: 289px;
	min-height: 60px;
	padding-left: 10px;
	border-left: 5px solid #00AEF2;
	background-color: #EDF2F5;
	padding-top: 5px;
	margin-bottom: 1px;
}

.more-new {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.more-new a {
	display: block;
	width: 88px;
	height: 28px;
	background-image: url(images/btn_moreNews.png);
}

.more-new a:hover {
	display: block;
	width: 88px;
	height: 28px;
	background-image: url(images/btn_moreNews_h.png);
}


/* ticker */

#ticker-container {
	width: 980px;
	height: 38px;
	background: #F7EA47;
	margin: 0 20px 0 20px;
	overflow: hidden;
}

#ticker-sub {
	float: left;
}

#makeMeScrollable {
	margin: 0;
	padding: 0;
	width: 787px;
	height: 38px;
	float: left;
}

.tickercontainer {
	border: 0;
	background: #F7EA47;
	width: 787px;
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tickercontainer .mask {
	position: relative;
	left: 0;
	top: 0;
	width: 787px;
	overflow: hidden;
}

#makeMeScrollable .ticker {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding-left:25px;
	height: 38px;
	background: url(images/ticker_bullet.png) left center no-repeat;
	vertical-align: middle;
}

#makeMeScrollable .ticker a {
	color: #000;
}

#makeMeScrollable .ticker a div {
	margin-top: 10px;
}

ul.newsticker a {
	font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	margin: 0;
}

/* featured presenter shortcode */

.featured-presenters {
	display: inline;
	float: left;
	position: relative;
	padding-right: 15px;
	max-width: 200px;
}

.featured-presenters img {
	padding: 9px;
	border: 1px solid #D2DCE1;
	background-color: #ECF1F3;
}

.more-featured-presenter img {
	padding: 9px;
	border: 1px solid #D2DCE1;
	background-color: #ECF1F3;
}

.featured-presenters h4 {
	margin: 0;
}

/* Nominees styles */
a.back_to_nominees{
	font-family: AlternateGothic2BT;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	position:relative;
	top:0px;
	padding-left:20px;
	background:url(images/back_arrow.png) no-repeat left;
}

.cosplay-contest img{margin-left: 350px;margin-top:40px;margin-bottom:30px;}

.nominee-category{
	float:left;
	margin-left: 15px;
	margin-bottom: 10px;
}
	.nominee-category.last{margin-right:0px;}

.nominee-post{
	width:320px;
	float:left;
	margin-right:30px;
}
	.nominee-post.last{margin-right:0px;}
	.nominee-title{font-size:22px;margin-bottom: 10px;}
		.nominee-title a{color:#000;}

.individual_awards{
	background-color: #fff;
	padding: 20px;
	padding-bottom:0px;
	border: 1px solid #e4e4e4;
}
	.award{
		float:left;
		width:300px;
		margin-right:30px;
		margin-bottom:0px;
	}
		.award.last{margin-right:0px;margin-left: 18px;}


/* Ticket Page */
.featuredImage{
	background-color: #ecf1f3;
	padding: 10px;
	border: 1px solid #d2dce1;
	width:980px;
	height:322px;
	margin-bottom:10px;
	margin-top: 20px;
	text-align: center;
}
.option{}
	.option_left{
		width:480px;
		float:left;
	}
	.option_right{
		margin-left:40px;
		float:left;
		width:150px;
	}

.option a{
	font-size: 18px;
	width: 150px;
	height: 28px;
	padding-top: 12px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	display:block;
	text-align:center;
	color:#fff;
	font-family: AlternateGothic2BT;
	font-weight: normal;
	text-transform: uppercase;
	cursor:hand;
}
	.option a:hover{/*color:#000;*/}
	a.buy_tickets{background:#01adef;}
		a.buy_tickets:hover{background:#000;}
	a.sold_out{background:#ff0000;}
	a.view_photos{background:#2c2c2c;}
		a.view_photos:hover{background:#000;}

/**/

/* Show active item in the pagination */
.slidesjs-pagination .active {color:red;}

/* Subpage List Widget Styles */
ul.subpage-list-widget, ul.homenav {
	width:100%;
	list-style:none;
	margin-left: 0px;
}

.widget_subpagelistwidget {
	padding-bottom: 30px;
}

ul.subpage-list-widget li {
	height:200px;
	width: 155px;
	float: left;
	background: none;
	padding: 0;
	margin-right: 13px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
}

ul.subpage-list-widget li.last {
	margin-right: 0px;
}

ul.subpage-list-widget li h6 {
	padding: 0;
	margin: 0;
	margin-top: 12px;
	vertical-align: top;
	margin-bottom: 25px;
	text-align: center;
}

ul.subpage-list-widget li img.thumbnail {
	height:155px;
	width: 155px;
	display: block;
}

ul.homenav li {
	height:16px;
	float: left;
	background: none;
	padding: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	display: block;
}

ul.homenav li a {
	font-size: 18px;
	font-family: AlternateGothic2BT;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

ul.homenav li a:hover {
	color: #00aeef;
}

.widget, .widget p {
	text-align: left;
}

.past-sponsor-image
{
	float: left;
	padding-right: 50px;
	width: 200px;
	height: 123px;
}

/* Social Bar */
.socialbar
{
	width: 100%;
	height: 25px;
	clear:both;
}

.socialbar .socialshare
{
	float:left;
	padding-right:20px;
}

.socialbar .twitter-share
{
	padding-right:0px !important;
	width: 95px;
}

/* custom sponsor pages */
#sponsored-header {
	width: 1040px;
	height: 198px;
	background-color: #000;
}

#flag-header h1 {
	margin: 0;
	padding: 0;
	line-height: 69px;
	color: #000;
	font-size: 32pt;
	font-weight: 100;
	background-color: #fff200;
	padding-right: 20px;
}

#flag-header h2 {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #FFF;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 1.5px;
	background-color: #000;
	padding-right: 5px;
	padding-left: 15px;
}

#flag-left-header
{
	background: url(images/nominee_ribbon_left.png) left top no-repeat;
	width: 86px;
	height: 100px;
}

#flag-right-header
{
	background: url(images/TitleFlag-Right.png) left top no-repeat;
	width: 44px;
	height: 69px;
}

#subflag-right-header
{
	background: url(images/SubTitleFlag-Right.png) left top no-repeat;
	width: 36px;
	height: 30px;
}

#flag-table
{
	position: relative;
	left: -86px;
	top: 19px;
}

#flag-table-top-row {
	height: 69px;
}

#flag-table-bottom-row {
	height: 30px;
}

#flag-table-filler {
	width: 100%;
}

/*html {
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	}*/


@media screen and (-webkit-min-device-pixel-ratio:0) {
	html {
	    margin-left: -1px;
	}
}

.industry-page-thumbnail {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.home #primary, .home #secondary {
	padding-bottom: 0px;
}

.top-10 table {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}

.top-10 table td {
	margin-top: 5px;
	width: 70%;
	white-space: nowrap;
}

/* Fancy Box Open */

.home .fancybox-opened .fancybox-skin{
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.home .fancybox-opened .fancybox-skin .fancybox-inner{overflow:hidden!important;}
.home .fancybox-opened .fancybox-skin .gform_wrapper .gform_heading{margin-bottom:0;}
.home .fancybox-opened .fancybox-skin .gform_wrapper .gform_heading h3.gform_title{
color:#fff;
display:block;
font-weight:normal;
font-size:2.3em;
text-align:center;}

.home .fancybox-opened .fancybox-skin .gform_wrapper .gform_heading .gform_description{
color:#fff;
display:block;
text-align:center;}

.home .fancybox-opened .fancybox-skin .gform_wrapper .gform_body label{color:#fff;}

.home .fancybox-opened .fancybox-skin .gform_wrapper .gform_footer{
margin:0;
padding: 0;}
.home .fancybox-opened .fancybox-skin .gform_wrapper .gform_footer input.button{
	display:block;
float: none;
margin: 15px auto 0;
	padding: 5px;}

.gform_confirmation_message {
	padding-bottom: 400px;
}
