@charset "utf-8";

/* footer styles */
.footer_wrap {
	width:100%;
	float:left;
}

.footerlinksright a,footerlinksleft a {
	color:#f2f2f2!important;
	border-bottom:0 dotted #898989!important;
	text-align:left;
}

.footerlinksright a:hover,.footerlinksleft a:hover {
	border-bottom:0!important;
	color:#fff;
}

.footer-blocked-inside {
	color:#888;
	background-color:#f4f4f4;
	float:left;
	max-width:1020px;
	width:100%;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	border-top:1px dashed #ddd;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.1);
	box-shadow:0 1px 4px rgba(0,0,0,0.1);
}

.footer-widget-area-block {
	float:left;
	width:100%;
	border-top:0 solid #fafaf9;
	background-repeat:repeat;
	background-position:left top;
	padding-bottom:60px;
}

.footer-margin-blocks {
	margin:0 auto;
	max-width:1080px;
	width:100%;
}

.widget-third {
	width:300px;
	padding:20px;
	float:left;
}

.footershell .attachment-small-thumbnail {
	width:48px;
	height:48px;
	margin-right:10px;
	margin-top:0;
	float:left;
	border-bottom:0 solid #111!important;
	border-radius:4px;
	padding:0;
	background-color:#454545;
}

.footershell .Pregame_flickr_widget a img {
	height:48px;
	width:48px;
	float:left;
	margin-left:4px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:5px;
	background-color:#353535;
	padding:0;
	border-radius:4px;
}

.footershell .textwidget {
	text-align:left!important;
}

.footerlinksright {
	float:right;
	height:50px;
	width:auto;
	max-width:400px;
	text-align:right!important;
	font-size:12px;
	line-height:50px;
	padding-right:25px;
}

.footerlinksleft {
	float:left;
	height:50px;
	width:auto;
	max-width:400px;
	text-align:left!important;
	font-size:12px;
	line-height:50px;
}


#footer_900 {
	width:980px;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
}

.footerbox {
	width:100%;
	max-width:1080px;
	margin:0 auto;
	height:50px;
}

.footer-pattern {
	float:left;
	height:10px;
	width:100%;
	background-repeat:repeat;
	margin-top:0;
	background-color:#fff;
	border-top:1px dashed #efefef;
}

.footer-pattern-nomargin {
	float:left;
	height:6px;
	width:100%;
	background-repeat:repeat;
	background-color:#212121;
	border-bottom:1px solid #222;
	border-top:1px solid #181818;
	margin-top:0;
}

.footershadow {
	width:100%;
	max-width:1080px;
	height:50px;
	margin:0 auto;
}

.footershell {
	width:100%;
	max-width:1080px;
	float:left;
	font-size:12px;
	padding-top:40px;
	padding-bottom:40px;
}

.footer-shadow-wrapper {
	float:left;
	width:100%;
/* 	background-image:url(../images/patterns/10opac-cross.png); */
	background-repeat:repeat;
	background-position:left top;
	background-color:#333;
	-moz-box-shadow:0 -1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 -1px 4px rgba(0,0,0,0.1);
	box-shadow:0 -1px 4px rgba(0,0,0,0.1);
	color:#999;
}

.footer-shadow-shell {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

.footerwrap_shell {
	width:100%;
	float:left;
	background-color:#282828;
}

.footerwrap_shell_margin {
	width:1020px;
	margin:0 auto;
}

.mainshell_footer {
	width:100%;
	float:left;
}

.footershell a:hover {
	color:#fff;
}

.footershadow a {
	font-weight:400!important;
	font-style:normal;
	color:#ccc!important;
	border-bottom:0 dotted;
}

.footershadow a:hover {
	font-weight:400!important;
	font-style:normal;
	border-bottom:0 dotted;
}

.footershell .widget_tag_cloud a {
	line-height:20px;
	padding:5px;
	padding-right:8px;
	padding-left:8px;
	color:#ccc;
	width:auto;
	height:20px;
	background-color:#333;
	border-radius:4px;
	margin-bottom:5px;
	overflow:hidden;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:8px;
	font-size:11px!important;
	text-transform:lowercase!important;
	font-weight:400!important;
	transition-duration:.3s;
	-moz-transition-duration:.3s;
/* Firefox 4 */
	-webkit-transition-duration:.3s;
/* Safari and Chrome */
	-o-transition-duration:.3s;
/* Opera */
}

.footershell .widget_tag_cloud a:hover {
	text-decoration:none;
	color:#fcfcfc;
	font-weight:400!important;
	background-color:#454545;
	transition-duration:.3s;
	-moz-transition-duration:.3s;
/* Firefox 4 */
	-webkit-transition-duration:.3s;
/* Safari and Chrome */
	-o-transition-duration:.3s;
/* Opera */
}