.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
 clear: both;
 height: 0px;
}

/*************************/
/* Main Text Definitions */
/*************************/

body {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0;
 background: #AEAFB3;
 color: #333;
}

h1 {color: #860037;}
h1.home {margin-bottom: 0;}
h2.home {margin-top: 0;}

h2, h3, h4, h5 {color: #999999;}

h1 {font-size: 1.5em; margin-top: 0;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}

a img {border: 0;}

a {color: #860037;}
a:hover {color: #999999;}

blockquote {margin: 5px 0; padding: 10px;}

.maroon {color: #860037;}
.grey {color: #999999;}
code { font-size: 12px; }


/******************************/
/* Generic Layout Definitions */
/******************************/

#container {width: 960px; margin: 0 auto; border: 1px solid #fff; font-size: 0.8em; background: #fff;}
#top {float: left; width: 960px; height: 165px; border-bottom: 2px solid #860037;}
#logo {padding-top: 45px; text-align: center;}
#mainNav {float: left; text-align: center; width: 960px; height: 44px; background: #860037; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#subNav {float: left; text-align: center; width: 960px; height: 32px; background: #AEAFB2; border-bottom: 1px solid #fff;}

#main {float: left; width: 960px;}

#mainMaroon {float: left; width: 960px;background-image: url(../images/bg_maroon.gif); background-repeat: repeat-y;}
#mainGrey {float: left; width: 960px;background-image: url(../images/bg_grey.gif); background-repeat: repeat-y;}
#mainFlowers {float: left; width: 960px;background-image: url(../images/bg_flowers.gif); background-repeat: repeat-y;}
#mainBlog {float: left; width: 960px;background-image: url(../images/side.gif); background-repeat: repeat-y;}
#mainBlog #side ul { list-style: none; padding:0;}
#mainBlog #side ul.xoxo #search label { display: none }

#side {float: left; width: 229px; margin-left: 45px; display: inline;}
#sideBlog {float: left; width: 199px; margin-left: 38px; padding-top: 38px; padding-left: 20px; padding-right: 10px; display: inline; color: #fff; line-height: 1.6em;}
#sideBlog h2 {color: #fff; margin-bottom: 4px;}
#sideBlog a {color: #fff;}
#sideBlog a:hover {color: #E8BEC6;} 
h2.blogItem {margin-bottom: 0;}
h3.blogDate {margin-top: 0; margin-bottom: 6px; color: #860037; font-weight: normal; font-size: 1.0em;}
p.post-footer {color: #999999;}


#content {float: left; width: 585px; margin-left: 38px; padding: 38px 0 200px 0; display: inline;}

#content ul {color: #860037;}
#content ul li {list-style-image: url(../images/bullet.gif); margin: 0 0 8px 0;}


#homePanel {float: left; width: 900px; height: 248px; padding: 30px; background-image: url(../images/bg_homepage.gif); margin-bottom: 200px; font-family: "Times New Roman", Times, serif; font-size: 5.4em; color: #fff;}

#footer {float: left; font-size: 0.85em; width: 960px; padding: 10px 0; text-align: center;}

#footer a {color: #ffffff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/************************************/
/* Page-specific Layout Definitions */
/************************************/


/**************************/
/* Navigation Definitions */
/**************************/

#mainNav ul {
 list-style: none;
 margin: 14px 0;
 padding: 0;
} 
#mainNav ul li {
 display: inline;
 padding: 10px;
 border-left: 1px solid #fff;
}
#mainNav ul li a {
 text-decoration: none;
 height: 30px;
 color: #E8BEC6;
}
#mainNav ul li.last {
 border-right: 1px solid #fff;
}

#mainNav ul li a:hover {
 color: #fff;
}
#mainNav  ul li.on a {color: #fff;}

#subNav ul {
 list-style: none;
 margin: 8px 0;
 padding: 0;
} 
#subNav ul li {
 display: inline;
 padding: 5px 10px;
 border-left: 1px solid #fff;
}
#subNav ul li a {
 text-decoration: none;
 height: 14px;
 color: #fff;
}
#subNav ul li.last {
 border-right: 1px solid #fff;
}

#subNav ul li a:hover {
 color: #333;
}
#subNav  ul li.on {color: #333;}

/* Blog */

div#mainBlog { background: url("http://www.bonaccord.eu/images/bg_grey.gif") 0 0 repeat-y; }
div#mainBlog div#side h3.widget-title, div#mainBlog div#side ul li a  { color: #860037; }
div#mainBlog div#side ul li a:hover { text-decoration: none; }
div#mainBlog div#side #s { width: 132px; }

/*********/
/* Forms */
/*********/





