@charset "utf-8";
/*
Theme Name: IT Blogs
Version:  4.4
Description:  Designed by <a href="http://amin.bz/">Amin Badie Zadeh</a>.
Author: ZAKROT
Author URI: http://zakrot.com/
Tags: black, blue, green, pink, Yellow, red, DarkGreen, Brown, two-columns.

*/
/*
                   _       _    	       
 ___ _ ___  ___   (_)___  //__ ___        
/ -  // _ \/ _ \ / // _ \/ - />-__)          
\___//_//___//_//_//_//_/\__/ \___\       
*/ 
@import "css/reset.css";
@import "css/960.css";
@import "css/style.css";


/*    Your Custom CSS    */

#back-top {
position: fixed;
bottom: 10px;
margin-left: -150px;
}
#back-top a {
width: 108px;
display: block;
text-align: center;
text-decoration: none;
color: #bbb;
/* background color transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover {
color: #000;
}
/* arrow icon (span tag) */
#back-top span {
width: 90px;
height: 90px;
display: block;
margin-bottom: 7px;
background: #ddd url(http://www.limooee.com/upload/images/arrowup1.png) no-repeat center center;
/* rounded corners */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
/* background color transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover span {
background-color: #777;
}









