@charset "utf-8";
/* CSS Document */

/* AN7 Plugins - Global Styles*/

.an7_button, .an7_audio, .an7_audio_button {
	background-color: #bbb;	/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa');
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background: -moz-linear-gradient(top,  #ddd,  #aaa);
	background: -o-linear-gradient(top,  #ddd,  #aaa);
	background: linear-gradient(top,  #ddd,  #aaa);
	border: 1px solid #fff;
	border-top-color: #fff;
	border-bottom-color: #ccc;
	border-right-width: 0px;
	border-left-width: 0px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

/* AN7 Plugins */

.an7_link {
	font-weight: bold;
}

.an7_button {
	position: relative;
	display: block;
	width: 180px;
	padding: 10px;
	margin: 10px auto;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

p a.an7_button, .an7_button small {
	display: block;
	color: #000;
	text-shadow: #fff 0 1px 1px;
	border-style: none;
	text-decoration: none;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.an7_button small {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: rgba(0,0,0,0.6);
	text-shadow: none;
}

.an7_button:hover {
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}

.an7_button:active {
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-webkit-transform: scale(0.975);
	-moz-transform: scale(0.975);
	-o-transform: scale(0.975);
	transform: scale(0.975);
}

.an7_imgdir, .an7_mediabox {
	display: block;
	width: 480px;
	margin: 5px -5px;
}

.an7_img, .an7_thumb img {
	margin: 5px 0px;
}

.an7_imgdir img {
	margin: 5px;
}

.an7_thumb_center, .an7_img_center {
	float: none;
	margin: 5px 0px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.an7_thumb_left, .an7_img_left {
	float: left;
	margin: 5px 10px 5px 0px;
}

.an7_thumb_right, .an7_img_right {
	float: right;
	margin: 5px 0px 5px 10px;
}

.an7_audio {
	margin: 5px 0px;
	padding: 5px;
	background-color: #000;
}

.an7_digg {
	padding: 5px;
	background-color: #fff;
}

.an7_filter {
	vertical-align: text-bottom;
}