a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #333333;
}

h1 {
    margin:0.67em 0 0.33em 0;
    line-height: 1em;
    word-wrap: break-word;
}

.bold {
    font-weight: bold;
}

/* em pure-hidden values */
@media screen and (max-width:62em) {
    .pure-visible-lg{display:none}
}

@media screen and (max-width:48em) {
    .pure-visible-md{display:none}
}

@media screen and (min-width: 62em) {
    body {
        background: url("../img/bg-3.jpg") fixed center top;
    }

    .content {
        margin: 0 auto;
        max-width: 970px;
        box-shadow: 0 5px 150px 10px #000000, 0 0 40px 10px #666 inset;
    }
}

#header {
    margin-bottom: 2em;
}

#logo {
    background: url('../img/responsive/logo3.png') no-repeat;
    width: 405px;
    height:63px;
}

.content {
    width: 100%;
    position: relative;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaBAMAAAC5uEqEAAAABGdBTUEAALGPC/xhBQAAABhQTFRFwL+02dfNxcO5zs3D0c/Gyce9zMrA1dPJpPMt6QAAAAh0Uk5Tv7+/v7+/v7+kl2wNAAABV0lEQVQY0w3OMZOiMBiA4W+YY+tl5KTNJuC2CCS0Kgm0HKBpMSGxFQXy98/ybZ55Ia71tB3OM48WEtMWVpcdxT1wCmUyxSm49zLZZWG2X/o8OUEQziZvhonRRRM2gjiWXZ9VlVv1yvsRaPWOVB7OUb5jM3/CVHX4RVySK6Kle0KxO1ShKLPiobrh5wmRU2Jrllpa7PfvE7yG45mVe8ntXOjPj5of6s6tbVhNNUuh54utl6E/l8Lz7t+w2tvvkruiWbW6ihMorLfXwGWakCS/ITCu4NkfUuADudjDCLi5V8E7ENgZz49bEPNtGkJ2bgT+IjWCrePS1noXNwV1EQJNcR5ETMyW9K35hn+73IX2L1XJ1Y9NC6Wy+0ejjDEeMp+2RaLktG+1XK9YfXyvqK+USo5HqtIWJvErLv4lzgXZT9sInYnLi3+71A/EKULAhAys6RDqcQsD/AekOGo/m8RbIQAAAABJRU5ErkJggg==') repeat scroll 0 0 transparent;
}

.content-wrapper {
    padding: 0.5em 0.5em 0 0.5em;
}

#header {
    background-image: url("../img/header-bg.jpg");
    height: 68px;
    padding: 10px 1em 0 1em;
}

#menu-top {
    position: relative;
    padding: 0 1em;
}

#toplinks {
    position: absolute;
    margin:0;
    top: 78px;
    left: 0;
    right:auto;
    z-index: 999;
}

#toplinks ul {
    vertical-align: top;
    margin: 0 0 3px 0;
}

#toplinks li {
    background: url("../img/background-login.jpg") 0 0 repeat;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-right: 10px;
    padding: 6px 10px 0 10px;
    position: relative;
    border-radius: 0 0 5px 5px;
    vertical-align: top;
}

#toplinks li a {
    color: white;
    line-height: 20px;
}

#toplinks li a:visited {
    color: #cccccc;
}

#toplinks .lostpassword a {
    font-weight: bold;
    font-size: 11px;
    color: #444;
    margin-left: 131px;
}

@media screen and (min-width: 62em) {
    .content-wrapper {
        padding-top: 0;
    }

    #header {
        margin-bottom: 0;
        //height: 150px;
	height: 108px;
    }

    #logo {
        width: 405px;
        height:63px;
    }

    #social {
        position: absolute;
        top: 6px;
        left: 410px;
    }

    #social a {
        display: block;
        float: left;
        width: 23px;
        height: 26px;
        margin-right: 5px;
        background: url('/f/img/social.png') no-repeat;
        cursor: pointer;
    }

    #social a.facebook { background-position: 0 0; }

    #social a.twitter { width: 33px; background-position: -25px 0; }
    
    #social a.pinterest { width: 25px; background-position: -115px 0; }

    #social a.youtube { width: 30px; background-position: -58px 0; }

    #social a.rss { width: 29px; background-position: -87px 0; }

    #toplinks {
        right: 1em;
        top: 0;
        left: auto;
    }

    #toplinks a {
        border-radius: 5px 5px 0 0;
        top: 0;
    }

    #toplinks .loginbutton {
        background: none repeat scroll 0% 0% transparent;
        border: medium none;
        font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 13px;
        padding: 0px 5px;
        color: #FFF;
        height: 16px;
        width: 46px;
    }
}


/***********************************************************************************************************************
 *     Search bar
 *     ************************************************************************************************************************/

.search-bar .submit {
    background: url("../img/search-button.png") no-repeat;
    width: 13px;
    height: 13px;
    border: none;
    margin-top: 6px;
    margin-left: 6px;
}
.search-bar {
    display: inline-block;
    background-image: url("../img/background-login.jpg");
    padding: 0 5px;
    position: absolute;
    width: 123px;
    right:0.5em;
    border-radius: 0 0 5px 5px;
    top: 78px;
}
.search-bar input {
    border: 1px solid #606262;
    height: 13px;
    line-height: 13px;
    width: 95px;
    float: left;
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #777777;
}

@media screen and (min-width: 62em) {
    .search-bar {
        border-radius: 5px 5px 0 0;
        //top: 134px;
	top: 92px;
    }
}


/***********************************************************************************************************************
 *     Menu bar
 *     ************************************************************************************************************************/

.custom-menu-wrapper {
    white-space: nowrap;
    position: relative;
}

.custom-menu {
    text-decoration: none;
    display:none;
    position: absolute;
    right: 4em;
    top: 2em;
    z-index: 999;
    box-shadow: #666 0px 0px 9px;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.custom-toggle .bar {
    background-color: #731C0B;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 29px;
    right: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-menu .pure-menu-link,
.custom-menu .pure-menu-heading,
.custom-menu .pure-menu-has-children span
{
    color: #393429;
    background: #E0DED7;
}

.custom-menu .pure-menu-link:hover,
.custom-menu .active .pure-menu-link,
.custom-menu .pure-menu-children .pure-menu-link{
    background: url("../img/menu.png");
    color: #393429;
    padding: 0.5em 1em;
}

.custom-menu .pure-menu-has-children span {
    _background: none;
    padding: .5em 1em;
    display: block;
}

.custom-menu .pure-menu-children .pure-menu-link:hover, .custom-menu .pure-menu-children .active .pure-menu-link{
    padding: 0.5em 1em;
    border: none;
    border-radius: 0;
}

ul.pure-menu-children {
    list-style: none;
}

@media screen and (min-width: 62em) {
    .custom-menu {
        box-shadow: none;
        padding-left: 0.5em;
        padding-top:21px;
        display:inline-block;
        position:relative;
        background: none;
        right: auto;
        top: auto;
        z-index: auto;
    }

    .pure-menu-list {
        height: 23px;
        line-height: 23px;
    }

    .custom-menu .pure-menu-link,
    .custom-menu .pure-menu-heading,
    .custom-menu .pure-menu-has-children span {
        color: #393429;
        padding: 0 7px;
        font-weight: bold;
        background: none;
    }
 
    .custom-menu .pure-menu-link:visited {
	color: #444444;
}
 
    .custom-menu .pure-menu-link:hover,
    .custom-menu .active .pure-menu-link {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border: 1px solid #97776c;
        border-bottom: none;
        padding: 1px 4px;
    }
    
    .pure-menu-children {
        border: 1px solid #97776c;
    }

    .custom-menu .pure-menu-link,
    .custom-menu .pure-menu-heading,
    .custom-menu .pure-menu-has-children span
    {
        padding: 1px 5px;
        font-weight: bold;
    }

    .custom-toggle.x .bar:first-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .custom-toggle {
        display: none;
    }
}

@media screen and (max-width: 62em) {
    #menu {
        width: auto;
    }

    #menu .pure-menu-item {
        display: list-item;
    }
}


/***********************************************************************************************************************
 *             List view
 *             ***********************************************************************************************************************/

.list-view .sorter {
    font-size: .9em;
    font-weight: bold;
}

.list-view .sorter, .list-view .sorter a {
    color: black;
}

.list-view .sorter {
    margin-bottom: 5px;
}

.list-view .sorter ul {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.list-view .sorter li {
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
}

.list-view .sorter a.desc {
    background: url("/f/img/down.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}

.list-view .sorter a.asc {
    background: url("/f/img/up.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}

@media screen and (min-width: 48em) {
    .list-view .sorter {
        margin-left: 25px;
        margin-right: 25px;
        text-align: right;
    }
}


/* paging */
.pager {
    width: 100%;
    height: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}

.pager ul li {
    display:inline-block;
    position: relative;
    margin-right: 6px;
    color: #2a251c;
}

.pager a {
    color: #2a251c;
    font-size: 15px;
}

.pager a:visited {
    color: #333333;
}

.pager li.selected {
    font-weight: bold;
}

.pager li.previous a,  .pager li.next a, .pager li.first a,  .pager li.last a {
    display: inline-block;
    background: url('/f/img/arrows.png') no-repeat;
    width: 11px;
    height: 12px;
}

.pager li.first a, .pager li.last a {
    width: 22px;
}

.pager li.next a, .pager li.last a {
    background-position: -22px 0;
}


/***********************************************************************************************************************
 *             Bike card
 *             ***********************************************************************************************************************/

.bike-block {}

.block {
    background: url("../img/responsive/bright-texture.jpg");
    width: 90%;
    height: 276px;
    padding: 9px;
    border-radius: 8px;
    box-shadow: #848484 0 0 9px, rgba(255,255,255,0.3) 0 -5px 20px inset;
    margin-bottom: 10px;
    color: white;
}

a.tool-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: transparent url("../img/blocksbg.jpg");
    //border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    display: block;
}

a.tool-img:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.tool-img img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 150px;
}

.blockover {
    margin-top: 1em;
    height: 110px;
    overflow: hidden;
}

.block .title a {
    color: white;
    font-size:1.1em;
}

.block .title a:visited {
    color: #cccccc;
}

.block .title span {
    font-size: 14px;
    font-style: italic;
    white-space: nowrap;
}

.block .tags {
    padding-top: 1.5em;
    font-size: 0.75em;
    line-height: 1.2em;
}

.block .tags a {
    color: white;
}

.block .tags a:visited {
    color: #cccccc;
}


/***********************************************************************************************************************
 *             Footer
 *             ***********************************************************************************************************************/

#business-footer {
    padding: 1em 2em 1em 2em;
    margin-top: 1em;
    background: url("../img/transbg-fs8.png") repeat scroll 0 0 rgba(255,255,255, 0.5);
    font-size: 12px;
    text-align: center;
    color: brown;
}

#business-footer li{
    display: inline;
}

#business-footer  li a{
    color: black;
}

#business-footer li a:visited {
    color: #333333;
}


/***********************************************************************************************************************
 *             Right Block
 *             ***********************************************************************************************************************/

.rightBlock {
    background: url("../img/responsive/bright-texture.jpg");
    padding: 0.4em;
    color: white;
    border-radius: 8px;
    margin: 0;
    box-shadow: #848484 0px 0px 9px, rgba(255,255,255,0.8) 0 0 15px inset;
    overflow: hidden;
}
.rightBlock > div {
    border-radius: 8px;
    background: url("../img/responsive/dark-texture.jpg");
    padding: 8px;
}
.rightBlock .title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.rightBlock a {
    color: white;
}

.rightBlock a:visited {
    color: #cccccc;
}

.brown-frame {
    line-height: 1.2em;
    padding: 1em;
    border-radius: 9px;
    border: 0.5em solid #74302A;
}

.yellow-frame, .yellow-frame > div {
    line-height: 1.2em;
    border-radius: 8px;
    box-shadow: #848484 0 0 9px;
}
.yellow-frame > div {
    box-shadow: #333 0 0 9px inset;
}

.yellow-frame {
    background: url("../img/responsive/bright-texture.jpg");
    padding: 0.5em;
    margin: 1em 0;
    color: #2a251c;
}
.yellow-frame > div {
    background: url("../img/responsive/dark-texture.jpg");
    padding: 0.5em 1em 1em 1em;
}

.yellow-frame .summary {
    text-align: right;
    color: white;
    padding: 0.3em 1em 0 0;
}
.yellow-frame h1 {
    font-weight: normal;
}
.yellow-frame ol {
    margin-top:1.5em;
}
.yellow-frame li {
    padding: 0.3em 0;
}

.categories {
    font-size: 1.3em;
    line-height: 1.3em;
    padding-top: 1em;

}
.categories > .category {
    padding-left: 0.5em;
}
.subcategory {
    padding-left: 1em;
    font-size: 0.85em;
    line-height: 1.5em;
}

.rightBlock ul { padding-left: 0; }

.rightBlock li {
    list-style: none;
    line-height: 1.2em;
    font-size: 14px;
}

.categoryCount { color: #D28564; }

.rightBlock h4 {font-size: 14px; margin: 0;}

@media (max-width: 24em) {
    .categories {
        line-height: 1.8em;
    }
    .subcategory {
        line-height: 1.8em;
    }
}


/***********************************************************************************************************************
 *             Main page
 *             ***********************************************************************************************************************/

.popular-tabs {
    margin: 0.33em 0 0	1.5em 0;
    padding:0;

}
.popular-tabs li {
    display: inline-block;
    padding: 0.5em 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 3px solid #7C3933;
    background: url("../img/responsive/dark-texture.jpg");
}

.popular-tabs li a {
    color: white;
}

.popular-tabs li a:visited {
    color: #cccccc;
}

.popular-tabs li:hover a {
    text-decoration: underline;
}

.popular-tabs li.active {
    border-bottom: medium none;
    color: #BB2D21;
    background-image: none;
}


/***********************************************************************************************************************
 *             Entry page
 *             ***********************************************************************************************************************/

.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-view {
    border-radius: 8px;
    box-shadow: #848484 0 0 9px, rgba(255,255,255,0.4) 0 0 15px inset;
    border: 0.5em solid #74302A;
}

.img-box {
    vertical-align: top;
    background: url("../img/responsive/dark-texture.jpg");
}

.img-box > div {
    padding: 0.5em;
    color: white;
    text-align: center;
}

.img-box img {
    //border-radius: 6px;
}

.original-post {
    margin-top: 0.5em;
}

.entry-details {
    box-shadow: #848484 0 0 6px inset;
    line-height: 2em;
    padding: 0.5em;
}

.entry-details > div {
    padding: 0.5em;
}

.img-wrap {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.img-wrap hr {
    background-color: #380F0C;
    border: none;
    height: 2px;
    margin: 20px 0;
}

.img-wrap hr {display: none;}

.ads_under_tool .adsbugoogle {
    display:block;
    max-width:400px
}

/* .ads_undertool {  margin-left: 2em; width: 16em; } */

.ads_undertool  div.desc { display: none; }

@media screen and (min-width: 62em) {
    .img-wrap {
        display: block;
    }

    .entry-details {
        border-left: 0.5em solid #74302A;
        display: table-cell;
        vertical-align: top;
    }

    .img-box {
        display: table-cell;
    }

    .entry-view {
        display: table;
        width: 100%;
    }

    .img-wrap hr {display: block;}

    .ads_undertool {  margin-left: 0; height: 350px; width: 21em; height: 700px; }

    .ads_undertool div { display: block; }
}

@media screen and (max-width: 39.9em) {
    .img-wrap { flex-direction: column; -webkit-flex-direction: column;}
    .ads_undertool { margin-top: 1em;}
}

.share-buttons {
    text-align: center;
}

.share-buttons a {
    display: inline-block;
    height: 41px;
    width: 106px;
    background-position: top;
    border: medium none;
}

.share-buttons a:last-child {
    margin-right: 0;
}

.share-buttons a.facebook {background: url("../img/facebook_sprite.png") repeat scroll 0 0px transparent;}

.share-buttons a.twitter {background: url("../img/twitter_sprite.png") repeat scroll 0 0 transparent;}

.share-buttons a.pinterest {background: url("../img/pinterest_sprite.png") no-repeat scroll 0 0;}

.share-buttons a.stumbleupon {background: url("../img/stumbleupon_sprite.png") no-repeat scroll 0 0;}

.share-buttons a:hover {background-position: 0 -46px;}

.share-buttons a:active {background-position: 0 -92px}

@media screen and (min-width: 64em) {
    .share-buttons {
        text-align: right;
        margin-top: 1em;
    }
}

.addComment {
    display: inline-block;
    background: url("../img/add-comment.png") repeat scroll 0 0 transparent;
    border: medium none;
    margin-top: 3px;
    margin-left: 4px;
    height: 55px;
    width: 143px;
    background-position: top;
    text-indent: -9999px;
}

.yellow-frame > div.comments {
    background: rgba(255,255,255,0.75);
}

.comment {
    padding: 1.5em;
}

.comment-nickname {
    font-weight: bold;
}

.comment-nickname span {
    color:#555;
}

.comment-date {
    text-align: right;
    font-size: 12px;
}

.comment-text {
    padding: 1em 0;
}

.comment-short {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.comment-short-list {

}

.comment-error {
    -moz-transition:background-color 0.5s;
    -webkit-transition:background-color 0.5s;
    -o-transition:background-color 0.5s;
    transition:background-color 0.5s;
}

.comment-error.new {
    background-color: #ff2c48;
}

#popup-login-form {
    line-height: 2em;
}

a.dotted {
    border-bottom: dashed 1px;
    text-decoration: none;
}

a.dotted:hover {
    border-bottom: solid 1px;
}

.form {
    padding: 2em;
    line-height: 2em;
}

.entry-details div {
    word-wrap: break-word;
}


/* small screen fixes */

@media screen and (max-width: 600px) {
	.homepage-tool-container img {
		max-width: 300px;
		width: 300px;
		display: block;
	}

	.homepage-tool-container a.image
	{
	    display: block;
	    width: 300px; 
	    margin: 5px 0;
	    border: 1px solid transparent;
	}

	.homepage-tool-container a.image:hover
	{
	    border: 1px solid blue;
	    width: 300px;
	}
}	
@media screen and (max-width: 62em) {
	#toplinks .lostpassword a {
		display: none;
	}
}

@media screen and (max-width: 24em) {
    .img-box img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .ads_under_tool {
        display: none;
    }
}

@media screen and (max-width: 34em) {
    #logo {
        background-size: contain;
        width: 80%;
        background-position: center center;
    }

    .search-bar {
        display: none;
    }
}

.yellow-button:active {
    box-shadow: #848484 0 0 5px inset;
}

.pure-form .errorMessage {
    display: inline-block;
    color: red;
    font-size: 90%;
    padding-left: 2em;
}

.pure-form .error {
    color: red;

}

.h1 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em 0 0.5em 0;
}

#related-tools-wrapper {
    width: 100%;
    overflow-x: hidden;
}

#related-tools-wrapper .blocks.view-blocks {
    padding-top: 10px;
    float: left;
    min-height: 250px;
    width: 33.3333%;
}

#related-tools-wrapper #blocks {
    width: 300%;
    height: 590px;
    padding-top: 0;
    clear: none;
    float: none;
    margin: 0;
}

.related-tools-links {
    clear: both;
    font-size:120%;

}

.related-tools-links a{
    color: #BB2D21;
    font-size: 30px;
    font-weight: bold;
}

.related-tools-links a:hover{
    color: #BB2D21;
}

.related-tools-links .link-right {
    float: right;
}

.related-tools-links .link-left {
    margin-left: 34px;
}

.related-tools-links .disabled {
    color: #666;
}

.related-tools-links .disabled:hover {
    color: #666;
    text-decoration: none;
    cursor: default;
}

@media screen and (max-width: 60em) {
    .sumome-contactform-pullouttab, #sumome-contactform-rp, .sumome-share-client-wrapper {
        display: none !important;
    }
}

.text-center {
    text-align: center;
}

.mail-signup { text-align: center; }
.mail-signup .email {
    width:80%;

    height: 24px;
    border: 1px solid;
    padding: 3px;
    border-radius: 5px;
}

.mail-signup .button{
    background: url("../img/signup_sprite.png") repeat scroll 0 0 transparent;
    border: medium none;
    margin-top: 1em;
    height: 35px;
    width: 160px;
    background-position: top;
    text-indent: -9999px;
}

.mail-signup .button:hover {
    background-position: 0 -44px ;
}

.mail-signup .button:active {
    background-position: 0 -85px ;
}

@media screen and (min-width: 58em) {
    .mail-signup { text-align: left; }
    .mail-signup .email { width:50%; }
    .mail-signup .button {
        margin-left: 1em;
        margin-top: 3px;
    }
}

.tags {
    line-height: 2.2em;
}

.tags-block {
    max-height: 248px;
    overflow-y:auto;
}

div#breadcrumbs ul li {
    display: inline-block;
    margin:0;
    color: #2a251c;
    list-style: none;
    padding-right: 14px;
    background: url('../img/arrow.png') center right no-repeat;
}

div#breadcrumbs a {
    color: #2a251c;
    text-decoration: normal;
    font-size: 16px;

}

div#breadcrumbs li.bc-active {
    font-weight: bold;
    display: block;
    background: none;
}

.bc-active h1 {
    margin-top: 0;
}

#register-dialog {
    font-size: 0.8em;
}

#forumrules {
    height: 75px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #6b91ab;
    background: rgb(255, 255, 255) url('/forum/images/gradients/gradient-greytowhite.png') repeat-x;
}

#forumrules a {
    color: #0000C0;
    text-decoration: underline;
}

@media (max-width: 30em) {
    .sites {
        line-height: 1.8em;
    }
}

.nearest-tool-link {
    height: 10em;
    cursor: pointer;
    width: 3%;
    display: inline-block;
    vertical-align: top;
}

.nearest-tool-link.active {
    #background-color: red;
}

.nearest-tool-link .arrow-right {
    width: 0;
    height: 0;
    border-top: 5em solid transparent;
    border-bottom: 5em solid transparent;
    border-left: 15px solid #BB2D21;
    float: right;
}

.nearest-tool-link.next {
    float: right;
}

.nearest-tool-link .arrow-left {
    width: 0;
    height: 0;
    border-top: 5em solid transparent;
    border-bottom: 5em solid transparent;
    border-right:15px solid #666;
}

.tool-content {
    width: 90%;
    overflow: hidden;
    display: inline-block;
}

#most-popular-tools-widget {
    padding: 5px;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 5px;
}



#most-popular-tools-widget div.title{
    font-size: 24px;
}

#most-popular-tools-widget ol{

}

#most-popular-tools-widget ol li{
    text-align: left;
}

#most-popular-tools-widget ol li a{
    color: #FFF;
}

#most-popular-tools-widget ol li a:visited {
    color: #cccccc;
}

#best-forum-tools-widget, #newestForumPosts {
    padding: 5px;
    border: 2px solid #010101;
    color: #010101;
    border-radius: 5px;
    font-weight: bold;
}

#best-forum-tools-widget div.title, #newestForumPosts div.title{
    font-size: 28px;
}

#best-forum-tools-widget ol, #newestForumPosts ol{
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    text-align: left;
}

#best-forum-tools-widget ol li, #newestForumPosts ol li {
    text-align: left;
}

#best-forum-tools-widget ol li a, #newestForumPosts ol li a {
    color: #010101;
}

#best-forum-tools-widget ol li a:visited, #newestForumPosts ol li a:visited {
    color: #333333;
}


/****** signup form popup */

/*popubbox*/
#scrolltriggered {
    display: none;
    z-index: 1000;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 334px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 334px;
}

#inscroll {
    background-color: #FFF;
    font-size: 12px;
    padding: 0 15px 10px 15px;
    color: #696969;
    font-family: Tahoma, Geneva, sans-serif;
    text-shadow: 0 1px 0px #dadada;
}

#inscroll h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #2e2e2e;
    font-size: 22px;
    text-shadow: none;
    background-color: #f0f0f0;
    border-bottom: 1px dashed #376378;
    display: block;
    margin: 0 -15px 10px -15px;
    padding: 10px 35px 7px 15px;
}

#inscroll p {
    font-size: 16px;
}

#inscroll p span {
    font-weight:bold;font-size:18px;
}

#inscroll ul {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
    padding-left:30px;
    padding-top:5px;
}

#inscroll ul li {
    list-style: none;
    font-size: 16px;
    background: url('/f/img/bullet.png') 0 6px no-repeat;
    padding: 0 0 0 25px;
    line-height: 17px;
    padding-top: 3px;
    padding-bottom: 5px;
}

#inscroll ul.stb_social {
    overflow: hidden;
    margin: 10px -7px 0 0;
    clear: both;
}

#inscroll ul.stb_social li {
    float: left;
    list-style: none;
    background: none;
    padding: 0;
    height: 30px;
    margin: 0 7px 0 0;
}

#inscroll ul.stb_social li.fb.standard {
    width: 45px;
    overflow: hidden;
}

#inscroll ul.stb_social li.twitter.regular {
    width: 80px;
}

#inscroll ul.stb_social li.google.medium {
    width: 60px;
}

#inscroll ul.stb_social li.fb.box_count, #scrolltriggered #inscroll ul.stb_social li.google.tall, #scrolltriggered #inscroll ul.stb_social li.twitter.vertical, #scrolltriggered #inscroll ul.stb_social li.linkedin.top, #scrolltriggered #inscroll ul.stb_social li.stumbleupon.s5, #scrolltriggered #inscroll ul.stb_social li.pinterest.vertical {
    height: 66px !important;
}

form#signUp-popup {
    margin: 30px 0 0 0;
}

form#signUp-popup input {
    line-height: 30px;
    background-color: #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #7a7a7a;
    display: inline-block;
    padding: 0 10px;
    border: solid 1px #c3c5c6;
    width: 50%;
    outline: none;
    height: 30px;
}

form#signUp-popup input.submit, #scrolltriggered form input[type=submit] {
    background-color: #be1616;
    width: 40%;
    height: 32px;
    cursor: pointer;
    color: #FFF;
    margin-left: 4px;
}

form#signUp-popup input.submit:hover, #scrolltriggered form input[type=submit]:hover {
    background-color: #db1010 !important;
}

#closebox {
    z-index: 1001;
    position: absolute;
    top: 10px;
    right: 8px;
    background-color: #f2efef;
    width: 20px;
    height: 20px;
    color: #424242;
    font-size: 13px;
    line-height: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 4px #d3d2d2;
    box-shadow: 0px 0px 0px 4px #d3d2d2;
}

#stbMsgArea {
    display: none;
    padding: 10px 0 0;
    margin: 0;
}

/*end popubox*/

#message.error {
    font-size: 0.9em;
    color: red;
}

#register-popup-btn {
    background-color: #db1010;
    padding: 10px;
    color: white;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
}

.request_plan {
    background-image: url("/f/img/plus-icon.png");
    width: 30px;
    height: 30px;
    display: block;
}

.top-subscribe-form {
    float: right;
    margin-right: 135px;
}


.right-ad-unit-300-600 {
    width: 300px;
    height: 600px;
    padding-left: 10px;
    padding-bottom: 25px;
}

.right-ad-unit-300-250 {
    width: 300px;
    height: 250px;
    padding-left: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.topheader {
	font-size: 2em;
	font-variant: small-caps;
	font-family: 'Arial Black';
}

.topheadersmall {
	font-size: 1.4em;
	font-variant: small-caps;
	font-family: Arial;
}

.homepage-container {
    margin: 0 50px;
}

.homepage-tool-container {
    margin: 20px 0;
}

.homepage-tool-container a.image:hover
{
    border: 1px solid blue;

}

.homepage-tool-container a.image
{
    display: block;
    width: 500px;
    margin: 5px 0;
    border: 1px solid transparent;
}


.homepage-tool-container img{
    width: 500px;
    display: block;
}

.homepage-tool-container a.author{
    display: inline-block;
}

.homepage-tool-container a.title{
    display: block;
    font-size: 18px;
}
