/*

Academy Derya Consultancy - Pages Stylesheet
http://www.acderco.co.uk/
Handwritten by Oliver Coningham

*/

	
																					/* ------------ Home ------------ */

#latest-news h3 {
	background: url('../img/icon-latest-news.png') no-repeat 0 0;
	height: 33px;
	line-height: 33px;
	padding-left: 43px;
	}
	
#latest-news .button a {
	background: url('../img/button-more-bg.gif') no-repeat 0 0;
	}

	
																					/* ------------ Course Dates ------------ */

#course-dates #courses,
#services #courses {
	margin-top: 20px;
	}

#course-dates #courses-nav,
#services #courses-nav {
	height: 50px;
	list-style: none;
	margin: 30px 0 0 0;
	}
	
#course-dates #courses-nav-prev,
#services #courses-nav-prev {
	float: left;
	height: 50px;
	width: 50px;
	}
	
#course-dates #courses-nav-next,
#services #courses-nav-next {
	float: right;
	height: 50px;
	width: 50px;
	}
	
#course-dates #courses-nav-prev a,
#services #courses-nav-prev a {
	background: url('../img/button-back-bg.gif') no-repeat 0 0;
	}
	
#course-dates #courses-nav-next a,
#services #courses-nav-next a {
	background: url('../img/button-forward-bg.gif') no-repeat top right;
	}
	
#course-dates #courses-nav a,
#services #courses-nav a {
	display: block;
	height: 50px;
	text-indent: -25000px;
	width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0 0 5px #263056;
	-webkit-box-shadow: 0 0 5px #263056;
	box-shadow: 0 0 5px #263056;		
	}
	
#course-dates #courses-nav-prev a:hover,
#services #courses-nav-prev a:hover {
	background-position: 0 -50px;
	}
	
#course-dates #courses-nav-next a:hover,
#services #courses-nav-next a:hover {
	background-position: right -50px;
	}

#course-dates .course a,
#services .course a {
	background-color: #2b3762;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;		
	margin-bottom: 1px;
	padding: 10px;
	text-decoration: none;
	}
	
#course-dates .course a:hover,
#services .course a:hover {
	background-color: #94d78b;
	}
	
#course-dates .course li,
#services .course li {
	float: left;
	}
	
#course-dates .course .course-date,
#services .course .course-date {
	display: inline-block;
	font-weight: 700;	
	margin-right: 10px;	
	}
	
#course-dates .course li.course-button {
	float: right;
	}
	
#course-dates .course .course-category {
	display: inline-block;
	float: right;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	}
	
#course-dates .course li.course-button a {
	background: url('../img/pages-a-hover-bg.png') no-repeat 0 50%;
	color: #fff;
	padding: 3px 0 3px 35px;
	text-decoration: none;
	}
	
#course-dates .course li.course-title a {
	color: #fff;
	text-decoration: none;
	}
	
#course-dates .course li.course-title a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#course-dates .course li.course-button a:hover {
	background: url('../img/pages-a-hover-bg.png') no-repeat 0 50%;
	text-decoration: underline;
	}
	
#course-dates .course-date,
#course-dates .course-cost,
#course-dates .course-places,
#course-dates .course-category {
    font-size: 16px;
	}
	
#course-dates .course-date strong,
#course-dates .course-cost strong,
#course-dates .course-places strong,
#course-dates .course-category strong {
	color: #2b3762;
	}
	
#copy #course-dates-nav {
	list-style: none;
	margin: 30px 0 0 0;
	}
	
#course-dates-nav-back {
	float: left;
	}
	
#course-dates-nav-back a {
	background: url('../img/button-back-bg.gif') no-repeat 0 0;
	}

#course-dates-nav-book {
	float: right;
	}
	
#course-dates-nav-book a {
	background: url('../img/button-book-bg.gif') no-repeat 0 0;
	}
		
#course-dates form {
	margin: 30px 0 0 0;
	}

#course-dates #sidebar {
	min-width: 290px;
	}
		
#course-dates #sidebar h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;	
	margin-bottom: 20px;
	text-transform: uppercase;
	}
	
#cal-calendar {
    width: 100%;
	}

#cal-calendar caption {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
	}

#cal-calendar .calendar-prev a {
	color: #fff;
    display: block;
    float: left;
    padding: 0 10px;
	}

#cal-calendar .calendar-next a {
	color: #fff;
    display: block;
    float: right;
    padding: 0 10px;
	}

#cal-calendar th {
    background-color: #414b72;
    border: 1px solid #2b3762;
    color: #fff;
    padding: 10px 0;
    text-align: center;
	}

#cal-calendar td {
    background-color: #fff;
    border: 1px solid #2b3762;
    color: #2f4533;
    padding: 10px;
    text-align: center;
	}

#cal-calendar td.calendar-event {
    padding: 0;
	}

#cal-calendar td a {
    background-color: #94d78b;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	}
	
#cal-calendar td a:hover {
    text-decoration: underline;
	}
	
#cal-calendar td ul {
    background-color: tan;
	position: absolute;
	bottom: 0px;
	display: block;
	}
	

																					/* ------------ News ------------ */

#news .news-summary {
	background-color: #2b3762;
	color: #fff;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   	
	}
	
#news .news-summary h2 {
	border-bottom: #414b72 solid 5px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px 0;	
	padding: 0 0 20px 0;
	text-transform: inherit;	       	
	}
	
#news .news-summary h2 a {
	color: #fff;
	text-decoration: none;       	
	}
	
#news .news-summary-date {
	font-size: 16px;
	font-weight: bold;	       	
	}
	
#news .news-summary-image {
	float: left;
	margin-right: 20px;       	
	}
	
#news .news-summary-button a {
	background: url('../img/button-more-bg.gif') no-repeat 0 0;
	float: right;
	}
	
#news .news-date {
	font-size: 16px;
	font-weight: bold;	       	
	}
	
#news .news-button a {
	background: url('../img/button-back-bg.gif') no-repeat 0 0;
	float: none;
	}
	
#news #news-hero {
	border-bottom: 5px solid #2b3762;
	margin-top: 20px;
	}
	
#news #news-nav {
	height: 50px;
	margin-top: 20px;
	}
	
#news #news-nav-prev {
	float: left;
	height: 50px;
	width: 50px;
	}
	
#news #news-nav-next {
	float: right;
	height: 50px;
	width: 50px;
	}
	
#news #news-nav-prev a {
	background: url('../img/button-back-bg.gif') no-repeat 0 0;
	}
	
#news #news-nav-next a {
	background: url('../img/button-forward-bg.gif') no-repeat top right;
	}
	
#news #news-nav a {
	display: block;
	height: 50px;
	text-indent: -25000px;
	width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0 0 5px #263056;
	-webkit-box-shadow: 0 0 5px #263056;
	box-shadow: 0 0 5px #263056;		
	}
	
#news #news-nav-prev a:hover {
	background-position: 0 -50px;
	}
	
#news #news-nav-next a:hover {
	background-position: right -50px;
	}
	
																					/* ------------ Contact Us ------------ */

#contact #map {
	border-bottom: 5px solid #2b3762;
	clear: right;
	float: right;
	margin-top: 20px;
	}
		
#contact #sidebar #contact-address {
	width: 250px;
	}
	
#contact #sidebar #contact-address a {
	color: #fff;
	text-decoration: none;
	}
	
#contact #sidebar #contact-address a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#contact-address h3 {
	background: url('../img/icon-address.png') no-repeat 0 0;
	height: 33px;
	line-height: 33px;
	padding-left: 43px;
	}
	
#contact fieldset {
	margin-top: 20px;
	}
	
#contact fieldset div {
	margin-bottom: 10px;
	}
	
#contact fieldset label {
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 4px;
	width: 130px;
	}
	
#contact fieldset input,
#contact fieldset textarea,
#contact .captcha input {
	background-color: #e9ebef;
	border: 1px solid #d5d7e0;
	color: #333;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 10px;
	width: 250px;
	}
	
#contact fieldset textarea {
	width: 458px;
	}

#contact .captcha p {
	font-weight: bold;
	margin: 10px 0 20px 130px;
	}
		
#contact .captcha input {
	margin-left: 130px;
	}
	
#contact .captcha img {
	margin: 10px 0 0 130px;
	}
	
#contact .cms_submit {
	background: url('../img/button-send-bg.gif') no-repeat 0 0;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;  
	margin: 30px 0 0 130px;
	padding: 0 10px 0 50px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0 0 5px #263056;
	-webkit-box-shadow: 0 0 5px #263056;
	box-shadow: 0 0 5px #263056;		  	
	}
	
#contact .cms_submit:hover {
	background-position: 0 -50px;		  	
	}
	
	
																					/* ------------ Book Now ------------ */

#course-dates fieldset h2 {
	padding-bottom: 10px;
	}
	
#course-dates fieldset div {
	margin-bottom: 10px;
	}
	
#course-dates fieldset label {
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 4px;
	width: 150px;
	}
	
#course-dates fieldset input,
#course-dates fieldset textarea,
#course-dates fieldset select,
#course-dates .captcha input {
	background-color: #e9ebef;
	border: 1px solid #d5d7e0;
	color: #333;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 10px;
	width: 230px;
	}
	
#course-dates fieldset textarea {
	width: 438px;
	}
	
#course-dates fieldset select {
	width: 150px;
	}

#course-dates .captcha p {
	font-weight: bold;
	margin: 10px 0 20px 150px;
	}
		
#course-dates .captcha input {
	margin-left: 150px;
	}
	
#course-dates .captcha img {
	margin: 10px 0 0 150px;
	}
	
#course-dates .cms_submit {
	background: url('../img/button-send-bg.gif') no-repeat 0 0;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;  
	margin: 20px 0 0 150px;
	padding: 0 10px 0 50px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0 0 5px #263056;
	-webkit-box-shadow: 0 0 5px #263056;
	box-shadow: 0 0 5px #263056;	
	width: auto;	  	
	}
	
#course-dates .cms_submit:hover {
	background-position: 0 -50px;		  	
	}
	
#course-dates fieldset .terms-text {
	margin-left: 150px;
	padding-top: 10px;
	}
	
#course-dates fieldset .terms-box {
	margin-left: 150px;
	}

#course-dates fieldset .terms-box input {
	width: auto;
	}
		
#course-dates fieldset .terms-box label {
	display: inline-block;
	padding: 0 5px 0 0;
	width: auto;
	}
	
#course-dates-payment {
    font-size: 16px;
	}
	
#course-dates-payment strong {
	color: #2b3762;
	}
	

																					/* ------------ Meet the Team ------------ */


#about .team-member {
	background-color: #2b3762;
	color: #fff;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   	
	}
	
#about .team-member h2 {
	border-bottom: #414b72 solid 5px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px 0;	
	padding: 0 0 20px 0;
	text-transform: inherit;	       	
	}
	
#about .team-member-image {
	float: left;
	margin-right: 20px;       	
	}
	
#about .button a {
	background: url('../img/button-more-bg.gif') no-repeat 0 0;
	float: right;
	}
	
#about .button-back a {
	background: url('../img/button-back-bg.gif') no-repeat 0 0;
	float: none;
	}
	
#about #team-photo {
	border-bottom: 5px solid #2b3762;
	float: left;
	margin: 25px 20px 20px 0;
	}