/* BULL BBQ GUIDES STYLE SHEET */
/* ADRIAN NAVARRETE - ANDESIGN@MAC.COM */
/* CREATED JANUARY 20, 2007 */


/* GUIDE LIST ----------------------------------------------------------------------------------------------------*/

#guides-list ul {
margin-top:20px;
padding:0;
list-style:none;
}

#guides-list li {
margin-bottom:20px;
padding-left:120px;
background:url(../images/guides/guide-book.jpg) top left no-repeat;
height:150px;
border-bottom:1px dotted #adb9c2;
}

#guides-list #last {
margin-bottom:0;
border-bottom:none;
}

#guides-list h3 {
margin-bottom:5px;
}


/* GUIDES DETAIL PAGE CONTENT ----------------------------------------------------------------------------------------------------*/

#guides-content {
position:relative;
z-index:3;
float:right;
width:613px;
}

#guides-content  h2 {
font-size:32px;
margin:0;
padding:0;
}

#guides-content  h3 {
margin:0 0 5px 0;
padding:0;
}

#guides-content  p {
margin-top:0;
}

#guides-content ol li {
margin:25px 0 10px 0;
}

#guides-content ol ul {
list-style:none;
margin:10px 0 0 0;
padding:0;
}

#guides-content ol ul li {
position:relative;
z-index:4;
margin:0 0 10px 0;
padding-left:20px;
background:url(../images/global/bullet.gif) top left no-repeat;
}

#guides-content #pdf {
margin:0 0 25px 0;
}

/* SIDEBAR NAVIGATION --------------------------------------------------------------------------------*/

#sidebar-navigation {
position:relative;
z-index:5;
float:left;
width:167px;
margin-right:20px;
}

#sidebar-navigation #sidbar-top-cap {
background:url(../images/guides/sidebar-top.gif) top right no-repeat;
padding-top:15px;
}

#sidebar-navigation #sidbar-btm-cap {
background:url(../images/guides/sidebar-btm.gif) bottom right no-repeat;
height:20px;
line-height:20px;
}

#sidebar-navigation #navigation-container {
position:relative;
z-index:6;
border-left:1px solid #adb9c2;
border-right:1px solid #adb9c2;
background:url(../images/guides/sidebar-bgnd.gif) top repeat-x;
margin:0;
padding:0;
}

#sidebar-navigation h4 {
margin:0 10px;
padding:0;
}

#sidebar-navigation ul {
list-style:none;
margin:0;
padding:0;
}

#sidebar-navigation .hr {
border-bottom:1px solid #adb9c2;
padding-bottom:10px;
margin-bottom:10px;
}

#sidebar-navigation li {
padding:5px 0 10px 0;
}

#sidebar-navigation a {
font-size:12px;
padding:0 10px;
text-decoration:underline;
color:#666666;
}

#sidebar-navigation a:hover {
color:#c22829;
}
