/* Whole site styles */

*
{
margin: 0px;
padding: 0px;
}

a:link
{
text-decoration: none;
color: #ed4a5a;
font-weight: normal;
}

a:visited
{
text-decoration: none;
color: #ed4a5a;
font-weight: normal;
}

a:active
{
text-decoration: none;
color:#992612;
font-weight: normal;
}

a:hover
{
text-decoration: none;
color: #c0a0a0;
font-weight: normal;
}

body
{
font-size: 11px;
font-family: optima, tahoma, sans-serif;
font-weight: normal;
color: #181818;
text-decoration: none;
background-color: #eedecd;
}

#page
{
margin: auto;
text-align: left;
width: 9000px;
}

h2
{
font-size: 21px;
text-align: center;
color:#651709;
font-weight: bold;
}

h3
{
text-align: center;
font-size: 17px;
font-weight: lighter;
color: #3d2a26;
}

h4 {
text-align: center;
font-size: 19px;
font-weight: bold;
color: #471E16;
}

h5 {
text-align: center;
font-size: 21px;
font-weight: normal;
color: #F8F2F3;
}

hr
{
color: gray;
width: 95%;
margin-top: 5px;
margin-bottom: 5px;
}

p
{

padding-bottom: 10px;
padding-top: 0px;
}

#announcement
{
float:left;
background-color: #C3B8B2;
text-align: center;
width: 370px;
vertical-align: top;
padding: 10px;
font-size: 15px;
color: #72767d;
box-shadow: 3px 4px 5px #999966;
}

#announcementQuotes {
text-align: left;
font-size: 10px;
}

#copyright
{
clear: both;
text-align: center;
font-size: 10px;
padding-bottom: 15px;
padding-top: 20px;
}

#header
{
height: 210px;
text-align: center;
}

#headerArticle {
width: 100%;
text-align: center;
}

#yogaTitleArticle {
text-align: center;
}

#yogaTitle {
font-size: 30px;
font-family: "Papyrus", fantasy;
color: grey;
text-align: center;
background-color: #D9CCC6;
width: 990px;
padding: 5px 5px 5px 5px;
margin-right: auto;
margin-left: auto;
}



#main
{
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: -70px;
}

#textbody
{
width: 500px;
font-size: 15px;
padding: 25px;
text-align: justify;
display: inline;
float: left;
color: gray;
}

#homeQuote {
font-size: 21px;
text-align: center;
margin-top: 10px;
font-family: "Papyrus", fantasy;
color: #82635C;
}

.centerText{
	text-align: center;
}

li{
	margin-left: 15px;
}

#menu {
display: inline;
text-align: center;
padding: 10px 7px 10px 7px;
font-size: 17px;
}

#linkButtons {
margin: 10px 0px 30px 0px;
}


button {
  background-color: #82635C;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
}


/* Home styles */

#downDogParagraph {
	width: 500px;
}

#homePhoto {
	width: 80%;
}

#photoCredit1 {
	text-align: right;
	font-size: 10px;
	width: 500px;
	margin-top: -30px;
}


/* Classes styles */

#newcomers {
	font-size: 12px;
}

#classPrices {
	font-size: 12px;
}


/* Limited Mobiility styles */

#rightColumnPhoto{
	width: 200;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#freeClasses{
	color: #400040;
	text-align: center;
}

#adaptiveClasses{
	font-size: 12px;
}

/* Workshops styles */

#workshopList {
	text-align: center;
}

#forwardFoldPhoto{
	width: 200;
}

#photoCredit2 {
	text-align: right;
	font-size: 10px;
	width: 210px;
	margin-top: -12px;
}

#paypalSelect{
	width: 220px;
	text-align: center;
}

.moreButton {
	background-color: #C3B8B2;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top:  5px;
	padding-top: 6px;
	padding-bottom: 6px;
	box-shadow: 3px 4px 5px #999966;
	border-radius: 5px;
	color: #444444;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

#paypalButton {
	margin-top: 5px;
}

h3.workshopTitle {
	color: black;
}

.fullDescription {
	text-align: justify;
	font-size: 12px;
	font-style: italic;
	color: #c0a0a0;
}

/* Courses styles */

#warriorFeetPhoto{
	width: 200;
}

#photoCredit3 {
	text-align: right;
	font-size: 10px;
	width: 210px;
	margin-top: -12px;
}

/* Provate Instruction styles */

#headstandPhoto{
	width: 200;
}

#photoCredit4 {
	text-align: right;
	font-size: 10px;
	width: 210px;
	margin-top: -12px;
}

/* Contact-Bio styles */

#kristinSagePhoto{
	width: 200;
}

#photoCredit5 {
	text-align: right;
	font-size: 10px;
	width: 210px;
	margin-top: -12px;
}

.contactInfo{
	margin-top: -20px;
}

/* Links styles */

#linkBody{
width: 458px;
font-size: 14px;
padding: 2px;
text-align: justify;
float: left;
display: inline;
}

.pageLinks{
	margin-left: 60px;
}