/*
Theme Name: Summer School of English
Theme URI: http://www.summerschoolofenglish.co.uk/
Author: Darren Langley
Author URI: http://www.darrenlangley.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/



/* ----- GENERAL STYLES START ----- */
#wpadminbar {display: none;}

body {
	background-image: url(pics/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
h1 {
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #00a2ef;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	font-size: 20px;
	font-weight: bold;
	    font-family: 'Open Sans Condensed', sans-serif;
	color: #008BCC;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	font-weight: bold;
	color: #008BCC;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
	clear: both;
}
li {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #008BCC;
	text-decoration: underline;
}
a:visited {
	color: #008BCC;
	text-decoration: underline;
}
a:hover {
	color: #008BCC;
	text-decoration: none;
}
hr {
	height: 25px;
	border: none;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #00a2f2;
	margin-bottom: 25px;
}
table {
	font-size: 11px;
	border: 1px solid #008BCC;
}
th {
	border: 1px solid #008BCC;
	padding: 3px;
	text-align: left;
	background-color: #008BCC;
	color: #FFFFFF;
}
td {
	border: 1px solid #008BCC;
	padding: 3px;
}
.td_green_text {
	color: #338230;
}
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}

.container {
	width: 790px;
	position: absolute;
	left: 50%;
	margin-left: -395px;
	padding-top: 14px;
}
.header {
	width: 770px;
	height: 237px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(pics/header_bg.gif);
	background-repeat: no-repeat;
}
.footer {
	width: 790px;
	margin-top: 35px;
}
.footer_text {
	font-size: 10px;
	line-height: 20px;
	margin-left: 12px;
	color: #707070;
	padding-top: 5px;
	padding-bottom: 50px;
}
.footer_text a:link {
	text-decoration: none;
	color: #707070;
}
.footer_text a:hover {
	text-decoration: underline;
	color: #707070;
}
.footer_text a:visited {
	text-decoration: none;
	color: #707070;
}
.nav_top {
	margin-top: 20px;
	height: 30px;
	width: 602px;
}
.nav_bottom {
	height: 30px;
	width: 770px;
}
.nav_bottom_interior {
	position: absolute;
	right: 0px;
	margin-right: 10px;
}
.nav_bottom_interior img {
	float: left;
}
.nav_btn {
	float: left;
}
.nav_btn a {
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -800px;
	overflow:hidden;
}
.nav_btn a:hover {
	background-position:0% -30px;
}
.nav_btn_on {
	float: left;
}
.nav_btn_on a {
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -800px;
	overflow:hidden;
	background-position:0% -30px;
}
.content {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}
.content_left {
	float: left;
	width: 340px;
	margin-right: 30px;
}
.content_right {
	float: left;
	width: 340px;
}
.content_formfields {
	margin-left: 30px;
	margin-top: 15px;
	clear: both;
}
.content_formfieldset {
	margin-left: 30px;
	margin-top: 7px;
}
.submit_btn {
	margin-top: 20px;
	height: 30px;
	width: 150px;
	font-size: 18px; 
	font-weight: bold;
}
.asterix {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	line-height: 14px;
	margin-top: 4px;
	margin-right: 2px;
	float: left;
	display: block;
}
.caption {
	font-size: 11px;
}
.heading {
	height: 20px;
	overflow: hidden;
}
.divider {
	margin-top: 30px;
	height: 2px;
	background-color: #00A2EF;
}
.hiddenfield {
	margin-top: 10px;
	border: 1px solid #00A2EF;
	padding: 5px;
	width: 280px;
	margin-left: 20px;
	font-weight: bold;
	display: none;
}
.hiddenfield2 {
	display: none;
}
.comms {
	height: 1px;
	width: 150px;
	overflow: hidden;
}
.comms p {
	margin-top: 10px;
}
.gallerythumbs {
	margin-top: 20px;
}
.gallerythumbs img {
	margin-right: 6px;
	margin-bottom: 6px;
}
.hp_promo_box {
	color: #FFFFFF;
	margin-top: 60px;
	background-color: #c74b32;
	font-weight: bold;
}
.hp_promo_box a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.hp_promo_box a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.hp_promo_box a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.flash_promo {
	float: right;
}

.flash_promo img {
	display: block;
}

#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}





.footer_text {
    width: 500px;
    float: left;
	font-size: 10px;
	line-height: 20px;
	margin-left: 12px;
	color: #707070;
	padding-top: 5px;
	padding-bottom: 50px;
}
.col3_1wide_social {
    width: 200px;
    float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
    padding-right: 20px;
	font-size: 12px;
	color: #707070;
	text-align: right;
}
.col3_1wide_social p {
	font-size: 12px;
	color: #707070;
	margin: 0px;
	padding: 0px;
    margin-bottom: 12px;
}
.col3_1wide_social a {
	margin-right: 4px;
}

.col3_1wide {
	width: 215px;
	float: left;
}
.col3_2wide {
	width: 475px;
	float: left;
	text-align: left;
}
.col3_2wide_border {
	width: 435px;
	border: 2px solid #00a2f2;
	padding: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	text-align: left;
}
.col3_2wide_border h2 {
	margin: 0px;
}
.col3_spacer {
	width: 20px;
	margin-bottom: 20px;
	float: left;
}
.widgets {
    margin-bottom: 20px;
	background-color: #CCCCCC;
	padding: 15px;
	padding-bottom: 5px;
}
.widgets h2 {
	margin-top: 0px;
}
.widgets ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.widgets li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-left: 10px;
	list-style: none;
	background-image: url(pics/bullet.png);
	background-repeat: no-repeat;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
}


.btn {
	clear: both;
	margin-bottom: 40px;
}
.btn a:link, .btn a:visited {
	background: none;
	background-color: #2a9def;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 20px;
	color: #ffffff;
	clear: both;
	text-transform: uppercase;
}
.btn a:hover {
	background: none;
	background-color: #c64d32;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
h6 {
	clear: both;
	margin-bottom: 40px;
	margin-top: 30px;
}
h6 a:link, h6 a:visited {
	background: none;
	background-color: #2a9def;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 20px;
	color: #ffffff;
	clear: both;
	text-transform: uppercase;
}
h6 a:hover {
	background: none;
	background-color: #c64d32;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
h5 {
	clear: both;
	margin-top: 30px;
	margin-bottom: 40px;
}
h5 a:link, h5 a:visited {
	background: none;
	background-color: #c64d32;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 20px;
	color: #ffffff;
	clear: both;
	text-transform: uppercase;
}
h5 a:hover {
	background: none;
	background-color: #2a9def;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}