/*
Part of SMF SEO
http://www.smfseo.net
*/
body
{
font: 13px/1.231 arial,helvetica,clean,sans-serif;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
    color: rgb(20,20,20);
    word-wrap: break-word;
    line-height: 1.28;
    background: #FFF;
}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:768px){.container{width:750px;}
}
@media (min-width:992px){.container{width:970px;}
}
@media (min-width:1200px){.container{width:1170px;}
}
#header {
	display: block;
}
a:link
{
    font-weight: 600;
    font-size:  1.2em;
    color: #0579ca;
	text-decoration: none;
}
a:visited
{
	color: #BB170D;
    font-weight: 600;
    font-size:  1.2em;
	text-decoration: none;
}
a:hover
{
	color: black;
	text-decoration: none;
	cursor:pointer;
}
#fullver
{
border: 1px solid gray;
padding: 5px;
font-weight: bold;
font-size: large;
}
#menu
{
	text-align: right;
    padding: 20px;
    display: block;
}
#main ul {
    display: block;
    margin: 3px 0;
    padding: 0 14px;
}
#main ul li{
    margin: 4px 0;
    padding: 5px 2px;
    font-size: 14px;
	border-right: 1px solid #f0f7fc;
    border-left: 1px solid #f0f7fc;
    border-top: 2px solid #2196F3;
    border-bottom: 2px solid #2196F3;
    background: #fff;
    list-style: none;
}
#main ul ul li{
   border-right: none;
    border-left: none;
    border-top: none;
	background:  none;
	font-size: 12px;
   border-bottom: 1px dashed #ccc;
   padding: 5px 0 2px;
}
#pages,#footer,#main,#forum,#topic,#linktree,#fullver
{
	padding: 8px;
    background-color: #f7f8f9;
    border: 1px solid #a5cae4;
    border-radius: 4px;
    margin-bottom: 5px;
}
#footer{
    text-align: center;
}
#topic img{
	max-width:100%;
}
#topic a,#forum a{
	font-size: 16px;
}
#forum table td{
border-bottom: 1px dashed #ccc;padding: 5px 0 2px;
 }
#pages a,#linktree a{
	font-size: 14px;
}
.say{float:right;}
.windowbg
{
	color: #000000;
	background-color: #add7dc;
	padding: 10px;
	    display: block;
}
.windowbg p
{
	display:block;
	padding: 0;
	margin:0;
	font-weight:bold;
}
.windowbg p span
{
float:right;
}
.windowbg2
{
	color: #000000;
	background-color: #fff;
	padding: 4px;
	    display: block;
}
.tborder
{
	padding: 1px;
	border: 1px solid #b1afaf;
	background-color: #fff;
}
.quote
{
	color: #000000;
	background: url(quote.png) 0 5px no-repeat #F0F3FC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 10px 5px 10px 40px;
	font-size: x-small;
	line-height: 1.4em;
}
.quote .quote, .quote .quote .quote .quote, .quote .quote .quote .quote .quote .quote
{
 	background-color: white;
}
.quote .quote .quote, .quote .quote .quote .quote .quote
{
	 background-color: #F0F3FC;
}
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
.cat
{
    font-size: 1.6em;
    font-family: "Tahoma",sans-serif;
    margin: 0;
    padding: 10px;
    font-weight: normal;
}

@media (max-width:992px){
.say{display:none;}

}