/*
Theme Name: Burnett & Williams
Theme URI: http://www.burnettwilliams.com/
Version: 1.0
Description: Custom theme by SynaVista Entertainment Network for Burnett & Williams, based on the Dirtylicious Wordpress theme by Viktor Persson.
Author: SynaVista
Author URI: http://www.synavista.com/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #721013;}
a:hover {color: #000000; text-decoration: underline;}
a img {border: none;}

body {
	background-image: url(http://www.burnettwilliams.com/graphics/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
        color: #000;
	font: normal 62.5% Arial,Helvetica,sans-serif;
	padding-top: 35px; 
        padding-bottom: 8px; 
}

p,code,ul {padding-bottom: 1.2em; padding-left: 1px;}

li {list-style: none;}

h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h2,h3 {padding-top: 0px; color: #000; margin-bottom: 4px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #721013;
	text-align: left;
	font-weight: 100;
	margin: 0px 0 4px 0px;
	padding: 10px 0px 0px 0px;
	}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Arial,Helvetica,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.alignleft {float: left; padding: 0 10px 10px 0;}
.alignright {float: right; padding: 0 0 10px 10px;}

.image_left {
        float: left;
        padding: 0px 10px 10px 0px;
}
.image_right {
        float: right;
        padding: 0px 0px 10px 10px;
}
.image_center {
        float: center;
        padding: 0px 10px 10px 10px;
}

/* structure */
.inner-container {
	border-left: 2px solid #721013;
        border-right: 2px solid #721013;
        border-bottom: 2px solid #721013;
	background: #f7f7f2;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 0px 15px;
	width: 885px;
}

.outer-container {
/*	background: url('img/container.jpg') no-repeat center bottom;
*/	padding-bottom: 0px; 
        padding-top: 0px;
}

/* headere & title */
.header {
/*	background: #222 url('img/header.jpg') no-repeat;
	height: 160px;
*/	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Arial,Helvetica,sans-serif;
	padding: 8px 12px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url('img/main.gif') repeat-y;  
/*	border-top: 4px solid #FFF;
*/	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 665px;
}
.content .descr {
	color: #664;  
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: Arial,Helvetica,sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 180px;
        margin-top: 10px;
}
.navigation h2 {
	color: #721013;
	font: normal 1.2em Arial,Helvetica,sans-serif;
/*	line-height: 25px;  */
	margin: 0;
	padding: 1px 8px 10px 8px;
}
.navigation ul {
	padding: 0;
/*	border-top: 1px solid #EAEADA;  */
}
.navigation li {
/*       border-bottom: 1px solid #EAEADA;  */
         padding-left: 10px;
}
.navigation li a {
	font-size: 1.0em;
	color: #4A4A4A;
	display: block;
	padding: 0px 5px 12px 5px;
	text-decoration: none;
        line-height: 15px;
/*	width: 95%;  */
}
.navigation li a:hover {
/*	background: #F0F0EB; */
	color: #000;
	text-decoration: underline;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em Arial,Helvetica,sans-serif;
/*	margin-top: 5px;
	padding: 10px 12px; */
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #000;
	color: #721013;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #721013;

	color: #000;
}

.post {margin: 0px 0 0px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 35px;
	padding: 5px 10px;
}
.post img {
	border: 0px solid #DDD;
	margin: 0px 0;
}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* BODY ELEMENTS ----------------------------------------------- */

.wrapper1 {
	width: 962px;
	border: 1px solid #CECECE;
	margin: 0 auto;
}

.wrapper2 {
	width: 900px;
	background-color: #FFFFFF;
	border: 1px solid #BCBCBC;
	padding: 10px 30px 0px 30px;
}

/* HEADER ------------------------------------------------ */

.header {
	background-image: url(http://www.burnettwilliams.com/graphics/bw_logo.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 900px;
	margin-bottom: 10px;
}

.header_image_nav {
        width: 900px;
        border-top: 2px solid #721013;
        border-left: 2px solid #721013;
        border-right: 2px solid #721013;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	padding-left: 10px;
        text-align: left;

}

.header_contact {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #721013;

	padding-right: 10px;
}

.flash_hdr {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* NAVIGATION ------------------------------------------------ */

.main_nav_bg {
	background-color: #721013;
	width: 100%;
	height: 36px;
	padding: 0px;
	margin: 0px;
}

.main_nav_home:link, .main_nav_home:visited, .main_nav_home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 36px;
        letter-spacing: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 10px 33px 10px 33px;
}

.main_nav:link, .main_nav:visited, .main_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 36px;
        letter-spacing: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 10px 33px 10px 33px;
}

.main_nav:hover, .main_nav_home:hover {
	background-color: #300000;
}

#footer { width: 960px; margin: 0 auto; text-align: center; }	

.footer_nav_bg {
	width: 100%;
	height: 44px;
	padding: 0px;
	margin: 0px;
}

.footer_nav_home:link, .footer_nav_home:visited, .footer_nav_home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 20px 0 20px;
}

.footer_nav:link, .footer_nav:visited, .footer_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 20px 0 20px;
	border-left: 1px solid #626366;
}

.footer_nav:hover, .footer_nav_home:hover {
	color: #000000;
}


/* FOOTER ------------------------------------------------ */

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	padding: 10px 0 0 268px;
	margin: 0px;
	text-align: center;
}

.footer_link:link, .footer_link:visited, .footer_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	padding: 10px 0 0 0;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

.footer_link:hover {
	color: #333333;
	text-decoration: underline;
}

.menu {width:899px; height:34px; position:relative; z-index:100; font-family:Arial, Helvetica, sans-serif; background:url(http://www.burnettwilliams.com/graphics/bg-menu.jpg) repeat-x; border: 1px solid #111; border-width: 1px 0 1px 1px; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:899px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; /*width:100px;*/ position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited, .menu a:link {display:block;font-size:12px;text-decoration:none; color:#fff; /*width:100px;*/ height:34px; border:1px solid #111; border-width:0px 1px 0px 0px; background:url(http://www.burnettwilliams.com/graphics/bg-menu.jpg) repeat-x; padding: 0 24px; line-height:34px; font-weight:100; text-transform: lowercase; text-align: center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited, * html .menu a:link {width:100px; w\idth:100px; padding: 0; text-decoration: none; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:33px;t\op:34px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:link {background:url(http://www.burnettwilliams.com/graphics/bg-menu.jpg) repeat-x; color:#FFF; height:auto; line-height:1em; padding:8px 10px; width:128px;border-width:0 1px 1px 1px; text-decoration: none; text-transform: none; text-align: left; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#600000;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#600000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
