html{
    margin-top:0 !important;
}

h1{
    color:#202223;
    text-align: center;
    text-transform: uppercase;
}

.multiple_item_block h3{    margin-top:5px; text-transform:uppercase; }
#secondary{
    float: left;
    width:220px;
}
#secondary ul,#information ul{
    list-style:none;
    margin-left:0;
    padding-left:5px;
}
#secondary h3{
    border-bottom:1px dashed #ccc;
}

#information ul li, #secondary ul li{
    margin-bottom:2px;
}
.sep,
.by-author,
.tag-links,
.cat-links,
.assistive-text{
    display:none;
}
h2.entry-title{
    margin-bottom:0;
}
.tagcloud {
    float:left;
    width:200px;
}
.tagcloud a{
    clear:both;
    float:left;
    font-size:12px !important;
    padding:2px;
}
.tagcloud a:hover{
    background:#28A6FD;
    color:#fff;
    text-decoration:none;
    padding:2px 5px;
}
#secondary .boxContainer_round3{
    float:left;
    width:200px;
    padding:10px;
}
#s{
    width:150px;
    float:left;
    margin-right:5px;
}
#searchsubmit{
    position: relative;
    float:rightl
}

#widget_custom_post_widget-2 ul,
#widget_tag_cloud-2 div.tagcloud{
    border: 1px solid #28a6fd;
    margin:0 0 20px;
    background: #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#e4e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    padding:10px;
    font-size:12px;
}
#widget_custom_post_widget-2 li {
    list-style-type:disc;
}
#widget_custom_post_widget-2 ul li{
    margin-left:20px;
}
#widget_tag_cloud-2 div.tagcloud{
    float:left;
    width:198px;
}

.multiple_item_block{
    background:url('images/multiple-item-bg.jpg') top right repeat-y;
    padding:5px 0;
    margin:1em 0 0;
    width:100%;
}

.read_more{
    font-weight:bold;
}

#footer{    
    padding:15px 15px 15px;
    background-color: #242626;
    color:#fff;

}
#footer:after{
    content:" ";
    display:block;
    clear:both;
    visibility:hidden;
}

#footer h3{
    font-size:18px;    
    color:#fff;
    text-transform: uppercase;
    margin-bottom:10px;
    text-decoration: underline;
    font-weight: bold;
}
#footer a,#footer p{
    font-size:11px;
    color:#fff;
    text-transform: uppercase;
}
#footer a{
    clear:both;
    margin:1px 0 2px;    
}
#footer h4{
    margin-bottom:0;
    text-transform:uppercase;
}
#footer h5{
    margin-top:10px;
    color:#a7e610;
    font-size:24px;
    font-style:normal;
    font-weight:normal;

}


#footer ul{
    margin:0;
    padding:0;
}

#footer li{
    float:left;
    margin:0;
    list-style:none;
    width:100%;

}

.left{	margin:0 10px 10px 0; }	.leftonly, .left{	float:left;	}

.right{	margin:0 0 10px 10px; }	.rightonly, .right{	float:right;	}

.blog a{  color:#1c5893;   }

#columnCategories .search_btn_container a.search_btn {  color:#fff;   }

.tableFormatting td{    padding:5px; }
.tableFormatting tr:nth-child(odd){    background:#E8E8E8; }
.tableFormatting tr:nth-child(even){    background:#A5A5A5;color:#fff; }


.wordpressContent .wp_content img{    
    max-width: 100%;
    height: auto;
}
