/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		VidoStyle
	Based on style:	Vladinho (the default Wordpress style)
	Original author:	[urban] ( http://sorelmihai.com )
	Modified by:		Shadow_One ( http://www.se-tuning.net )
	
    --------------------------------------------------------------
*/
/* Layout
 ------------ */
* 
{
 /* Reset browsers default margin, padding and font sizes */

 margin: 0;
 padding: 0;
}

html 
{
 font-size: 100%;
}

body 
{
 /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */

 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 color: white;
 background-color: #000000;
 background-image: url("images/bg.jpg");
 background-position: left top;
 background-repeat: no-repeat;
 font-size: 62.5%;/* This sets the default font size to be equivalent to 10px */

 margin: 0;
}

#wrapheader 
{
 min-height: 120px;
 height: auto ! important;
 height: 120px;
 padding: 0;
 width: 70%;
 margin-left: 270px;
 margin-top: 5px;
}

#wrapcentre 
{
 width: 70%;
 margin-left: 270px;
}

#wrapfooter 
{
 text-align: center;
 clear: both;
 width: 70%;
 margin-left: 270px;
}

#wrapnav 
{
 width: 100%;
 margin: 0;
 background-color: #2d322b;
 border-width: 1px;
 border-style: solid;
 border-color: #A9B8C2;
}

#logodesc 
{
 
}

#menubar 
{
 width: 710px;
 border-bottom-color: #bfbfa4;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 padding: 0;
 margin: 0;
 float: right;
 display: block;
}

#datebar 
{
 
}

#findbar 
{
 width: 100%;
 margin: 0;
 padding: 0;
 border-width: 0;
}

.forumrules 
{
 background-color: #161616;
 border-width: 1px;
 border-style: solid;
 border-color: #BB9860;
 padding: 4px;
 font-weight: normal;
 font-size: 1.1em;
 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 
{
 color: red;
}

#pageheader 
{
 
}

#pagecontent 
{
 
}

#pagefooter 
{
 
}

#poll 
{
 
}

#postrow 
{
 
}

#postdata 
{
 
}

/*  Text
 --------------------- */
h1 
{
 color: #E5E6D4;
 font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 font-size: 3em;
 text-decoration: none;
}

h2 
{
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 1.5em;
 text-decoration: none;
 line-height: 120%;
}

h3 
{
 font-size: 1.3em;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 120%;
}

h4 
{
 margin: 0;
 font-size: 1.1em;
 font-weight: bold;
}

p 
{
 font-size: 1.1em;
}

p.moderators 
{
 margin: 0;
 float: left;
 color: Aqua;
 font-weight: bold;
}

.rtl p.moderators 
{
 float: right;
}

p.linkmcp 
{
 margin: 0;
 float: right;
 white-space: nowrap;
}

.rtl p.linkmcp 
{
 float: left;
}

p.breadcrumbs 
{
 margin: 0;
 float: left;
 color: white;
 font-weight: bold;
 white-space: normal;
 font-size: 1em;
}

.rtl p.breadcrumbs 
{
 float: right;
}

p.datetime 
{
 margin: 0;
 float: right;
 white-space: nowrap;
 font-size: 1em;
}

.rtl p.datetime 
{
 float: left;
}

p.searchbar 
{
 padding-top: 2px;
 padding-right: 0;
 padding-bottom: 2px;
 padding-left: 0;
 white-space: nowrap;
}

p.searchbarreg 
{
 margin: 0;
 float: right;
 white-space: nowrap;
}

.rtl p.searchbarreg 
{
 float: left;
}

p.forumdesc 
{
 padding-bottom: 4px;
}

p.topicauthor 
{
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
}

p.topicdetails 
{
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active 
{
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 color: red;
 font-weight: bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active 
{
 color: green;
 font-weight: bold;
}

.postapprove img, .postreported img 
{
 vertical-align: bottom;
}

.postauthor 
{
 color: Yellow;
}

.postdetails 
{
 color: #BCBAC3;
}

.postbody 
{
 font-size: 1.3em;
 line-height: 1.4em;
 font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul 
{
 margin-top: 0;
 margin-right: 1.5em;
 margin-bottom: 0;
 margin-left: 0;
}

.posthilit 
{
 background-color: yellow;
}

.nav 
{
 margin: 0;
 color: whiter;
 font-weight: bold;
}

.nav2 
{
 list-style: none;
 margin: 0px;
 bottom: 0px;
}

#nav2 li 
{
 float: right;
 margin-left: 5px;
 list-style: none;
}

#nav2 .page_item a 
{
 color: #333333;
 background-image: url("images/buton.jpg");
 background-color: #4F5962;
 padding-top: 8px;
 padding-bottom: 8px;
 min-width: 79px;
 text-align: center;
 font-size: 1em;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 display: block;
}

#nav2 .page_item a:hover 
{
 color: #111111;
}

.pagination 
{
 padding: 4px;
 color: black;
 font-size: 1em;
 font-weight: bold;
}

.cattitle 
{
 
}

.gen 
{
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 font-size: 1.2em;
}

.genmed 
{
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 font-size: 1.1em;
}

.gensmall 
{
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 font-size: 1em;
}

.copyright 
{
 color: #BCBAC3;
 font-weight: normal;
 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles 
{
 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 1.3em;
 text-decoration: none;
}

.error 
{
 color: red;
}

/* Tables
 ------------ */
th 
{
 color: #dcdcc5;
 font-size: 1.1em;
 font-weight: bold;
 border-bottom-color: #bfbfa4;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 white-space: nowrap;
 padding-top: 7px;
 padding-right: 6px;
 padding-bottom: 7px;
 padding-left: 6px;
 background-image: url("images/sideh2.jpg");
}

td 
{
 padding: 2px;
}

td.profile 
{
 padding: 4px;
}

.tablebg 
{
 background-color: #2d322b;
}

.catdiv 
{
 height: 28px;
 margin: 0;
 padding: 0;
 border-bottom-color: #bfbfa4;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 background-image: url("images/sideh2.jpg");
}

.rtl .catdiv 
{
 border-bottom-color: #bfbfa4;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 background-image: url("images/sideh2.jpg");
}

.cat 
{
 height: 28px;
 margin: 0;
 padding: 0;
 border-bottom-color: #bfbfa4;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 text-indent: 4px;
 background-image: url("images/sideh2.jpg");
}

.row1 
{
 background-color: #161616;
 padding: 4px;
}

.row2 
{
 background-color: #161616;
 padding: 4px;
}

.row3 
{
 background-color: #C0C8D0;
 background-image: url("images/sideh2.jpg");
 padding: 4px;
}

.spacer 
{
 background-color: #2d322b;
}

hr 
{
 height: 1px;
 border-width: 0;
 background-color: #D1D7DC;
 color: #D1D7DC;
}

.legend 
{
 text-align: center;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: #2d322b;
 border-color: #bfbfa4;
 border-width: 1px;
 border-style: dashed;
 padding: 5px;
}

.legend2 
{
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: #2d322b;
 border-color: #bfbfa4;
 border-width: 1px;
 border-style: dashed;
 padding: 1px;
 font-size: 9px;
}

/* Links
 ------------ */
a:link, a:visited 
{
 color: #ffffff;
 text-decoration: none;
 padding-bottom: 1px;
 padding-top: 2px;
}

a:hover, a:active 
{
 color: #dcdcc5;
 text-decoration: none;
 padding-top: 2px;
 padding-right: 0;
 padding-bottom: 1px;
 padding-left: 0;
}

a.forumlink 
{
 color: Yellow;
 font-weight: bold;
 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
 font-size: 1.2em;
}

a.forumlink:hover 
{
 text-decoration: underline;
}

a.topictitle 
{
 color: Yellow;
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 1.2em;
}

a.topictitle:visited 
{
 color: #dcdcc5;
 text-decoration: none;
}

a.topictitle:hover 
{
 color: Lime;
 text-decoration: underline;
}

th a, th a:visited 
{
 color: #dcdcc5;
 !important: ;
 text-decoration: none;
}

th a:hover 
{
 text-decoration: underline;
}

/* Form Elements
 ------------ */
form 
{
 margin: 0;
 padding: 0;
 border-width: 0;
}

input 
{
 color: #333333;
 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
 font-size: 1.1em;
 font-weight: normal;
 padding: 1px;
 border-color: #A9B8C2;
 border-width: 1px;
 border-style: solid;
 background-color: #FAFAFA;
}

textarea 
{
 background-color: #FAFAFA;
 color: #333333;
 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 font-size: 1.3em;
 line-height: 1.4em;
 font-weight: normal;
 border-color: #A9B8C2;
 border-width: 1px;
 border-style: solid;
 padding: 2px;
}

select 
{
 color: #333333;
 background-color: #FAFAFA;
 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
 font-size: 1.1em;
 font-weight: normal;
 border-color: #A9B8C2;
 border-width: 1px;
 border-style: solid;
 padding: 1px;
}

option 
{
 padding-top: 0;
 padding-right: 1em;
 padding-bottom: 0;
 padding-left: 0;
}

option.disabled-option 
{
 color: graytext;
}

.rtl option 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 1em;
}

input.radio 
{
 border-style: none;
 background-color: transparent;
}

.post 
{
 background-color: white;
 border-style: solid;
 border-width: 1px;
}

.btnbbcode 
{
 color: #000000;
 font-weight: normal;
 font-size: 1.1em;
 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
 background-color: #EFEFEF;
 border-color: #666666;
 border-width: 1px;
 border-style: solid;
}

.btnmain 
{
 font-weight: bold;
 background-color: #2d322b;
 color: #FFFFFF;
 cursor: pointer;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

.btnlite 
{
 font-weight: normal;
 background-color: #2d322b;
 cursor: pointer;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
 color: #FFFFFF;
}

.btnfile 
{
 font-weight: normal;
 background-color: #2d322b;
 color: #FFFFFF;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

.helpline 
{
 background-color: #DEE3E7;
 border-style: none;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle 
{
 margin-top: 10px;
 margin-right: 5px;
 margin-bottom: 0;
 margin-left: 5px;
 padding: 4px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 0;
 border-left-width: 1px;
 border-style: solid;
 border-color: #A9B8C2;
 color: #333333;
 background-color: #A9B8C2;
 font-size: 0.85em;
 font-weight: bold;
}

.quotetitle .quotetitle 
{
 font-size: 1em;
}

.quotecontent, .attachcontent 
{
 margin-top: 0;
 margin-right: 5px;
 margin-bottom: 10px;
 margin-left: 5px;
 padding: 5px;
 border-color: #A9B8C2;
 border-top-width: 0;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-style: solid;
 font-weight: normal;
 font-size: 1em;
 line-height: 1.4em;
 font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
 background-color: #FAFAFA;
 color: #4B5C77;
}

.attachcontent 
{
 font-size: 0.85em;
}

.codetitle 
{
 margin-top: 10px;
 margin-right: 5px;
 margin-bottom: 0;
 margin-left: 5px;
 padding-top: 2px;
 padding-right: 4px;
 padding-bottom: 2px;
 padding-left: 4px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 0;
 border-left-width: 1px;
 border-style: solid;
 border-color: #A9B8C2;
 color: #333333;
 background-color: #A9B8C2;
 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 font-size: 0.8em;
}

.codecontent 
{
 direction: ltr;
 margin-top: 0;
 margin-right: 5px;
 margin-bottom: 10px;
 margin-left: 5px;
 padding: 5px;
 border-color: #A9B8C2;
 border-top-width: 0;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-style: solid;
 font-weight: normal;
 color: #006600;
 font-size: 0.85em;
 font-family: Monaco, 'Courier New', monospace;
 background-color: #FAFAFA;
}

.syntaxbg 
{
 color: #FFFFFF;
}

.syntaxcomment 
{
 color: #FF8000;
}

.syntaxdefault 
{
 color: #0000BB;
}

.syntaxhtml 
{
 color: #000000;
}

.syntaxkeyword 
{
 color: #007700;
}

.syntaxstring 
{
 color: #DD0000;
}

/* Private messages
 ------------------ */
.pm_marked_colour 
{
 background-color: #000000;
}

.pm_replied_colour 
{
 background-color: #A9B8C2;
}

.pm_friend_colour 
{
 background-color: #007700;
}

.pm_foe_colour 
{
 background-color: #DD0000;
}

/* Misc
 ------------ */
img 
{
 border-style: none;
}

.sep 
{
 color: black;
 background-color: #FFA34F;
}

table.colortable td 
{
 padding: 0;
}

pre 
{
 font-size: 1.1em;
 font-family: Monaco, 'Courier New', monospace;
}

.nowrap 
{
 white-space: nowrap;
}

.username-coloured 
{
 font-weight: bold;
}

 
{
 : aqua::: ;
}

 
{
 
}