/*
RESET
-------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, input,
blockquote {
	margin: 0px;
	padding: 0px;
}

fieldset, dl, dt, dd, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul, dl, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*
APPY STYLES
-------------------------------------------------------------------------------------------- */
body {
	color: #545454;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #a8a8a8;
    background: -moz-linear-gradient(top,  #a8a8a8 0%, #e0e0e0 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8a8), color-stop(25%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #a8a8a8 0%,#e0e0e0 25%);
    background: -o-linear-gradient(top,  #a8a8a8 0%,#e0e0e0 25%);
    background: -ms-linear-gradient(top,  #a8a8a8 0%,#e0e0e0 25%);
    background: linear-gradient(to bottom,  #a8a8a8 0%,#e0e0e0 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#e0e0e0',GradientType=0 );
    background-attachment: fixed;

}

#body_bg, #past_bg {
    float: left;
    margin-top: 34px;
    width: 100%;
}

p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}

#container a, #container a:active, #container a:visited {
	color: #545454;
}

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

h1 {
	color: #CC0000;
	font-size: 17px;
	font-weight: 700 !important;
	line-height: 20px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	margin-bottom: 15px;
	clear: both;
}

.container { width: 100% ; }

#container {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 20px 0;
}

#main {
	width: 600px;
	min-height:600px;
	background: #fff;
	border-top: 15px solid #FCA02F;
	float: left;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	position: relative;
}

#header {
	margin-bottom: 20px;
}

ul#nav {
	width: 133px;
	margin: 10px 20px 0 0;
	float: left;
}

ul#nav li {
	margin: 0 0 3px 0;
	font-size: 12px;
}

ul#nav li a, ul#nav li a:hover, ul#nav li a:active, ul#nav li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #545454;
}

ul#nav li a:hover {
	color: #CC0000;
}

ul#nav li:nth-child(1) {
	margin-bottom: 20px;
}

.tierone {
	padding: 0 0 10px 0;
}

#newsfeed {
	background-color: #e3e3e3;
	margin: 10px 0;
	padding: 5px 0;
	overflow: hidden;
	float: left;
	margin-top: 15px;
	clear: both;
}

#newsfeed label {
	font-size: 25px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	float: left;
}

#newsfeed #form {
	float: right;
	margin: 5px 0 0 0;
}

#newsfeed input[type="text"] {
	background-color: #fff;
	border: 1px solid #FCA02F;
	color: #555;
	padding: 5px;
	font-size: 15px;
	line-height: 20px;
	margin-right: 5px;
	width: 100px;
}

#newsfeed input[type="submit"] {
	color: #515151;
	font-size: 15px;
	line-height: 20px;
	padding: 5px;
	background-color: #FCA02F;
	border: 1px solid #FCA02F;
	font-weight: bold;
	text-transform: uppercase;
}

#aa_news {
	color: #515151;
	font-size: 17px;
	font-weight: bold;
	float: left;
	padding: 20px 10px;
	width: 150px;
}

#signed_up {
	float: left;
	padding: 20px 10px;
	width: 227px;
}

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

#sidebar {
	width: 300px;
	float: left;
	margin-left: 20px;
}

#sponsor, #sidebar .sidebar_section {
	float: left;
	background: #fff;
	border-radius: 8px;
	width: 280px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.sponsor_type {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#sidebar h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#sidebar dl {
	margin: 0 0 10px 0;
}

#sidebar dl dt {
	margin: 0 0 5px 0;
}

#sidebar dl dt a {
	color: #EF8426;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar dl dd {
	color: #333333;
	font-size: 11px;
}

#footer {
	color: #fff;
	clear: both;
}

#footer ul {
	padding: 20px 0;
}

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

/*
WINNERS
-------------------------------------------------------------------------------------------- */
#best-in-show {
	margin-bottom:20px;
}

#categories ul {
	float: left;
	margin-left: 15px;
}

#categories ul li strong {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	color:#666;
}

#categories ul li {
	clear: both;
	width: 702px;
	padding: 8px 0;
	list-style-type: square;
	float: left;
}

#categories ul li img.category_thumb {
	float: left;
	margin-right: 15px;
}

#categories ul li a {
	font-weight: bold;
}

#categories dl {
	margin-bottom:20px;
}

#categories dt {
	font-weight:bold;
}

/*
FINALISTS
-------------------------------------------------------------------------------------------- */

select#finalists_dropdown {
	position: absolute;
	right: 20px;
}

/*
FORMS
-------------------------------------------------------------------------------------------- */
#entry-form .container {
	width: auto;
}
#entry-form .col-md-12 {
	width: 400px;
}
.form_group {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.form_group h2 {
	margin-bottom: 15px;
}

.form_section {
	padding: 0;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.form_section input[type="url"],
.form_section input[type="text"],
.form_section input[type="email"],
.form_section input[type="number"] {
	padding: 2px 6px;
	font-size: 13px;
	width: 150px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}

.form_section textarea {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 5px 10px;
}

.form_section p {
	margin: 0 0 20px 0;
}

.form_section p strong {
	margin: 20px;
	text-align: right;
}

.form_section select {
	width: 165px;
}

.form_group ul {
	overflow: auto;
	clear: both;
}

.left {
	display: block;
	/*float: left;
	width: 325px;*/
}

.right {
	float: left;
	width: 100px;
	clear: none;
	text-align: right;
}

.right a {
	font-size: 11px;
	margin: 0 0 5px 0;
	display: block;
}

#checkout {
	margin: 10px 0;
	text-align: left;
}

#form_attending ul li,
#form_entries ul li,
#form_cart ul li {
	float: left;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#form_entries ul:last-child li:last-child,
#form_cart ul:last-child li:last-child {
	border-bottom: none;
}

#form_about label,
#form_billing label,
#order_form label {
	display: inline;
	width: 120px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
}

.form_group em {
	font-style: normal;
}

#form_categories ul li {
	float: left;
	margin: 0 15px 5px 0;
}

#form_categories .error_row {
	display: block;
	margin-bottom: 10px;
}

#form_detail {
	position: relative;
}

#form_detail .form_section label {
	display: block;
	width: auto;
	font-size: 12px;
	text-align: left;
	padding: 8px 0 5px 0;
}

.expiration select {
	width: auto;
}

.error_row, span.error {
	font-size: 10px;
	font-weight: bold;
	color: red;
	margin: 0 0 0 3px;
}

ul#steps {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul#steps li {
    color: #999999;
    float: left;
	clear: none;
    margin: 0 3px;
}

#total {
	margin: 10px 0;
	text-align: right;
	clear: both;
}

#code {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	margin: 10px 0;
}

input#submit, a#submit {
	border: none;
	display: block;
	background: #db2328;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input#submit:hover, a#submit:hover {
	background: #b61800;
}

#order_item {
	overflow: auto;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#order_item li {
	overflow: auto;
}

#order_item strong {
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#order_item .order_item_detail {
	display: block;
	float: left;
	width: 347px;
}

/*
SCREENING/JUDGING
-------------------------------------------------------------------------------------------- */
.post {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tableBox td {
	line-height: 18px;
	vertical-align: top;
}

#tableBox p {
	margin: 0;
}

#tableBox td a {
	color: #096389;
}

#tableBox td:first-child {
	color: #666;
	text-align: right;
	font-weight: bold;
	line-height: normal;
	width: 145px;
	padding-right: 15px;
}

.postmetadata {
	font-size: 11px;
	color: #666;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}
.postmetadata a {
	color: #666;
}
.alignleft, .left { float: left }
.alignright, .right { float: right }
.clear { clear:both }
.empty { height:0 }
.hide  { display:none }
/*Article*/
article {
    clear:both;
    overflow: hidden;
    position:relative;
    padding:10px 6px 6px 6px;
    width: 100%;
}

article > h1,
article > h2,
article > h3,
article header h1,
article header h2,
article header h3 {
    margin:0;
    padding:0px 4px 0px 0px;
    font-weight:700 !important;
    font-size:2em;
    line-height:1.4em;
}
article header h5 {
    margin:0;
    padding:0px;
    font-size:1.0em;
    color: #555;
    line-height:1.0em;
}
article header h4 {
    margin:0;
    padding:0px;
    font-size:1.4em;
    color: #555;
    line-height:1.0em;
}
article > h1 a,
article > h2 a,
article header h1 a,
article header h2 a{
    display:block;
    padding:0px 0px;
    color: #CC0000;
}
article > h1,
article > h2,
article > h3,
article header, .pagetitle {
    margin-bottom: 8px
}

article > p,
article .entry {
    font-size:1.4em;
    line-height:1.6em;
    padding:0px;
    overflow:hidden;
}
article .entry h1,
article .entry h2,
article .entry h3,
article .entry h4,
article .entry h5,
article .entry h6,
article .entry ul,
article .entry ol {
    margin-left:12px;
}
article .entry p{
    margin-bottom:12px;
}

article > p a,
article .entry a,
article footer a{
    text-decoration:underline;
}

article .entry img.alignleft {
    margin: 0 4px 4px 0
}

article .entry img.alignright {
    margin: 0 4px 0 4px
}

article .entry ol,
article .entry ul {
    padding-left:20px
}

article .entry li ol,
article .entry li ul {
    padding-left:6px
}

article .entry ul {
    list-style:circle
}

article .entry li {
    padding:2px;
}

article .gallery {
    margin: 0 auto 18px;
}
article .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
article .gallery .gallery-caption {
    font-size:0.8em;
    margin: 0 0 12px;
}
article .gallery dl {
    margin: 0;
}
article .gallery img {
    border-width:2px;
    border-style:solid;
    padding:4px;
}
article .gallery br+br {
    display: none;
}

article .pages {
    padding:8px 0;
    margin:8px 0;
    clear:both;
}
article .more-link {

}
article .social {
    overflow:hidden;
    clear:both;
    margin:4px 0;
}
article .social a {
    background:url('images/social.png') no-repeat 0 0 ;
    display:block;
    float:right;
    width:48px;
    height:48px;
    text-indent:-9999%;
}
.social a.twitter { background-position: 0 0; }
.social a.twitter:hover { background-position: 0 100%; }
.social a.facebook { background-position: -48px 0; }
.social a.facebook:hover { background-position: -48px 100%; }
.social a.delicious { background-position: -96px 0; }
.social a.delicious:hover { background-position: -96px 100%; }
.social a.reddit { background-position: -144px 0; }
.social a.reddit:hover { background-position: -144px 100%; }
.social a.vkontakte { background-position: -192px 0; }
.social a.vkontakte:hover { background-position: -192px 100%; }
.social a.digg { background-position: -240px 0; }
.social a.digg:hover { background-position: -240px 100%; }
.social a.mixx { background-position: -288px 0; }
.social a.mixx:hover { background-position: -288px 100%; }
.social a.stumbleupon { background-position: -336px 0; }
.social a.stumbleupon:hover { background-position: -336px 100%; }
.social a.google { background-position: -384px 0; }
.social a.google:hover { background-position: -384px 100%; }
.social a.memori { background-position: -432px 0; }
.social a.memori:hover { background-position: -432px 100%; }

article footer {
    overflow:hidden;
    clear:both;
    text-align: right;
}
/* for big external images */
article .crop {
    position:relative;
    overflow:hidden;
}
article .crop img {
    position:absolute;
    border:0;
    padding:0;
}

.sticky {

}

/*Attachments*/
.attachment-list {

}
.attachment-list.preview {
    overflow:hidden;
}
.attachment-list.preview li{
    list-style:none;
    float:left;

}
.attachment-list.image {

}
.attachment-list.video {

}
.attachment-list.application {

}
/*/Attachments*/
/*/Post*/
/*Author*/
.author dl {
    overflow: hidden;
    margin:8px 0;
}
.author dt {
    float: left;
    clear: left;
    width: 160px;
    font-weight: bold;
    text-align: right;
    padding:4px;
}
.author dd {
    padding:4px;
    width: 290px;
    margin:0 0 0 170px;
}
.author .persona {
    margin-left: 6px !important;
}

.author dt, .author dd {
    padding: 2px 5px;
    border-width:0 0 1px 0;
    border-style:solid;
}

/*/Author*/
/*Simple*/
.simple .title {
    border-width:0 0 1px 0;
    border-style:solid;
}
/*/Simple*/
/*Tile*/
.tile {

}
.tile > div {
    width:33.3%;
    float:left;
    clear:none;
}
.tile article {
    position:relative;
    min-width:328px;
    height:328px;
    margin:4px;
    padding:0;
}

.tile header {
    width:100%;
    z-index:10;
    position:absolute;
    top:8px;
    left:0;
    text-align:left;
    text-indent:6px;
    margin:0;
}

.tile header h2 a {
    padding:2px 4px;
}
.tile a {
    display:block;
}

.tile .thumbnail {
    z-index:0;
    width:320px;
    height:320px;
    margin:4px auto;
}

.tile footer {
    z-index:10;
    bottom:8px;
    position:absolute;
    left:0;
    height:32px;
    width:100%;
}
.tile footer .date{
    font-size:1.4em;
    text-indent:0.8em;
    padding:0;
    float:left;
    line-height:32px;
}
.tile footer .comments {
    float:right;
}
.tile footer .comments a{
    margin:4px 6px 0 0;
    padding: 5px 8px;
    text-align:center;
    width:14px;
    height:14px;
}
/*/Tile*/
/*Tiles*/
.tiles {
    overflow:hidden;
    clear:none;
    position:relative;
    width:128px;
    height:128px;
    float:left;
    margin:0 6px 10px 6px;
}
.tiles .thumbnail {
    width:128px;
    height:128px;
}
.tiles .announce {
    display:none;
    width:128px;
    height:128px;
}
.tiles .announce a{
    display:block;
    margin:4px;
    width:128px;
    height:128px;
    font-size:1em;
}
.tiles .announce span{
    display:block;
    margin:0 0 4px 0;
    font-size:0.8em;
}
.tiles.next a{
    font-size:1.8em;
    display:block;
    height:128px;
    line-height:128px;
    text-align:center;
}
/*/Tiles*/
/*Column*/
.column #container {
    overflow: hidden
}
.column section {
    width:33.3%;
    float:left;
    clear:none;
}
.column article {
    margin:4px;
    padding:4px;
}
/*/Column*/
/*List*/
.list {

}
.list .title {
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.list .title h2 {
    background-image:url(images/alert-overlay.png);
    background-repeat:repeat-x;
    min-height:40px;
}
.list .title h2 a {
    padding:6px 12px;
}
.list .date {
    position:absolute;
    top:12px;
    right:12px;
    font-size:1.2em;
    font-weight:600;
}

.list .thumb.alignleft {
    margin:4px 8px 4px 0 !important;
}
.list .thumb.alignright {
    margin:4px 0 4px 8 !important;
}
#article_blog {
    width: 622px;
    padding: 10px;
    float: left;
}
#article_news ol, #article_blog ol {
    padding: 0 0 20px 0;
}
.article_category {
    color: #004276;
    font-size: 16px;
    font-weight: bold;
}
#article_blog .article_category {
    text-transform: uppercase;
}
#content_blog #sidebar {
    border-top: 1px solid #ccc;
}
#page_title {
    color: #003399;
    font-size: 20px;
    margin: 0 0 15px 0;
}

#meta {
    font-size: 11px;
    font-weight: bold;
}
#meta a {
    text-decoration: underline;
}
#meta a:hover {
    color: #CC6600;
}
.article_author, .article_date {
    color: #666;
    font-size: 11px;
}
.author {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#author_box {
    float: left;
    width: 294px;
    font-style: italic;
}
#author_box p {
    margin: 10px;
    float: left;
}
#author_box img {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 75px;
    max-height: 75px;
}
#article_body {
    clear: left;
    font-size: 14px;
}
#article_body ul {
    list-style-type: disc;
    padding: 10px 20px;
    margin-left: 20px;
}
#article_body ol {
    list-style-type: decimal;
    padding: 10px 20px;
    margin-left: 20px;
}
#sharebottom {
    margin: 20px 0;
}
.tools {
    clear: both;
    float: left;
    margin: 10px 0;
}
.tools li {
    float: left;
    margin: 0 5px 5px 0;
}
.tools li:nth-child(4), .tools li:nth-child(5) {
    /*margin-left: -20px;*/
}
.commentButton, .recButton {
    color: #333333;
    font-size: 11px;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #cccccc;
    border-left: 3px solid #55aa26;
    padding: 2px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f0f0f0;
}
/*-------------------------------------
SUBSCRIBE & TAGS
------------------------------------- */
#side {
    width: 200px;
    clear: none;
    float: right;
}
.side_section {
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 5px 0 15px 10px;
}
.side_section h3 {
    font-size: 11.5px;
    text-transform: uppercase;
    background: #ddd;
    text-align: center;
    padding: 3px 0;
}
#side ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side_section .top {
    padding: 10px;
    background: #ECE9E9;
    overflow: hidden;
}
#sidebar .side_section {
    width: auto;
    margin: 0 0 10px 0;
}
#article_tools, #tags {
    padding: 5px 10px;
    float: left;
    font-size: 11px;
}
#article_tools ul li {
    float: left;
    margin: 0 10px 0 0;
}
#article_tools ul li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
#article_tools ul li a:hover {
    text-decoration: underline;
}
#article_tools ul li a img {
    margin-right: 5px;
}
.subscribe_email {
    margin: 10px 0;
}
.subscribe_email input[type="text"] {
    padding: 2px 5px;
    width: 80%;
}
input#subscribe {
    border: none;
    background: #544F49;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
input#subscribe:hover {
    cursor: pointer;
    background: #777;
}
/*
JURY
-------------------------------------------------------------------------------------------- */
/*ul { width: 940px; }*/
ul#jury-images, ul#jury-images li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#jury-images li {
    float: left;
    width: 85px;
}
ul#jury-images li img {
    max-width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
/*
COUNTDOWN TIMER
-------------------------------------------------------------------------------------------- */
/* COUNTDOWN TIMER OVERRIDE */
#CDT {
    position: absolute;
    top: 100px;
    right: 0;
    color: #fff;
    /*margin: 5px 0 0 10px;*/
    font-weight: bold;
    float: right;
    width: 190px;
}

#CDT .number-wrapper {
    margin: 0 0 0 1px;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #cc0000;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 20px;
}

#CDT .end {
	width: 100px;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 0;
    top: 52%;
    left: 0;
    background: #cc0000;
}
       
.caption {
   font-size: 11px;
   position: absolute;
   bottom: -25px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #cc0000;
}
/* END COUNTDOWN TIMER OVERRIDE */
#deadlinetext {
    float: right;
    position: absolute;
    color: #cc0000;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0 0 0;
    top: 65px;
    right: 27px;
}
/* BOOTSTRAP IS CAUSING SOME STYLE ISSUES, THIS IS A FIX  */
#CDT .number {
	width: 40px;
}