/*
Theme Name: Udakka
Theme URI: http://www.udakka.co.uk/
Description: The default WordPress theme for Udakka International
Version: 1.0
Author: Steve Dalgleish
Author URI: http://esspeedee.com/

*/

/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* Structure */

#container, #footer, #flags {
	width: 700px;
	margin: auto;
	position:relative;
}

#flags {
	width: 760px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#container {
	height: 400px;
	padding: 30px;
}

#footer {
	padding-top: 10px;
}

#header {
	width: 250px;
	height: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#main {
	position: relative;
}

#content {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	overflow:auto;
	height: 365px;
	height: 350px;
	height: 400px;
}

#mainmenu {
	position: absolute;
	top: 170px;
	left: 10px;
}

#menu {
	position: absolute;
	bottom: 0;
	width: 690px;
	display: none;
}

#esspeedee {
	width: 150px;
	float: right;
}


/* Styling */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #e0e8d6 url(images/people.jpg) no-repeat left;
	background: #e0e8d6 url(images/bgtest1.jpg) no-repeat left;
	background: #e0e8d6 url(images/bgtest2.jpg) no-repeat left;
	background: #e0e8d6 url(images/bgtest3-2.jpg) no-repeat left;
	background: #e0e8d6 url(images/bgtest4.jpg) no-repeat left;
}

#container {
	background: #fff url(images/background.jpg) no-repeat bottom right;
}

#header {
	background: transparent url(images/udakka_logo.gif) no-repeat top left;
}

#header h1 {
	display: none;
}

#header a {
	display: block;
	height: 130px;
}

#header a span {
	display: none;
}

#content {
	padding: 10px 10px 0 10px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #BB0F51;
}

#content h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 16px;
	margin: 10px 0;
}

#content h3 {
	font-size: 12px;
	margin-top: 10px;
}

#content p {
	text-align:justify;
	margin-bottom: 7px;
}

#content ul {
	margin: 7px 12px;
}

#content li {
	
}

#content a {
	text-decoration: none;
	color: #BB0F51;
}

#content a:hover {
	font-weight: bold;
}

#mainmenu ul {
	list-style: none;
}

#mainmenu ul li {
	margin-bottom: 5px;
}

#mainmenu ul li a {
	color: #BB0F51;
	text-decoration: none;
	padding-left: 10px;
}

#mainmenu ul li a:hover, #mainmenu .current_page_item {
	font-weight: bold;
}

#menu {
	background-color: #BB0F51;
	padding: 0px 5px;
	color: #fff;
}

#menu ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	float: left;
	width: 100%;
}

#menu ul li { 
	display: inline;
}

#menu ul li a {
	padding: 3px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#menu .current_page_item {
	background-color: #CE5080;
}

#menu ul li a:hover {
	color: #000;
	background-color: #CE5080;
}

#footer {
	color: #999;
	color: #000;
	font-size: 10px;
}

#footer a, #esspeedee a {
	color: #999;
	color: #000;
	text-decoration: none;
}

#footer a:hover, #esspeedee a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#flags {
	color: #000;
}

#flags a {
	text-decoration: none;
	color: #000;
}

#flags a:hover {
	border-bottom: 1px solid #c0c0c0;
}

#flags img {
	border: 0;
}

#flags ul {
	list-style: none;
	text-align: right;
}

#flags li {
	display: inline;
/*	padding-left: 10px;*/

}

#flags .active_language {

}

#esspeedee {
	text-align:right;
}

.vcard div, .vcard span {
	margin: 0;
	padding: 0;
}

div.uk, div.france {
	width: 140px;
	float: left;
	padding-right: 20px;
}

.vcard .org {
	font-weight: bold;
}

.vcard .type {
	display: none;
}

.vcard .tel {
	margin-top: 5px;
	padding-left: 22px;
	background: transparent url(images/telephone.png) no-repeat left;
}

.vcard .country-name {
	font-weight: bold;
}

.clear {
	clear: both;
}

#cformsform {
	
}

#cformsform fieldset, .cform fieldset {
	clear: both;
	border: 0;
}

#cformsform fieldset legend, .linklove, .cform fieldset legend {
	display:none;
}

#cformsform ol, .cform ol {
	list-style: none;
	margin-top: 10px;
}

#cformsform label, .cform label {
	display: block;
	font-weight: bold;
}

#contact {
	position: absolute;
	bottom: 10px;
}

#contact .tel2 {
	margin-left: 5px;
}

.cform {
	clear: both;
}

.survey {
	border: 3px solid #BB0F51;
	padding: 5px;
}

.survey h3 {
	color: #BB0F51;
	margin: 0;
}