@CHARSET "ISO-8859-1";
/*
 * 
 * ROUNDED CORNERS
 * 
 */

/* ALL CORNERS 5px  */
.round{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*  ALL CORNERS ONLY 15 */
#walden{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	overflow:hidden;
}
 
/*  5px  */
.round.small {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
 
/*  RIGHT ONLY 15px  */ /*.style_current,*/
 {
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
}

/*  TOP RIGHT ONLY 5px  */
 {
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
/*  BOTTOM ONLY 5px  */
#nav li a{
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
/*  BOTTOM ONLY 10px  */
#focus {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}


/*  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,h1,h2{
	text-shadow: 1px 1px 3px #333;
}
 
{
	text-shadow: 1px 1px 1px #f60;
}
/* white_shadow */
#jump_menu h3,#banner_label h2{
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

/*
 * 
 *  		BOX SHADOWS
 *  
 */
#walden {
	box-shadow: 0px 2px 3px #333;
	-webkit-box-shadow: 0px 2px 3px #333;
	-moz-box-shadow: 0px 2px 3px #333;
}
#wrapper {
	box-shadow: 2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	-moz-box-shadow: 2px 2px 10px #333;
}
/*
 * 
 * Gradient Joy
 * 
 */
.style_current{
	background:-moz-linear-gradient(-90deg,#6e9f2c,#314714);
	background:-webkit-gradient(linear, left top, left bottom, from(#6e9f2c), to(#314714));

}
/*
 * 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/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: 12px 15px;
}

.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;
}

.navy.awesome, .navy.awesome:visited {
    background-color: #23238E;
}
.navy.awesome:hover {
    background-color: #0e0e38;
}

.pine.awesome, .pine.awesome:visited {
    background-color: #006600;
}
.pine.awesome:hover {
    background-color: #003300;
}

.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;
}


