/*
Title:       	Master Styles (Main style sheet)
Author:      	Ben Usher Smith, ben@heehaw.co.uk
Updated:     	Thursday June 7th 2007
Notes:       	Hand-crafted by Heehaw Multimedia in Edinburgh, Scotland
Known issues:	None
*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	color:#383d44;
	background:#fff}


/* LINKS */
a:link,
a:visited {
	padding-bottom:1px;
	color:#6699cc;
	text-decoration:none;
	border-bottom:1px solid #69c}

a:hover,
a:focus {
	color:#69c;
	padding-bottom:0;
	border-bottom:2px solid #69c}

a:focus {
	background:#ffc}

/* PAGE STRUCTURE */
#main-body {
	width:64em;
	margin:0 auto;
	padding:0;
	font-size:95%;
	line-height:1.6em;
	text-align:left;
	background:url(/images/global/main-bg.gif) repeat-y 42em 0}

#content {
	width:40em;
	float:left}

#sidebar {
	width:22em;
	float:right;
	background:url(/images/global/side-bg.gif) no-repeat 0 0}

#activity_camps_children #main-body #sidebar .book_here {
	background: url(/images/acamps/book_here.jpg) no-repeat;
	border: none;
	padding: 0px;
	width: 227px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	margin: 3px 0px 0px 15px
}

#activity_camps_children #main-body #sidebar .book_here:hover {
	border: none;
	padding: 0px
}

/* NAV-WRAP */
#nav-wrap {
	padding:0;
	font-size:95%;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#e0dcdb;
	background-image:url(/images/global/nav-wrap.gif)}

/* NAVIGATION */
#nav {
	width:65em;
	margin:0 auto;
	padding:0}

#nav ul {
	margin:0;
	padding:0;
	list-style:none}

#nav li {
	background-repeat:no-repeat;
	background-position:right 50%;
	font-weight:800;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:110%;
	letter-spacing:2px;
	text-transform:capitalize}

#nav li.end {
	background-image:none}

#nav li a {
	float:left;
	padding:20px 20px 24px 20px;
	text-decoration:none;
	color:#fff;
	border:none}

#nav li a:hover,
#nav li a:focus,
#nav li.active a {
	color:#fff;
	background:url(/images/global/pri-indicator.gif) no-repeat 50% bottom}

#nav li a:focus {
	background-color:#939393}

#nav li.flags {
	background-image: none;
	margin: 20px 0 0 10px;
	padding: 3px;
}

#nav li.flags li {
	padding: 3px;
}

#nav li.flags a {
	width: 16px;
	height: 11px;
	padding: 0;
	text-indent: -9999px;
}

#nav li.flags a#poland {
	background: url(/images/pl.gif) left top no-repeat;
}
#nav li.flags a#turkey {
	background: url(/images/tr.gif) left top no-repeat;
}
#nav li.flags a#italy {
	background: url(/images/it.gif) left top no-repeat;
}
#nav li.flags a#spain {
	background: url(/images/es.gif) left top no-repeat;
}
#nav li.flags a#russia {
	background: url(/images/ru.gif) left top no-repeat;
}

#nav li.flags a#german {
	background: url(/images/de.gif) left top no-repeat;
}


/* HEADER */
#header {
	padding:0;
	font-size:95%;
	border-bottom:4px solid #f2f2f2;
	background:#fdfdf3 url(/images/global/title-bg.gif) no-repeat 0 0}

#header-inner {
	width:64em;
	margin:0 auto;
	padding:0;
	background:url(/images/global/notice-bg.gif) repeat-y 42em 0}

#header h2 {
	margin:0;
	padding:.5em 0;
	font:160% normal "Trebuchet MS", Arial, sans-serif;
	line-height:1.5em;
	text-transform:uppercase;
	text-align:left;
	color:#666}
	
#header p.strapline {
	margin:0;
	padding:.5em 0;
	font:160% normal "Trebuchet MS", Arial, sans-serif;
	line-height:1.5em;
	text-transform:uppercase;
	text-align:left;
	color:#666;
}

#title {
	width:40em;
	float:left}

#notice {
	width:22em;
	float:right}



/* CONTENT */
abbr,
acronym {
	font-size:90%;
	letter-spacing:1px;
	font-style:normal;
	border-bottom:1px dotted #dbd5c5;
	cursor:help}

a abbr {
	border:none}

em {
	font-style:italic}

strong {
	font-weight:800}

address {
	margin:0;
	padding:0;
	font-style:normal}

/* content styles */
#content h1,
#content h2 {
	margin:15px 0 0 0;
	padding:0;
	font:normal 160% "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	text-align:left;
	color:#666}

#content h3,
#content h4 {
	margin:15px 0 0 0;
	padding:0;
	font:normal 120% "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	text-align:left;
	color:#666}

#content h3 a {
	border:none}

#content h4 {
	margin:15px 0 10px 0;
	padding:0}

#content p {
	margin:0 0 20px 0}

/* lists */
#content ul,
#content ol,
#content dl {
	margin:0 0 1.5em 0;
	padding:0}

#content ul,
#content ol {
	margin-left:20px}

#content ol {
	padding-left:20px}

#content ul {
	list-style:none}

#content ul li {
	padding:0 0 4px 16px;
	background:url(/images/global/bullet-sml.gif) no-repeat 0 50%}

#content ul.pdf li {
	padding:0 0 4px 32px;
	background-image:url(/images/global/pdf.gif)}

#content dl dt {
	font-weight:800}

#content dl dd {
	margin:0 0 15px 0;
	padding:0}

#content dl.listing dd em {
	display:block;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#666b75}


/* IMAGE REPLACEMENT */
#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#englishuk-logo a,
#britishcouncil-logo a,
#header p.section_header a {
	border:none;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
    height:0px !important}

#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header p.section_header a,
#header p.section_header a:link,
#header p.section_header a:visited,
#header p.section_header a:hover {
	background-image:url(/images/home/logo.gif);
	margin:12px 0;
    padding:43px 0 0 0;
    height /**/:43px}

#notice h3 {
	margin:-3px 0 0 0; /* Offsets the heading image so it lines up with navigation! */
    /*padding:193px 0 0 0;*/
	height /**/:193px}

ul.affiliates {
	margin:0;
	padding:0}

ul.affiliates li {
	text-align:right;
	margin:0 0 0 8em}

#englishuk-logo a {
	padding:30px 0 0 0;
	margin:25px 0;
    background-image:url(/images/global/englishuk-logo.gif);
    height /**/:30px}

#britishcouncil-logo a {
	padding:57px 0 0 0;
	margin:25px 0;
    background-image:url(/images/global/britishcouncil-logo.gif);
    height /**/:57px}


/* SIDEBAR */
#sidebar ul.sub {
	margin:25px 0;
	padding:0;
	line-height:1.5em;
	list-style:none}

#sidebar ul.sub li {
	font:normal 150% "Trebuchet MS", Arial, sans-serif}

#sidebar ul.sub li li {
	font-size:85%}

#sidebar ul.sub li li li {
	font-size:80%}

/* sub navigation */
#sidebar ul.sub li a,
#sidebar ul.sub li a:link,
#sidebar ul.sub li a:visited {
	display:block;
	padding:0 0 0 20px;
	margin:0 0 4px 4px;
	text-decoration:none;
	border-bottom:none}

#sidebar ul.sub li li a,
#sidebar ul.sub li li a:link,
#sidebar ul.sub li li a:visited {
	padding:0 0 0 30px;
	margin:0 0 3px 3px}

#sidebar ul.sub li li li a,
#sidebar ul.sub li li li a:link,
#sidebar ul.sub li li li a:visited {
	padding:0 0 0 40px;
	margin:0 0 2px 2px}

#sidebar ul.sub li a:hover,
#sidebar ul.sub li a:focus,
#sidebar ul.sub li a.active {
	text-decoration:none;
	border-bottom:none;
	font-weight:800;
	background:url(/images/global/sub-indicator.gif) no-repeat 0 50%}

/* affiliates */
#sidebar ul.affiliates li {
	margin-left:25px}



/* SEARCH FORM */
form {
	margin:0;
	padding:0}

#search-form {
	margin:0 0 15px 0}

#search-form input {
	color:#666;
	vertical-align:middle}

#fat-footer #search-form input#search-text {
	width:150px}



/* CONTACT-US */
#fat-footer {
	padding:20px 0;
	font-size:95%;
	border-top:3px solid #e1e1e1;
	border-bottom:2px solid #e1e1e1;
	background:#f9f9f9}

#fat-footer-inner {
	width:64em;
	margin:0 auto;
	padding:0;
	text-align:left}

#fat-footer h3 {
	margin:0 0 5px 0;
	padding:0;
	font:normal 120% "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	text-align:left}

#fat-footer div.fat-footer {
	float:left;
	width:33%}

#fat-footer div.one h3,
#fat-footer div.one p {
	margin-right:29px}

#fat-footer dl.contact-details dd {
	font-size:90%}

/* FOOTER */
#footer {
	background:#fbfbfb;
	border-bottom:1px solid #f2f2f2;}

#footer-inner {
	width:64em;
	margin:0 auto;
	padding:15px 0 20px 39px;
	line-height:1.5em;
	text-align:left}

#footer p {
	margin:0;
	padding:0}

#footer p small {
	font-size:90%}

/* SHARED STYLES */
/* contact-details */
dl.contact-details {
	margin:0 0 10px 0;
	padding:0 20px 0 0}

dl.contact-details dt {
	margin:0;
	padding:0;
	}
dl.contact-details dt a {
	float:left;
	display:block;
	margin:2px 10px 0 0;
	padding:2px;
	border:3px solid #dbd5c5;
	background:#fffefa}

dl.fix dt a {
	margin:0 10px 0 0;
	padding:0;
	border:none;
	background:none}

dl.contact-details dt a:hover {
	padding:2px;
	border-color:#fff;
	background:#fff}

dl.fix dt a:hover {
	padding:0;
	background:none}

dl.contact-details dd {
	margin:0 0 2px 0 !important;
	padding:0;
	line-height:1.4em}

dl.contact-details dd em {
	font-style:normal;
	color:#888}

/* Pull boxes & images */
.pull-right-box,
.pull-left-box {
	width:45%;
	padding:0 1em;
	background:#fdfdf3;
	border:1px #e0e0d7 solid;
	text-align:left}

.pull-right-box,
.pull-right-img {
	margin:.5em 0 .5em .5em; 
	float:right}

.pull-left-box,
.pull-left-img {
	margin:.5em 1em .5em 0;
	float:left}

/* MISC. */
hr,
.hide {
	display:none}

a img {
	border:none}

/* self-clearing floats */
#nav ul:after,
#header:after,
#header-inner:after, 
#main-body:after,
#fat-footer:after,
#footer:after,
#port:after,
dl.contact-details:after {
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden}


.form_error {
	font-weight: bold;
	background-color: #efbfbf;
	padding: 5px 10px;
	border: 1px solid #ef5f5f;
}
.form_success {
	background-color: #bfbfef;
	padding: 5px 10px;
	border: 1px solid #5f5fef;
}
form.niceform dl dt{
	clear:left;
	float:left;
	width: 40%;
	margin-right: 2%;
}
form.niceform dl dd {
	float:left;
	width: 56%;
	margin-bottom: 10px;
}
form.niceform dl dd.fullwidth-item {
	clear:both;
	width: 100%;
}
form.niceform input {
	width: 80%;
}
form.niceform input.submit {
	width: auto;
}
form.niceform textarea {
	width: 100%;
}

/* TABLE STYLES */
#content table {
	border:1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	border-right: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	}

#content caption, #content th, #content td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left:none;
	border-spacing: 0px;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	text-align:left;
	}