/* @override 
	http://localhost/wp-content/themes/p2/addicted2salsa.css
*/


/* style.css */

a, a:visited, h1 a:visited, a:active, #main .selected .actions a, #main .selected .actions a:link, #main .selected .actions a:visited, #help dt,
a:hover, h1 a:hover, #main .selected .actions a:hover, #main .selected .actions a:active {
	color: #610A0A;
}


body {
	background: #7c090a url(i/body_bg.png) repeat-x 0 top;
}

/*div.sleeve_main > #postbox {
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	
}*/

#main img.avatar, #main img.photo {
	float: left;
	margin-right: 15px;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-left: 2px;
	width : 48px;
	height: 48px;
	padding: 2px;
	border: 1px solid #ddd;
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -moz-box-shadow: black 0px 0px 5px;

}

#recent-comments .avatar, #recent-comments .photo {
	height: 32px;
	width: 32px;
}

div#main ul.commentlist img.photo, div#main ul.commentlist img.avatar {
	width : 32px;
	height: 32px;
}

#header {
	width: 980px;
	height: 189px;
	background-image: url(../../../i/header.png);
}

#header .sleeve, #wrapper, #footer {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:5px 5px 5px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: -moz-box-shadow: black 0px 0px 5px;
}

.boxed {
	background: #f1f1f1;
	padding: 4px 6px 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#header a, div#header a:hover {
	text-decoration: none;
}

#header ul.menu {
	width: 100%;
	top: 148px;
	height: 15px;
	position: relative;
	
}


#header ul.menu li {
	display: inline;
	margin: 0;
	}

#header ul.menu {
	position: absolute;
	bottom: 0px;
	margin: 0 20px;
	}

#header ul.menu,
#header ul.menu li {
	float: left;
	list-style: none;
	}

#header ul.menu li {
	margin-right: 4px;
	margin-bottom: 5px;
	}

#header ul.menu li a {
	display: block;
	margin-bottom: 5px;
	padding: 5px 15px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: white;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

#header ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}



