.infusion-field input, .infusion-captcha input {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
    padding: 6px;
    width: 93% !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .infusion-field textarea:focus, .comment-form-comment textarea:focus {
    border: 1px solid #114b7f;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #444444;
}
.comment-form input[type="text"], input[type="email"] {
    margin-bottom: 10px !important;
    margin-top: 6px !important;
    width: 98% !important;
}
.comment-form-url {
    margin-bottom: 0 !important;
}
.comment-form-url input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #ACACAC;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
    padding: 1.2%;
    width: 97% !important;
}
.cptch_block #cptch_input {
    width: 25% !important;
}
.comment-form-author, .comment-form-email {
    margin-bottom: 0 !important;
}
.infusion-field select {
    margin-bottom: 10px;
    margin-top: 6px;
}
.infusion-field textarea, .comment-form-comment textarea {
    border: 1px solid #D4D4D4;
    margin-bottom: 10px !important;
    width: 97% !important;
}
.entry-content .infusion-captcha input {
    margin-bottom: 20px !important;
    width: 35% !important;
}
.textwidget .infusion-captcha input {
    margin-bottom: 20px !important;
    width: 70% !important;
}
.infusion-submit input, .form-submit input, #article input[type="submit"]{
    background: none repeat scroll 0 0 #114B7F !important;
    border: medium none !important;
    border-radius: 3px;
    color: #FFFFFF !important;
    margin: 0;
    padding: 10px;
    text-shadow: none !important;
}
.infusion-submit input:hover, .form-submit input:hover, #article input[type="submit"]:hover {
    background: none repeat scroll 0 0 #F16925 !important;
    color: #FFFFFF !important;
}

.textwidget{
  padding-left:10px;
}

a {
    color: #114b7f;
}
a:hover {
    color: #f16925;
}

#nav li:hover > a, #nav a:focus {
    background: none repeat scroll 0 0 #f16925;
    color: #FFFFFF;
}
.sidebar-heading {
     background-color: #F16925;
    font-weight: bold;
    text-align: center;
}
#nav .current-menu-item > a, #nav .current-menu-ancestor > a, #nav .current_page_item > a, #nav .current_page_ancestor > a {
    background: none repeat scroll 0 0 #f16925;
    color: #FFFFFF;
}
.themeLogo a img{
  width:450px;
  float:right;
  margin-top:0px;
}
input[type="text"], textarea{
 padding:6px 10px;
 border-radius:4px;
 border: 1px solid #D4D4D4;
 width:80%;
 margin-bottom:15px;
}
.edit-link{
    background: none repeat scroll 0 0 #114B7F !important;
}
.edit-link a:hover{
    color:#F16925 !important;
}
#nav .current-menu-item:hover > a, #nav .current-menu-ancestor:hover > a, #nav .current_page_item:hover > a, #nav .current_page_ancestor:hover > a {
    background: none repeat scroll 0 0 #f16925 !important;
    color: #FFFFFF;
}
#nav a {
    color: #114B7F;
    font-weight: bold;
    text-transform: uppercase;
}
.article-meta{
    color: #f16925;
}
#footer {
    color: #114B7F;
    font-weight: bold;
}
#sidebar ul li {
    color: #f16925;
}
#line {
    background-color: #f16925;
}

.header-icons {
	height: 20px;
	position: fixed;
	right:5px;
	top: 50%;
	width: auto;
}
.header-icons a{
	display:block;
	margin-bottom:5px;
}	