/*
Theme Name: Employabilities
Theme URI: http://employabilities.ca/
Description: A beautiful theme designed for Employabilities
Author: Ignition Media
Version: 1.0
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
    outline: none;
}

a, a:visited{
	text-decoration: none;
	color: #00B5C8;

}

a:hover, a:visited:hover{
	text-decoration: underline;	
}


html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Felbridge Std, Arial, Helvetica;
	font-weight: normal;
	color: #383838;
	font-weight: normal;
}

#body {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1000px;
	min-height: 98px;
	padding-bottom:50px;   /* Height of the footer + margin */
}

#body_left{
	width: 650px;
	float: left;
	min-height: 415px;
	border-right: 1px solid #CDCDCD;
	padding-right: 55px;
	margin-right: 44px;
}

#body_right{
	width: 250px;
	float: right;
}

h2{
	margin-bottom: 23px;
	font-size: 34px;
	font-weight: normal;
	color: #00b5c8;	
}

h3{
	color: #00b5c8;
	font-size: 22px;
	margin-bottom: 12px;	
}

h4{
	color: black;
	font-weight: bold;
	margin-bottom: 8px;
}

p{
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 28px;
	font-weight: normal;
}


strong{
	font-weight: bold;
}

em, i{
	font-style: italic;
}

#header{
	width: 1000px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
}

#header_logo{
	width: 266px;
	height: 116px;
	background-image: url('images/employabilities_logo.png');
	display: block;
	background-repeat: no-repeat;
	float: left;
}

#search_panel{
	float: right;
	margin-top: 50px;
	width: 370px;
	height: 35px;
	text-align: right;
}

#search_panel img{
	float: left;
	margin-right: 10px;
}

#search_panel input{
	width: 237px;
	height: 35px;
	background-image: url(images/search_box.png);
	border: none;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 16px;
	padding-left: 10px;
	color: #4ac4d3;
}

#search_panel button{
	width: 33px;
	height: 35px;
	background-image: url(images/search_icon.png);
	border: none;
	float: left;
}

#nav_wrapper{
	width: 100%;
	height: 45px;
	background: #00b5c8;
}

#nav_wrapper .menu-main-menu-container ul{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

#nav_wrapper a, #nav_wrapper a:visited, #menu-footer a, #menu-footer a:visited{
	color: white !important;
}

#nav_wrapper a:hover, #nav_wrapper a:visited:hover, #menu-footer a:hover, #menu-footer a:visited:hover{
	color: #BBE4EB !important;
	text-decoration: none!important;
}

#nav_wrapper .menu-main-menu-container ul li{
	float: left;
	margin-right: 30px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 14px;
	color: #FFF;
}

#nav li.right
{
	float: right;
	padding: 0px !important;
	margin: 0px !important;
}


#subnav{
	margin-top: 53px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#subnav li{
	float: left;
	height: 41px;
	margin-right: 4px;
}

#subnav li.active{
	background: white;
}

#subnav li a{
	padding-top: 13px;
	display: block;
	float: left;
	color: #008da9 !important;	
}

#subnav li .tab-right, #subnav li .tab-left
{
	width: 35px;
	display: block;
	height: 41px;
	float: left;
	background-repeat: no-repeat;
}

#subnav li.active .tab-left
{
	background-image: url(images/tab-left.png);
}

#subnav li.active .tab-right
{
	background-image: url(images/tab-right.png);
}

#donate_btn{
	width: 105px;
	margin-top: 5px;
	height: 35px;
	display: block;
	background-image: url('images/donate_btn.png');
}

#banner_wrapper{
	width: 1000px;
	height: 450px;
	background: white;
	margin-top: 1px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}

#banner{
	width: 1000px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#page_title{
	height: 190px;
	width: 100%;
	background: #BBE4EB;
	padding-top: 5px;
}

h1{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 53px;
	font-size: 43px;
	color: #00275d;
}

#page_content{
	float: left;
	width: 650px;
	border-right: 1px solid #cdcdcd;
	padding-right: 49px;
}

#page_content.fullwidth{
	width: 1000px;
	border-right: none;
	padding-right: 0px;
}

#page_content p{
	padding-right: 10px;
}

#page_content #programs_list{
	list-style-type: none !important;
	margin-left: 0px;
}

#page_content #programs_list li{
	width: 465px;
	float: left;
	margin-right: 55px;
}
#page_content #programs_list li.odd{
	margin-right: 0px !important;
}

#page_content #programs_list li h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
#page_content #programs_list li p{
	margin-bottom: 0px;
}

#page_content ul
{
	list-style-type: disc;
	margin-left: 15px;
}

#page_content li
{
	margin-bottom: 25px;
	line-height: 1.4em;
}

#sidebar{
	float: right;
	width: 250px;

}

#footer {
	margin-top: 57px;
	bottom:0;
	width:100%;
	height:257px;
	background:#25b6c7;
	color: white;
	clear: both;
}

#inner_footer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#inner_footer_left{
	float: left;
}

#menu-footer{
	margin-top: 60px;
	float: left;
	text-transform: capitalize;
}

#menu-footer li{
	float: left;
	margin-right: 12px;
}

#footer_logo{
	float: left;
	clear: left;
	width: 110px;
	height: 60px;
	margin-top: 36px;
	margin-bottom: 12px;
}

#copyright_notice{
	float: left;
	display: block;
	clear: left;
}

#newsletter_signup{
	width: 500px;
	height: 150px;
	float: right;
	margin-top: 54px;
	background-image: url('images/newsletter_panel.png');
}

#newsletter_signup_thanks{
	width: 500px;
	height: 150px;
	float: right;
	margin-top: 94px;
	text-align: center;
}

#newsletter_signup input[type=text], #newsletter_signup input[type=email]{
	font-size: 16px;
	position: relative;
	top: 53px;
	border: none;
	margin-top: 1px;
	padding: 5px;
	color: #a2d1dd;
	width: 200px;
}


#newsletter_signup input::-webkit-input-placeholder, #search_panel input::-webkit-input-placeholder {
	color: #4ac4d3;
}

#newsletter_signup input:-moz-placeholder, #search_panel input::-webkit-input-placeholder {
	color: #4ac4d3;
}


#newsletter_signup_name_field{
	left: 24px;
}


#newsletter_signup_email_field{
	left: 50px;
}


#newsletter_signup label{
	width: 150px;
	display: block;
	float: left;
	margin-top: 79px;
	margin-left: 20px;
}


#newsletter_signup label input[type=radio]
{
	float: left;
	margin-right: 6px;
	margin-top: 0px;
}

#newsletter_signup a#newsletter_signup_submit_btn{
	float: left;
	margin-left: 35px;
	width: 106px;
	height: 35px;
	margin-top: 69px;
	cursor: pointer;
}


.clear{
	clear: both;
}


/* Contact Page */
.page-template-page-contact-php #sidebar
{
	width: 285px;
	height: 500px;
}

.page-template-page-contact-php #page_content
{
	border-right: none;
	padding-right: 0px;
}

#sidebar #directions_tab, #sidebar #contact_info_tab
{
	float: left;
	width: 100px;
	padding: 15px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	height: 10px;
	text-align: center;
	cursor: pointer;
	display: none;
}

#sidebar #sidebar_content
{
	background-color: #e2f1f4;
	padding: 15px;
	float: left;
	height: 470px;
	overflow-y: scroll;
}

#sidebar #directions_tab.active, #sidebar #contact_info_tab.active
{
	background-color: #e2f1f4;
}

#sidebar #directions ol
{
	font-weight: bold;
	list-style-position: inside;
	list-style-type: decimal;
}

#sidebar #directions ol li
{
	line-height: 20px;
	padding: 5px;
}

#sidebar #directions ol li span
{
	font-weight: normal;
}

#sidebar #directions ol li span b
{
	font-weight: bold;
}

#sidebar #directions ol li div
{
	margin-top: 10px;
	font-weight: bold;
}



/* Programs Page */

.page-parent a.program{
	background: #eaf9fb;
	width: 650px;
	margin-bottom:25px;
	display:block;
	float: left;
}

.page-parent a.program:hover{
	text-decoration: none !important;
}

.page-parent a.program span{
	font-weight: bold;
	display: inline;
	padding: 18px;
	float: left;
	margin-left: 20px;
	font-size: 17px;
	font-family: Felbridge Std, Arial, Helvetica;
	line-height: 25px;
	color: #00275D;
}



/* Generic Post Content */
.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.alignright {
	float: right;
}



/* Careers Custom Post Type Single and Archive Pages */
.archive-content h2 { 
	font-size: 34px !important; 
	margin-bottom: 10px !important; 
}

.career-details-list { /* required for chrome */
	border-collapse: separate; 
	border-spacing: 2px; 
}

.career-details-list tr { 
	margin-bottom: 5px; 
}

.career-details-list td { 
	padding-right: 10px; 
	padding-bottom: 5px; 
}



/* Blog Content (temp fix)*/

#blog_content ul { list-style-type: none; }
.blog_title { font-size: 22px !important; }
.blog_date { font-size: 16px !important; }

#blog_content h2 { font-size: 19px; } /* convert to h3 */
#blog_content h3 { font-size: 16px; } /* convert to h4 */
#blog_content h4 { font-size: 13px; } /* convert to h5 */
#blog_content h5 { font-size: 11px; } /* convert to h6 */
#blog_content h6 { font-size: 16px; } /* convert normal size */
