/* This file is intended for your custom stylesheet rules.
Don't forget to uncomment the last line in the head tag of your document! */


#content h1, #content h2 {
    font-size:4rem;
}
#content h1 span, #content h2 span{
    border: 1px solid;
    border-radius: 10px;
    border-color:#373737;
    padding:5px 20px;
}

.tag{
    background-color: #000;
    color: #9c9c9c;
    float: left;
    font-size: 12px;
    margin: 3px 5px 3px 0;
    padding: 2px 7px;
    cursor: default;
    behavior: url(js/PIE.htc);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.post .image {
    padding-top:0px;
    padding-bottom:20px;
}
.BlogPostSummary{
    padding-bottom:20px;
}

#Form fieldset { 
    border:1px solid #31322d ;
    background-color:#000;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;

    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; 
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; 
}

/*#Form legend {
  padding: 0.2em 0.5em;
  border:1px solid silver;
  color:silver;
  font-size:90%;
  text-align:right;
  }*/

div.form-label{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 130px;
    padding-top: 0px;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 1.0em;
    height: 3.05556rem;
    line-height: 3.05556rem; 
    background: #2a2a34;
    border-right: none;
    color: #fff;
    border-color: #31322d; 
    
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; 
    float:left;
}
div.form-label label{
    display: inline-block;
    font-size:1em;
    padding-top: 5px;
}
div.form-field input{
    display: block;
    position: relative;
    width: 200px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left:4px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 1.0em;
    height: 3.05556rem;
    line-height: 3.05556rem; 
    background: #535362;
    border-right: none;
    color: #fff;
    border-color: #31322d; 
    margin-bottom:0px;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; 
    clear:right;
    
}

span.field-validation-error{
    display: block;
    padding: 0.33333rem 0.5rem 0.5rem;
    margin-top: -1px;
    width:200px;
    margin-bottom: 0.88889rem;
    font-size: 1.06667rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF; 
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
}

div.form-spacer{

    height:10px;
    clear:both;

}

div.form-button {
    padding: 5px;
    max-width:330px;
}
div.form-button input{
    background-color: #171718;
    border-color: #000;
    border:5px;
}
#Form{
    min-width:400px;
}
.check-box{
    float:left;
    height:19px;
    width:19px;
}
div.form-check label{
    font-size: 1.0em;
    font-weight: normal;
    color: #fff;
    max-width:320px;
    position:relative;
    left:5px;
}
/*input[type="checkbox"] {
    display:none;
}
div.form-check input {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/css/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
div.form-check input:checked {
    background:url(/css/check_radio_sheet.png) -19px top no-repeat;
}*/