/*  
Theme Name: Avalon Dressage
Theme URI: http://mindsharestudios.com/
Description: Design by Rowan Ogden. Based on Mindshare Classic theme with dynamic sidebar support (widgets), left/right sidebars and three column layout.
Version: 1.0
Author: Mindshare Studios
Author URI: http://mindsharestudios.com/
*/
body {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#324C67;
background-color:#96B1CF;
background-image:url(bg.jpg);
background-repeat:no-repeat;
background-position:top;
margin:0;
padding:0;
}

.pagecontent {
color:#000000;
}

a {
color:#324C67;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

.mindshare #container {
width:1020px;
height:700px;
text-align:left;
margin:0 auto;
}

.mindshare #header {
border-bottom:1px #324C67 solid;
padding:10px 10px 0 20px;
display:none;
}
.mindshare #header h1 {
font-variant:small-caps;
font-size:18px;
letter-spacing:3px;
}

/* sidebar */
.mindshare #sidebar {
float:right;
width:170px;
height:700px;
padding:0;
margin:0;
}
.mindshare #sidebar a {
color:#000;
}
.mindshare #sidebar a:hover {
color:#fff;
text-decoration:none;
}
.mindshare #sidebar ul {
color:#999;
font-size:15px;
letter-spacing:0px;
list-style-type:none;
text-align:left;
margin:0;
padding:0;
}
.mindshare #sidebar li {
padding-bottom:5px;
margin:0;
}

.mindshare #maincontent {
margin:0 150px 0 0;
padding:0 20px;
}

.mindshare #footer {
padding:0 10px 0 20px;
}
.mindshare #footer p {
color:#324C67;
font-size:9px;
margin:5px 0 30px 5px;
}

.mindshare #footer a:hover {
color:#fff;
text-decoration:none;
}

.floatr {
float:right;
margin-left:8px;
}
.floatl {
float:left;
margin-right:8px;
}
.clearfloat {
clear:both;
height:0;
font-size:1px;
line-height:0;
}

acronym,abbr {
border-bottom:1px dashed #333;
font-size:90%;
letter-spacing:.07em;
}

/* contact form */
.contacterror {
border:2px solid red;
}