.tile:hover {
background: #31b266;
background: linear-gradient(135deg, #31b266 0%,#31b266 50%,#31b266 50%,#31b266 100%);
}

.tile {
display: block;
float: right;
margin: 2px;
width: 125px;
height: 88px;
position: relative;
background-color: #0D53A2;
transition: all 300ms ease-out;
}

.post-title {
/*margin: -16px -17px 20px -17px;*/
line-height: 53px;
box-shadow: inset 0px 0px 0px 1px #0D53A2;
padding: 20px 17px;
color: #ffffff;
text-shadow: #7b7b7b 1px 1px 0px;
background: #0D53A2;
background: linear-gradient(to bottom, #31B266 0%,#31B266 100%);
border: 1px solid #31B266;
}

nav ul li.current-menu-item {
background: #0D53A2;
color: #ffffff;
text-shadow: none;
}

.tile-username {
float: left;
width: 145px;
font: 18px QuicksandBold;
margin-top: 6px;
text-align: left;
}

.tile2 {
float: right;
margin: 2px;
width: 254px;
height: 88px;
position: relative;
background-color: #0D53A2;
font: 24px QuicksandBold;
text-align: center;
color: #ffffff;
}

#object-nav ul li:hover, #object-nav2 ul li:hover {
background: #0D53A2;
background-image: url("images/spacer-tab-selected.gif" );
background-repeat: repeat-y;
background-position: right top;
}

nav ul li.current-menu-item {
background: #31B266;
color: #ffffff;
text-shadow: none;
}

.comment-options .comment-reply-link, .comment-options .comment-edit-link {
font: 10px QuicksandBook;
text-transform: uppercase;
text-shadow: none;
background: #31B266;
color: #ffffff;
float: right;
margin-right: 5px;
padding: 4px 6px;
}

#wp-submit, #signup_submit, .wpcf7-submit, #post-topic-reply #submit, #new-topic-post #submit, .my-account #submit, #new-topic-button, .page-template-search-page-php #search-submit, #comment-submit {
background-color: #31B266;
background-image: url("images/bg-button.png" );
background-repeat: repeat-x;
background-position: center center;
cursor: pointer;
padding: 10px 16px 10px 16px;
text-shadow: 1px 1px 0px #ffffff;
border: 1px solid #31B266;
font-size: 18px;
border-radius: 5px;
font-family: QuicksandBold;
color: #000000;
transition: all 300ms ease-in;
}