/*
Theme Name: Donnie Avery
Theme URI: http://donnieavery17.com/
Description: The WordPress theme for http://donnieavery17.com/
Version: 1.1
*/

* {
	margin: 0;
	padding: 0;
}

body {
    background: url(images/cube_bg.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, sans serif;
	color: #666666;
	}
	
a { text-decoration: none; color: #222222;}
a:hover { text-decoration: none; color: #666666;}	
a img { border: 0;}
span { color: #bd0926; }
table span { font-weight: bold; color: #bd0926; }
:focus { outline: 0;	}
td {	color: #666666;}
table {padding-left: 22px;}	

#splatter {
	width: 100%;
	background: url(images/splatter_bg.png) no-repeat top center;  
	margin: 0 auto;
	position: relative;
	z-index: 1;
	}
	
.white {
	width: 100%;
	background: url(images/white_bg.png) repeat-y top center;  
/*	margin: 0 auto;
 	position: relative;
	z-index: 2; */
	}
	
.wrapper {
	width: 950px;
  	background: url(images/shadow.png) repeat-y;
	margin: 0 auto;
	padding: 0 62px;
	z-index: 3;
	}
	
/* 
start header 
*/	
	
#header {
	float: left;
	width: 100%;
	height: 110px;
	position: relative;
	z-index: 2;
	}
	
.logo {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 331px;
	height: 152px;
	}
	
.logo a {
	background: url(images/logo.png) no-repeat;
	position: relative;
	z-index: 9999;
	display: block;
	width: 331px;
	height: 152px;
	}
	
.rss {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
	height: 50px;
	}
	
/*
 * menu
 */

 
div#menu {
	z-index: 9999 !important;
	width: 639px;
	float: right;
	margin-top: 63px;
	background: url(images/menu_bg.png) no-repeat right bottom;
	}
 
div#menu ul {
	list-style: none;
	float: right;
	height: 28px;
	margin-right: 3px;
}

div#menu li {
	position: relative;
	margin: 0px;
	display: block;
	float: left;
	cursor: pointer;
	}
	
div#menu li a {
	float: left;
	color: #CCCCCC;
	font-size: 19px;
	display: block;
	font-weight: bold;
	padding-left: 25px;
	cursor: pointer;
	text-decoration: none;
}

div#menu li a:hover, div#menu li a.active {
	color: #666666;
	cursor: pointer;
	text-decoration: none;
}

.level1_parent .subul_top {
	background: url(images/subul_bg_top.png) no-repeat top center;	
	display: block;
	position: absolute;
	top: 28px;
	left: -72px;   
	width: 249px;
	height: 0;
	overflow: hidden;
	z-index: 9999;
	cursor: pointer;
	}

div#menu li.level1_parent	{
	height: 29px;
	cursor: pointer;
}

div#menu ul.menu ul {
	background: url(images/subul_bg_bottom.png) no-repeat bottom center;	
	position: absolute;
	top: 9px;
	left: 0;   
	width: 249px;
	height: auto; 
	overflow: hidden;
	padding: 0 0 6px 0;	
	z-index: 9998;
	cursor: pointer;
}
	
div#menu .level2 li  {
	cursor: pointer;
	}
	

div#menu li.level2 a{
	background: url(images/subli_bg.png) no-repeat top center;	
	color: #464646;
	font-size: 13px;
	font-weight: bold;
	width: 249px;
	height: 24px;
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	cursor: pointer;
	}

div#menu li.level2 a:hover{
	color: #bd0926;
	background: url(images/subli_bg_over.png) no-repeat top center;	
	cursor: pointer;
} 


/* end of menu */


/* start slider */

.form_main {
	float: left;
	height: 655px;
	position: relative;
	z-index: 1;
	}
	
#gallery {
	float: left;
	width: 950px;
	z-index: 0!important;
	position: relative;
	}
	
.news_on_slider {
	height: 75px;
	display: block;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9999;
	}
	
.news_on_slider .date {
	background: #C2203A;
	color: #E9E9E9;
	float: left;
	font-size: 12px;
	margin-left: 10px;
	padding: 4px 6px 4px 9px;
	}
	
.news_on_slider .headline {
	background: url(images/slider_black_bg.png) repeat;
	height: 52px;
	clear: both;
	width: 950px;
	display: block;
	}
	
.news_on_slider .headline h2{
	padding-left: 10px;
	float: left;
	line-height: 50px;
	}
	
.news_on_slider .headline h2 a{
	color: #FFFFFF;
	font-size: 24px;
	padding: 0 0 0 3px;
	}
	
.news_on_slider .headline a {
	line-height: 50px;
	padding: 13px 0 0 15px;
	height: 37px;
	float: left;
	}
	
	
/* end of slider */
	

.headerimg {
	padding: 0;
	display: block;
	width: 950px;
	height: 250px;
	}
	
/* 
end of header 
*/

	
#page {
	margin-top: 13px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: url(images/page_bg.png) repeat-y;
	}		
	
/* start content */

.content {
	width: 480px;
	height: auto;
	float: right;
	margin-right: 19px;
	padding-bottom:20px;
	}
	
/* start datv on main */

.datv {
	margin-top: 14px;
	}	

.datv #embed {
	background: #151515;
	padding: 10px;
	float: left;
	width: 480px;
	height: 270px;
	}
	
.datv_clear {
	clear: both;
	height: 8px;
	font-size: 1px;
	}	
	
#datv_list{
	background: url(images/datv_list.jpg) no-repeat top center;
	float: right;
	width: 435px;
	height: 290px;
	}
	
.datv_list_block{
	margin: 10px;
	width: 415px;
	height: 270px;
	}
 	
.datv_list_item {
	width: 387px;
	height: 80px;
	float: left;
	margin: 12px 0 -5px 13px;
	}
	
.datv_list_item a {
	width: 385px;
	height: 80px;
	display: block;
	cursor: pointer;
	background: url(images/videolist_item_black.png) no-repeat left bottom;
	}
	
.datv_list_item  a:hover {
	background: url(images/videolist_item_blackover.png) no-repeat right top;
	}
	
.main_bgred { background: url(images/videolist_item_black.png) no-repeat scroll left bottom; }
.main_bgred:hover {   background:url(images/videolist_item_blackover.png) no-repeat right top }  
.main_bgred_selected{background: url(images/videolist_item_blackover.png) no-repeat right top!important}
		
.thumbnail {
	float: left;
	margin: 1px 0 0 1px;
	height: 70px;
	width: 123px;
	display: block;
	}
	
.thumb {
	padding: 1px;
	}	
	
.datv_list_item_desc {
	float: right;
	width: 260px;
	height: 79px;
	display: block;
	}
	
.datv_list_item_desc .videotitle {
	color: #e6e6e6;
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 17px;
	padding: 6px 14px 0 7px;
	text-align: left;
	font-weight: bold;
	float:left;
	}	

.datv_list_item_desc .views {
	color: #E6E6E6;
	font-size: 13px;
	letter-spacing: -0.05em;
	padding: 6px 0 0 8px;
	text-align: left;
	float:left;
	}
	
/* end of datv on main */	


/* 
start datv page
 */
 
.datv_page {
	margin-top: -1px;
	margin-left: -1px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	}	
	
/* .datv_page_header_image {
	background: url(images/videolist_item_redover.png) no-repeat;
	display: none;
	} */

.datv_page_header h2 {
	float: right;
	margin-top: 28px;
	height: 45px;
	}

.datv_page  #embed {
	background: #151515;
	padding: 10px;
	float: left;
	width: 930px;
	height: 523px;
	position: relative;
	z-index: 1
	}		
	
.datv_page #thumbs {
	margin-top: 9px;
	padding: 0 10px 0 17px;
}		
	
.datv_page .datv_list_item {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	height: 80px;
	margin: 19px 0 0;
	padding-bottom: 10px;
	width: 460px;
	}
	
.datv_page .datv_list_item a {
	width: 437px;
	height: 72px;
	display: block;
	margin: 2px 0 0 3px;
	background: url(images/videolist_item_black2.png) no-repeat left top;
	}
	
.datv_page .datv_list_item  a:hover  {	background: url(images/videolist_item_redover.png) no-repeat left top;}	
.datv_page .datv_list_item  a:hover  * {color: #FFFFFF}
.bgred{ background: url(images/videolist_item_black2.png) no-repeat left top; }
.bgred:hover{ background:url(images/videolist_item_redover.png) no-repeat right top }  
.bgred_selected{background:url(images/videolist_item_redover.png) no-repeat right top!important}
.bgred_selected * {color:#fff!important}
		
.datv_page .thumbnail {
	float: left;
	margin: 2px;
	height: 70px;
	width: 123px;
	display: block;
	}
	
.datv_page .thumb {
	border: none;
	padding: 1px;
	}	
	
.datv_page .datv_list_item_desc {
	float: left;
	width: 260px;
	height: 79px;
	}
	
.datv_page .datv_list_item_desc .upload_date {
	color: #999999;
	font-size: 12px;
	letter-spacing: 0.02em;
	padding: 2px 0 0 5px;
	text-align: left;
	display: block;
	}
		
.datv_page .datv_list_item_desc .thumb_headline{
	color: #454545;
	font-size: 15px;
	letter-spacing: -0.02em;
	line-height: 17px;
	padding: 2px 14px 0 5px;
	text-align: left;
	width: 280px;
	display: block;
	font-weight: bold;
	}	

.datv_page .datv_list_item_desc .views {
	color: #999999;
	font-size: 10px;
	letter-spacing: 0.01em;
	padding: 2px 0 0 5px;
	text-align: left;
	}
	
.videonavigation {
	display: block;
	margin: 7px 17px 0 17px;
	padding-bottom: 30px;
	}
	
.videonavigation a{
	text-align: center;
	color: #ff003c;
	font-size: 12px;
	}
	
.videonavigation b{
	color: #FFFFFF;
	}
	
.videonavigation  img{
	margin-top: 3px;
	}

/* end of gridiron */	
	

/* 
end of datv page
 */
 
	
/* 
start news on main 
*/

.news {
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	}

.news h2 {
	padding: 15px 0 5px 22px;
	}

.newsblock {
	padding: 0 0 21px 10px;
	}

.newsblock h3 {
	width: 375px;
	padding: 12px 16px 10px 13px;
	letter-spacing: -0.01em;
	line-height: 24px;
	float: left;
	height: 47px!important;
	}

.newsblock h3 a {
	font-size: 18px;
	color: #454545;
	font-weight: bold;
	}
	
.comments_count {
	background: url(images/comments_count_bg.png) no-repeat;
	width: 44px;
	height: 46px;
	float: right;
	margin: 16px 0 0 2px;
}
	
.comments_count a {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	/*width: 44px;
	height: 46px;*/
	display: block;
	padding:7px 0 10px;
	text-align:center;
	}
	
.newsblock .newspost {
	color: #666666;
	font-size: 12px;
/* 	letter-spacing: -0.02em; */
	line-height: 18px;
	padding: 2px 10px 1px 13px;
	}
	
.newsblock .newspost img{
	margin-top: 1px;
	margin-right: 8px;
	border: 1px solid #e6e6e6;
	}	
	
.newsblock .newspost a{
	color: #FFFFFF;}
	
.newsblock .newspost .read_more {
	margin-top: 10px;
	border: none;	}

/* 
end of news on main
 */	
 
 
.connect {
	background: url(images/connect.jpg) no-repeat;
	width: 480px;
	height: 280px;
	float: left;
	margin-top: 15px;
	}
	
.facebook {
	width: 104px;
	height: 35px;
	float: right;
	margin: 75px 38px 0 0;
	display: block;
	}
	
.myspace {
	width: 122px;
	height: 31px;
	float: right;
	margin: 80px 26px 0 0;
	display: block;
	}
	

.mobile {
	background: url(images/iPhone.jpg) no-repeat right top;
	margin-top: 21px;
	padding-bottom: 5px;
	height: 183px;
	border-bottom: 1px solid #e6e6e6;
	}
	
.mobile h2 {
	padding: 8px 0 10px 24px;
	}
	
.mobile_links {
	background: url(images/mobile_links_bg.png) no-repeat;
	width: 251px;
	height: 104px;
	margin: 11px 0 0 19px;
	}
	
.mobile span a {
	display: block;	
	width: 64px; 
	height: 64px;
	float: left; 
	margin-top: 27px;
	}

.mobile .link1 a { background: url(images/wall.png) no-repeat center top; }
.mobile .link1 a:hover { background: url(images/wall_over.png) no-repeat center top;}
.mobile .link2 a { color: #bcbab9; background: url(images/tp.png) no-repeat center top; margin-left: 29px;  }
.mobile .link3 a { background: url(images/ring.png) no-repeat center top; margin: 23px 0 0 26px; }
.mobile .link3 a:hover { background: url(images/ring_over.png) no-repeat center top;  }

.saynow {
	background: url(images/saynow.png) no-repeat center top;
	height: 52px;
	margin: 28px 0 0 1px;
	padding-bottom: 0;
	}
	
.saynow a {
	display: block;
	margin-left: 20px;
	width: 423px;
	height: 52px;
	}
	
/* end of content */		

	
/* 
start post 
*/

.post {
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: -0.07px;
	}
	
.post h2 {
	padding: 15px 0 3px 25px;
	height: 35px;
	}
	
.post h2 a {
	font-size: 30px;
	letter-spacing: -0.06em;
	font-weight: normal;
	color: #3E3E3E;
	}
	
.post .biotop  {
	padding: 16px 0 3px 25px;
	line-height: 16px;
	color: #666666;
	}
	
.post .biotop  img {
	padding-right: 15px;
	}
				
.post .biotop b {
	color: #999999;
	font-weight: normal;
	}
	
.post p {
	padding: 13px 0 3px 25px;
	line-height: 16px;
	color: #666666;
	}
	
.post .in_contact {
	letter-spacing: -0.025em;
	margin-top: 2px;
	color: #666666;
	font-weight: bold;
	}
	
.post .submitted em {
	color: #454545;
	font-weight: bold;
	font-style: normal;
	}
	
.post .submitted {
	color: #666666;
	margin-top: 9px;
	}
		
/* .post p a {
	color: #FFFFFF;	
	}
	
.post p b{
	color: #FFFFFF;	
	} */
	
.post p b span{
	letter-spacing: 0.03em
	}
	
/* 
start news_post 
*/

.news_clear {
	clear: both;
	height: 6px;
	font-size: 1px;
	}

.news_post {
	padding: 10px 0 18px 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	}	
	
.date {
	color: #bd0926;
	font-weight: bold;
	letter-spacing: 0.01em;
	}	

 .news_post h3 {
	line-height: 28px;
	margin-top: 4px;
	padding-bottom: 25px;
	width: 450px;
	}

.news_post h3 a {
	font-size: 24px;
	color: #454545;
	font-weight: bold;
	} 
	
.news_post h3.list_news {	
	margin-top: 2px;
	padding: 0;
	line-height: normal;
	}
	
.news_post h3.list_news a {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	letter-spacing: -0.01em;
	}
	
.author {
	color: #999999;
	font-size: 10px;
	padding-top: 2px;
	}
	
.news_post p {
	padding: 2px 0 2px 0;
	line-height: 16px;
	}
	
.news_post p a {
	color: #666666;
	}
	
.news_post p a:hover {
	color: #999999;
	}
	
.news_post .single_p p {
	padding: 19px 0 2px 0;
	line-height: 17.7px;
	}
	
.meta a {
	color: #999999;
	font-weight: bold;
	}

/* 
end of posts 
*/


/* 
start comments
 */
 
#respond h3 {
	line-height: 22px;
	padding-bottom: 0;
	}
	
#comments {
	line-height: 20px;
	padding-bottom: 20px;
	}
	
#respond input {
	background: url(images/comments_input_bg.png) no-repeat;
	border: 0;
	color: #454545;
	font-family: Arial, sans serif;
	font-size: 12px;
	padding: 7px 5px 3px 5px;
	width: 160px;
	height: 21px;
	}
	
#respond textarea {
	background: url(images/comments_bg2.png) no-repeat;
	border: 0;
	color: #454545;
	font-family: Arial, sans serif;
	font-size: 12px;
	padding: 7px;
	width: 433px!important;
	height: 137px!important;
	overflow: hidden;
	display: block;
	}
	
#respond .comments_submit {
	background: url(images/submit_commnet.png) no-repeat;
	border: 0;
	color: #FFFFFF;	
	width: 124px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	}
	
#respond .comments_submit:focus { outline: 0; 	cursor: pointer;}

.commentlist {list-style: none;}
	
.reply {	padding-top: 25px;}

/* 
end of comments
 */ 
 

/* 
start posts navigations
*/

.postnavigation {
	display: block;
	margin: 18px 0 0 24px;
	padding-bottom: 36px;
	}
	
.postnavigation a{
	text-align: center;
	color: #bd0926;
	font-size: 12px;
	}
	
.postnavigation img{
	margin-top: 3px;
	}
	
.pagenavigation {
	display: block;
	margin: 7px 0 0 24px;
	padding-bottom: 40px;
	}
	
.pagenavigation a{
	text-align: center;
	color: #bd0926;
	font-size: 12px;
	}

.pagenavigation img{
	margin-top: 3px;
	}
	
.pagealignright {
	float: right;
	height: 15px;
	line-height: 15px;
	text-align: right;
	width: 115px;
	}
	
.pagealignleft {
	float: left;
	height: 15px;
	line-height: 15px;
	width: 115px;
	}
	
.alignright {
	float: right;
	text-align:right;
	}
	
.alignleft {
	float: left;
	text-align: left;
	}
	
.single_meta {
	margin-top: 24px;
	padding-left: 24px;
	}

/* 
end of posts navigations
*/



/* 
start contact form 
*/

.headertext{
	letter-spacing: -0.13px;
	padding: 18px 0 10px 0;
	}
	
.post form {
	padding: 0;
	}

.formline  {
	padding: 20px 0 0 20px;
	width: 475px;
	} 
	
.formline .span {
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	color: #bd0926;
	float: left;
	padding-left: 5px;
	width: 105px;
	} 
	
.input {
	background: url(images/input_bg.png) no-repeat;
	float: right;	
	width: 350px;
	height: 30px;
	margin-right: 15px;
	}
	
.input input {
	background: none;
	border: 0;
	color: #454545;
	padding: 6px 10px 6px 6px;
	font-family: Arial, sans serif;
	font-size: 12px;
	width: 334px;
	height: 18px;
	}
	
.select {
	background: url(images/select_bg.png) no-repeat;
	float: right;	
	width: 350px;
	height: 30px;
	border: 0;
	margin-right: 15px;
	}
	
.textarea  {
	float: right;	
	background: url(images/comments_bg.png) no-repeat;
	margin: -1px 15px 0 0;
	}
	
.textarea textarea {
	background: none;
	border: 0;
	color: #454545;
	padding: 6px 8px;
	font-family: Arial, sans serif;
	font-size: 12px;
	width: 334px!important;
	height: 118px!important;
	display: block;
	overflow: hidden;
	}
	
.submit {
	background: url(images/submit_bg.png) no-repeat;
	width: 103px;
	height: 24px;
	float: left;	
	margin: 3px 0 0 110px;
	}
	
.submit_but {
	background: none;
	border: none;
	cursor: pointer;
	width: 103px;
	outline: 0;
	color: #FFFFFF;
	height: 24px;
	}

.string {
	border-bottom: 1px solid #e6e6e6;
	height: 17px;
	margin-top: 22px;
	width: 480px;
	}

/* 
end of contact form 
*/	
	
	
/* 
start sidebar 
*/	
	
.sidebar {
 	width: 430px; 
	float: left;
	margin: 2px 0 0 17px;
}

.shopitem {
	padding: 12px 2px 24px;
	border-bottom: 1px solid #e6e6e6;
	}

.schedule {
	margin: 4px 0 0 2px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
	}
	
.schedule h2 {
	padding: 19px 0 10px 1px;
	}
	
.events {
	background: url(images/shedule_bg.png) no-repeat bottom;
	width: 403px;
	height: 172px;
	margin-top: 6px;
	}
	
.event{
	width: 133px;
	text-align: right;
	font-size: 12px;
	float: left;
	display: block;
	padding-bottom: 15px;
	margin-right: 1px;
	}
	
.events_blocks {
/* 	border: 1px solid red; */
	padding: 20px 0 0 22px;
}	
	
.event2{
	width: 133px;
	height: 75px;
	text-align: right;
	font-size: 12px;
	float: left;
	display: block;
	padding-bottom: 10px;
	margin: 0 2px 2px 0;
	background: url(images/gray_box.png) no-repeat bottom;
	}
	
.event3{
	width: 133px;
	height: 75px;
	text-align: right;
	font-size: 12px;
	float: left;
	display: block;
	padding-bottom: 10px;
	margin: 0 2px 2px 0;
	background: url(images/higray_box.png) no-repeat bottom;
	}
	
.event h4 {
	padding: 5px 9px 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #454545;
	text-decoration: none;
	}
	
.event2 h4 {
	padding: 5px 9px 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #454545;
	text-decoration: none;
	}
	
.event3 h4 {
	padding: 5px 9px 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #454545;
	text-decoration: none;
	}

.eventtext {
	color: #bd0926;
	padding: 11px 8px 0 0;
	line-height: 17px;
	}
	
.eventtext em{
	color: #666666;
	font-style: normal;
	}
	
.view_all {
	padding: 11px 25px 0 0;
	height: 24px;
	}
	
.twitter {
	margin: 28px 0 0 2px;
	padding-bottom: 26px;
	}
	
.twitter h3 {
	width: 91px;
	height: 18px;
	float: left;
	margin-top: 3px;
	}

.twitter h3 a {
	width: 91px;
	height: 18px;
	display: block;
	}
	
#twitter_update_list  {
	font-size: 12px;
	float: right;
	line-height: 17px;
	list-style: none;
	padding: 0 52px 0 0;
	width: 255px;
	height: 250px;
	}
	
#twitter_update_list li  {
	letter-spacing: 0.01em;
	padding-bottom: 29px;
	}
	
#twitter_update_list li span {
	color: #666666;
	}
	
#twitter_update_list li span a {
	color: #454545;
	}
	
#twitter_update_list li a  {
	color: #bd0926;
	}
	
.twitfooter {
	padding: 7px 25px 0 0;
	height: 24px;
	}	
	
.twit_clear {
	clear: both;
	height: 2px;
	font-size: 1px;
	}
	
.subscribe {
	background: url(images/subscribe_bg.png) no-repeat bottom; 
	padding-bottom: 27px;
	padding-top: 28px;
	border-top: 1px solid #e6e6e6;
	margin-right: -2px;
	}

.subscribe .email_input {
	background: none;
	border: none;
	color: #454545;
	float: left;
	font-size: 18px;
	font-family: Arial, sans serif;
	font-weight: bold;
	height: 30px;
	padding: 7px 8px 5px 10px;
	text-align: center;
	width: 270px;
	}
	
.subscribe .submit {
	background: none;
	border: none;
	cursor: pointer;
	float: right;
	height: 24px;
	margin: 17px 26px 0 0;
	width: 103px;
	}
	
/* end of sidebar */	

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	}
	
/* start footer */

#footer {
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	margin: 0 18px;
	padding-top: 3px;
	}

.footer_block {
	margin: 12px 17px;
	padding-bottom: 11px;
	height: 110px;
	}
	
.footleft {
	float: left;
	width: 46%;
	}

.footright {
	float: right;
	width: 46%;
	}
	
.footright_text {
	color: #999999;
	font-size: 12px;
	padding-top: 2px
	}	
	
#footer ul {
	line-height: 17px;
	margin-left: -3px;
	}
	
#footer .footleft li {
	list-style: none;
	display: inline;
	background: url(images/footer_li_line.png) no-repeat right;
	background-position: 100% 4px;
	padding: 0 8px 0 0;
	}

#footer .footright li {
	list-style: none;
	display: inline;
	background: url(images/footer_li_line.png) no-repeat right;
	background-position: 100% 4px;
	padding: 0 8px 0 2px;
	}		
	
#footer li a{
	font-size: 12px;
	padding: 0 2px 0 3px;
	color: #454545;
	letter-spacing: -0.2px;
	}
	
.advertising a {
	font-size: 11px;
	color: #bd0926;
	}
	
.advertising a:hover {
	color:#7F0017;
	}
	
.advertising p {
	color: #999999;
	font-size: 11px;
	padding: 6px 0 0 2px;
	line-height: 17px;
	letter-spacing: 0.1px;
	}
	
.advertising h4{
	color: #454545;
	font-size: 14px;
	padding: 22px 0 0 2px;
	letter-spacing: -0.3px;
	}
	
.foot_clear {
	clear: both;
	height: 0;
	font-size: 1px;
	}
	
.under_footer {
	padding: 8px 30px;
	height: 36px;
	}
	
.sponsors {
	float: left;
	width: 46%;
	margin-left: 5px;
	}
	
.sponsors a{
	padding-right: 18px;
	}	

.powered {
	float: right;
	width: 46%;
	text-align: right;
	margin: 4px 7px 0;
	}

.footer_down {
	background: url(images/footer_shadow.png) no-repeat bottom;
	height: 57px;
	width: 1074px;
	padding: 0;
	margin: 0 auto;}


/* end of footer */



object {
position: relative;
z-index: 1}






