/*

Theme Name: Scent Child

Description: Model Agency WordPress Theme

Author: Coffeecream

Theme URI: http://themeforest.net/user/Coffeecream/portfolio

Author URI: http://themeforest.net/user/Coffeecream

Template: scent

Version: 1.0

License: GNU General Public License

*/



@import url("../scent/style.css");

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	background-color: #000;
	border: 1px solid #222;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box
}

body {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5384;
	color: #888;
	background-color: #181818
}

/* remove white bids from around rota */
#nts code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	/*background-color: #f9f2f4;*/
	white-space: nowrap;
	border-radius: 4px;
}
.page-title {
	margin-top: 75px;
	text-align: center;
	text-transform: uppercase;
}

.welcome h1 {
font-size: 60px;
line-height: 1em;
margin: 0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; margin: 0;} 

.models li a {
    cursor: pointer;
	background: none repeat scroll 0% 0% #BA437E;
    display: block;
    margin: 1px;
}
