/*
Theme Name: Football Jobs
Theme URI: http://football-jobs.com
Author: Barn2 Media
Author URI: http://barn2.co.uk/
*/

@import "css/reset.css";

/* MAIN STYLES */

body
{
	font-size: 62.5%;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	color: #5b5b5b;
}

.clear-float
{
	clear: both;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

/* CENTRAL CONTENT WRAP */

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#header
{
	margin-top: 20px;
}

#header h1
{
	float: left;
	margin-bottom: 20px;
}

#header #ad-space
{
	width: 468px;
	height: 60px;
	background: #f1f1f1;
	float: right;
	margin-top: 20px;
border: 1px solid #038EDF;
}


#header h2
{
	font-size: 2.1em;
	color: #047fd6;
	clear: both;
	float: left;
	margin-top: -10px;
}

#header #sub-nav
{
	float: right;
	width: 300px;
}

#header #sub-nav ul li
{
	line-height: 1;
}

#header #sub-nav ul li a
{
	display: block;
	float: right;
	color: #fff;
	padding: 10px 25px 10px 25px;
	width: 65px;
	height: 12px;
	margin-left: 10px;
	background: url(images/register-button-bg.jpg) no-repeat;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
}

#header #sub-nav ul li a:hover
{
	color: #262428;
}

#header #sub-nav ul li:first-child a
{
	background: url(images/login-button-bg.jpg) no-repeat;
	color: #262428;
}

#header #sub-nav ul li:first-child a:hover
{
	color: #047fd6;
}

/* MAIN NAVIGATION */

#nav
{
	height: 28px;
	background: url(images/nav-bg.jpg) repeat-x;
	padding: 6px;
}

#nav ul
{
	padding-left: 10px;
}

#nav ul li
{
	line-height: 2.1;
}

#nav ul li a
{
	display: block;
	float: left;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	height: 30px;
}

#nav ul li.current_page_item a
{
	background: #fff;
	color: #164576;
	background: url(images/nav-hover-bg.jpg) repeat-x;
}

#nav ul li a:hover
{
	color: #164576;
}

/* MAIN PAGE CONTENT */

#content
{
	clear: both;
	background: #f4f4f4;
	padding: 15px;
	margin-bottom: -15px;
}

#content a
{
	color: #047dd5;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4, #content ul, #content img, #content p
{
	margin-bottom: 20px;
}

#content p
{
	font-size: 1.2em;
}

#content li
{
	font-size: 1.2em;
	list-style: outside;
	margin-left: 20px;
	list-style: disc;
}

#content h1, #content h2
{
	font-size: 2.2em;
	color: #047dd5;
}

#content h3
{
	font-size: 2em;
	color: #047dd5;
}

#content h4
{
	font-size: 1.8em;
	color: #047dd5;
}

.inner-box /* WHITE BOXES INSIDE MAIN CONTENT AREA */
{
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

/* SPLIT CONTENT AND SIDEBAR */

#content .left
{
	width: 645px;
	float: left;
	margin-right: 5px;
}

#content .right
{
	width: 270px;
	float: right;
}

#content .right ul li
{
	margin: 0;
	list-style: none;
	background: #fff;
	padding: 15px;
	font-size: 1em;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

#content .right ul li li
{
	font-size: 1.2em;
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#content .right ul li .textwidget li
{
	list-style: disc;
	list-style-position: inside;
}

#content .right h3
{
	background: url(images/widget-title-bg.jpg) no-repeat left;
	display: block;
	height: 50px;
	width: 210px;
	font-size: 1.6em !important;
	padding-left: 60px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 3;
	margin-bottom: 10px;
	overflow: hidden;
}

#content .right h3 a
{
	font-weight: normal;
}

/* SPECIFIC WIDGET STYLING */

#content .right ul li.widget_better_rss_widget
{
	background: url(images/widget-bg.jpg) bottom right no-repeat #fff !important; /* Change logo on a per site basis */
}

#content .right ul li.widget_better_rss_widget ul li
{
	background: none !important;
}

/* BOTTOM WIDGET */

#content .left ul.bottom-widgets li
{
	background: #fff;
	padding: 15px;
	margin: 0;
	font-size: 1em;
	overflow: hidden;
	padding-bottom: 10px;
}

#content .left ul.bottom-widgets li h3
{
	background: url(images/widget-title-long-bg.jpg) no-repeat left;
	display: block;
	height: 50px;
	width: 600px;
	font-size: 1.6em !important;
	padding-left: 60px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 3;
	margin-bottom: 10px;
}

#content .left ul.bottom-widgets li .textwidget ul
{
	margin-bottom: 0;
}

#content .left ul.bottom-widgets .textwidget ul li
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	margin: 5px;
	float: left;
}

/* FOOTER */

#footer
{
	background: #2078aa;
	padding: 15px;
}

#footer #bottom-nav ul
{
	
}

#footer #bottom-nav ul li a
{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#footer p a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer #bottom-nav ul li a:hover, #footer #bottom-nav ul li.current_page_item a, #footer p a:hover
{
	text-decoration: underline;
}

#footer #google_translate_element
{
	float: right;
	background: #f4f4f4;
	display: block;
	padding: 8px;
}

#footer #bottom-logo
{
	float: right;
	margin-right: 20px;
}

#footer #social
{
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#footer #social a
{
	display: block;
	float: left;
	margin-right: 10px;
}

#footer p
{
	color: #fff;
	font-size: 1.2em;
}

#footer p#copyright
{
	clear: both;
	float: left;
}

#footer p#credits
{
	float: right;
}

#footer p#concept
{
	float: right;
}

#footer p#concept a
{
	font-weight: normal;
}

#footer p#concept a:hover
{
	text-decoration: none;
}

#footer img#extreme-logo
{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -10px;
}

/* HOME PAGE */

#feature
{
	height: 330px;
	width: 645px;
	overflow: hidden;
	background: gray;
	margin-bottom: 15px;
}

ul#slides
{
	margin: 0;
	padding: 0;
}

ul#slides li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#slides li .slide-panel
{
	height: 120px;
	padding: 10px;
	background: url(images/slide-panel-bg.png) repeat;
	margin-top: -160px;
	position: absolute;
}

ul#slides li .slide-panel h3
{
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 10px;
}

ul#slides li .slide-panel p
{
	font-size: 1em !important;
	color: #fff !important;
	line-height: 1.25;
}

/* SIDEBAR BUTTONS */

a.gradient-button
{
	padding: 5px;
	font-weight: normal !important;
	text-align: center;
	font-size: 1.6em;
	color: #fff !important;
	display: block;
	background: url(images/button-bg.jpg) repeat-x;
	margin-bottom: 0 !important;
}

a.rounded-button
{
	padding: 5px;
	font-size: 1.6em;
	color: #fff !important;
	display: block;
	background: #038edf;
	text-align: center;
	font-weight: normal !important;
	margin-bottom: 0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

a.rounded-button:first-of-type
{
	margin-bottom: 15px !important;
}

a.mobile
{
	text-align: left;
	padding-left: 44px;
}

a.rounded-button span
{
	display: block;
	float: right;
	z-index: 100;
	position: absolute;
	right: 25px;
	top: -7px;
}

/* WORDPRESS CORE CSS */

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

li.comment
{
	list-style: none !important;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.comment-body p
{
font-size: 14px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}