/*	Footer
---------------------------------------------------- */
#footer				{ position: relative; z-index: 1; }
#footer #container	{ overflow: hidden; }

/*arrows*/
.footer-line-arrow-one  { margin: 5px 0 1px; height: 4px; width: 100%; z-index: 5; }
.footer-line-arrow-two  { margin: 4px 0 1px; height: 4px; width: 100%; z-index: 5; }

/*copyright*/
.copyright 	 		{ color: #818181; }
.copyright 	 		{ border-top: 2px dotted #666; padding: 20px 0; margin: 0 20px; }
.copyright a 		{ color: #818181; text-decoration: none; }
.copyright a:hover  { text-decoration: none; border-bottom: 1px solid; }

/*tags*/
.footer-tag-line				{ padding: 55px 0 35px; overflow: hidden; }

.footer-tag-line .block-header,
.footer-tag-line .search-tags,
.footer-tag-line .nav.nav-pills { display: none; }

/*about*/
.footer-about 				 	{ overflow: hidden; color: #666; padding: 20px 0; }
.footer-about .column-one 		{ padding-left: 20px; float: left; width: 42%; }
.footer-about .column-two 		{ padding-right: 20px; float: right;}

/*info*/		
.footer-about span.site-info 	{ margin-bottom: 30px; display: block; color: #818181; }
.footer-about h4 				{ color: #B9B9B9; font-size: 12px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }
.footer-about h4.footer-create  { margin-left: 15px; }

/*login*/
.footer-about form label 				{ color: #999; }
.footer-about input.input-text 			{ background-color: #222; border: 1px solid #333; border-radius: 3px; color: #ddd; box-shadow: 0 0 0 0 #333; -webkit-box-shadow: 0 0 0 0 #333; -moz-box-shadow: 0 0 0 0 #333; }
.footer-about input.input-text:focus { color: #ddd; background-color: #444; box-shadow: 0 0 4px 2px #333; -webkit-box-shadow: 0 0 4px 2px #333; -moz-box-shadow: 0 0 4px 2px #333; outline: medium none currentColor; }

/*write*/
.footer-about .write-list 	 		{ *overflow: hidden; *zoom: 1; }
.footer-about .write-list li 		{ width: 65px; margin: 0 10px 10px; text-align: center; overflow: hidden; display: inline-table; *float: left; }
.footer-about .write-list li:hover  { opacity: 0.9; filter:alpha(opacity=90); } 
.footer-about .write-list li a	    { color: #999; }
.footer-about .write-list li .write-item-image { display: block; width: 65px; height: 65px; border-radius: 3px; text-align: center; background: url(../images/create-vintage-footer.png) no-repeat; opacity: 0.9; }

.footer-about .write-list li.write-item-type-topic .write-item-image 		{ background-position: -6px -5px; }
.footer-about .write-list li.write-item-type-message .write-item-image 		{ background-position: -82px -5px; }
.footer-about .write-list li.write-item-type-blog .write-item-image 		{ background-position: -152px -5px; }
.footer-about .write-list li.write-item-type-draft .write-item-image 		{ background-position: -225px -5px; }
.footer-about .write-list li.write-item-type-forum .write-item-image 		{ background-position: -365px -5px; }
.footer-about .write-list li.write-item-type-album .write-item-image 		{ background-position: -296px -5px; }

#footer .openid-link a { margin-left:-2px!important; }