/*
 * 
 * ROUNDED CORNERS
 * 
 */

/* ALL CORNERS 5px  */
.section_box,.login_error,.modal_login,#details_box,.positive,.negative,#salon_nav,.css_error,.css_positive,.tiny_login,#contact_holster, #salon_nav ul,#feedbacker_close,.white_stage,.golden,.white_stage_home,.feature_box,#navBM,.subnav_item,.frame,#login,.mini_login,#css_list, #new_css, .info_bubble,#staff_list,#category_list,#service_list, .white_stage, .white_section, .colour_col, #test_pot, #test_pot_medium_stage, #test_pot_white_stage, #test_pot_light_stage, .colour_col h2 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*  ALL CORNERS ONLY 15 */
.white_bubble,#response {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
 
/*  LEFT ONLY 5px  */
.spacer, .login_box {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}
 
/*  RIGHT ONLY 15px  */ /*.style_current,*/
.banner_current {
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
}
.style_current, .right_green
{
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
}
/*  TOP RIGHT ONLY 5px  */
.lit_login {
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
/*  BOTTOM ONLY 5px  */
#jump_menu, .error_top {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
/*  BOTTOM ONLY 15px  */
 {
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
}
/*  .subnav ONLY 5px  */
.subnav {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

/*  TOP ONLY 15px  */
 {
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
}
/*  TOP ONLY 5px  */
#feedbacker_tab, #feedbacker_body, #feedbacker_thankyou {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

/*
 *  TEXT SHADOWS
 */
.login_title,.style_current h2, .banner_current h2, .right_green h2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
/* white_shadow */
#jump_menu h3,#banner_label h2{
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

/*
 *  BOX SHADOWS
 */
#login_error,.section_box,.positive,.negative,.login_error,#contact_holster,.polaroid,.tiny_login,.white_bubble,#staff_list,#category_list,#service_list,.item,#login_menu h3 {
	box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	-moz-box-shadow: 1px 1px 5px #333;
}

/*
 * 
 * Gradient Joy
 * 
 */
.style_current, .right_green{
	background:-moz-linear-gradient(-90deg,#6e9f2c,#314714);
	background:-webkit-gradient(linear, left top, left bottom, from(#6e9f2c), to(#314714));

}
/*
 * Positive response gradient
 */
.positive{
	background:-moz-linear-gradient(-90deg,#00ab0a,#005406);
	background:-webkit-gradient(linear, left top, left bottom, from(#00ab0a), to(#005406));

}
/*
 * Negative response gradient
 */
.negative{
	background:-moz-linear-gradient(-90deg,#a80000,#520000);
	background:-webkit-gradient(linear, left top, left bottom, from(#a80000), to(#520000));

}
/*
 * Gray gradient
 */
.tiny_login{
	background:-moz-linear-gradient(-90deg,#eee,#ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));

}



/*
 * Polaroids
 * 
 */

.polaroid {
	position:relative;
	display:inline-block;
	width:176px;
	height:190px;
	background:#fff;
	text-align:center;
	font-weight:bold;
	font-size:90%;
	margin:10px;
	color:#999;
	cursor:pointer;
	border:1px solid #ddd;
	float:left;
	padding:0;
	
}
.polaroid br {
	height:0px;
}
.polaroid:hover, .polaroid:nth-child(even):hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.polaroid img {
	position:relative;
	border:3px solid #333;
	width:150px;
	height:150px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0;
}
.polaroid p { 
	text-align:center;
	font-family:Georgia,serif;
	font-size:15px;
	color:#2E2E2E;
	margin-top:0px;
}
.polaroid {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
}
.polaroid:nth-child(even) {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}

/* AWESOME BUTTONS */
.awesome, .awesome:visited {
    -moz-background-clip: border;
	-webkit-background-clip:border;
    -moz-background-inline-policy: continuous;
	
    -moz-background-origin: padding;
	-webkit-background-origin: padding;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

    background: #222222 url(../images/webbookings/alert-overlay.png) repeat-x scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.awesome:hover {
    background-color: #111111;
    color: #FFFFFF;
}

.awesome:active {
    top: 1px;
}

.small.awesome, .small.awesome:visited {
    font-size: 11px;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.awesome, .large.awesome:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}

.green.awesome, .green.awesome:visited {
    background-color: #91BD09;
}

.green.awesome:hover {
    background-color: #749A02;
}
.white.awesome, .white.awesome:visited {
    background-color: #fff;
	color:#333;
}

.white.awesome:hover {
    background-color: #efefef;
	color:#000;
}
.blue.awesome, .blue.awesome:visited {
    background-color: #2DAEBF;
}

.blue.awesome:hover {
    background-color: #007D9A;
}

.red.awesome, .red.awesome:visited {
    background-color: #E33100;
}

.red.awesome:hover {
    background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited {
    background-color: #A9014B;
}

.magenta.awesome:hover {
    background-color: #630030;
}

.orange.awesome, .orange.awesome:visited {
    background-color: #FF5C00;
}

.orange.awesome:hover {
    background-color: #D45500;
}

.yellow.awesome, .yellow.awesome:visited {
    background-color: #FFB515;
}

.yellow.awesome:hover {
    background-color: #FC9200;
}

