@charset "UTF-8";
/* CSS Document */

/* Main Infos */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #5F3913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
padding: 0;
margin: 0;
}

table {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

hr{
color:#5F3913;
	shade: noshade;
	noshade: noshade;
}
a:link {
	color:#CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;

}
a:active {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;

}
li {
	padding: 0;
	margin: 0;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:525px;
	background: #FFF0DC;
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5F3913;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	width: 447px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:520px;
	float: right;
	clear: none;
}
#mainContent p {
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Languages */

#LanguagesTable {
	background-color: #ffffff;
	height:15px;
	text-align: right;
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px; /* the auto margins (in conjunction with a width) center the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;	
}
#LanguagesTable a:link {
	color:#5F3913;
	text-decoration: none;
}
#LanguagesTable a:visited {
	text-decoration: none;
	color:#5F3913;
}
#LanguagesTable a:hover {
	color: #CC0000;
	
}
#LanguagesTable a:active {
	text-decoration: none;
}



/* Javascript Scroller */

#containerJS {
	padding-top:50px; /* the auto margins (in conjunction with a width) center the page */
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}




/* Left Float for Schedule */

#FloatLeftSchema {
	width: 550px;
	float: right;
	clear: none;
}


.Key .ClassTeacher a:link {
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	color:#000000;

}
.Key .ClassTeacher a:visited {
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;


}
.Key .ClassTeacher a:hover {
	color:#ff8400;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#CC0000;

	
	
}
.Key .ClassTeacher a:active {
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;


}

#FloatLeftSchema h1{
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	line-height: 110%;
	color: #cc0000;
}



/* Left Main Float  */

# FloatLeftMain h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	line-height: 110%;
	color: #5F3913;
	font-weight: lighter;
}
#FloatLeftMain h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	line-height: 110%;
	color: #5F3913;
	font-weight: lighter;
}
#FloatLeftMain h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	line-height: 110%;
	color: #CC0000;
	font-weight: lighter;
}




/* Right Main Float */

#FloatRightMainPicture {
	width: 290px;
	float: right;
	clear: none;
	}

 #FloatRightMain {
	width: 260px;
	float: right;
	clear: none;
	margin-right: 15px;
	margin-left: 15px;

}
#FloatRightMain p{
	padding-top:0px;
	color: #5F3913;
}
#FloatRightMain h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	line-height: 110%;
	color: #5F3913;
	font-weight: lighter;
}
#FloatRightMain h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	line-height: 110%;
	color: #5F3913;
	font-weight: lighter;
}
#FloatRightMain h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	line-height: 110%;
	color: #CC0000;
	font-weight: lighter;
}




/* Menu Floats plus ul | li | links */

#FloatLeftMenu {
	padding-left: 14px;
	text-align: left;
	vertical-align:top;
	margin-top: 115px;
	width: 130px;
	vertical-align:top;


}
#FloatLeftMenu ul {
	text-align: left;
	font-weight:100;
	list-style-type: none;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:1px;
}

#FloatLeftMenu li {
	width: 120px;
	padding-left: 6px;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	font-weight: 100;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#FloatLeftMenu .last {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
}

#FloatLeftMenu ul a:link {
	color:#FFF0DC;
	text-decoration: none;
		padding-top: 2px;	

}	
#FloatLeftMenu ul a:visited {
	text-decoration: none;
	color:#FFF0DC;
		padding-top: 2px;	


}
#FloatLeftMenu ul a:hover {
	color: #CC0000;
		padding-top: 2px;	


	
}
#FloatLeftMenu ul a:active {
	text-align: left;
	font-weight:100;
	list-style-type: none;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:1px;
}

#FloatLeftMenu ul.self a {
	color:#CC0000;
}

#FloatLeftMenu li a:link {
	color:#CC9966;
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#FloatLeftMenu li a:visited {
	text-decoration: none;
	color:#CC9966;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#FloatLeftMenu li a:hover {
	color:#ff8400;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	
}
#FloatLeftMenu li a:active {
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#FloatLeftMenu li.self a {
	color:#CC0000;	
	
}



/* Footer Divs and links */

#footer {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer a:link {
	color:#5F3913;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color:#5F3913;
}
#footer a:hover {
	color: #CC0000;
	
}
#footer a:active {
	text-decoration: none;
}




/* Classes */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:12px;
	color: #5F3913;
}

.footer_address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F3913;
}

.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F3913;
	line-height: 25px;
}
.form_headline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #5F3913;
	line-height: 135%;
}

.subheadings{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5F3913;
	line-height: 135%;
}

.serif_small{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5F3913;
	line-height: 135%;
}

.caption {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.SmallerText {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F3913;
	line-height:13px;
}

.LinksDisclaimer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height:10px;
}
.socialnetwork {
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:10px;
	color:#333333;
	margin-left: 5px;
}

.LeighAnneTable {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	background-color: #FFFFFF;
}
.MenuTable {
	background-image: url(http://www.studiofrid.se/assets/images/StudioFrid_Menu_Bkgrd.gif);
	background-repeat: no-repeat;
	vertical-align:top;
	padding: 0;
}

.LargeBrownHeadlines {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 120%;
	color: #5F3913;
	font-weight: lighter;
}


.LargeRedHeadlines {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 120%;
	color: #CC0000;
	font-weight: lighter;
}

.ReadMore {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	line-height:13px;
}
.EventsSubheading {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;
	line-height:110%;
	font-weight: normal;
}
.MiddleTable {
	padding-right: 10px;
	padding-left: 20px;
	padding-top:0px;
	color: #5F3913;
}
.ScheduleTable {
	padding-top:0px;
	color: #5F3913;
	vertical-align: top;
	height: 520px;
	width: 575px;
}

.MainTable {
	background-color: #ffefdf;
	margin-top: 30px;
	border-color: #210C05;
	border-shadow: no-shadow;
}

.Small {
	font-size:11px;
}

.Regular {
	font-size:13px;
}

.Red {
	color: #CC0000;
}
.OuterClass {
	font-size:13px;
	color: #FFF0DC;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.InnerClass {
	font-size:10px;
	color: #FFF0DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.Bold {
   font-weight:bold;
  }


.self {
	text-align: left;
	font-weight:100;
	list-style-type: none;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:1px;
	color:#CC0000;	
}

.MenuSchedule {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#5F3913;
	list-style:none;
}

/* Schedule Classes */

.EventsHeadingRed {
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


.weekdays2 {
	text-align: middle; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border :solid;
	border-color:#5F3913;
	border-width:thin;
	color:#5F3913;
	font-weight:lighter;
	background-color:;
} 
.ClassName{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #FFFFFF;
	margin-bottom:6px;

}
.ClassTime{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.ClassTeacher{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top:2px;
}

.SchemaKey{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	padding-bottom:5px;
}
.Week_Header {
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 110%;
	color: #CC0000;
	font-weight: lighter;
}


/* Schedule Key and Background colors */

.Hatha{
  background-color:#996633;
  vertical-align:middle;
}

.SoftYoga{
  background-color:#999999;
  vertical-align:middle;
}
.Pilates{
  background-color:#CC6699;
  vertical-align:middle;
}
.Vinyasa{
  background-color:#669966;
  vertical-align:middle;
}
.Prenatal{
  background-color:#ff8400;
  vertical-align:middle;
}
.AfterWork{
  background-color:#CDC59D;
  vertical-align:middle;
}
.MamaBaby{
  background-color:#FFCC00;
  vertical-align:middle;
}
.SpecialEvents{
  background-color: #CC99CC;
  vertical-align:middle;
}
.ViryaYoga{
  background-color:#33CCCC;
  vertical-align:middle;
}
.Beginners{
  background-color:#66FFFF;
  vertical-align:middle;
}
.YinYoga{
  background-color:#6699CC;
  vertical-align:middle;
}
.Restorative{
  background-color:#CCCC33;
  vertical-align:middle;
}
.KidsYoga{
  background-color:#9933ff;
  vertical-align:middle;
}