/*
Theme Name: Drafted 2010 - Season 2
Theme URI: http://www.drafted.ca/
Description: Drafted theme
Version: 0.1
Author: Joseph Cresencia
Author URI: http://cresencia.ca/
Tags: two column
*/

@import url(reset.css);
@import url(uniform.aristo.css);

body {
	font: 16px Arial, Helvetica, sans-serif;
	background: transparent url(images/css/masthead.jpg) no-repeat top center;
}

h1 {
	font-size: 50px;
	color: #383838;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d3d3d3;
	letter-spacing: -3px;
}

.home h1 {
	font-size: 30px;
}

h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #606060;
}

h2 a {
	color: #606060;
}

#sidebar h2 {
	font-size: 30px;
	color: #2f2f2f;
	margin: 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h3.date {
	font-size: 12px;
	color: #acacac;
	font-weight: bold;
}

p {
	margin: 0 0 1em;
}

blockquote {
	margin: 1em 2em;
}

a {
	color: #168fcf;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

small {
	font-size: 12px;
}

strong, b {
	font-weight: bold;
}

#main-content ul, #main-content ol {
	margin: 1em 2em;
}

#main-content ul li, #main-content ol li {
	margin: 0.75em 0;
}

#main-content ul li {
	list-style: disc;
}

#main-content ol li {
	list-style: decimal;
}

ol.roman {
	list-style: lower-roman;
}

/*******************************************************************************
* FORM                                                                         *
*******************************************************************************/
form fieldset > div {
	float: left;
	width: 310px;
	padding: 10px;
}

fieldset {
	margin: 0 0 40px;
}

legend {
	margin: 0 0 40px;
	color: #2f2f2f;
	font-size: 30px;
	font-weight: bold;
}

legend#your-info {
	background: transparent url("./images/css/icon-1.png") no-repeat top left;
	padding: 0 0 0 65px;
	min-height: 50px;
}

#skill-testing-questions legend {
	background: transparent url("./images/css/icon-2.png") no-repeat top left;
	padding: 0 0 0 65px;
	min-height: 50px;
}

label {
	display: block;
	cursor: pointer;
	color: #606060;
	font-weight: bold;
}

#skill-testing-questions label {
	min-height: 40px;
}

input.text, textarea {
	background: #f7f7f7;
	padding: 5px;
	border: 1px inset #c8c8c8;
}

input.text:focus, textarea:focus {
	border: 1px solid #ccc;
	background: #fff;
}

textarea {
	font: 16px Arial, Helvetica, sans-serif;	
}

input.text.error, textarea.error, select.error {
	border: 1px solid #f00;
}

select {

}

#container {
	width: 980px;
	margin: 0 auto;
}

/*
#masthead {
	background: #001222 url(./images/css/masthead.jpg) no-repeat top center;
}

#masthead .container {
	height: 250px;
}
*/

/*******************************************************************************
* HEADER                                                                       *
*******************************************************************************/

#header {

}

#top-navigation {
	float: right;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 12px;
	width: 260px;
	padding: 10px 20px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#top-navigation li {
	display: inline;
	padding: 0 0 0 25px;
	vertical-align: top;
}

#top-navigation li:first-child {
	padding: 0;
}

#top-navigation li a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#top-navigation li a:focus, #top-navigation li a:hover, #top-navigation li a:active {
	text-decoration: underline;
}

#social-media {
	float: right;
	clear: both;
	margin: 150px 0 0;
	height: 35px;
}

#social-media li {
	display: inline;
}

#social-media a {
	opacity: 0.3;
}

#social-media a:focus, #social-media a:hover, #social-media a:active {
	opacity: 1;
}

#navigation {
	clear: both;
	background: #1c1c1c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#main-navigation {
	float: left;
	font-size: 14px;
}

#main-navigation li {
	display: inline;
}

#main-navigation li a {
	display: inline-block;
	color: #fffcd8;
	text-decoration: none;
	padding: 18px 30px;
	font-weight: bold;
}

#main-navigation li a:focus, #main-navigation li a:hover, #main-navigation li a:active {
	background: #08365d url("./images/css/main-navigation-bg-hover.png") repeat-x top center;
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
}

#main-navigation li:first-child a:focus, #main-navigation li:first-child a:hover, #main-navigation li:first-child a:active {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}

#search {
	float: right;
	margin: 15px 10px 0 0;
	overflow: hidden;
}

#search label {
	display: inline;
	margin: 0 15px 0 0;
	color: #4c4c49;
	line-height: 24px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#search-input {
	background: #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	width: 200px;
	float: left;
}

#search-input input[type=text] {
	border: 0;
	margin: 0; /* Chrome adds a margin for some reason */
	padding: 0 0 0 3px;
	background: #ededed;
	width: 175px;
}

/*******************************************************************************
* BREADCRUMB                                                                   *
*******************************************************************************/

#breadcrumb {
	margin: 20px 0;
	font-size: 12px;
}

#breadcrumb li {
	display: inline;	
}

#breadcrumb li a {
	color: #929292;
	text-decoration: none;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

/*
#breadcrumb li:before {
	content: "> ";
}

#breadcrumb li:first-child:before {
	content: normal;
}
*/

/*******************************************************************************
* SUB NAVIGATION                                                               *
*******************************************************************************/
#sub-navigation {
	margin: 0 0 50px;
	border-bottom: 1px solid #d3d3d3;
}

#sub-navigation li {
	display: inline;
}

#sub-navigation li a {
	display: inline-block;
	background: transparent url("./images/css/sub-navigation-bg.png") repeat-x top;
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #d3d3d3;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 10px 15px 5px;
}

#sub-navigation li.selected a {
	background-position: bottom left;
}

/*******************************************************************************
* MAIN CONTENT                                                                 *
*******************************************************************************/

#content {
	overflow: hidden;
}

#main-content {
	width: 660px;
	float: left;
	margin: 0 20px 20px 0;
	color: #878787;
}

#main-content input[type=text], textarea {
	width: 300px;
}

#main-content textarea {
	height: 100px;
}

/*******************************************************************************
* POST                                                                         *
*******************************************************************************/
.post {
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}

.post-footer {
	/* Can't use overflow: hidden; */
}

.post-footer a {
	color: #acacac;
	font-size: 12px;
	font-weight: bold;
}

.post-footer-left {
	float: left;
	padding: 5px 0 0;
}

.post-footer-right {
	float: right;
}

.post-footer-social-links {
	margin: 0 !important;
	float: right;
	overflow: hidden;
}

.post-footer-social-links li {
	float: left;
	margin: 5px 5px 0 0 !important;
	list-style: none !important;
}

.post-footer-comments {
	position: relative;
	float: right;
}

.post-footer .comment-bubble {
	display: inline-block;
	padding: 5px 8px;
	text-align: center;
	vertical-align: middle;
	background: #000;
}

.post-footer .comment-tail {
	display: block;
	background: transparent url("./images/css/comment-tail.png");
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	right: 10px;
}

.pagination {
	margin: 30px 0 !important;
	text-align: right;
}

.pagination li {
	display: inline;
	list-style: none !important;
}

.pagination li a {
	display: inline-block;
	padding: 5px 8px;
	background: #eaeaea;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.pagination li a:hover {
	background: #000;
	color: #fff;
}

ol.commentlist {
	margin: 0 !important;
}

ol.commentlist li {
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	list-style: none !important;
}

ol.commentlist li:first-child {
	border: 0;
}

.comment-meta {
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
	text-align: right;
}

.comment-meta p {
	margin: 5px 0;
	font-size: 12px;
}

.comment-content {
	float: left;
	width: 560px;
}

.comment-author {
	margin: 0 0 10px;	
}

.comment-author cite {
	font-style: normal;
}

/*******************************************************************************
* SIDEBAR                                                                      *
*******************************************************************************/

#sidebar {
	width: 300px;
	float: left;
}

.widget {
	margin: 0 0 40px;
}

.widget_recent_posts ul li {
	font-size: 16px;
	color: #606060;
	border-bottom: 1px solid #eaeaea;
}

.widget_recent_posts ul li p {
	margin: 10px 0;
}

.widget_recent_posts ul li a {
	color: #606060;
}

.widget_recent_posts .date {
	color: #acacac;
	font-size: 12px;
}

.widget_recent_posts .title {
	font-weight: bold;
}

.widget_flickr {
	
}

.widget_flickr ul {
	
}

.widget_flickr ul li {
	display: inline;
}

.widget_flickr ul li img {
	width: 95px;
	height: 95px;
}

.widget_flickr p {
	text-align: right;
}

.widget_polls-widget {
	
}

.widget_polls-widget .wp-polls-footer {
	background: #82bfdf;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: right;
}
.widget_polls-widget .wp-polls-ans {
	background: transparent url(images/widgets/wp-polls/poll-bg.png) no-repeat top left;
}

.widget_polls-widget .wp-polls-ans ul {
	margin: 0 0 0 40px;
	padding: 0;
}

.widget_polls-widget .wp-polls-ans ul li {
	margin: 10px 0;
	font-size: 12px;
	overflow: hidden;
}

.widget_polls-widget .wp-polls-ans ul li label {
	font-weight: normal;
	font-size: 12px;
}

.widget_polls-widget .wp-polls .poll-answer {
	display: block;
}

.widget_polls-widget .wp-polls .pollbar {
	border: 0;
	line-height: normal;
	margin: 3px 3px 3px 0;
	height: 10px;
	background: #1791d0;
	float: left;
}

.widget_polls-widget .wp-polls .percentage {
	color: #1791d0;
	float: left;
}

.widget_polls-widget .wp-polls-footer input.button {

}

.widget_polls-widget .wp-polls-footer a {
	color: #fff;
}

/*******************************************************************************
* PAGE SPECIFIC                                                                *
*******************************************************************************/
.home #navigation {
	margin: 0 0 55px;
}

.home #splash {
	position: relative;
	margin: 0 0 30px;
	width: 660px;
	height: 340px;
}

.home #splash-description {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fafafa;
	padding: 15px;
}

.home #splash-description table td {
	width: 200px;
	vertical-align: middle;
	text-align: center;
}


.home #splash-description table td:first-child {
	width: 460px;
	text-align: left;
}

#application-form form span {
	color: #606060;
	font-weight: bold;
}

#application-form select {
	margin: 5px;
}

#application-form .selector {
	margin: 0;
}

#application-form .selector, #application-form .selector select {
	width: 300px;
		cursor: pointer;
}

#application-form .selector span {
	width: 273px;
}

#application-form .three-col .selector, #application-form .three-col select {
	width: 95px;
}

#application-form .three-col span {
	width: 68px;
}

#dos-and-donts table {
	margin: 0 auto;
	width: 620px;
	border: 1px solid #d3d3d3;
}

#dos-and-donts table th {
	background: #fafafa url("./images/css/dos-donts-bg.png") repeat-x top center;
	padding: 20px 0;
	width: 50%;
}

#dos-and-donts #do {
	display: inline-block;
	background: transparent url("./images/css/icon-do.png") no-repeat left center;
	color: #74e643;
	padding: 15px 0 0 50px;
}

#dos-and-donts #dont {
	display: inline-block;
	background: transparent url("./images/css/icon-dont.png") no-repeat left center;
	color: #ce2329;
	padding: 15px 0 0 50px;
}

#dos-and-donts table th {
	font-size: 30px;

}

#dos-and-donts table th img {
	padding: 0 5px 0 0;
}

#dos-and-donts table td {
	border: 1px solid #d3d3d3;
	padding: 25px;
	text-align: center;
	font-size: 14px;
	color: #878787;
	font-weight: bold;
}

#details #locations {
	margin: 50px 0;
}

#details #locations td {
	width: 50%;
	vertical-align: top;
	padding: 30px 0;
	border-bottom: 1px solid #d3d3d3;
}

#details #locations p {
	margin: 0;
	padding: 0;
}

#details #locations span.date {
	color: #bb392f;
	font-weight: bold;
}

#details #locations h3 {
	margin: 0 0 30px;
	font-size: 30px;
	color: #606060;
}

#details #locations h3 a {
	color: #606060;
	text-decoration: none;
}

#details #locations .map {
	width: 330px;
	height: 210px;
}

#gallery #main-content ul {
	overflow: hidden;
	margin: 0;
}

#gallery #main-content ul li {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	width: 200px;
	text-align: center;
}

#gallery #main-content ul li img {
	max-width: 200px;
	max-height: 133px;
	vertical-align: bottom;
}

#gallery #main-content ul li p {
	margin: 5px 0;
	font-size: 0.8em;
	text-align: right;
}

#gallery #sidebar .widget_flickr {
	display: none;
}

/*******************************************************************************
* JUDGES                                                                       *
*******************************************************************************/
#judges #main-content div.judges {
	float: left;
	margin: 0 10px 50px 0;
	width: 320px;
}

#judges #main-content img {
	margin: 0 0 5px;
}

#judges #main-content h3 {
	margin: 0 5px;
	color: #2f2f2f;
	font-size: 30px;
}

#judges #main-content p {
	margin: 0 5px 10px;
	color: #606060;
	font-size: 14px;
}

#judges #main-content span.title, #judges #main-content span.hometown {
	color: #606060;
	font-size: 12px;
	font-weight: bold;
}

#judges #main-content span.title {
	padding: 0 25px 0 0;
	float: left;
}

#judges #main-content ul {
	margin: 10px;
}

#judges #main-content ul li {
	list-style: none;
	background: transparent url("./images/css/video-icon.png") no-repeat center left;
	padding: 0 0 0 17px;
}

/*******************************************************************************
* FINALISTS                                                                   *
*******************************************************************************/
#finalists #main-content ul
{
	margin: 0;
	padding: 0;
	overflow: auto;
}

#finalists #main-content ul li
{
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	list-style: none;
}

#finalists #main-content ul li.nth-child-3
{
	margin-right: 0;
}

.parent-pageid-171 #main-content h2,
.parent-pageid-978 #main-content h2
{
	font-size: 30px;
	color: #2f2f2f;
}

.parent-pageid-171 #main-content #large-photo,
.parent-pageid-978 #main-content #large-photo
{
	position: relative;
	width: 660px;
	height: 340px;
	margin: 0 0 50px;
}

.parent-pageid-171 #main-content #large-photo div,
.parent-pageid-978 #main-content #large-photo div
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: transparent url("./images/css/black-bg.png");
	overflow: auto;
}

.parent-pageid-171 #main-content #large-photo div .vitals,
.parent-pageid-978 #main-content #large-photo div .vitals
{
	color: #fff;
	padding: 15px 20px;
	font-size: 30px;
	display: block;
	float: left;
}

.parent-pageid-171 #main-content #large-photo div span.data,
.parent-pageid-978 #main-content #large-photo div span.data
{
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #bebebe;
}

.parent-pageid-171 #main-content ul.videos,
.parent-pageid-978 #main-content ul.videos
{
	margin: 0 0 50px;
	padding: 0;
	overflow: auto;
}

.parent-pageid-171 #main-content ul.videos li,
.parent-pageid-978 #main-content ul.videos li
{
	float: left;
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;	
}

.parent-pageid-171 #main-content ul.videos li:first-child,
.parent-pageid-978 #main-content ul.videos li:first-child
{
	margin-left: 0;
}

.parent-pageid-171 #main-content ul.videos li,
.parent-pageid-978 #main-content ul.videos li
{
	position: relative;
	width: 210px;
	height: 180px;
}

.parent-pageid-171 #main-content ul.videos li a span.play-button,
.parent-pageid-978 #main-content ul.videos li a span.play-button
{
	position: absolute;
	left: 88px;
	top: 54px;
	display: block;
	background: transparent url("./images/css/play-button.png") no-repeat;
	width: 35px;
	height: 28px;
}

.parent-pageid-171 #main-content ul.videos li a span.meta,
.parent-pageid-978 #main-content ul.videos li a span.meta
{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #323232;
	border-top: 1px solid #fff;
	color: #fff !important;
	width: 100%;
}

.parent-pageid-171 #main-content ul.videos li a span.meta span,
.parent-pageid-978 #main-content ul.videos li a span.meta span
{
	display: block;
	padding: 5px;
	font-size: 16px;
}
.parent-pageid-171 #main-content ul.videos li a span.meta span.time,
.parent-pageid-978 #main-content ul.videos li a span.meta span.time
{
	padding-top: 0;
	color: #bebebe !important;
	font-size: 12px;
}


/*******************************************************************************
* CLASSES                                                                      *
*******************************************************************************/

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.three-col {
	width: 33%;
	float: left;
}

.mr-10px {
	margin-right: 10px !important;
}

.w-630px {
	width: 630px !important;
}

.w-640px {
	width: 640px !important;
}

.w-192px {
	width: 192px !important;
}

.inline {
	display: inline !important;
}

#error-messages {
	display: none;
}

.error-messages {
	margin: 30px 0;
	border: 1px solid #000;
	background: #ffc;
	padding: 10px;
	color: #000;
}

.error-messages ul {
	margin: 10px 20px;
}

.error-messages ul li {
	list-style: disc;
	margin: 5px 10px !important;
}