@charset "utf-8";

/*-----------Button Styles-----------*/
.button {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	position: relative;
	cursor: pointer;
	font-style:normal;
	letter-spacing:normal;
	margin-top: 5px;
}
.button:hover, .button:active, .button.current {
	color:#ffffff;
	background-color: #758F95;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
}
.small.button {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	padding:6px 12px 6px 12px;
}
.medium.button {
	font-size: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	padding:12px 18px 12px 18px;	
}
.large.button {
	font-size: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	padding:16px 28px 16px 28px;
}
.super.button {
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	padding:19px 32px 19px 32px;
}
.normal.button{
	color: #fff; /*-----------Button Text-----------*/
	border: 0px #222222 solid;
	background-color:#25515B; /*-----------Button Background-----------*/
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	box-shadow: 0px 1px 3px #000000;	
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;	
	background-position:center;
	background-repeat:repeat-x;	
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;		
}
.normal.button:hover {
	color: #ffffff;
	background-color:#30B4D0;
}
.highlight.button{
	box-shadow: 0px 1px 3px #000000;	
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;	
	-webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;		
}
.tag.button{
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	padding:5px 10px 5px 10px;
	color: #777777;
	background-color:#111111;
	border: 1px #222222 solid;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;	
	box-shadow: 0px 1px 0px #000000;	
	-moz-box-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 0px 1px 0px #000000;	
}
.tag.button:hover {
	color: #cccccc;
	background-color:#333333;
	border: 1px #444444 solid;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	box-shadow: 0px 1px 0px #000000;	
	-moz-box-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 0px 1px 0px #000000;	
}