@charset "utf-8";

#actress-nav {
	background:#DD0000;
}

.actress-list a {
	color: #2E2E2E;
}

.actress-list h5 {
	padding: 5px 10px 5px 15px;
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	line-height: 30px;
	background:#0E9B82;	
}

.actress-list{
	max-width:1000px;
	text-align:center;
	border:1px solid #777777;
	background-color:#666;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom:20px;
		-webkit-box-shadow: 0px 1px 1px 1px rgba(201,201,201,0.75);
	-moz-box-shadow: 0px 1px 1px 1px rgba(201,201,201,0.75);
	box-shadow:0px 1px 1px 1px rgba(201,201,201,0.75);
}


.actress-list ul li {
	list-style-type: none;
	width:18%;
	margin:5px 0;
	display:inline-block;;
	padding: 5px;
	letter-spacing:0.1em;
	text-align:center;
	border-radius:1px;	
}

@media only screen and (max-width:793px){
	.actress-list ul li {
		width:22%;
	}
}

@media only screen and (max-width:545px){
	.actress-list ul li {
		width:28%;
	}
}

@media only screen and (max-width:400px){
	.actress-list ul li {
		width:45%;
	}
}

	

.actress-list ul li:nth-child(odd){
	background-color:white;
}

.actress-list ul li:nth-child(even){
	background-color:#F7F7F7;
}

.actress-list ul li:hover {
	background-color:#CE1A27!important;
	color:white;
}

