/*
  Theme Name: Mackinnon & Bowes
  Author: Funeral Futurist
  Author URI: http://www.funeralfuturist.com/
  Version: 1.0
*/

html {
background: #1F1F1F;
}

body {
background: #0D0D0D;
width: 1024px;
color: #FFF;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0 auto 0;
padding: 0;
}

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

#header {
height: 173px;
width: 1024px;
background: transparent url(images/header.jpg) no-repeat;
margin: 0 auto 0;
}

#header-bot-left {
height: 30px;
width: 400px;
float: left;
margin: 145px 0 0 20px;
}

#header-bot-right {
height: 30px;
width: 400px;
float: right;
text-align: right;
margin: 145px 20px 0 0;
}

#content {
width: 1024px;
margin: 0 auto 0;
background: #0D0D0D;
border-bottom: 20px solid #666;
}

#sidebar-left {
width: 217px;
padding: 0 0 0 20px;
display: block;
float: left;
}

#sidebar-right {
width: 197px;
padding: 0 20px 0 20px;
display: block;
float: left;
}

#sidebar-right ul li a, #sidebar-right ul li a:visited {
  color: #FFF;
  text-decoration: none;
  }
#sidebar-right ul li a:hover {
  text-decoration: underline;
  }
#sidebar-right ul {
  margin: 0px;
  padding: 2px 0px 0px 5px;
  }
#sidebar-right ul li {
  margin: 0px;
  padding: 5px 0px 0px 7px;
  }
#sidebar-right ul li {
  list-style-type: none;
  }

#home-main {
width: 550px;
color: #000;
background: #FFF;
display: block;
float: left;
}

#main {
width: 510px;
min-height: 350px;
color: #000;
background: #FFF;
display: block;
float: left;
padding: 10px 20px 10px 20px;
}

#rotate {
width: 546px;
padding: 2px;
text-align: center;
}

#main-col-left {
width: 240px;
padding: 0 14px 0 20px;
margin: 10px 0 20px 0;
display: inline;
float: left;
border-right: 1px solid #666;
}

#main-col-right {
width: 240px;
padding: 0 20px 0 15px;
margin: 10px 0 20px 0;
display: inline;
float: right;
}

#footer {
border-top: 3px solid #FFF;
height: 40px;
width: 984px;
padding: 15px 0 15px 40px;
}

#sidebar-left ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar-left a {
width: 192px;
min-height: 22px;
display: block;
padding: 3px 0 0 15px;
margin: 0 10px 0 10px;
background: #000 url(images/nav.jpg) repeat-x top left;
color: #FFF;
text-decoration: none;
border-bottom: none;
text-transform: uppercase;
font-family: Verdana;
font-size: 12px;
}

#sidebar-left li li a {
  display: none;
}

#sidebar-left li.current_page_item li a,
#sidebar-left li.current_page_ancestor li a {
display: block;
margin: 0 0 0 25px;
background: #111;
width: 167px;
padding: 5px 0 3px 20px;
}

/*#sidebar-left li.current_page_item ul,
#sidebar-left li.current_page_ancestor ul {
  padding: 0 0 10px 0;
  background: #111;
}
*/
#sidebar-left a:hover {
color: #666;
}