/* ----- colors ----- */
/* red 8f0c0c, yellow fdf957, green 85df5e, purple 391760, light-brown efe7d5, brown 2f2100 */

/* ----- html related elements ----- */

p
 { 
 line-height: 140%;
 }  

.justify
 {
 text-align: justify;
 }

a:link, a:visited, a:active
 {
 color: #8f0c0c;
 }

a:hover
 {
 color: #391760;
 }

.emph
 { 
 font-weight : bold;
 }

.photoLeft
 {
 float: left;
 margin-right: 10px;
 }

.photoRight
 {
 float: right;
 margin-left: 10px;
 }


/* ----- div sections ----- */

#container
 {
 position : absolute;
 width : 700px;
 left : 50%;
 margin-left : -350px;
 }

#cross
 {
 position : absolute;
 left : -120px;
 }

#ps
 {
 position : absolute;
 left : 50px;
 }

#mc
 {
 position : absolute;
 top : 85px;
 left : 325px;
 }

.linkList
{
position: absolute;
top: 150px;
width: 700px;
width: 100%;
overflow: hidden;
border-bottom: 3px solid #2f2100; 
}

.linkList ul{
margin: 0;
padding: 0;
padding-left: 10px; 
font: bold 12px Verdana;
list-style-type: none;
}

.linkList li{
display: inline;
margin: 0;
}

.linkList li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; 
border-right: 5px solid white; 
color: white;
background: #6F4E00;
}

.linkList li a:visited
{
color: white;
}

.linkList li a:hover, .linkList li a.active
{
background: #2f2100; 
color: white;
}

#content
 {
 position : absolute;
 top : 185px;
 padding: 0px 0px;
 }

#contentCalendar
 {
 position : absolute;
 top : 185px;
 padding: 0px 0px;
 left: -140;
 }

#main
 {
 padding: 0px 5px;
 background-image : url(images/VColorBar.gif);
 background-repeat : repeat-y;
 background-position : 0px 50px;
 }

#main p
 {
 padding : 7px 10px;
 color: #2f2100;
 background-color: #efe7d5;
 font-size: 13px;
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 }
main img
 {
 border-style: solid; 
 border-color:  #391760;
 border-width: 3px 3px;
 }

#main ul
 {
 margin: -15px 0px 0px 0px;
 padding: 5px 0px 5px 20px;
 color: #2f2100;
 background-color: #efe7d5;
 font-size: 13px;
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 line-height: 140%
 }

#contact
 {
 padding: 7px 15px;
 background-color: #efe7d5;
 }

#map
 {
 width: 300px;
 height: 190px;
 border-style: solid; 
 border-color: #391760;
 border-width: 3px 3px;
 }

#rightBar
 {
 margin: 0px 0px;
 padding: 0px 0px;
 float: right; 
 margin: 4px;
 width: 250px;
 }

#rightBar p
 {
 margin: 0px 0px;
 padding: 5px 5px;
 color: #8f0c0c;
 background-color : #fdf957;
 }

#rightBar ul
 {
 margin: 0px 0px;
 padding: 5px 0px;
 padding-left: 20px;
 padding-bottom: 15px;
 color: #8f0c0c;
 background-color: #fdf957;
 font-size: 13px;
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 line-height: 140%;
 }

#rightBarYouTube
 {
 margin: 0px 0px;
 padding: 0px 0px;
 float: right; 
 margin: 4px;
 width: 329px;
 }

#rightBarYouTube p
 {
 margin: 0px 0px;
 padding: 5px 5px;
 color: #8f0c0c;
 background-color: #fdf957;
 }

#footer
 {
 padding-top: 5px;
 padding-bottom: 10px;
 position: absolute;
 width: 350px;
 left: 50%;
 margin-left: -175px;
 }

#footer p
 {
 clear: both;
 color: #2f2100;
 font-size: 10px;
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 }
 
 .facebookLogo
 {
 	border-width: 0px; 
 }
