/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html{
    direction: ltr; 
}
body {
    background: #ECF7FD; /* Optional */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center; /* IE Fix */
    direction: rtl;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
acronym {cursor: help; border-bottom: 1px dashed #999;}
a {text-decoration: none;color: #035389;}
a:hover {color: #649805;}
a:active {color: #BB0000;}
img, fieldset { border: 0px; max-width: 100%; }
input, textarea, select{
    -moz-border-radius:3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #C5DBE7;
    outline:0 none;
    padding:4px 5px;
    color: #005584;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
input[type="text"]:focus, textarea:focus, select:focus {
    border: 1px solid #0096FF;
    box-shadow: 0 0 7px #007EBF;
}
input[type="text"]:hover, textarea:hover, select:hover {
    border: 1px solid #7A7A7A;
}
ul {list-style-type: none;}
label { cursor: pointer; }
table{border-collapse: collapse;}
hr{
/*    border:1px solid #cedfeb;*/
    border:1px solid #9FCE30;
}

tr:hover {background: #ECF7FD;}

::-moz-selection{ background: #9FCE30; color:#fff; text-shadow: none; }
::selection { background:#9FCE30; color:#fff; text-shadow: none; } 

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/    
#container {
    margin: 0 auto;
    background: #fff;
    border: 0px solid #ddd;
    text-align: right; /* Cancel IE Fix */
}
#container, #headerItems{
	width: 1010px;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/     
#headerItems{
	text-align: right;
    position:relative;
    margin: 0 auto;
    height: 100px;
}   
#header {
    /*background: #075385 100% 0;
    */background: url("/images/background-header.jpg") repeat-x scroll 0 100% #075385;
    border-bottom: 10px solid #95c615;
    padding: 1px 20px 25px;
}    
#header h1 {     
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    cursor: default;
}    
#header h2 {     
    color: #fff;
    font-size: 1.2em;
    padding-right: 1px;
    cursor: default;
}
#header h3{
    color: #D5F1F9;
}
.searchTopForm{
    left:0px;position:absolute;bottom:-17px;
}
#nav{/*float:right;*/font-size:12px;line-height:1;margin-top:20px;}
#nav li{display:inline;list-style-type: none;}
#nav a{display: block;float: right;padding: 6px 7px;color: #fff;font-weight: bold;text-decoration: none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; transition: all 0.13s ease-in-out; -moz-transition: all 0.13s ease-in-out; -webkit-transition: all 0.13s ease-in-out; -o-transition: all 0.13s ease-in-out;}
#nav .current a{background: #6e9800;box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);}
#nav a:hover{
    color: #003d5d;background: #d5f1f9;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}
.toplinks {
    color:#FFFFFF;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.toplinks input {
    border:0 none;
    font-size:11px;
    margin:4px;
    padding:1px;
    vertical-align:baseline;
}
.toplinks form {
    clear: right;
    display: block;
    float: left;
    min-width: 220px;
}
.toplinks .logindetails {
    padding: 0 10px;
    text-align: center;
    background: #7192A8;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 26px;
}
.toplinks ul{float: left;}
.toplinks li{
    display: inline;
    line-height: 20px;
}
.toplinks li a {
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    font-size: 1em;
    font-weight: bold;
    margin-right:10px;
}
.toplinks li a:hover { background-color: #7192A8; }
.toplinks ul.nouser li a{
    display: block;
    float: left;
    clear: right;
    color:#ffffff;
    position: relative;
    /*padding: 6px 10px 0 10px;*/
    background: #6E9800;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius: 0 0 5px 5px;
    height:20px;
    font-weight:bold;
    font-size:12px;
    margin-right: 10px;
}
.toplinks ul.nouser li.menuShadow a{box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);}
.toplinks ul.nouser li.menuShadow a:hover{box-shadow: 0 0 7px #020202;}
.toplinks .fbLoginBtn { padding-top: 0; }
#header .fbProfilPic {border:1px solid #B3CCE7;float:left;width:22px;height:22px;}
#header .fbIconOnPic {float:left;margin-top: -3px;margin-left: -8px;}
.toplinks ul.nouser li#fb_headerbox a {background: none;}
#content {
    position: relative;
    line-height: 17px;
    min-height: 500px;
    word-spacing: 2px;
    padding: 0 20px 20px;
    border-left: 1px solid #B1D2E4;
    border-right: 1px solid #B1D2E4;
}
#content span.title { text-decoration: underline; font-weight:bold; }
#navbitsBlock{font-size: 12px;padding:9px 41px 8px;border-bottom: 1px solid #89959B;margin-bottom: 10px}
#navbitsBlock li{padding: 0px 10px;}
#navbitsBlock .navbithome{float:right;}
#navbitsBlock .navbitimage{vertical-align:middle;}
.pmHeader{margin:8px auto;padding:5px;width:350px;height:60px;border:dashed #333333 1px;}
.indexBox{float:right;width:310px;border: 1px solid #cedfeb;margin:0 5px 10px; border-radius: 0 0 14px 14px;}
/*.indexBox h2{background: url("/images/tile_back.gif") repeat-x scroll center top #0052A3;color: #fff;font-size: 17px;font-weight: bold;height: 29px;text-align:center;width:inherit;}
*/
/*.indexBox h4{font-size: 16px;margin:5px 10px 2px 10px;min-height:32px;}*/
.indexBox h4{font-size: 14px;}
.indexBox .boxImage{float:right;width:102px;margin:8px;display: inline;}
.indexBox .boxSummary{margin:8px;float:left;width:175px;}
.indexBox .freeText{margin:8px;font-size:12px;}
.indexBox .textTime{font-size:8px;font-weight:bold;direction:ltr;}

.indexBoxMain{border: 1px solid #cedfeb;margin:0 5px 10px;border-radius: 0 0 14px 14px;}

.indexBoxMain img:hover,
.indexBox img:hover,
.listArticles .imageBox img:hover,
.articleTeasers img:hover {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3); opacity: 0.75;
}
.indexBoxMain img,
.indexBox img,
.listArticles .imageBox img,
.articleTeasers img {
    transition: all 0.13s ease-in-out;
    -webkit-transition: all 0.13s ease-in-out;
    -moz-transition: all 0.13s ease-in-out;
    -o-transition: all 0.13s ease-in-out;
}
.indexBoxMain h4{font-size: 21px; min-height: 38px;margin-bottom: 10px;}
.indexBoxMain .boxImageMain{float:left;width:252px;margin:8px;display: inline;}
.indexBoxMain .boxSummaryMain{margin:8px;float:right;width:345px;font-size:17px;word-spacing:7px;line-height:20px;}

.lyricsTeaserBox {
    border: 0;
}

#indexNews li{font-size:9px;border-bottom:1px solid #cedfeb;padding:7px;}
#indexNews li.news-last-item{border-bottom:0px;}
#indexNews li p.textTime{font-weight:bold;direction:ltr;text-align:left;}
#article{width: 550px;float:right;}
#article h2{font-size: 2em;color: #647878;}
#article h3{font-size: 1.3em;}
#article h4{font-size: 15px;}
#article h2, #article h3{margin-bottom: 13px;line-height:23px;}
#article .lyricsDetails{font-size: 0.9em;margin-bottom: 13px;line-height:15px;}
#article .articleCBar{border-top:2px solid #647878;border-bottom:1px solid #647878;padding:6px 0px 6px 0px;height:14px;margin-bottom: 1.15em;font-size: 10px;font-weight:bold;color:#647878;}
#article .articleIBarContainer{float:left;width:300px;margin:10px 10px 10px 0;}
#article .articleBody{font-size:15px;margin-bottom:15px;line-height: 20px;}
#article .articleIBar{clear:left;background-color:#E8EBEB;color:#333333;padding:0.5em;font-size:0.8em;text-align: center;}
#comments{width: 360px;float:left;}
#comments p{font-size:10px;}

.articleTeasers ul {
    margin-right: 15px;
}

.articleTeasers a {
    font-weight: bold;
}
.articleTeasers h4 {
    margin-bottom: 20px;
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom:3px solid #9FCE30;
}

.articleTeasers li {
    float: right;
    margin-left: 30px;
    text-align: center;
    width: 100px;
}

.searchTopForm .txtSearch {
    width: 170px;
}

.searchTopForm .txtSearch:focus {
    width: 270px;
    box-shadow: 0 0 7px #6E9800;
}

.listArticles li {
    padding: 20px;
    border-top: 1px solid #cedfeb;
}
.listArticles li.firstItem {
    border-top: 0;
}

.listArticles .imageBox {
    width: 120px;
}

.listArticles .summaryBox {
    width: 400px;
}
.listArticles .meta-text {
    font-size: 10px;
    color: #333333;
    margin-bottom: 7px;
}

.gallery-posts-custom {
    border: 1px solid #D6D6D6;
    float: right;
    margin: 10px 0 10px 11px;
    width: 130px;
}
.gallery-posts-custom:hover {
    background: none repeat scroll 0 0 #F6F6F6;
}
.gallery-posts-custom-image {
    margin-top: 10px;
    text-align: center;
}
.gallery-posts-custom-text {
    font-weight: bold;
    text-align: center;
}


.share-link-list li a {
    background-image: url("/images/Share/share_sprite_48x48.png");
    transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;
}
.share-link-list li.facebook-shareme a {
    background-position: -10px -10px;
}
.share-link-list li.twitter-shareme a {
    background-position: -10px -78px;
}
.share-link-list li.bookmark-shareme a {
    background-position: -10px -146px;
}
.share-link-list li.google-bookmark-shareme a {
    background-position: -10px -214px;
}
.share-link-list li.email-shareme a {
    background-position: -10px -282px;
}
.share-link-list li a:hover {
    opacity: 0.55;
}


.share-link-list{list-style:none outside none;float:left;}
.share-link-list li, .share-link-list a{float:right;height:48px;margin:10px 5px;padding:0;width:48px;display: block;}
.singerAlbumList{width:550px;float:right;margin: 0 0 20px 30px; text-align: justify;}

#shareTopLinks{right: 300px;top: 6px;position: absolute;}
#shareTopLinks img, .share-link-list img{opacity: 1;}
#shareTopLinks img:hover, .share-link-list img:hover{opacity: 0.75;}

#shareTopLinks li {
    /*display: inline;*/
    margin-left: 8px;
    float: right;
}
#shareTopLinks li a {
    width: 32px;
    height: 32px;
    display: block;
    background-image: url("/images/Share/share_sprite_32x32.png");
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#shareTopLinks li.facebook-shareme a {
    background-position: -10px -10px;
}
#shareTopLinks li.twitter-shareme a {
    background-position: -10px -62px;
}
#shareTopLinks li.bookmark-shareme a {
    background-position: -10px -114px;
}
#shareTopLinks li.google-bookmark-shareme a {
    background-position: -10px -166px;
}
#shareTopLinks li a:hover {
    opacity: 0.75;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}


#content .form p{padding-top:13px;}
#content .form .submit input {margin-right:130px;}
#content .form input[type=text] {font-weight:bold; width: 280px;}
#content .form .ErrorObject{border: 1px solid #AC3962;}
#content .form .OkObject{border: 1px solid green;}
#content .form .floatRight{float: right;width:130px;font-weight: bold;}
#content .form .description{color:#777777;font-size:11px;padding-right: 130px;}

#content .pagination{background: #ECF7FD; border: 1px solid #cedfeb;text-align: center;}
#content .pagination div { margin:8px 0; }
#content .pagination span.cpage { font-weight: bold; }

#chatMsgs{padding:0 5px;}
.chatRoomGlobal{border: 1px solid #B1D2E4;width:700px;margin:8px auto;}
.chatMsgsTable{height: 245px;overflow-y: scroll;border-bottom: 1px solid #B1D2E4;}
#memberlist_table{width:100%;}
#memberlist_table .textBold{font-weight: bold;font-size:1.2em;}
#memberlist_table td {padding:10px;vertical-align:top;}
#memberlist_table tr td, #memberlist_table tr th {border:1px solid #cedfeb;}
#memberlist_table tr th {background: none repeat scroll 0 0 #ECF7FD;text-align:center;}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {background: #ECF7FD 100% 0;border-top: 5px solid #9FCE30;text-align: center;color:#003D5D;font-size: 9px;padding: 10px;line-height: 14px;clear: both;}
#footer a{text-decoration: underline; color: #024D80;font-weight: bold;}
#footer a:hover { color: #5B8C02; }

#footer #footer-nav {
    text-align: right; width: 1010px; margin: 10px auto;
}
#footer #footer-nav .nav-box {
    float: right;
}
#footer #footer-nav .box-side {
    width: 275px;
}
#footer #footer-nav .box-side ul {
    padding-right: 20px; font-size: 15px;
}
#footer #footer-nav .box-side li {
    padding-bottom: 5px;
}
#footer #footer-nav .box-center {
    width: 435px; height: 190px; border-left: 2px solid #C5DBE7; border-right: 2px solid #C5DBE7; padding: 0 10px;font-size: 11px;
}
#footer #footer-nav .box-center ul {
    text-align: center;
}
#footer #footer-nav .box-center li {
    display: inline; padding-left: 5px;;
}
#footer #footer-nav h3 {
    padding-right: 13px;
    font-size: 19px;
    margin-bottom: 10px;
}

.topicTitle{
    padding: 3px 0;
}
.forumTopic{
    background-color: #ECF7FD;
    border:1px solid #CEDFEB;
    padding: 5px;
}
.forumTopicStiky{
    background-color: #e9fabb;
    border:1px solid #CEDFEB;
    padding: 5px;
}
.forumTopicBody{
    background-color: #fff;
    border:1px solid #CEDFEB;
    padding: 7px;
    text-align: right;
    margin-top: 10px;
}
.forumTopicBL{
    background-color: #E2EFFF;
    border: 1px solid #CEDFEB;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
}
.dateShow{
    direction: ltr;
    float: left;
    font-size: 9px;   
}
.replyCount{
	font-size: 9px;
}
#forums{
    border-collapse: collapse;
}
#forums li
{
    list-style:none outside none;
}
.L1, .L2
{
/*    display:block;
    clear: both;*/
}
.cats
{
    /*clear:right;*/
}
.forumShow
{
    /*float:right;*/
    position:relative;
    border:1px solid #ECF7FD;
}
.foruminfo
{
    float: right;
    width: 550px;
    min-height:48px;
    margin: 2px;
}
.foruminfo img {
    float: right;
    margin:6px 11px;
    display: block;
    
}
.forumMover
{
    float: left;
    width: 15px;
    cursor: move;
    margin-top:13px;
}
.forumstats {
    float: right;
    width: 150px;
    margin-right: 2%;
    padding-top:5px;
}
.forumlastpost
{
    font-size:12px;
    padding-top:5px;
    float: left;
    width: 200px;
}
/*
misc
*/
.ntdelbutton a {
    background: url("/images/xit.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px; height: 10px;
    overflow: hidden;
}

.ntdelbutton a:hover {
    background: url("/images/xit.gif") no-repeat scroll -10px 0 transparent;
}


.search_button {
    background-image: url("/images/sbutt.png");
    cursor: pointer;
    height: 23px;
    padding: 0;
    width: 23px;
    position: absolute;left:1px;top:1px;
    border: 0px;
}
.autoMargin{padding: 12px;}
.divCenter{text-align: center;}
.spaceMargin{padding-bottom: 20px;}
.defaultTextActive{color: #a1a1a1; font-style: italic;}
.clear{clear:both;text-align:center;}
.buttonDefault{background-color:#549906;background-image: -moz-linear-gradient(90deg, #549906, #92C315);border: 0 none;border-radius: 5px 5px 5px 5px;color: #FFFFFF;font-weight: bold;padding: 8px 15px;cursor:pointer}
.gfloatLeft{float:left;}
.gfloatRight{float:right;}
.noshow{display: none;}

/*
 Polls
*/
.pollResultBar {
/*	margin-right: 53px;*/
	height: 20px;
	width:1px;
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#cc4400;
}
.pollBarTitle {
	float: right;
}
.poll-results li {
	position: relative;
/*	width: 80%;*/
}
.poll-results strong {
    overflow: hidden;
    position: absolute;
    left: 0;
/*    left: -46px;*/
    top: 2px;
}
.pollColumn li {
	margin: 8px;
}


.font-bold {
	font-weight: bold;
}

.font-small {
    font-size: 11px;
}


a.button { display: inline-block; padding: 7px 9px; font-size: 12px; line-height:1; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('/images/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #CACACA; -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-background-clip: padding-box; border-radius: 2px; outline: none; position: relative; zoom: 1; *display: inline; }
a.button.primary { font-weight: bold }
a.button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
a.button:active,
a.button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; }
a.button:active { top: 1px }
a.button.negative:hover { color: #FFFFFF; background-position: 0 -121px; background-color: #D84743; border-color: #911D1B; }
a.button.negative:active,
a.button.negative.active { background-position: 0 -161px; background-color: #A5211E; border-color: #911D1B; }
a.button.pill { -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; padding: 6px 12px; }
a.button.left { -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-topright: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; }
a.button.middle { margin-right: 0px; margin-left: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-left: none; }
a.button.right { -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: 0px; border-left: none;}
a.button.left:active,
a.button.middle:active,
a.button.right:active { top: 0px }
a.button.big { font-size: 16px; padding: 7px 16px; }
a.button span.icon { display: inline-block; width: 14px; height: 12px; margin: auto auto auto 7px; position: relative; top: 1px; background-image: url('/images/css3buttons_icons.png'); background-repeat: no-repeat; }
a.big.button span.icon { top: 0px }
a.button span.icon.book { background-position: 0 0 }
a.button:hover span.icon.book { background-position: 0 -15px }
a.button span.icon.calendar { background-position: 0 -30px }
a.button:hover span.icon.calendar { background-position: 0 -45px }
a.button span.icon.chat { background-position: 0 -60px }
a.button:hover span.icon.chat { background-position: 0 -75px }
a.button span.icon.check { background-position: 0 -90px }
a.button:hover span.icon.check { background-position: 0 -103px }
a.button span.icon.clock { background-position: 0 -116px }
a.button:hover span.icon.clock { background-position: 0 -131px }
a.button span.icon.cog { background-position: 0 -146px }
a.button:hover span.icon.cog { background-position: 0 -161px }
a.button span.icon.comment { background-position: 0 -176px }
a.button:hover span.icon.comment { background-position: 0 -190px }
a.button span.icon.cross { background-position: 0 -204px }
a.button:hover span.icon.cross { background-position: 0 -219px }
a.button span.icon.downarrow { background-position: 0 -234px }
a.button:hover span.icon.downarrow { background-position: 0 -249px }
a.button span.icon.fork { background-position: 0 -264px }
a.button:hover span.icon.fork { background-position: 0 -279px }
a.button span.icon.heart { background-position: 0 -294px }
a.button:hover span.icon.heart { background-position: 0 -308px }
a.button span.icon.home { background-position: 0 -322px }
a.button:hover span.icon.home { background-position: 0 -337px }
a.button span.icon.key { background-position: 0 -352px }
a.button:hover span.icon.key { background-position: 0 -367px }
a.button span.icon.leftarrow { background-position: 0 -382px }
a.button:hover span.icon.leftarrow { background-position: 0 -397px }
a.button span.icon.lock { background-position: 0 -412px }
a.button:hover span.icon.lock { background-position: 0 -427px }
a.button span.icon.loop { background-position: 0 -442px }
a.button:hover span.icon.loop { background-position: 0 -457px }
a.button span.icon.magnifier { background-position: 0 -472px }
a.button:hover span.icon.magnifier { background-position: 0 -487px }
a.button span.icon.mail { background-position: 0 -502px }
a.button:hover span.icon.mail { background-position: 0 -514px }
a.button span.icon.move { background-position: 0 -526px }
a.button:hover span.icon.move { background-position: 0 -541px }
a.button span.icon.pen { background-position: 0 -556px }
a.button:hover span.icon.pen { background-position: 0 -571px }
a.button span.icon.pin { background-position: 0 -586px }
a.button:hover span.icon.pin { background-position: 0 -601px }
a.button span.icon.plus { background-position: 0 -616px }
a.button:hover span.icon.plus { background-position: 0 -631px }
a.button span.icon.reload { background-position: 0 -646px }
a.button:hover span.icon.reload { background-position: 0 -660px }
a.button span.icon.rightarrow { background-position: 0 -674px }
a.button:hover span.icon.rightarrow { background-position: 0 -689px }
a.button span.icon.rss { background-position: 0 -704px }
a.button:hover span.icon.rss { background-position: 0 -719px }
a.button span.icon.tag { background-position: 0 -734px }
a.button:hover span.icon.tag { background-position: 0 -749px }
a.button span.icon.trash { background-position: 0 -764px }
a.button:hover span.icon.trash { background-position: 0 -779px }
a.button span.icon.unlock { background-position: 0 -794px }
a.button:hover span.icon.unlock { background-position: 0 -809px }
a.button span.icon.uparrow { background-position: 0 -824px }
a.button:hover span.icon.uparrow { background-position: 0 -839px }
a.button span.icon.user { background-position: 0 -854px }
a.button:hover span.icon.user { background-position: 0 -869px }
