/*
Theme Name: ShiatsuCenter.fi
Theme URI: http://wordpress.org/
Description: Theme created exclusively for <a href="http://www.shiatsucenter.fi"></a>
Author: Marco Martins
Author URI: http://www.fimdalinha.com
Tags: green, custom header, fixed width
*/

/* Eric Meyer CSS reset - v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
} 
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General elements */
body {
	background-color: #e6e6e6;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 62.5%;
	padding-bottom: 23px;
	padding-top: 7px;
}

#page {
	background-color: #fff;
	background-image: url(images/page-background-body.png);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 12px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 11px;
	width: 940px; 
}

h2 {
	color: #336633;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 9px;
}

a {
	color: #336633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 24px;
	line-height: 16px;
	width: 400px; /* todo remove this */
}

p.short {
	margin-bottom: 12px;
}

p.break {
	margin-bottom: 0px;
}

input {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}

ul,
ol {
	margin-bottom: 24px;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 16px;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 16px;
}

.print {
	display: none;
}

/* header */
#header {
	background-image: url(images/page-background-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: -18px;
	padding-left: 9px;
	padding-right: 11px;	
	padding-top: 8px;
	width: 949px; 
}

#header h1 {
	float: left;
	margin-left: 60px;
	margin-top: 28px;
}

#header h1 a {
	display: block;
	height: 124px;
	position: relative;
	width: 103px;
}

#header h1 span {
	background-image: url(images/shiatsu-center.png);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}

#header .banner {
	float: right;
}

/* Navigation */
ul#navigation {
	background-color: #336633;
	border-bottom: 1px solid #85a385;
	clear: both;
	height: 44px;
	margin-bottom: 19px;
	padding-left: 60px;
}

ul#navigation li.topLevel {
	display: block;
	float: left;
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 43px;
}

ul#navigation li.topLevel a {
	color: #fff;
	display: block;
}

ul#navigation li.topLevel#home {
	background-position: 0 0;
	height: 43px;
	width: 54px;
}

ul#navigation li.topLevel.current#home {
	background-position: 0 -43px;
	height: 43px;
	width: 54px;
}

ul#navigation li.topLevel#home a {
	height: 43px;
	width: 54px;
}

ul#navigation li.topLevel#howshiatsuworks {
	background-position: -54px 0;
	height: 43px;
	margin-left: 45px;
	width: 195px;
}

ul#navigation li.topLevel.current#howshiatsuworks {
	background-position: -54px -43px;
	height: 43px;
	margin-left: 45px;
	width: 195px;
}

ul#navigation li.topLevel#howshiatsuworks a {
	height: 43px;
	width: 202px;
}

ul#navigation li.topLevel#aboutshiatsucenter {
	background-position: -249px 0;
	height: 43px;
	margin-left: 45px;
	width: 220px;
}

ul#navigation li.topLevel.current#aboutshiatsucenter {
	background-position: -249px -43px;
	height: 43px;
	margin-left: 45px;
	width: 220px;
}

ul#navigation li.topLevel#aboutshiatsucenter a {
	height: 43px;
	width: 220px;
}

ul#navigation li.topLevel#booktreatment {
	background-position: -469px 0;
	height: 43px;
	margin-left: 45px;
	width: 218px;
}

ul#navigation li.topLevel.current#booktreatment {
	background-position: -469px -43px;
	height: 43px;
	margin-left: 45px;
	width: 218px;
}

ul#navigation li.topLevel#booktreatment a {
	height: 43px;
	width: 218px;
}

#secondLevelNavigation {
	margin-top: -19px;
}

ul.navigationDropdown {
	background-color: #336633;
	display: none;
	filter: alpha(opacity=60);
	opacity: 0.6;
	padding-top: 13px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
}

ul.navigationDropdown li {
	line-height: 24px;
	list-style-type: none;
}

ul#navigation li#howshiatsuworks.topLevel ul.navigationDropdown a,
ul#navigation li#aboutshiatsucenter.topLevel ul.navigationDropdown a,
ul#navigation li#booktreatment.topLevel ul.navigationDropdown a {
	width: auto;
}

ul.navigationDropdown li a {
	color: #fff;
	font-size: 14px;
	opacity: 1.0;
}


/* Language selector */
#languages {
	display: block;
	text-align: right;
	margin-right: 50px;
	visibility: hidden;
}

#languages a {
	display: block;
	float: right;
	height: 24px;
	margin-left: 6px;
	width: 30px;
}

#languages #suomi {
	background-image: url(images/language-suomi.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#languages #francais {
	background-image: url(images/language-francais.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#languages #english {
	background-image: url(images/language-english.png);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Search */
#searchform {
	clear: both;
	display: block;
	margin-right: 50px;
	padding-top: 8px;
	text-align: right;
display: none;
}

#searchform #s {
	width: 153px;
}

#searchform #searchsubmit {
	width: 105px;
}

/* Content */
#content {
	padding-left: 60px;
}

#content.frontpage {
	font-size: 11px;
	padding-right: 60px;
}

#content.frontpage img#mainImage {
	margin-top: -23px;
	margin-bottom: 20px;
}

#content.frontpage #titleImage {
	margin-bottom: 16px;
}

#content p {
	width: auto;
}

/* Footer */
#footer {
	background-image: url(images/page-background-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*margin-top: 100px;*/
	margin-left: -18px;
	padding-bottom : 16px;
	padding-left: 9px;
	padding-right: 11px;
	width: 949px;
}

#footer span {
	background-color: #336633;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	color: #fff;
	display: block;
	height: 36px;
	margin-left: 16px;
	padding-top: 8px;
	text-align: center;
}

#footer a {
	color: #fff;
}


/* Booking system */
#bookingBox {
	background: #fff;
	width: 580px;
}

#bookingBox h2 {
	background-color: #336633;
	border-bottom: 1px solid #84a383;
	color: #fff;
	height: 38px;
	padding-left: 29px;
	width: 551px;
}

.close {
	position: absolute;
	top: 16px;
	right: 13px;
}

form#booking {
	font-size: 12px;
	margin: 10px 10px 10px 29px;
}

form input.text {
	border: 1px solid #c4c4c4;
	height: 20px;
	width: 154px;
}

form select {
	height: 20px;
	width: 158px;
}

form .radio {
	margin-right: 5px;
	vertical-align: middle;
}

form .checkbox {
	margin-top: 0px;
	
}

form textarea {
	border: 1px solid #c4c4c4;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	height: 122px;
	margin-bottom: 24px;
	width: 515px;
}

form select {	
    font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

form label {
	padding-top: 3px;
}

form .button {
	height: 18px;
	vertical-align: middle;
	width: 105px;
}

form .block {
    clear: both;
	display: block;
	float: left;

	margin-bottom: 18px;
	background-color: lightyellow;
}

form .left {
	float: left;
}

form .left-12r {
	float: left;
	margin-right: 12px;
}

form .left-18r {
	float: left;
	margin-right: 18px;
}

form .required {
	color: #ff1013;
	font-weight: bold;
	padding-left: 3px;
}

img.alignright {
	float: right;
}

.warnings {
    clear: both;
    margin-bottom: 18px;
}

.warning {
    display: none;
}

.admin #date {
    margin-bottom: 20px;
}
