/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	background-color: #9e7c47;
	background-image: url(http://italiantravelcoach.com/designingitaly/grafx/bodybk_1.jpg);
	background-repeat:repeat-x;background-position:top left;}

.custom #page, .custom #content_area, .custom #header, .custom #content_box, .custom #column_wrap { background:none;max-width:1100px;background-color:none;padding:0px;
	 }
.custom #content_area { padding:0px;margin:0 auto;
		 }
		 
.custom #container {
		background:none;
		background-image:url(http://italiantravelcoach.com/designingitaly/grafx/pagebk.png); 
		background-repeat:repeat-y;
		background-position:left top;
		width:1115px;
		margin:0 auto;
		padding:0px;}

.custom a:link {
	color: #4b5129;
	text-decoration: underline;
}
.custom #header { margin:0px;margin-left:8px;padding:0px;background-image:url(http://italiantravelcoach.com/designingitaly/grafx/designing_italy_banner_3.jpg);height:229px;max-width:1100px; }
.custom .menu-top-navigation-container { padding:0px;margin-top:0px;}
.custom ul.menu, ul#menu-top-navigation {
	border-top:none;
	margin-top:0px;
	padding-top:0px;
	margin-left:7px;
	margin-right:2px;
	
}

.custom a:visited {
	text-decoration: underline;
	color: #5c6236;
}
.custom a:hover {
	text-decoration: none;
	color: #803d4f;
}
.custom a:active {
	text-decoration: underline;
	color: #5c6236;
}


		#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:18px;
    padding:0;
    border:0px solid #aaa;
    margin:0;
    width:120px;
	font-size:12px;
	font-family:verdana;
    }
#suckerfishnav li {
   margin-bottom:15px;
}
#suckerfishnav li li {
   margin-bottom:0px;
}

#suckerfishnav a {
    display:block;
    color:#332A20;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    padding-left:15px;
    
	
    }
#suckerfishnav ul li {
    float:left;
    padding:0;

    
	
    }
#suckerfishnav li a {
    width:120px;
    
    overflow:hidden;
    padding-left:15px;
    }
#suckerfishnav ul li a {
    width:120px;
    
    overflow:hidden;
    padding-left:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85;
    border:0;
    border-top:1px solid #666666;
    margin:-25px 0 0 120px;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#332A20;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#ffffff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#000000;
background-image:url(grafx/dot.png);
	background-repeat:no-repeat;
	background-position:left center;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#332A20;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#ffffff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
#suckerfishnav .current_page_parent {
    background:#B13733;

    }
#suckerfishnav .current_page_item {
    background:#D31510;
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav li a:hover {
        background-image:url(http://designingitaly.com/designingitaly/grafx/dot.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#suckerfishnav ul li a:hover {
        background-image:none;
}
h1, h2, h3, h4, h5, h6 { font-family:georgia;font-weight:bold; }
h1 { color:#5c6236;font-size:24px; }
h2 { color:#997766;font-size:18px; }
h3 { color:#d76f4c;font-size:16px; }
h4 { color:#d76f4c; font-size:14px;}
h5 { color:#d76f4c;font-size:12px; }