/*!
 * Custom Wenyu Styling
 *
 * Designed and Developed by Seirim
 * These styles will overide, or set various elements
 * not covered in the Bootstrap CSS environment
 */

body { padding-top: 60px; padding-bottom: 40px; }

/******* Typography *******/
.roboto { font-family: 'Roboto', sans-serif; }

ul.arrows { list-style: none;}
ul.arrows li{
    background: url('../img/bullet-arrow.png') no-repeat;
    background-position: 5px 13px;
    padding: 10px 0 0 20px;
}

/** account links **/
ul.account-links {
	list-style: none
}
ul.account-links li {
	border-bottom: 1px dotted #000;
}
ul.account-links li a {
	color:#212121;
}
ul.account-links li a.active{
	font-weight: bold;
	color:#711e2e;
}

a.red {
	color:#711e2e;
}

/******* BUTTONS *******/
.red-btn, .red-btn:hover {
    background: #711e2e;
    color:#fff;
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

/**** Navbar ****/
.main-nav {
    margin: 0 0 0 50px;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

.navbar-inverse .navbar-inner {
  background-color: #711e2e;
  border-color: #252525;
  
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 15px 10px 0 0;
}

.navbar .nav {
    text-transform: uppercase;
}

.navbar .nav li a {
    color:#fff;
}
.navbar .nav li a.border {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.nav-right {
    background: #7c7a7a;
    padding: 0 5px 4px 5px;
    border-radius: 0 0 5px 5px;
}

.nav-right a {
    color:#fff;
    border-right:1px solid #fff;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.nav-right a:last-child {
    border-right:none;
}

/**** Mid Strip (under banner photo) ****/
.mid-strip{
    background: #e1e1e1;
    width:100%;
    height: 65px;
    margin: 0 0 15px 0;
}

.mid-strip .mid-content{
    width:960px;
    margin: auto;
    padding: 15px 0 0 0;
}

    .mid-content .model-name{
        font-weight: bold;
        font-size: 20px;
    }
    
    .mid-content span {
        padding: 0 20px 0 0;
    }
    
    .mid-content .model-details {
        margin: -15px 0 0 0;
    }
    
/**** FEATURED MODELS ****/
.feat-title {
    margin: 0 0 0 -10px;
    font-size: 20px;
}

#mycarousel a {
    color:#212121;
    font-weight: bold;
}

.featured-photo {
    background: #000;
}

/**** FEATURED EMPLOYERS ****/
.feat-employers {
    margin: 0 0 0 90px;
}

.feat-employers div{
    padding: 0 0 20px 0;
}

/**** RECENT CASTINGS ****/
.recent-casting-title {
    margin: 0 0 0 390px;
    font-size: 20px;
}

.recent-castings {
    border:1px solid #212121;
    background: #f8f8f8;
    margin: 0 0 0 -170px;
    height: 530px;
}

/**** ALL CASTINGS ****/
.casting-row {}

.casting-row span.date {
	font-weight: bold;
	color:#19ace2;
}

/**** ALL MODELS ****/
.search-filter {
	margin: 0 0 0 -30px !important;
}


/**** FOOTER ****/
footer {
	width:100%;
	height: 100px;
	margin: auto;
	background: url('../img/footer-bg.jpg') repeat-x;
	position: relative;
	bottom: -40px;
}

#footing{
	width:100%;
	height: 80px;
	margin: 10px 0 0 0;
	background: #efefef;
	position: absolute;
}

#footing #footy {
	width: 960px;
	margin: auto;
}

/* Support Floating Tab*/
#support-tab {
	background: url("../img/buttons/feedback-tab.png") no-repeat;
	position: fixed;
	top: 45%;
	height: 130px;
	width:20px;
}


/************** IMAGE CROP **************/
#wrap{
	width:800px;
	margin:auto;
}

#title{
	background-color:#333;
	color:#FFF;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
}

#title h1{
	font-weight:normal;
}

.small{
	font-size:12px;
}

#notice{
	display:none;
	padding:5px 10px;
	background-color:#FF9;
}

.uperror{
	padding:5px 10px;
	background-color:#C66;
	color:#FFF;
	margin-bottom:10px;
}

#content{
	background:url(../images/bg.jpg) repeat-y;
}

#uploaded{
	padding-left:30px;
	padding-bottom:20px;
}

#div_upload_thumb img , #div_upload_big img{
	border:#ccc solid 1px;
}

#div_upload_thumb{
	min-height:200px;
}

#div_upload_big{
	min-height:450px;
}

#upload_thumb{
	display:none;
	margin-top:20px;
	text-align:center;
	background-color:#FF9;
	padding:5px;
}

#uploaded{
	float:left;
	width:455px;
	margin-right:10px;
	margin-bottom:20px;
}

#thumbnail{
	float:left;
	width:270px;
	padding-left:10px;
}

#details{
	font-size:11px;
	font-weight:bold;
}

#preview{
	width:200px;
	height:200px;
	overflow:hidden;
}


/*********************/
#about_details{
	display:none;
	background-color:#E2E2E2;
	border:#CCC solid 1px;
	padding:10px;
	margin:20px 10px;
}

.modelPageImage{ height: 220px !important; }