/* @override http://pragueyoga/style/screen.css */

/* @group Tags */

* {
margin: 0;
padding: 0;
}

body {
background-color: #5A5646;
font: 90% "Trebuchet MS", Verdana, sans-serif;
padding-bottom: 50px;
color: #7E4827; 
}

h1 {
width: 1000px;
margin: 10px auto 10px auto;
text-indent: -9999px;
background: url(/images/prague-yoga.gif) no-repeat center;
height: 132px;
}

h2 {
font: normal 180% Goorgia, Times, serif;
}

h3 {	
margin: 1em 0;
color: #6c3e21;
}

a {
color: #2b2bb5;
text-decoration: none;
outline: none;
}

a:hover {
color: #390;
text-decoration: underline;
}

p {
line-height: 140%;
}

b, i, center, font, 
*[bgcolor], img[src *="spacer"]
*[border], *[cellspacing], *[cellpadding],
em p, strong p, a p {
font-size: 24px;
color: #fff;
background: #f00;
padding: 20px;
position: absolute;
display: block;
top: 0;
left: 0;
height: 100px;
width: 200px;
}

/* @end */

/* @group Layout */

#master {
width: 900px;
margin: 0 auto;
background: #F4E9BF url(/images/master-shade.gif) repeat-x top;
padding: 0 50px 50px 50px;
margin-bottom: 0;
}

#footer {
width: 940px;
margin: 0 auto;
background: #a7815b url(/images/master-shade.gif) repeat-x top;
padding: 30px;
margin-bottom: 0;
text-align: center;
color: #fff;
}

#footer a {
color: #fff;
font-weight: bold;
text-decoration: underline;
}

#content {
width: 590px;
float: right;
margin-top: 30px;
}

#sidebar {
width: 260px;
float: left;
}

/* @end */

/* @group Navigation */

#nav {
height: 60px;
width: 1000px;
margin: 0 auto;
list-style-type: none;
clear: both;
background: url(/images/nav.png) no-repeat 0 0;
}

#nav li {
display: block;
float: left;
}

#nav a {
display: block;
position: relative;
height: 60px;
text-indent: -9999px;
border-bottom: none;
}

#nav .home		{ width: 93px; }
#nav .about 	{ width: 92px; }
#nav .location	{ width: 116px; }
#nav .classes 	{ width: 99px; }
#nav .timetable	{ width: 131px; }
#nav .workshops { width: 143px; }
#nav .training	{ width: 190px; }
#nav .bookshop	{ width: 136px; }

#nav a:hover, 
#home .home,
#about .about,
#location .location,
#classes .classes,
#timetable .timetable,
#workshops .workshops,
#training .training,
#bookshop .bookshop {	
background-image: url(/images/nav.png);
background-repeat: no-repeat;
}

#nav .home:hover, 
#home .home	{
background-position: 0 -60px;
}

#nav .about:hover,
#about .about { 
background-position: -93px -60px; 
}

#nav .location:hover,
#location .location { 
background-position: -185px -60px; 
}

#nav .classes:hover,
#classes .classes { 
background-position: -301px -60px; 
}

#nav .timetable:hover, 
#timetable .timetable { 
background-position: -400px -60px; 
}

#nav .workshops:hover,
#workshops .workshops { 
background-position: -531px -60px; 
}

#nav .training:hover, 
#training .training { 
background-position: -674px -60px; 
}

#nav .bookshop:hover,
#bookshop .bookshop { 
background-position: -864px -60px; 
}



/* @end */

/* @group Subnav */

#subnav {
margin: 0;	
margin-top: 30px;	
list-style-type: none;
border: 1px solid #fff;
background: #c99b6e;
border-bottom: none;
}

#subnav li {
border-bottom: 1px solid #fff;
}

#subnav a {
padding: 10px;
position: relative;
display: block;
color: #fff;
border-bottom: none;
}

#subnav a:hover,
#subnav a.selected {
background: #d07d63;
}

/* @end */

/* @group Intro */

#intro {
padding: 50px 0 0 310px;
background: url(/images/yoga-girl.gif) no-repeat 35px 0;
height: 205px;
}

#intro p {
font: 32px Goorgia, Times, serif;
color: #7E4827;
line-height: 120%;
}

#intro p.sig {
text-align: right;
font-size: 18px;
color: #c28762;
margin-top: 20px;
}

#introbox {
background: url(/images/intro-back.gif) repeat-y top;
}

#introbox h2 {
padding-bottom: 185px;
margin-bottom: 15px;
color: #fff;
}

#introbox .more {
text-align: right;
margin-top: 15px;
text-transform: uppercase;
font-size: smaller;
}

#why, #studio, #where {
background: #dec99f;
width: 240px;
float: left;
padding: 10px 20px 20px 20px;
margin-right: 30px;
}

#where {
margin-right: 0;
}

#why h2 {
background: url(/images/why-yoga.jpg) no-repeat bottom;
}

#studio h2 {
background: url(/images/our-classes.jpg) no-repeat bottom;
}

#where h2 {
background: url(/images/prague.jpg) no-repeat bottom;
}

/* @end */

/* @group Content */

#content h2 {
color: #fff;
margin-bottom: 1em;
}

#content p, 
#content ul, 
#content ol {
margin-bottom: 1em;
}

.clean {
clear: both;
}

#content ol {
padding-left: 1.5em;
}

#content li {
line-height: 150%;
}

#content p.quote {
border: 1px solid #a7815b;
border-bottom: none;
background: #fff9e4;
padding: 25px 25px 10px 25px;
margin-bottom: 0;
font: 130% Goorgia, Times, serif;
color: #a7815b;
}

#content p.sig {
border: 1px solid #a7815b;
border-top: none;
background: #fff9e4;
padding: 0 25px 25px 25px;
text-align: right;
margin-bottom: 1em;
font-size: 80%;
}

#content ul {
margin-left: 1.3em;
}

#content li ul {
margin-top: 0.5em;
}

#sidebar img {
display: block;
background: #fff;
padding: 5px;
width: 250px;
margin-top: 30px;
}

/* @end */

/* @group Table */
table {
width: 100%;
background: #fff;
border-collapse: collapse;
}

caption {
padding: 20px 0 10px 0;
text-align: left;
font-weight: bold;
}

th, td {
border: 1px solid #7E4827;
padding: 6px;
text-align: left;
}

th {
background:  #7E4827;
color: #fff;
}

.even {
background: #dec99f;
}




/* @end */

/* @group Language */

.lang {
float: right;
}

#home .lang {
padding-top: 20px;
}

.lang a {
display: block;
width: 24px;
height: 24px;
text-indent: -9999px;
text-decoration: none;
}

.lang a.cz {
background: url(/images/czech.png) no-repeat center;
}

.lang a.en {
background: url(/images/uk.png) no-repeat center;
}

.lang a:hover {
text-indent: -9999px;
text-decoration: none;
border-bottom: none;
}

/* @end */
