/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/
.tagged {
	clear: both;
}

/* navigation in Archives */
.navigation {
	padding: 0 20px;
}
/* 2011/01/05 to make the text size the same in all entries */
.entry li {
	font-size: .99em;
}
.uline {
	text-decoration: underline !important;
}

#header ul#menu-top-menu {
	list-style: none;
	height: 26px;
	display: block;
	padding: 5px 0 5px 12px;
}
#header ul#menu-top-menu li {
    float: left;
    position: relative;
	line-height: 26px;
}
#header ul#menu-top-menu a {
    color: #000;
    display: block;
    height: 26px;
    line-height: 26px;
	letter-spacing: -0.03em;
	font-size: 0.9em;
    margin-top: 1px;
    padding: 0 9px;
    text-decoration: none;
    text-transform: uppercase;
}
#header .topMenu ul ul {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 26px;
    width: 195px;
    z-index: 99999;
	border: 1px solid #ccc;
	padding: 0;
}
#header .topMenu ul ul li {
    min-width: 195px;
	list-style: none;
	background: none;
}
#header .topMenu ul ul a {
    border-bottom: 1px solid #ccc;
	color: #000;
    height: auto;
    line-height: 1em;
    padding: 10px;
}
#header .topMenu ul li:hover > ul {
    display: block;
}
#header .topMenu li:hover > a, #header .topMenu ul ul *:hover > a {
    background-color: #efefef;
}
#header .topMenu li.toplevel:hover > a {
	background-color: transparent;
}



body ul#menu-top-menu .toplevel { height: 26px; display: inline-block; } 

ul#menu-top-menu li.toplevel a span { position: absolute; left: -9999px; }
.topMenu ul#menu-top-menu li.toplevel ul li span { position: relative; left: 0; display: block; }

ul#menu-top-menu li#menu-item-3258 { background: url("images/home-staging.png") scroll no-repeat left top; }
ul#menu-top-menu li#menu-item-3268 { background: url("images/condo-staging.png") scroll no-repeat left top; }
ul#menu-top-menu li#menu-item-3272 { background: url("images/model-homes.png") scroll no-repeat left top; }
ul#menu-top-menu li#menu-item-3275 { background: url("images/testimonials.png") scroll no-repeat left top; }
ul#menu-top-menu li#menu-item-3280 { background: url("images/galleries.png") scroll no-repeat left top; }
