/*
Theme Name: Learners Guide
Description: Learners Guide Theme.
Author: Mike Bailey  
Author URI: http://www.creativehappy.com/
.
Copyright (c) Creative Happy.
.
*/


/* 
	***********
	* GENERIC *
	***********
*/

html
{
	
}

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: url(images/body-bg.jpg) repeat-x;
}

strong
{
	font-weight: bold;
}


/* 
	***********
	* GLOBALS *
	***********
*/

.table
{
	width: 100%;
	margin: 10px 0 10px 0;
}

.table th
{
	font-weight: bold;
	padding: 10px;
	background: #044160;
		color: #FFF;
		font-size: 14px;
}

.table td
{
	padding: 10px;
	border-bottom: solid 1px #E8F2F7;
	color:#4D9FC4;
}

.table td a
{
	color:#4D9FC4;
}

.navigation a
{
	color:#4D9FC4;
}

.navigation
{
	display: block;
	overflow: hidden;
} 

.navigation a
{
	float: left;
	display: block;
	margin: 10px 0 10px 0;
}

.navigation .alignleft a
{
	margin-right: 10px;
	display: block;
}


.center
{
	text-align:center;
}

.bold
{
	font-weight: bold;
}

.desc
{
	width: 300px;
	line-height: 20px;
}

.img-left
{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right
{
	float: right;
	margin: 0 10px 10px 0;
}

.top-margin
{
	margin-top: 50px;
}

.wpcf7-not-valid-tip
{
	display: none;
}


/* 
	*************
	* CONTAINER *
	*************
*/

#container
{
	position:relative;
	width: 941px;
	margin: 0 auto;	
}


/* 
	**********
	* BLOCKS *
	**********
*/

.block
{
	display: block;
}

.full-white
{
	display: block;
}

.full-white .column
{
	float: left;
	display: block;
}

.full-white-top
{
	width: 941px; 
	height: 13px;
	display: block;
	background:url(images/white-block-top-bg.png) no-repeat 0 0;
}

.full-white-bottom
{
	width: 941px; 
	height: 33px;
	display: block;
	background:url(images/white-block-bottom-bg.png) no-repeat 0 0;
}

.full-white .content
{
	width: 911px;
	min-height: 419px;
	background: #FFF;
	padding: 0 15px 10px 15px;
	overflow: hidden;
}

/* 
	**********
	* HEADER *
	**********
*/

.header
{
	width: 941px;
	height: 118px;
	position:relative;
}

.header .logo
{
	position:absolute;
	top: 34px;
	left: 0;
}

.header .number
{
	position:absolute;
	top: 44px;
	right: 0;
	color:#FFF;
	font-size: 20px;
	padding-left: 27px;
}

.header .number a
{
	color: #FFF;
	text-decoration: none;
}

.header .nav
{
	width: 520px;
	position:absolute;
	top: 75px;
	left: 50%;
    margin-left: -184px;
}

.header .nav li
{
	display: block;
	float: left;
}

.header .nav li a
{
	display: block;
	float: left;
	height: 42px;
	text-decoration: none;
	font-size: 16px;
	color: #9DBDD0;
	line-height: 40px;
	padding: 0 15px 0 15px;
}

.header .nav .current_page_item 
{
	background:url(images/nav-left.png) no-repeat top left;
}

.header .nav .current_page_item a 
{
	background:url(images/nav-right.png) no-repeat top right;
	color:#FFF !important;
}

/* 
	**************************
	* INSTRUCTORS GOOGLE MAP *
	**************************
*/

.google-map
{
	margin-top: 20px;
}

.google-map .content .title
{
	font-size: 22px;
	color: #0176AB;
}

.google-map .content 
{
	position:relative;
}

.google-map .content .quick-links
{
	position:absolute;
	top: 0;
	right: 10px;
}

.google-map .content .quick-links li
{
	display: block;
	float: left;
	height: 27px;
}

.google-map .content .quick-links a
{
	float: left;
	display: block;
color:#0076AB !important;
	text-decoration: none;
	font-size: 15px;
	padding: 0 7px 0 7px;
	height: 27px;
	line-height: 27px;
}

.google-map .content .quick-links a:hover
{
	color:#0076AB;
}

.google-map .content .quick-links .drop
{
	position:relative;
	background:url(images/white-quicklinks-left-hover.jpg) no-repeat top left;
}

.google-map .content .quick-links .drop a
{
	color:#0076AB !important;
	background:url(images/white-quicklinks-right-hover.jpg) no-repeat top right;
}

.google-map .content .quick-links .search ul
{
	position:absolute;
	right: 0;
	top: 27px;
	width: 259px;
	height: 46px;
	background: url(images/search-ul-bg.png) no-repeat 0 0;
	z-index: 1;
}

.google-map .content .quick-links .drop ul
{
	display: block !important;
	z-index: 1;
}

.google-map .content .quick-links .search ul li
{
	float:none !important;
	height: 46px !important;
}

.google-map .content .quick-links .search form legend
{
	display: none;
}

.google-map .content .quick-links .search form .form-field
{
	overflow:hidden;
	padding: 10px;
}

.google-map .content .quick-links .search form fieldset
{

}

.google-map .content .quick-links .search form input
{
	width: 188px;
	height: 22px;
	background: url(images/search-input-bg.jpg) no-repeat 0 0;
	border: none;
	float: left;
	padding-top: 5px;
	text-indent: 5px;
	padding-right: 5px;
	color: #0076AB;
	font-size: 13px;
}

.google-map .content .quick-links .search form button
{
	background: url(images/search-button-bg.jpg) no-repeat 0 0;
	border: none;
	width: 42px;
	height: 26px;
	float: left;
	text-indent: -1000%;
	overflow: hidden;
	cursor:pointer;
	margin-left: 4px;
}

.google-map .content  .map_container
{
	margin-top: 15px;
	list-style: none;
	list-style-type: none;
}

/* Speech Bubble */

.speech-bubble
{
	position:absolute;
	background:url(images/enter-postcode-bubble.png) no-repeat 0 0;
	width: 178px;
	height: 108px;
	top: 40px;
	right: -50px;
}

/* 
	***************
	* BODY COLUMN *
	***************
*/

.body
{
	width: 641px;
	padding-right: 20px;
	overflow:hidden;
	color:#0076AB !important;
}

.body .input input
{
	width: 276px;
	height: 21px;
	background:url(images/input-bg.jpg) no-repeat 0 0;
	border: none;
	padding: 6px 5px 0 5px;
	display: block;
	color: #0176AB;
}

.body textarea
{
	width: 288px;
	height: 167px;
	background: url(images/textarea-bg.jpg) no-repeat 0 0;
	border: none;
	padding: 6px 5px 0 5px;
	display: block;
	color: #0176AB;
}

.body .checkbox input
{
	width: auto;
	height: auto;
	display:inline;
}

.body .button input
{
	background: url(images/send-button-bg.jpg) no-repeat 0 0 !important;
	width: 42px;
	height: 26px;
	text-indent: -1000%;
	overflow:hidden;
	border: none;
	cursor:pointer;
}

.body .item-wrapper
{
	overflow:hidden;
}

.body .item-left
{
	width: 300px;
	float: left;
}

.body .item-right
{
	width: 300px;
	float: right;
}

.body h1
{
	font-size: 30px;
	color: #0176AB;
	margin-bottom: 10px;
}

.body h2, .sociable_tagline
{
	font-size: 15px;
	color: #0176AB;
	margin: 15px 0 7px 0;
}

.body h2 a
{
	font-size: 15px;
	color: #0176AB;
	margin: 15px 0 7px 0;
}

.body p
{
	margin: 7px 0 7px 0;
	line-height: 20px;
color:#0076AB;
}

.body ul
{
	margin: 10px 0 10px 0;
}
.body ul li
{
	list-style:inside;
	list-style-type:circle !important;
	line-height: 20px;
	display: list-item;
	padding-bottom: 5px;
}

.body p a
{
	color: #79B6D3;
}

.body small
{
	color:#CCC;
	font-size: 11px;
}

.body .post
{
	border-bottom: solid 1px #EAF3F8;
	padding-bottom: 10px;
	margin-top: 20px;
	line-height: 20px;
}

.body .post .title
{
	font-size: 20px !important;
}

.body .post .title a
{
	font-size: 20px !important;
	text-decoration: none;
}

.body .download-lesson
{
	width: 222px;
	height: 39px;
	display: block;
	background:url(images/download-lesson-plan-bg.jpg) no-repeat 0 0;
	text-indent: -1000%;
	overflow:hidden;
	margin-top: 15px;
	cursor:pointer;
}

.body .download-lesson:hover
{
	background-position: 0 -41px;
}

.body .order-pack
{
	width: 222px;
	height: 39px;
	display: block;
	background: url(images/order-my-pack.jpg) no-repeat 0 0;
	text-indent: -1000%;
	overflow:hidden;
	margin-top: 15px;
	cursor:pointer;
}

.body .order-pack:hover
{
	background-position: 0 -41px;
}

/* 
	******************
	* SIDEBAR COLUMN *
	******************
*/

.sidebar
{
	width: 250px;
}

.sidebar .small-block
{
	margin-bottom: 20px;
}

.sidebar .small-block h3
{
	font-size: 18px;
	color: #0176AB;
	margin-bottom: 10px;
}

.sidebar .small-block p
{
		color:#0076AB;
	margin: 7px 0 7px 0;
	line-height: 17px;
}

.sidebar .small-block ul
{
	margin-left: 5px;
}

.sidebar .small-block ul li
{
	line-height: 20px;
	color: #79B6D3;
	list-style:disc;
	list-style:inside;
}

.sidebar .small-block ul li a
{
	color: #79B6D3;
}

.sidebar .main-image
{
	display: block;
	margin-top: 50px;
}

.sidebar .yellow-block
{
	padding: 10px;
	display: block;
	background: #FFFFCC;
	border: solid 1px #E9EBBD;
	margin-bottom: 20px;
}

.sidebar .yellow-block h3
{
	font-size: 18px;
	color: #0176AB;
	margin-bottom: 5px;
}

.sidebar .yellow-block .contact li
{
	line-height: 25px;
	display: block;
	color: #4D9FB5;
	margin-bottom: 5px;
}

.sidebar .yellow-block .contact li a
{
	color: #4D9FB5;
}

.sidebar .yellow-block .contact .tel
{
	background: url(images/tel.png) no-repeat 0  50%;
	padding-left: 25px;
}

.sidebar .yellow-block .contact .mobile
{
	background: url(images/mobile.png) no-repeat 0  50%;
	padding-left: 25px;
}

.sidebar .yellow-block .contact .website
{
	background: url(images/website.png) no-repeat 0  50%;
	padding-left: 25px;
}

.sidebar .yellow-block .contact .email
{
	background: url(images/email.png) no-repeat 0  50%;
	padding-left: 25px;
}

/* 
	************
	* BLUE CTA *
	************
*/

.blue-cta
{
	width: 940px;
	height: 122px;
	background:url(images/blue-cta-bg.png) no-repeat 0 0;
	overflow:hidden;
}

.blue-cta .item
{
	display: block;
	float: left;
	width: 240px;
	height: 90px;
	padding: 14px 15px 20px 30px;
	margin-right: 30px;
}

.blue-cta .item .title
{
	font-size: 20px;
	color:#FFF;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}

.blue-cta .item p
{
	color: #A8C6D5;
	line-height: 17px;
	font-size: 11px;
}

.blue-cta .item p a
{
	color: #A8C6D5;
}

.blue-cta .item p a:hover
{
	color: #FFF;
}

.blue-cta .last
{
	margin: 0 !important;
}

.blue-cta .item .man-icon
{
	background:url(images/man-icon.png) no-repeat 0 50%;
	padding-left: 27px;
}

.blue-cta .item .bubble-icon
{
	background:url(images/speech-icon.png) no-repeat 0 50%;
	padding-left: 27px;
}

.blue-cta .item .write-icon
{
	background:url(images/write-icon.png) no-repeat 0 50%;
	padding-left: 24px;
}

/* 
	*****************
	* KEEP INFORMED *
	*****************
*/

.informed
{
	width: 941px;
	overflow:hidden;
	display: block;
	margin-top: 10px;
}

.informed .item
{
	display: block;
	float: left;
}

.informed .welcome
{
	width: 300px;
	height: 181px;
	background:url(images/welcome-bg.png) no-repeat 0 0;
	border-right: solid 1px #EAF3F8;
	padding: 0 20px 0 10px;
}

.informed .welcome .title
{
	font-size: 21px;
	color: #0176AB;
	border-bottom: solid 1px #EAF3F8;
	padding-bottom: 5px;
	display: block;
}

.informed .welcome p
{
	color:#4D9FC4;
	margin: 7px 0 7px 0;
	line-height: 17px;
}

.informed .newsletter
{
	width: 250px;
	height: 181px;
	border-right: solid 1px #EAF3F8;
	padding: 0 20px 0 20px;
}

.informed .newsletter .title
{
	font-size: 21px;
	color: #0176AB;
	margin-bottom: 10px;
	display: block;
}

.informed .newsletter p
{
	color:#4D9FC4;
	margin: 7px 0 7px 0;
	line-height: 17px;
}

.informed .newsletter legend
{
	display: none;
}

.informed .newsletter .form-field
{
	overflow:hidden;
	display: block;
	margin-top: 5px;
}

.informed .newsletter .input
{
	background:url(images/newsletter-input-bg.jpg) no-repeat 0 0;
	width: 183px;
	height: 22px;
	display: block;
	float: left;
	border: none;
	color: #CCCCCC;
	font-size: 13px;
	padding: 5px 5px 0 5px;
}

.informed .newsletter .button
{
	background:url(images/newsletter-button-bg.jpg) no-repeat 0 0;
	width: 42px;
	height: 26px;
	text-indent: -1000%;
	overflow:hidden;
	margin-left: 10px;
	border: none;
	cursor:pointer;
}

.informed .newsletter .widgettitle
{
	display: none;
}


.informed .social
{
	width: 273px;
	height: 160px;
	float: left;
	display: block;
	padding: 5px 20px 0 20px;
}

.informed .social .item
{
	width: 253px;
	height: 40px;
	background: url(images/social-bg.png) no-repeat 0 0;
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.informed .social .item:hover
{
	background-position: 0 -62px;
	height: 40px;
}

.informed .social .item .title
{
	font-size: 17px;
	color: #0176AB;
	text-decoration: none;
}

.informed .social .item p
{
	font-size: 10px;
	color: #58A5C8
}

/* 
	**********
	* FOOTER *
	**********
*/

.footer
{
	width: 100%;
	min-height: 80px;
	background: #044160;
}

.footer .content
{
	width: 941px;
	margin: 0 auto;
	min-height: 80px;
	padding-top: 20px;
}

.footer .content .left
{
	width: 400px;
	float: left;
}

.footer .content .right
{
	width: 250px;
	float: right;
}

.footer .content .left .nav
{
	overflow:hidden;
	margin-bottom: 7px;
}

.footer .content .left .nav li
{
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 13px;
}

.footer .content .left .nav li a
{
	color: #FFF;
	text-decoration:none;
}

.footer .content .left .copy
{
	color: #93B5C4;
	font-size: 11px;
}


.footer .content .right .address
{
	color: #FFF;
	text-align:right;
	margin-bottom: 7px;
	display: block;
	font-size: 14px;
}

.footer .content .right a
{
	color: #93B5C4;
	text-decoration: none;
}

.footer .content .right .email
{
	display: block;
	text-align: right;
	font-size: 11px;
}

.footer .content .right a:hover
{
	color: #FFF;
}

/* 
	***************
	* MAP BUBBLES *
	***************
*/

.bubble-title
{
	font-weight: bold;
	font-size: 15px;
}

.bubble-spacing
{
	margin-bottom: 7px;
	margin-top: 7px;
}

.bubble-bold-title
{
	font-weight: bold;
	font-size: 12px;
}

/* 

EXTRAS */

.cycle-wrapper
{
	position:relative;
	width: 910px;
	height: 460px;
}

.slides
{
	position:absolute;
	top: 24px;
	left: 440px;
}

.slide
{
	color: #FFF;
	width: 308px;
	height: 133px;
	text-align:center;
}

