/*
Theme Name: 	Flare Child WordPress Theme
Theme URI: 		http://flare.bringthepixel.com
Description: 	Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>. 
Author: 		bring the pixel
Author URI: 	http://www.bringthepixel.com/
Template: 		flare
Version: 		1.0
*/
/* Place your modifications below */

@font-face {
    font-family: LatoLight;
    src: url('/themes/silvercart/css/fontface-kits/lato-fontfacekit/Lato-Light-webfont.eot');
    src: url('http://flare.bringthepixel.com/wp-content/themes/flare/css/fontface-kits/lato-fontfacekit/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/themes/silvercart/css/fontface-kits/lato-fontfacekit/Lato-Light-webfont.woff') format('woff'),
        url('/themes/silvercart/css/fontface-kits/lato-fontfacekit/Lato-Light-webfont.ttf') format('truetype'),
        url('/themes/silvercart/css/fontface-kits/lato-fontfacekit/Lato-Light-webfont.svg#LatoLight') format('svg');
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead, .site-title { font-family: LatoLight; }

.user-content h4 {
    margin-bottom: 6px;

}

.user-content .divider.type-simple {
    margin: 12px 0 12px;
}

.user-content {
    color: #666;
}
/* --- Buttons --------------------------------------------------------------------------------- */ 
.button-color {	
    margin-bottom:22px;
    margin-right:0.2px; /*IE8 inline-block fix*/
    display:inline-block;	
    position:relative; 
    text-decoration:none !important;
    text-align:center;
    text-transform:uppercase;	
    vertical-align:middle;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0,0,0, 0.2);	
    box-shadow:0 1px 2px rgba(0,0,0, 0.2);
    zoom:1;
}

.button-color, 
.button-color span  {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.button-color > span { 
    position:relative;
    display:inline-block;
    overflow:hidden;	
    vertical-align:bottom;
    zoom:1;
}
.button-color > span:before,
.button-color > span:after {
    height:1px;
    content:"";
    position:absolute;
    left:1px;
    right:1px; 
    z-index:2;
}
.button-color > span:after {
    top:1px;
    background-image:-webkit-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.33) 50%, rgba(255,255,255, 0) 100%);
    background-image:   -moz-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.33) 50%, rgba(255,255,255, 0) 100%);
    background-image:    -ms-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.33) 50%, rgba(255,255,255, 0) 100%);
    background-image:     -o-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.33) 50%, rgba(255,255,255, 0) 100%);
    background-image:        linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.33) 50%, rgba(255,255,255, 0) 100%);
}
.button-color > span:before {
    bottom:0;
    background-image:-webkit-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.2) 50%, rgba(255,255,255, 0) 100%);
    background-image:   -moz-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.2) 50%, rgba(255,255,255, 0) 100%);
    background-image:    -ms-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.2) 50%, rgba(255,255,255, 0) 100%);
    background-image:     -o-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.2) 50%, rgba(255,255,255, 0) 100%);
    background-image:        linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.2) 50%, rgba(255,255,255, 0) 100%);
}
.button-color:hover > span:before { background:none; }

.button-color > span > span { display:block; letter-spacing:1px; zoom:1; }

/* Small buttons */
.button-color small {
    margin-top:2px;
    display:block;
    font:italic 12px/18px Georgia, sans-serif;
    text-transform:none;
    letter-spacing:0;	
    opacity:0.66;
} 
.button-color.small > span > span {
    padding:6px 20px;
    top:-2px;
    font-size:10px;
    line-height:12px;
}
.button-color.small > span 		{ top:-2px; }
.button-color.small:hover > span 	{ top:-1px; }
.button-color.small small { font-size:10px; line-height:12px; }

/* Medium buttons */
.button-color.medium { margin-top:3px; }
.button-color.medium > span > span {
    padding:10px 30px;
    font-size:14px;
    line-height:14px; 
    font-weight:normal;
}
.button-color.medium > span 		{ top:-3px; }
.button-color.medium:hover > span { top:-1px; }
.button-color.medium small { font-size:11px; line-height:13px; }




.button-green {
    background-color: #009501;
}

.button-green > span > span {
    background-color: #00ae10;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00fb02, endColorstr=#ff00ae10);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00fb02, endColorstr=#00ae10)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00fb02), to(#00ae10));
    background-image: -webkit-linear-gradient(top, #00fb02, #00ae10);
    background-image:    -moz-linear-gradient(top, #00fb02, #00ae10);
    background-image:     -ms-linear-gradient(top, #00fb02, #00ae10);
    background-image:      -o-linear-gradient(top, #00fb02, #00ae10);
    background-image:         linear-gradient(top, #00fb02, #00ae10);
    color: #fff;
}
.button-green:hover > span > span {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00ae10, endColorstr=#ff00fb02);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00ae10, endColorstr=#00fb02)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 200%, from(#00ae10), to(#00fb02));
    background-image: -webkit-linear-gradient(top, #00ae10 0%, #00fb02 200%);
    background-image:    -moz-linear-gradient(top, #00ae10 0%, #00fb02 200%);
    background-image:     -ms-linear-gradient(top, #00ae10 0%, #00fb02 200%);
    background-image:      -o-linear-gradient(top, #00ae10 0%, #00fb02 200%);
    background-image:         linear-gradient(top, #00ae10 0%, #00fb02 200%);
    color: #fff;
}

.button-red {
    background-color: #e61300;
}
.button-red > span > span {
    background-color: #ff0000;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff5b4d, endColorstr=#ffff0000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff5b4d, endColorstr=#ff0000)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff5b4d), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #ff5b4d, #ff0000);
    background-image:    -moz-linear-gradient(top, #ff5b4d, #ff0000);
    background-image:     -ms-linear-gradient(top, #ff5b4d, #ff0000);
    background-image:      -o-linear-gradient(top, #ff5b4d, #ff0000);
    background-image:         linear-gradient(top, #ff5b4d, #ff0000);
    color: #fff;
}
.button-red:hover > span > span {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff0000, endColorstr=#ffff5b4d);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff0000, endColorstr=#ff5b4d)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 200%, from(#ff0000), to(#ff5b4d));
    background-image: -webkit-linear-gradient(top, #ff0000 0%, #ff5b4d 200%);
    background-image:    -moz-linear-gradient(top, #ff0000 0%, #ff5b4d 200%);
    background-image:     -ms-linear-gradient(top, #ff0000 0%, #ff5b4d 200%);
    background-image:      -o-linear-gradient(top, #ff0000 0%, #ff5b4d 200%);
    background-image:         linear-gradient(top, #ff0000 0%, #ff5b4d 200%);
    color: #fff;
}




.button-orange {
    background-color: #e65900;
}
.button-orange > span > span {
    background-color: #ff7800;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff924d, endColorstr=#ffff7800);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff924d, endColorstr=#ff7800)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff924d), to(#ff7800));
    background-image: -webkit-linear-gradient(top, #ff924d, #ff7800);
    background-image:    -moz-linear-gradient(top, #ff924d, #ff7800);
    background-image:     -ms-linear-gradient(top, #ff924d, #ff7800);
    background-image:      -o-linear-gradient(top, #ff924d, #ff7800);
    background-image:         linear-gradient(top, #ff924d, #ff7800);
    color: #fff;
}
.button-orange:hover > span > span {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff7800, endColorstr=#ffff924d);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff7800, endColorstr=#ff924d)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 200%, from(#ff7800), to(#ff924d));
    background-image: -webkit-linear-gradient(top, #ff7800 0%, #ff924d 200%);
    background-image:    -moz-linear-gradient(top, #ff7800 0%, #ff924d 200%);
    background-image:     -ms-linear-gradient(top, #ff7800 0%, #ff924d 200%);
    background-image:      -o-linear-gradient(top, #ff7800 0%, #ff924d 200%);
    background-image:         linear-gradient(top, #ff7800 0%, #ff924d 200%);
    color: #fff;
}

.button-blue {
    background-color: #1e5799;
}

.button-blue > span > span {
    /*background-color: #00ae10;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1e5799, endColorstr=#7db9e8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1e5799, endColorstr=#7db9e8)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e5799), to(#7db9e8));
    background-image: -webkit-linear-gradient(top, #1e5799, #7db9e8);
    background-image:    -moz-linear-gradient(top, #1e5799, #7db9e8);
    background-image:     -ms-linear-gradient(top, #1e5799, #7db9e8);
    background-image:      -o-linear-gradient(top, #1e5799, #7db9e8);
    background-image:         linear-gradient(top, #1e5799, #7db9e8);
    color: #fff;
}
.button-blue:hover > span > span {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7db9e8, endColorstr=#1e5799);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#7db9e8, endColorstr=#1e5799)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 200%, from(#7db9e8), to(#1e5799));
    background-image: -webkit-linear-gradient(top, #7db9e8 0%, #1e5799 200%);
    background-image:    -moz-linear-gradient(top, #7db9e8 0%, #1e5799 200%);
    background-image:     -ms-linear-gradient(top, #7db9e8 0%, #1e5799 200%);
    background-image:      -o-linear-gradient(top, #7db9e8 0%, #1e5799 200%);
    background-image:         linear-gradient(top, #7db9e8 0%, #1e5799 200%);
    color: #fff;
}

.button-grey {
    background-color: #fefefe;
}

.button-grey > span > span {
    background-color: #00ae10;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#e2e2e2);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fefefe, endColorstr=#e2e2e2)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #fefefe, #e2e2e2);
    background-image:    -moz-linear-gradient(top, #fefefe, #e2e2e2);
    background-image:     -ms-linear-gradient(top, #fefefe, #e2e2e2);
    background-image:      -o-linear-gradient(top, #fefefe, #e2e2e2);
    background-image:         linear-gradient(top, #fefefe, #e2e2e2);
    color: #fff;
}
.button-grey:hover > span > span {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e2e2e2, endColorstr=#fefefe);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e2e2e2, endColorstr=#fefefe)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 200%, from(#e2e2e2), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #fefefe 200%);
    background-image:    -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 200%);
    background-image:     -ms-linear-gradient(top, #e2e2e2 0%, #fefefe 200%);
    background-image:      -o-linear-gradient(top, #e2e2e2 0%, #fefefe 200%);
    background-image:         linear-gradient(top, #e2e2e2 0%, #fefefe 200%);
    color: #fff;
}

#content mark.flag-green {
    color: #ffffff; 
    background-color: #00ae10;
}

#content mark.flag-blue {
    color: #ffffff; 
    background-color: #7db9e8; 
}

#content mark.flag-red {
    color: #ffffff; 
    background-color: #ff8431;
}

#content mark.flag-grey {
    color: #666; 
    background-color: #ededed;
}

.field.checkbox input {
    display: inline;
    width:20px;
}

.field.checkbox label {
    display: inline;
}

#ForumID {
    margin:20px 0px 20px 0px;
}

#Form_AdminFormFeatures {
    margin:10px;  
}

#Form_EditProfileForm div.field.text {
    float: left;
}

#Form_EditProfileForm .text,
#Form_EditProfileForm .forumcountrydropdown,
#Form_EditProfileForm .confirmedpassword {
    display:block;
    width:100%;
}

#Form_EditProfileForm .middleColumn {
    margin-left:40px;
}

#Form_EditProfileForm #Password .middleColumn,
#Form_EditProfileForm #Avatar .middleColumn {
    margin-left:0px;
}

#Form_EditProfileForm #Password input {
    margin-left:40px;
}
#Form_EditProfileForm #Password {
    margin-bottom:40px;
}

#Avatar label {
    display:block;
    width:100%;
}

#Avatar .middleColumn {
    margin:40px;
}

#ForumRank {
    width:100%;
    margin-bottom:40px;
    display:none;
}

#Avatar {
    display:none;
}

#Form_EditProfileForm div .checkbox{
    float:left;
    width:20px;
    margin-top: -10px;
}