/* @override /2013/wp-content/themes/2013_c77_awards/style.css?v=2 */

/* @override 
	http://www.core.thebrothersmueller.com/2013/wp-content/themes/2013_c77_awards/style.css
	http://www.core.thebrothersmueller.com/2013/wp-content/themes/2013_c77_awards/style.css
	/2013/wp-content/themes/2013_c77_awards/style.css
	http://www.core.thebrothersmueller.com/2013/wp-content/themes/2013_c77_awards/style.css?v=2
	/2013/wp-content/themes/2013_c77_awards/style.css?v=2
*/

/*
Theme Name: 2013 Core77 Design Awards
Theme URI: http://core77designawards.com
Description: 2013 Core77 Design Awards
Author: Studio Mercury
Version: 1.0
*/

/* @group bolerplate */

/*
Reset default browser CSS.
Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* Headings
-------------------------------------------------------------- */
/*test comment*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}
 
h4 p {
  padding-bottom: 5px;
  padding-top: 5px;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; vertical-align:baseline; background:transparent; text-decoration: none; /*color: #fff;*/ color:#000; font-size: 100px;  }

a, a:active, a:visited { font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; }

a:hover {
	color: #cd6033; -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;}

p a { color: #cd6033 !important;}

ins { background-color:#cd6033; color: #fff; text-decoration:none; }

mark { background-color: #cd6033; color: #fff; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; border-bottom: 1px solid #963f12; margin-top: 10px; margin-bottom: 10px; }

input, select { vertical-align:middle; }
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { }



/*
 * minimal base styles
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
body, select, input, textarea { color: #333}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */

/* www.aestheticallyloyal.com/public/optimize-legibility/ */
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited {color:#FF6900; }
a:hover { color:#FF6900;}


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th {  font-weight: normal; font-style: normal; }

td, td img { vertical-align:top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background:#ababab;); text-shadow: none; color: #fff;  }
::selection { background:#ababab; text-shadow: none; color: #fff; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #333; color:#FF6900;}


/* always force a scrollbar in non-IE
html { overflow-y: scroll; }
*/

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/*
 * Non-semantic helper classes
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }




/*
   Primary Styles
   Author: Studio Mercury
		   for standard wordpress installs
*/

.clickable { cursor:  hand; cursor: pointer;}


/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { !important; text-decoration: none; }

  a:after { content: " (" attr(href) ")"; }

  abbr:after { content: " (" attr(title) ")"; }

  .ir a:after { content: ""; }  /* Don't show links for images */

  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {

  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }

}

/* @end */



/*
   WORDPRESS TEMPLATE STYLES
   Author: Studio Mercury
*/


html {
	/*background-color: #000;*/
	background:#FFFFFF !important;
	
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

body{
	margin: auto;
	color: #fff !important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;

}


div#container{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	/*overflow:hidden;*/
}

div#container footer.mainFooter{clear:both;}

h1 { font-size: 48px; line-height: 57px;/* color: #fff;*/ color:#666666; font-weight: bold; text-transform: uppercase; padding-bottom: 1%; }
h2 { font-size: 36px; line-height: 43px; }
h3 { font-size: 24px; line-height: 28px; }
h4 { font-size: 16px; line-height: 21px; }
h4 a { color: #ff6900; }
h4 a:hover { /*color: #fff;*/ color:#FF6900; }
h5 { font-size: 13px; line-height: 17px;/* color: #fff;*/ }
h6 { }

p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

.results-title {text-align: center;
           word-spacing:0.1em;
           width:890px;
           margin-top:50px;}

p a {
	color: #ff6900;
}



p a:hover {
	/*color: #fff !important;*/
}

hr {
	border: none;
	border-bottom: 1px solid #963f12;
}

#main {
	width: 850px;
	float: right;
	/*min-height:  850px !important;*/
	min-height:  1150px !important;
}

#main.fullpage {
    float: none;
    margin: 0 auto;
    width: 960px;
	
}

.fullpage #content h3 {
    font-size: 20px;
}

.fullpage #content .text {
    margin-left: 180px;
    text-align: left;
    width: 600px;
	padding-top:5px;
}

.fullpage #content .text h1 {
	/*font-size: 53px;*/
	font-size: 48px;
	line-height:57px;
}

.fullpage #content .text h3 {
	font-size: 16px;
	line-height: 20px;
	/*padding-left: 20px;*/
}


.fullpage #content #c77-2013-logo a {
    margin-right: 40px;
    margin-top: 0;
}

/* @group Navigation */


#navigation {
	width: 100%;
	z-index: 99;
	position: relative;
	overflow: none;
}

.home #navigation{
}

.menu {
	float: left;
	width: 100%;
	overflow: none;

}

.menu-item{
	position: relative;
}
ul#menu-core77-2013-awards-menu {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	overflow: none;
	width: 700px;
	/*padding-left: 100px;*/
}

ul#menu-core77-2013-awards-menu > li {
float: left;
  font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 text-transform: uppercase;
 color: #FFF;
 padding-right: 35px;
 /*width: 16.5%;*/
 
	text-align: center;
}
ul#menu-core77-2013-awards-menu  li:first-child {padding-left: 20px;}

#menu-item-10548 a {
}

.home #menu-item-10447 a {
	color: #ff6900 !important;
	cursor: default;
}






ul#menu-core77-2013-awards-menu li a {
display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#ff6900;
}

ul#menu-core77-2013-awards-menu li a:hover {
	color: #ff6900 !important;
}

ul#menu-core77-2013-awards-menu li.menu-item-10548 a:hover, ul#menu-core77-2013-awards-menu li.menu-item-25 a:hover {
	color: #fff !important;
}

ul#menu-core77-2013-awards-menu li.current_page_item a {
	color: #ff6900;
}

ul#menu-core77-2013-awards-menu li li{
 padding: 0;
}

/*#menu-item-10548{
	background-color: #4b4c4c;
}*/

#menu-item-10548 ul,#menu-item-25 ul{
	background-color: #7e7e7e;
	width: 230px;
	padding-bottom: 10px;
}

#menu-item-10548 ul li h2,#menu-item-25 ul li h2{
	font-size:  16px;
	line-height: 26px;
	text-transform: uppercase;
	color: #818181;
	border-bottom: 1px solid #c8c8c8;
	float: left;
	width:100%;
	text-indent: 5px;
}

#menu-item-10548 ul li h5,#menu-item-25 ul li h5{
	width: 100%;
	text-transform: uppercase;
	color: #818181;
	float: left;
	font-size: 10px;
	line-height: 9px;
	text-indent: 5px;
	overflow: none;
}


ul#menu-core77-2013-awards-menu li a:hover {
	color: #fff;
}

#menu-item-33  {
	float: right !important;
	overflow: hidden;
	width: 80px;
}
#menu-item-33 a {
	float: right !important;
	overflow: hidden;
	width: 50px;
	text-align: center;
}

#menu-item-34 {
	float: right !important;
	overflow: hidden;
	width: 130px;
	 padding: 0px 14px 5px !important;
}
#menu-item-34 a {
	background-color: #ff6900;
	color: #fff !important;
	padding: 15px 10px 10px 10px;
	float: right !important;
	overflow: hidden;
	width: 100px;
	float:left;
}
ul#menu-core77-2013-awards-menu li#menu-item-34 a:hover {
	color: #fff !important;
	background-color: #be4e00;
}

#menu-item-34:hover {
	color: #fff !important;
}


ul.sub-menu {
 display:none;
 position: absolute;
 float: left;
 list-style: none;
 margin: 0;
 background-color: #ff6900;
 padding-top: 20px;
 left: 0px;
 top: 33px;
 z-index: 50;
 width: 200px !important;
}

ul.sub-menu li {
	clear: both;
	width: 200px;
	overflow: none;
float: left;
  font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 text-transform: uppercase;
 color: #FFF;
	text-align: center;
}

ul.sub-menu li.current_page_item a {
	color: #000 !important;
}
	
			#menu-core77-2012-awards-menu{
				padding-left: 0px !important;
			}
			
			.newsletter-signup #ptidly-ptidly{
				width: 220px;
				height: 21px;
				font-size: 13px;
				line-height: 13px;
				border: 1px solid #FF6900;
				color: #000;
				background-color: #fff;
				float: right;
				margin-top: 9px;
				padding-left: 10px;
			}
			
			.newsletter-signup input.submit{
				width: 28px;
				height: 25px;
				font-size: 10px;
				line-height: 10px;
				color: white;
				background-color: #FF6900;
				border: none;
				margin-top: 9px;
				float: right;
				margin-right: 20px;
				overflow: none;
			}
			
			input::-moz-focus-inner {
    border:0;
    padding:0;
}



ul#menu-core77-2013-awards-menu ul.sub-menu li a {
	color: #fff !important;
	padding: 5px 5px 5px 5px!important;
	text-align: left;
	width: 95% !important;
	float: left;
}

ul#menu-core77-2013-awards-menu ul.sub-menu li a:hover {
	color: #000 !important;
}

.share-links {
	float: left;
  margin-left:10px;
	padding-top: 7px;
}



.share-links-facebook {
	float: left;
	padding: 5px 0 5px 5px;
}

.share-links-twitter {
	float: left;
	padding: 5px;
}

.big-orange a {
	width:220px;
    height:45px;
	background-image: url(images/core-broadcast-schedule.png);
	float: right;
}

.big-orange-text {
	line-height: 16px;
font-size: 12px;
font-weight: bold;
width: 100%;
overflow: none;
text-align:center;
padding-top:10px;
}

.big-orange-text a:hover {color:#000000;}

p.award-text {
	clear: both;
	float: left;
	width: 100%;
}

/* @end */





/* @group Sidebar */

#sidebar {
	width: 175px;
	float: left;
	color: #959595;
	clear:both;
}

#sidebar a {
 /* color: #fff;*/
}
#sidebar a:hover {
 /* color: #ff6900;*/
}

.home #sidebar {
	width: 175px;
	float: left;
	color: #fff;
}

.home #sidebar a {
  color: #fff ;
}
.home #sidebar a:hover {
  color: #959595;
}


.home #sidebar{
}

#c77-2013-logo {
	float: left;
	clear: both;
}

#c77-2013-logo a {
	width: 160px;
	height: 240px;
	background: url(images/logo13.png) no-repeat;
	float: left;
	margin-top: 75%;
}

#twitter-feed {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.twitter-post {
	line-height: 16px;
	font-size: 13px !important;	
	color:#333333;
}

#news-feed {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	overflow: none;
	padding-top: 10px;
}

.home .twitter-post a {
	color: #fff !important;
}

.twitter-post a {
	color: #ff6900 !important;
}
.twitter-post a:hover {
	color: #fff !important;
}

#sidebar #news-feed .news-date {
	font-weight: bold;
}

#sidebar-content h2 span {
	color: #ff6900 !important;
}

#support-contact {
	float: left;
	width: 100%;
	padding-top: 20px;
}

#support-contact a {
	float: left;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 18px;
}


/* @end */

/* @group Home */

#module-container{
	padding-bottom: 50px;
}

#core-logo-home{
	position: absolute;
	top: 230px;
	display: none;
}
.module-home {
	float: left;
	border: 1px solid #963f12;
	font-size: 38px;
	font-weight: bold;
	margin: 10px;
	padding: 10px 10px 10px;
	width: 357px;
	display: none;
	cursor: pointer;
	background-color: rgba(0,0,0,0.32);
	overflow: hidden;
}

.no-border{
	border: none !important;
}

.module-long {
	float: left;
	border: 1px solid #963f12;
	font-size: 38px;
	font-weight: bold;
	margin: 10px;
	padding: 10px 10px 10px;
	width: 792px !important;
	height: 164px !important;
	display: none;
	cursor: default !important;
	background-color: rgba(0,0,0,0.32);
	overflow: hidden;
}

.module-home .front {
	width: 90%;
}

#module-home-1 { width: 375px; height: 275px; }
#module-home-2 { width: 375px; height: 275px; }
#module-home-3 { width: 375px; height: 275px; }
#module-home-4 { width: 375px; height: 275px; }
#module-home-5 { width: 375px; height: 275px; }
#module-home-6 { width: 375px; height: 275px; }
#module-home-7 { }

.module-background {
	position: absolute;
	z-index:-1;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: #626262;
}
.module-background img {
	width: 100%;
	height: auto;
}

#module-home-1 .module-background{
	background-color: rgba(0,0,0,0);

}
.simple_overlay{
	display:none;
}
.module-overlay {
	border: 1px solid #472312;
	font-weight: bold;
	margin: 10px;
	padding: 10px 10px 10px;
	width: 900px;
	min-height: 300px;
	background-color: #000;
	z-index:10000;
	overflow:hidden;
}

.module-overlay .title{
	font-size: 35px;
}

.module-left-threequarter {
	position: relative;
}

.module-left-threequarter a.next {
	position: absolute;
	right: -4px !important;
}

.disabled {
	visibility: hidden;
}
ul.subnavigation {
	list-style: none;
}

a.see-all {
	font-size: 11px;
	font-weight: bold;
	padding: 8px 8px 8px 14px;
	float: left;
}


/* @end */

/* @group Pages */

#page-about-the-c7712da {
	padding-top: 100px;
	font-size: 16px;
	color: #808080;
	width: 700px;
	padding-bottom: 200px;
	overflow: visible;
	margin-left: 40px;
}

#page-about-the-c7712da h1 {
	font-size: 48px;
	line-height: 57px;
}

#page-about-the-c7712da h4 {
	font-size: 16px;
	line-height: 20px;
}

#page-about-the-c7712da h1 {
	font-size: 48px;
	line-height: 57px;
}

#page-the-trophy {
	padding-top: 100px;
	font-size: 13px;
	color: #808080;
	width: 470px !important;
	font-weight: bold;
	float: right;
}

#page-the-trophy h4 {
	font-size: 16px;
	line-height: 19.2px;
}

#page-the-trophy p {
	font-size: 12px;
	line-height: 16px;
}

#page-categories-2013 {
	padding-top: 120px;
	padding-bottom: 50px;
	float: left;
}

.category-list li a{
	font-size: 13px;
}

#page-2013-jury {
	padding-top: 139px;
}

#page-how-to-enter {
	padding-bottom: 50px;
	padding-top: 110px;
	width: 675px;
	float: right;
}
#page-how-to-enter #content h3 {
	color: #fff;
	padding-top: 10px;
	clear: both;
}
#page-how-to-enter .column-3 {
	font-size: 18px;
}

#page-how-to-enter #content ul {
padding-top: 5px;
margin-left: 13px;
padding-bottom: 0px;
}

#page-how-to-enter #content ul h4 {
	font-size: 15px;
	padding-top: 0px;
}

#page-how-to-enter h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #fff;
	border-bottom: 1px solid #963f12;
	padding-top: 15px;
}
#page-how-to-enter h4 {
	padding-top: 5px;
}

#page-resources {
	padding-top: 110px;
	float: left;
	padding-bottom: 50px;
	width: 100%;
	overflow: none;
}

#page-resources h2 {
	border-bottom: 1px solid #963f12;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 25px;
	color: #fff;
}

#page-resources h4 span {
	padding-top: 25px;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

#page-resources h3 {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #fff;
}

#page-resources ul {
	margin-left: 13px;
}

#page-resources #content {
	float: right;
}

#page-resources #content p object {
	padding-top: 10px;
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

#page-news {
	padding-top: 110px;
	float: left;
	padding-bottom: 50px;
	width: 100%;
	overflow: none;
}

#page-news #content {
	width: 616px;
	float: right;
}

#page-archive-jury {
	padding-top: 110px;
	float: left;
	padding-bottom: 50px;
}


/* @end */

.column-3 {
	float: left;
	width: 30%;
	padding: 3% 3% 2% 0;
}

.column-3 h4 {
	/*color: #fff;*/
	font-size: 15px;
	padding-bottom: 1%;
	margin-bottom: 1%;
}

.column-3 a {
	color: #ff6900 !important;
}

.column-3 a:hover {
	/*color: #fff !important;*/
}


/* @group Jury */

#sub-list { float: left; width: 175px; padding-right: 25px;
	color: #808080;
}
#sub-list ul { list-style: none; margin: 0; padding: 0; padding-top: 10px; padding-bottom: 20px; float: left; width: 100%; overflow: none;}
#sub-list ul li {
	float: left;
	clear: both;
	font-size: 14px;
	width: 100%;
	overflow: none;
}

#sub-list ul li a {
	width: 98%;
	float: left;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 2%;
	font-size: 13px;

}

#sub-list ul li a.active{
	color: #cd6033;
	width: 98%;
	float: left;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 2%;
	font-size: 13px;
}

#sub-list ul li.active{
	color: #cd6033;
	width: 98%;
	float: left;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 2%;
	font-size: 13px;
}

#sub-list ul li a.active:hover {
	background-color: black;
	color: #cd6033 !important;
}

#sub-list ul li.current_page_item {
	color: #cd6033;
}

#sub-list ul li.current_page_item a {
	color: #cd6033;
}

#sub-list ul li.current_page_item a:hover {
	background-color: black;
	color: #cd6033 !important;
}

#sub-list ul li a:hover {
	background-color: #515151;
	color: #fff !important;
}
.cat-title {
	font-weight: bold;
	/*color: #fff;*/
	padding-bottom: 5px;
	border-bottom: 1px solid #963f12;
	text-indent: 2%;
}

#banner {
	float: left;
	clear: both;
	padding-bottom: 20px;
}

#right-column {
	width: 630px;
	float: left;
}
#content {
	font-size: 22px;
	color: #969696;

}

#content h2 {
	/*color: #fff;*/
}

.single-award-content h5 {
	/*color: #fff;*/
	font-weight: bold;
	text-transform: uppercase;
}


#content h6 {
	padding-top: 20px;
}

#jury {
   /* margin: 81px auto 0 auto;*/
	margin: auto 0 auto;
    overflow:hidden;
    width: 1000px;
}

.jury-list {float: left;
width: 625px;
padding: 2% 3% 2% 0;
}


.jury-list-3col {
	float: left;
	width:100%;
/*width: 290px;
padding: 2% 3% 2% 0;*/

}
.col-j-sec {
    float: left;
    padding-left: 10px;
}


#jury-list h5 {
	text-transform: uppercase;
	letter-spacing: 1px;

}

/*.jury-preview {
	float: left;
}*/
.jury-preview {
    /*background-color: #FFFFFF;*/
	background-color:#333;
    color: #999;
    font-size: 11px;
    height: 88px;
    line-height: 13px;
    margin: 0 0 10px;
    padding: 6px;
    transition: all 200ms ease 0s;
    width: 294px;
}

/*.jury-preview a {
	float: left;
	width: 300px;
	margin: 5px 10px 5px 0;
	height: 135px;
	padding: 0 0 5px 0px;
}
*/
.jury-preview a {
	float: left;}
.jury-preview a:hover{
	color: #000;
	background-color: #fff;
	height: 88px;
}
.jury-preview a:hover .jury-name,.jury-preview a:hover .jury-title{color: #000;}
.jury-preview .thumbnail {
    float: left;
    margin-bottom: 6px;
    margin-right: 6px;
}
.jury-preview .thumbnail img {
    height: auto;
    width: 64px;
}

#thumbnail {
	float: left;
	width: 100px;
	padding: 2px 2px 2px 2px ;
}

#thumbnail img {
	width: 100%;
	height: auto;
	overflow: none;
}

/*#info {
	padding: 5px 10px 0;
	font-size: 13px;
	width: 175px;
	float: right;
}*/
#info {
    float: right;
    width: 224px;
}


.single-jury-thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 20px;
}

.single-jury-thumbnail img{
	float: left;
	width: 100%;
	height: auto;
	overflow: none;
}

.single-jury-info{
	display:table-cell;
	height: 120px;
	margin-left: 150px;
	text-align: left;
	vertical-align: bottom;
	color:#333 !important;
}

.single-jury-info .jury-title {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.single-jury-info .jury-location {
	text-transform: none;
	font-size: 13px;
	color: #fff;
}

.single-jury-info .jury-name {
	text-transform: uppercase;
	font-size: 22px;
	color: #333;
}

.single-jury-info .captain {
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
}

#jury_banner {
  margin-left:75px;
}


.fullpage-background-image {
    background-repeat: repeat;
    min-height: 450px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.jury-title {
	text-transform: uppercase;
	font-weight: bold;
}
.jury-preview .jury-title {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
}
.jury-preview .jury-title:hover {
    color: #000;
}

/*.jury-name{
	font-size: 16px;
}*/
.jury-name {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.jury-name:hover {
    color:#000;
}

.jury-location {
	font-size: 13px;
	color: #a6a6a6;
}

.captain{

	font-weight: bold;
}



.content, .content p{
	color: #969696;
	line-height: 16px;
}


.module-overlay img{
	float: left;
	width: 100%;
	height: auto;
}

.module-overlay .background-image{
  	width: 470px;
	position: relative;
	height: auto;
}

.module-overlay .background-image img {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.overlay-content {
	display:table-cell;
	vertical-align: middle;
	width: 365px;
  	overflow:hidden;
  	padding-left: 25px;
}

.overlay-content p{
	font-size:  16px;
	line-height: 20px;
	font-weight: normal;
	width: 90%;
}

.overlay-content .callout-link{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.front img{
	width: 100%;
	/*height: auto;*/
	height:150px;
	overflow: none;
}

#sidebar-content{
	float: left;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	overflow: none;
}

#sidebar-content h2{
	float: left;
	font-size: 11px;
	line-height: 11px;
	width: 100%;
	overflow: none;
}
#sidebar-content h1{
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	overflow: none;
}

#sidebar-content hr{
	border-bottom: 1px solid #963f12;
	margin: 15px 0px 5px 0px;
}


#news-feed h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	width: 100%;
	overflow: none;
	color: #fff;
}
#news-feed hr{
	border-bottom: 1px solid #963f12;
	margin: 5px 0px 5px 0px;
}

#twitter-feed hr{
	border-bottom: 1px solid #963f12;
	margin: 5px 0px 5px 0px;
}

#news-feed div{
	font-size: 13px;
}

.news-all a {
	color:  #ff6900 !important;
	font-weight: bold;
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 11px;
}


.news-all a:hover {
	color: #fff !important;
}

.column-3 h5{
	color:#969696;
	font-size: 13px;
	line-height: 14x;
}

.column-3 h4{
	font-size: 14px !important;
	line-height: 20x;
	border-bottom: 1px dotted #6c2c00;
}

.single-award-page{
	padding-top: 110px;
}



.single-award-content p{
	font-size: 24px;
	line-height: 28px;
}

.single-award-content h6, .single-award-content h6 a{
	color:  #ff6900;
	font-size:  16px;
	line-height: 19px;
}
#twitter-feed h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	width: 100%;
	overflow: none;
	color: #fff;
}

/* @end */

/* @group News */

.news-item {
	border-bottom: 1px solid #963f12;
	float: left;
}

.news-item a{
	padding: 25px 15px;
	float: left;
}

.news-item h1{
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-size: 36px;
	line-height: 36px;
}

.single-news h1{
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.single-news h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.single-news-content{
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}

.single-news-content ul li {
	font-size: 14px;
}

.single-news-content p{
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.single-news-content h2{
	font-size: 24px;
	line-height: 26px;
}

.single-news-content h3{
	font-size: 24px;
	line-height: 26px;
	border-bottom: 1px solid #963f12;
}

.single-news-content h4{
	font-size: 24px;
	line-height: 26px;
	color: #a6a6a6;
}

.news-page-title {

	border-bottom: 1px solid #963f12;
	padding: 7px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news-item a:hover {
	color: #818181;
	background-color: #2c2c2c;
}

.news-item h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.news-thumb{
	float: left;
	width: 150px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.news-thumb img {

}

.news-excerpt{
	clear: both;
	margin-top: 10px;
	color: #8a8a8a;
}

#content ul{
	font-size: 16px;
	list-style-position: inside;
	list-style-type: square;
	padding: 10px 20px 10px 5px;
}

#content ul li{
	margin-left: 0px;
	text-indent: -16px;
	margin-bottom: 5px;
}

#content ul li a {
	color:  #ff6900;
}

#content ul li a:hover {
	color: #fff;
}

.single-jury-content p{
	font-size: 16px !important;
	line-height: 20px;
}

/* @end */

#image-credit {
	padding-top: 50px;
	float: left;
	clear: both;
	font-size: 11px;
	color: #e5e5e5;
}

.follow-us a {
	color:  #ff6900 !important;
	font-weight: bold;
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 11px;
}

.follow-us a:hover {
	/*color: #fff !important;*/
}

#backstretch{
	position: absolute;
	width: 100%;
	height: 100%;
}

/*.juror-section{
	width: 300px;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #963f12;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold !important;
}*/
.juror-section {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 25px 6px 0;
}



/* Categories on front page */

#navigation ul.subnavigation, #navigation ul.home-subnavigation{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
}

.remindme{
	cursor: hand;
	cursor: pointer;
	font-size: 10px;
	margin-left: 5px;
  position:absolute;
  right:0;
}

.remindme a {
	float: right;
	padding-right: 15px;
	font-size: 9px;
	font-weight: bold;
	padding-top: 1px;
}

ul.home-subnavigation {
	text-align: center;
	padding-top: 20px !important;
	margin-top: 15px !important;
	border-bottom: 1px dotted #919191;
}

#inner-sub.subnavigation{
	background: #FFF;
    border: 1px solid #FF6900;
	position: absolute;
	width: 1050px;
	top: 80px;
	z-index: 999999;
}

#home-nav-spacer{
	display: block;
	height: 250px;
	width: 10px;
}

ul.subnavigation{
padding: 0;
  margin:0;
  overflow:hidden;
  padding: 5px;
  
}

ul.subnavigation.awards {
	background-color: black;
	border-bottom: 1px solid #515151;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

ul.subnavigation li, ul.home-subnavigation li{
	width: 33%;
	float: left;
	letter-spacing: 0px;
	text-transform: none;
	position: relative;

	overflow: hidden;
}

.nav-column-item{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom:5px;
	border: 1px solid #963f12;
	width: 95%;
	text-align: left;
	background-color: #0e0e0e;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.nav-award-bar {
	position: absolute;
	width: 0px;
	height: 100%;
	background-color: #4c4d4d;
	z-index:-1;
}

.nav-award-title {
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
}

.nav-award-alt {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:1000;
	top: 0;
	background-color: black;
}

.nav-award-alt-inner {
	padding: 5px 5px 5px 10px;
	font-size: 10px;
	color: #fffefe;
	background-color: #191919;
	text-transform: uppercase;
	font-weight: bold;
}

.nav-award-alt-inner a {
	display: block;
	float: left;
	width:100%;
}

.nav-award-alt-inner a:hover{
	color: #fffefe;
}

.timer {
	padding-left: 7px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.time {
    color:#333;
}
.location {
    color:#333;
}
/* @group Live Broadcast */

.live-broadcast {
	width: 1024px;
	height: 525px;
	z-index: 999;
	text-align: center;
	background-color: rgba(0,0,0,0.65);
}

.live-twitter-update {
	float: left;
	font-size: 14px;
	float:left;
	width: 800px;
	text-align: left;
	margin-left: 15px ;
	color: white !important;
	text-transform: none !important;

}

.live-twitter-title {

	float: left;
	padding-left: 20px;
	color: #919191;
	padding-right: 5px;

}


.live-twitter-update a{
	color: #cd6033 !important;
}

#homepage-twitter-live{
	float: left;
	width: 98%;
	height: 56px;
	text-transform: uppercase;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif !important;
	padding: 1%;
	color: #cacaca;
}

.live-broadcast-title {
	text-transform: uppercase;
	font: 18px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding: 15px 10px 10px;
		padding-top: 35px;

}

.live-broadcast-text {
	margin-top: 20px;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding: 10px;
	color: #cacaca;
}
/* @end */


/* @group Homepage */

#homepage-banner {
	height: 500px;
	overflow: hidden;
	color: #fff;
	z-index: -1;
	background-color: transparent;
	padding-bottom: 13px;
}

#home-broadcast-feature{
	float: left;
	width: 819px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 11px;
	z-index: 999;
}

#home-broadcast-feature .items{
	width:20000em;
	position: absolute;
	float: left;
	height: 500px;
}

#home-broadcast-feature .items div{
	margin: 0px;
	padding: 0px;
}

.home-live-info{
	height: 500px !important;
	padding: 0px !important;
	margin: 0px !important;
	float: left;
  width:875px;
  overflow:hidden;
}

.prevFeature{
	cursor: pointer;
	cursor: hand;
	position: absolute;
	width: 50px;
	bottom: 0;
	height: 500px;
	z-index: 1000;
	background: url(images/slider-left-arrow.png) no-repeat center center;
}

.nextFeature{
	position: absolute;
	bottom: 0;
	width: 70px;
	height: 500px;
	z-index: 1000;
	right: 0;
	cursor: pointer;
	cursor: hand;
	background: url(images/slider-right-arrow.png) no-repeat center center;
}
.home-feature-module-title{
	position: relative;
	width: 900px;
	margin-top: 240px !important;
	margin-left: 70px !important;
	font-size: 40px;
	text-transform: uppercase;
}

.home-feature-module-content{
	position: relative;
	margin-left: 70px !important;
	width: 900px;
	font-size: 20px;
}

 
.home-live-info a{
	position: absolute;
	width:840px;
	height:380px;
  margin:0 auto;
  display:block;
	vertical-align: bottom;
	color: #FFF;
	z-index: 5;
  padding:120px 50px 0;
}


.home-live-info a time{overflow:hidden;display:block;}
.home-live-info a time div.date{
	font-size:24px;font-weight:normal;padding:0 20px 0 0;width:130px;float:left;
	}
.home-live-info a time div.date span{font-size:12px;text-transform:uppercase;display:block;font-weight:normal;}
.home-live-info a time div.time{font-size:24px;font-weight:bold;width:300px;float:left;}
.home-live-info a time div.time span{font-size:40px;font-weight:bold;text-transform:uppercase;}
.home-live-info a time div.time .time-zone {
	font-size: 24px;
	font-weight: bold;
	padding-left: 7px;
}
.home-live-info a div.location{font-size:25px;font-weight:bold;padding: 30px 0 0;text-transform:uppercase;float:none;}
.home-live-info a div.category{float:none;font-weight: bold;font-size: 65px;text-transform:uppercase;
	display: block;
}
.home-live-info a span.around-world{font-size:18px;padding:10px 0 0 0;}

#live-broadcast-schedule {padding: 50px 0;}
.category-time{margin:20px 0;display:block;}
.category-time time{text-transform:uppercase;padding:0 0 10px 0;}
.category-time time div.time{font-size:25px;font-weight:bold;padding: 0 0 5px 0;}
.category-time time div.time a.time-convert{
	font-size: 12px;
	color: #cd6033;
}

.category-time div.category{font-weight:bold;font-size:40px;text-transform:uppercase;}
.category-time div.location{font-size:20px;}
#live-broadcast-schedule div.single_day{border-top:1px solid #FF6900;color:#FF6900;text-transform:uppercase;font-weight:bold;padding:10px 0 0 0;font-size:30px;
margin-top: 50px;
}
div.single_day:first-child {
	margin-top: 0px !important;
}

.background-image{
	position: absolute;
	width: 875px;
	height: 500px;
	z-index: 0;
	opacity: .80;
	color: #1eb7fc;
}

.home-banner-title {
	font-size: 18px;
	width: 100%;
	clear: both;
	padding-bottom: 5px;
}

.home-next-up {
	font-size: 14px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

.home-count-down {
	font-size: 30px;
	float: left;
}

.home-live-category {
	font-size: 41px;
	width: 100%;
	clear: both;
	padding-bottom: 5px;
}

.home-live-location {
	font-size: 18px;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}

.home-live-info {
	height: 200px;
	padding-top: 200px;
	margin-left: 100px;
}

#homepage-twitter {
	width: 100%;
	background-color: #000;
	color: #feffff;
	padding: 10px 0 10px;
	float: left;
	font-size: 14px;
}

.home-twitter-title {

	float: left;
	padding-left: 20px;
	color: #919191;
	padding-right: 5px;

}

.home-twitter-update {
	float: left;
	font-size: 13px;
	padding-left:0px;
	max-width: 850px;
	height: 30px;
}

.home-twitter-share-links {
	position: absolute;
	max-width: 1024px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	overflow: hidden;
}


.home-feature {
	padding-top: 7%;
	padding-bottom:  3%;
	width: 50%;
	float: left;

}

.home-feature-title {
	font-size: 20px;

	padding-bottom: 10px;
}

.home-feature-image {
	padding-bottom: 25px;
}

.home-feature-description {
	font-size: 12px;
	line-height: 16px;
}

/* @end */


.award-module-information.back {
padding: 10px;
background-image: url(images/award_rollover.png);
position: absolute;
width: 180px;
height: 130px;
text-transform: uppercase;
display: none;
color:
white !important;
overflow: hidden;
}

/* Table styles------------------------------------ */
#resutls-table {
	width: 875px;
	float: right;
	height:  850px !important;
}
#recipients {
width: 100%;
color: #D5D5D5;
margin-top:200px;
}

table#recipients th {
font-size: 10px;
letter-spacing: 1px;
font-weight: bold;

padding: 10px;
cursor: pointer;
border: 1px solid #ff6900;
width: 16%;
text-transform: uppercase;
text-align: left;
	color: #feffff;
}

table#recipients th.header.headerSortUp {
    background: transparent url(images/table-sorter-up.png) no-repeat right center;
}

table#recipients th.header.headerSortDown {
    background: transparent url(images/table-sorter-down.png) no-repeat right center;
}

table#recipients td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
	font-size: 11.5px;
}

table#recipients td a {
	color: #fff;
}

table#recipients tr {
    border-bottom: 1px solid #222;
}

table#recipients tr:hover {
    background-color: #505352;
    color: #fff !important;
}

table#recipients tr.title {
	border-bottom: none;
}

table#recipients tr:hover td {
    background-color: #505352;
    color: white;
}

table#recipients thead {
	
}

table.tablesorter {
	margin-bottom: 150px;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 50px !important;
	background:#666;
}



/* Video Gallery styles------------------------------------ */


#video-container{
	display:block;
	width:1050px;
	float:left;
	padding-bottom: 100px;
}


#page-live-broadcast-schedule {
	padding-top: 110px;
}

#page-live-broadcast-schedule #content a {
	color: #cd6033;
}

#page-live-broadcast-schedule #content h4 {
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}

#page-live-broadcast-schedule #content h3 {
	font-size: 20px;
	line-height: 24px;
}

#page-live-broadcast-schedule #content h2 {
	font-size: 26px;
	line-height: 31px;
	padding-bottom: 10px;
}


/* @group Submission Videos */

#overlay.overlayClass {
	border: 1px solid #472312;
	font-weight: bold;
	margin: 10px;
	padding: 10px 10px 10px;
	width: 900px;
	min-height: 300px;
	background-color: #000;
	z-index:10000;
	overflow:hidden;
	display: none;
}



.submission-module {
                 	float: left;
                 	width: 200px;
                 	height: 150px;
                 	margin: 15px 10px 10px 0px;
                 	text-transform: uppercase;
                 	cursor: pointer;
                 	cursor: hand;
                 	
}

.module-left-threequarter .submission-module {
	width: 175px !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 40px !important;
}

.module-left-threequarter .submission-module .back {
	font-size: 12px;
}

.module-left-threequarter .submission-module .back h6 {
	font-size: 14px !important;
}

.module-left-threequarter .submission-module img {
	width: 100%;
	height: auto;
	float: left;
}

.submission-module h4, h5, h6 {color:#666;}

.submission-module h6 {font-size:1.2em;}
.submission-module h5, h4 {/*font-size:1.0em;*/
                           line-height:1.0em;}


.submission-module .back {
                 	padding: 10px;
                 	background-image: url('images/award_rollover.png');
                 	color:#ff6900;
                 	position: absolute;
                 	width: 180px;
                 	height: 130px;
                 	z-index: 1;
                  display:none;
                 	margin: 0 !important;
                 	overflow: hidden;
}

.submission-module .front {
                 	width: 200px;
                 	height: 150px;
                 	overflow: hidden;
                 	position: absolute;
                 	/*z-index:-1;*/
					/*opacity:0.75;*/
}

                 .submissions-video {
                 	float: left;
                 	padding-top: 10px;
                 	padding-bottom: 10px;
}

.submissions-info {
                 	float: left;
                 	padding-left: 15px;
                 	padding-top: 10px;
	color: #feffff;
	padding-right: 10px;
}

.submissions-info h1 {
	color: #feffff;
	font-size: 20px;
	line-height: 24px;
}

.submissions-designer-description {
                 	font-size: 12px;
                 }

.submissions-category {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 5px;
	width: 80%;
}

.submissions-designer-name {
                 	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
}

#exposeMask {
}

#overlay {
	color:#000;
	background-color: black;
	margin: 0;
	padding: 0;
}



/* ---- styling the list ---- */

/* ---- Award Entries ---- */

.single-side-rightcol{
  float:left;
}

.single-side-bar {
  box-shadow: 5px 5px 25px -8px #333;
  -moz-box-shadow:    5px 5px 25px -8px #333;
  -webkit-box-shadow: 5px 5px 25px -8px #333;
  margin-top:100px;
  width:400px;
  float: left;
  position: absolute;
  left: 0px;
  padding: 18px 20px 18px 20px;
  background-color:#fff;
  color:#6b6e72;
  overflow: hidden;
  left: -400px;
}

.single-recipient-slide{
   box-shadow: -5px 5px 25px -8px #333;
  -moz-box-shadow:    -5px 5px 25px -8px #333;
  -webkit-box-shadow: -5px 5px 25px -8px #333;
}


.single-side-logo{
	float:left;
	padding:10px 20px 50px 0px;
}

.single-side-bar #c77-2013-logo a {margin-top:0px;}

.single-recipient-jury-comments{
	font-size:14px;
	line-height: 18px;
	color: #56533E;
}

.single-recipient-jury-comments p {
	font-size:14px;
	line-height: 18px;	
}

.single-size-bar{
	color: #56533E;
}

.single-side-crumb-category a, .single-side-crumb-recipient, .single-side-crumb-category {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #56533E;
}

.single-side-crumb-category a:hover{
	color: #FF6900;
}

.single-side-designer{
	font-size: 20px !important;
	line-height: 20px;
	color: #56533E;
}

.single-side-project, .single-side-client{
	font-size: 16px;
	line-height: 16px;
	color: #56533E;
}

.single-side-bar ul li {
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #a1a1a1;
	clear:both;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.single-side-bar ul li a{
	color:#ff6900;
	padding:4px 10px 4px 2px;
	display:block;
}
.single-side-bar ul   {margin-left:0px;}
.single-side-bar ul li a:hover {background-color:#ff6900;color:#fff;}

.single-side-bar li {list-style-type: none;
                      }

.single-side-navbigation {margin:10px 0px 10px 0px;}

.single-qa, .single-recipient-info{
	max-width: 450px;
	color: #56533E;
}

.single-recipient-info a{
	color: #FF6900;
}

.single-qa .question{
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 16px;
}

.single-qa .answer p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}

.single-qa .answer p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-qa .answer: first-child{
	margin-top: 0px !important;
}

.single-qa .answer: last-child{
	margin-bottom: 0px !important;
}




.single-qa .answer{
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	margin-bottom: 40px;
}

.single-hear-from-the-designer{
	max-width: 525px;
	padding-top: 50px !important;
	padding-right: 35px !important;
}

.single-recipient-slide{
	margin-top:100px;
	padding:22px 35px 22px 35px;
	background-color: #fff;
	position:absolute;
	right:0;
	min-width: 550px;
	color: #515151;
}

h3.single-project-title {
	color:#ff6900;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.single-project-description p{
	font-size: 18px;
	line-height: 24px;
}

.close {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(images/close.png);
	top: 15px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
			
}

.single-image-navigation {
	position: absolute;
	left: 0;
	padding:10px 10px;
	margin-left:20px;
}
	
.next-image {
	width: 35px;
	height: 35px;
	float: left;
	padding: 4px;
	background: url(images/img-nav-right.png) no-repeat center center;
	cursor: pointer;
}

.full-image {
	width: 35px;
	height: 35px;
	float: left;
	padding: 4px;
	background: url(images/img-nav-full.png) no-repeat center center;
	cursor: pointer;
}
	
.prev-image {
	width: 35px;
	height: 35px;
	float: left;
	padding: 4px;
	background: url(images/img-nav-left.png) no-repeat center center;
	cursor: pointer;
}

.ul.single-side-navigation {
	margin-top: 50px;
	float: left;
	clear: both;
	
}

.single-recipient-qa {
}	
	
.single-side-left {
	float: left;
	width: 190px;
}	

#c77-2013-logo {
	padding-bottom: 50px;
}
	
	
	/* @end */
	
	
                 
                 
.award-module-image {
	
}     

.award-module-container {
	width: 790px;
	float: right;
	padding-bottom: 100px !important;
	padding-top: 50px;
}

a .award-module {
	width: 250px;
	height: 175px;
	margin: 5px;
}     

.award-module-information .award-module-category {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.award-module-information .award-module-type {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.award-module-information .award-module-title {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: none;
} 

.award-module-information .award-module-client {
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
}

.award-module-information .award-module-designer {
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
}   

.sidebar-category ul.juror-list li {
	padding: 5px;
	cursor: pointer;
}

.sidebar-category ul.juror-list li:hover {
	background-color: #797979;
}

.sidebar-category ul.juror-list li .juror-image {
	padding-right: 10px;
}

.sidebar-category ul.juror-list li .juror-info {
	float: left;
	width: 195px;
	font-size: 14px;
}

li a.juror-info-link {
	float: left;
}

li a.juror-info-link:hover {
	color: #fff !important;
}

.sidebar-category ul.juror-list li .juror-info b {
	font-size: 12px;
	text-transform: uppercase;
}


.sidebar-category h5 {
	font-weight: bold;
	font-size: 15px;
}

.sidebar-category p {
	font-weight: normal;
	font-size: 14px !important;
	font-style: normal;
	line-height: 18px !important;
	margin-top: 0px;
	width: 250px;
}

.sidebar-category .column-left-label {
	font-weight: bold;
	padding-top: 10px;
}

.award-module-winner-back {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	background-image: url(images/badge-winner.png);
}


#archive-recipients {
	padding-top: 120px;
}


.module-home form#subForm input#ptidly-ptidly {
	height: 20px;
}

.module-home form#subForm input.submit {
	height: 42px;
	margin: 0px;
}

.award-module-video-player {
	width: 785px !important;
	float: right;
}

.single-award_category #main {
	width: 785px;
	height: auto !important;
}

.module-home-newsletter .module-left-half h1 {
	font-size: 36px;
	line-height: 30px;
	padding-bottom: 15px;
}

#live-broadcast-feature{
	width: 100% !important;
	height: auto !important;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif !important;
}

.live-broadcast-title{
	margin-top: 40px;
}

.home-live-info a {
	z-index: -1;
}

.home-feature-content {
	padding-left: 50px !important;
	padding-top: 300px !important;
	display: block;
	float: left;
}
.home-feature-content h3 {
	font-size: 20px;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px #707070;
	font-weight: bold;
	text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-moz-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-o-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-webkit-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-ms-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
}

.home-feature-content h2 {
	font-size: 55px;
	float: left;
	clear: both;
	font-weight: bold;
	padding-bottom: 15px;
	text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-moz-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-o-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-webkit-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
	-ms-text-shadow: 1px 1px 1px #707070, -1px -1px 1px #707070;
}
#sidebar{
			color: white !important;
		}
		#news-feed{
			margin-top: 20px;
			text-transform: uppercase;
		}

		#news-feed h1{
			font-size: 11px;
			line-height 14px;
		}

		#news-feed .category, #news-feed .date{
			font-size: 22px;
			line-height:26px;
		}

		#news-feed .day{
			margin-top: 15px;
		}

		#news-feed .time{
			font-size: 16px;
			line-height: 19px;
		}

		.twitter-post a{
			color: #FF6900 !important;
		}

]		.twitter-post{
			font-size: 11px;
			line-height: 16px;
			color:#333333 !important;
		}

		.twitter-post hr{
			margin-top: 10px !important;
			margin-bottom: 10px !important;
		}

		.home .twitter-post a{
			color: #FF6900 !important;
		}

		.home .follow-us a{
			color: #000 !important;
		}
		.juror-section h4{ color:#000;font-size: 20px;
    font-weight: bold;}
	#page-c7713da{ padding-top:100px;}
	#page-c7713da h1 {
    font-size: 48px;
    line-height: 57px;
}
#page-c7713da h4 {
    font-size: 16px;
    line-height: 20px;
}
/*.trophy{
	background:url(http://www.core77designawards.com/2013/wp-content/themes/2013_c77_awards/images/trophy_image_website_600x600px.png) no-repeat; width:100%; height:600px; float:right; display:block;
	}*/
.tropy-left a {
    float: left;
   font-weight: bold;
    margin-top: 150px;
}
body.page-id-5, 					/* about us page */
/*body.page-id-8,*/ 					/* jury us page */
body.page-id-12,					/* about us page */
/*body.page-id-15,*/ 					/* vedio us page */
body.page-id-1037,					/* about us page */
body.post-type-archive-jury,		/* jury detail us page */
/*body.post-type-archive-recipients,*/	/* recipients detail us page */
body.page-id-32,					/* Home page */
body.single-award_category			/* category page */
{ 

	background:url(images/trophy-bg-new-70.jpg) no-repeat; 
	display:block;
	background-position:35% 0;
	/*background-position: center center;*/
	}
body.page-id-8 					/* jury us page */
{
	background:url(images/judging-images.png) repeat-x,url(images/trophy-bg-new-70.jpg) no-repeat; 
	display:block;
	background-position:35% 0;
	
	
}

body.post-type-archive-recipients		/* recipients detail us page */
{
	background:url("images/videosubmissions-images-tall.png") repeat-x,url(images/trophy-bg-new-70.jpg) no-repeat; 
	display:block;
	background-position:35% 0;
	
}
	
body.page-id-15					/* vedio us page */
{
	background:url(images/videosubmissions-images.png) repeat-x,url(images/trophy-bg-new-70.jpg) no-repeat; 
	display:block;
	background-position:35% 0;
	
}
	
	
.clear-new{clear:both;font-size:0px;}
	
body.page-id-8 #c77-2013-logo,
body.page-id-15 #c77-2013-logo
 {
    padding-top: 25px;
}
body.post-type-archive-recipients #c77-2013-logo{  padding-top: 45px;}
body.post-type-archive-recipients .fullpage #content .text{ padding-top:25px;}


body.page-id-8 #main.fullpage,
body.page-id-15 #main.fullpage,
body.post-type-archive-recipients #main.fullpage

 {
    width: 1050px;
	
}
body.page-id-12 #content{ padding-top:100px; margin-left:0px;}
body.page-id-12 #main{width:850px;}
.trophy-img img{ padding-left:210px;}