/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

blockquote {
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    border-left: 5px solid antiquewhite;
    background-color: cornsilk;
}

.hlspan { margin: 1px;
          height: 150px;
          width: 150px;
          background-image: url(/forum/images/noadsblock.png);
          white-space: nowrap;
          text-align: center;
          display: inline-block;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.highslide img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px;
}