﻿/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/hemn_sherwani_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Tahoma; text-align:right; direction:rtl
}

.pun {FONT-SIZE: 14px; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 14px}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1.0em}
.pun H3 {FONT-SIZE: 1.2em}
#brdtitle H1 {FONT-SIZE: 1.4em}

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.3em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}
DIV.postleft DD {font-size: 90%;}
DIV.blocktable TH {font-size: 90%;}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/



/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
font-weight: bold;
text-decoration: none }

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {
font-weight: none;
text-decoration: none }

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}
/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0;PADDING: 0; text-align: right;direction:rtl}
#punwrap {margin:12px 20px}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 12px}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
.pun H2 {PADDING: 4px 6px}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#brdtitle P {PADDING-TOP: 0px}
DIV.linkst {PADDING: 8px 6px 3px 6px}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}
#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px; border-color: #B3EEB3;}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
.pun BLOCKQUOTE {    MARGIN: 5px 15px 15px 15px; 
                          PADDING: 8px; 
                          background-color: #ffffff; 
                          text-align:  right;
                    }

.pun  DIV.codebox { ;
                            background-repeat: no-repeat;
                            MARGIN: 5px 15px 15px 15px;
                            PADDING: 8px 8px 8px 15px;
                            background-color: #EFE9EC;
                            text-align:left;
                            direction: ltr;
                            font-size: 10pt;
                            }

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px}
DIV.inform {PADDING-BOTTOM: 12px}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px}
DIV.infldset {PADDING: 9px 0px 12px 0}
.pun LEGEND {PADDING: 0px 6px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 9px 10px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}

UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px}
/****************************************************************/
/* X. Post user status indicators, offline/online */
/****************************************************************/
 
.pun DIV.postfootleft p, .pun DIV.postfootleft p strong {
    padding: 0;
    font-style: normal;
    text-indent: 25px;
    display: block;
    height: 15px;
}
 
/* Offline */
.pun DIV.postfootleft p {
    background: url(http://mklove.net/mako/Caramel/of.gif) no-repeat 5px 50%;
    height: 54px;
}
 
/* Online - Lays an image above the 'offline' icon */
.pun DIV.postfootleft p strong {
    background: url(http://mklove.net/mako/img/Caramel/on.gif) no-repeat 5px 50%;
    height: 54px;
}
/* --- START PunBB File Editor styling --- */

/* With, Height etc. */
#fetextedit, #fecodearea { width:99%; overflow:auto; height:550px } /* IE will mess up if using 100% width */
DIV > #fetextedit, DIV > #fecodearea { width:100% } /* For proper browsers */

/* Text settings */
#fecodearea TD INPUT, #fetextedit {font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}
#fecodearea TD.fedelete { text-align:center }
#fecodearea TD.feline { text-align: right }
#saveeditmodelabel { display:inline }
#femodlist LI.fedirlist {list-style:square inside; font-weight:bold}

/* Borders */
#femodlist, #fecodearea { border:1px solid #ccc }
.pun #fecodearea TD, .pun #fecodearea TD INPUT.felineedit, .pun #fetable TH { border:0 }


/* Padding & spacing */
.pun #fecodearea TD, .pun #fecodearea TD INPUT { padding:0 }
#femodlist LI { padding:3px 6px }
.pun #fetable TH { padding: 3px 6px }

/* Background & colors */
#femodlist LI.rowodd, #fecodearea TD.rowodd, #fecodearea TD.rowodd INPUT.felineedit { background: #fffcde }
#femodlist LI.roweven, UL#femodlist, #fecodearea TD.roweven, #fecodearea TD.roweven INPUT.felineedit { background: #fff }
.pun #fetable TH { background: #d1d1d1 }

/* --- END PunBB File Editor styling --- */
// Abackground color for the rows
.even {background: #555}
.odd {background: #ECECEC}
 
// A background color for the 'replies' and 'views' colums
.even .tc2, .even .tc3 {background: #666}
.odd .tc2, .odd .tc3 {background: #DC8D34}
/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/


/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: right;
	MARGIN-TOP: 0.1em;
	MARGIN-right: 0.4em;
	DISPLAY: block;
/*	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid*/
	HEIGHT: 48px;
	WIDTH: 39px; text-align:right; direction:rtl
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em; direction:rtl; text-align:right; color:#0076EC}




/*** ADDED ***/

/* Override the base.css hiding of board info header */

#brdstats H2 {
  position:relative;
  width:auto;
  left:0
}

/* Username, avatar etc. structure settings */

DIV.postleft DT, DIV.postleft DD.usertitle, DIV.postleft DD.postavatar {
  text-align:center;
  background:none;
  border:0
}

DIV.postleft DD.postavatar IMG, DIV.postleft DD {
  border-width:1px;
  BORDER-COLOR: #485B48;
  border-style:solid;
  padding:2px
}

DIV.postleft DD {
  padding:3px;
  margin-bottom:1px;
  margin-top:0
}

/*****/



body {scrollbar-3dlight-color:7cb812;
                scrollbar-arrow-color:#000000;
                scrollbar-track-color:#A0FBA0;
                scrollbar-darkshadow-color:239323;
                scrollbar-face-color:#62D962;
                scrollbar-highlight-color:#000000;
 }               
.weney_meko img{
    text-align: right;
    float: right;
    margin-right: 30px;
    margin-left: 30px;
    right: 0px;
}
.pun .tcl2 {
    BORDER-RIGHT: none;
    width: 50px;
}
/****************************************************************/




/****************************************************************/
/* MOD MODERN BBCODE: TOOLBAR AND TOOLBUTTON STYLE INDICATORS */
/****************************************************************/

DIV.toolbar {
	background: #4F924F;
	border-left: 2px #dcea6f solid;
	border-top: 2px #dcea6f solid;
	border-right: 2px #dcea6f solid;
}

DIV.toolbar .draghandle {
	border-left: 2px #000000 dotted;
}

DIV.toolbar .separator {
	border-left: 12px #4F924F solid;
}

DIV.toolbar a.tool_btn, DIV.toolbar a.dropdown, DIV.toolbar a.dropdown_opened {
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
}

DIV.toolbar a.tool_btn:visited, DIV.toolbar a.dropdown:visited, DIV.toolbar a.dropdown_opened:visited {
	color: #FFFFFF;
}

DIV.toolbar a.tool_btn:hover, DIV.toolbar a.dropdown:hover {
	border: 1px #000000 solid;
	color: #000000;	
	background: #B6FFBB;
}

DIV.toolbar a.dropdown {
	background: url(/../../img/modern_bbcode/sulfur_arrow.png) no-repeat top right;
}

DIV.toolbar a.dropdown_opened, DIV.toolbar a.dropdown_opened:hover, DIV.toolbar a.dropdown_opened:visited {
	color: #000000;
	border: 1px #000000 solid;
	background: #5FD85B url(/../../img/modern_bbcode/sulfur_arrow_opened.png) no-repeat top right;
}

DIV.toolbar a.dropdown:hover {
	background: #5FD85B url(/../../img/modern_bbcode/sulfur_arrow_hover.png) no-repeat top right;
}

/****************************************************************/
/* MOD MODERN BBCODE: POPUP PALETTE INDICATORS */
/****************************************************************/

/* 0. Common popup panel indicators */

#colorpalette #colorbtn, #smilespanel #smilesbtn, #sizepanel #sizebtn, #imgpanel #imgbtn, #listpanel #listbtn {
	border-left: 1px #000000 solid;
	border-right: 1px #5FD85B solid;
	color: #55E47B;
	background: #55E47B;
}

#colorpalette #colorcontent, #smilespanel #smilescontent, #sizepanel #sizecontent, #imgpanel #imgcontent, #listpanel #listcontent {
	border: 1px #23B928 solid; 
	background: #55E471;
}

/* 1. Smileys popup panel indicators */

#smilespanel #adv a, #smilespanel #adv a:visited {
	color: #FFF;
}

#smilespanel #adv a:hover {
	color: #CA3300;
}

/* 2. Colors popup panel indicators */

#colorpalette #colorcontent a {
	border: 1px #BBB solid;
}

#colorpalette #colorcontent a:hover {
	border: 1px #000000 solid;
}

/* 3. Font-sizes, Images and Lists popup panel indicators */

#sizepanel #sizecontent a, #imgpanel #imgcontent a, #listpanel #listcontent a {
	border: 0.5px solid #ffffff;
	color: #FFF;
	background: #4F924F;
}

#sizepanel #sizecontent a:hover, #imgpanel #imgcontent a:hover, #listpanel #listcontent a:hover  {
	border: 1px #000000 solid;
	color: #000000;	
	background: #A8FFA8;	
}

/****************************************************************/
/* MOD MODERN BBCODE: ADDITIONAL BBCODE INDICATORS */
/****************************************************************/

code {
	color: #FF1C00;
}

div.postmsg li {
	color: #666;
}

DIV.spoilerbox p {
	color: #F1F1F1;
}

DIV.spoilerbox p:hover {
	color: #333;
}

IMG.postimg {
	padding: 1px;
	margin: 2px 5px;
	border: 1px solid #D2613F;
	background: #F1F1F1;
}

DIV.postmsg a:hover IMG.postimg {
	border: 1px solid #CA3300;
}






/* Class set for moderator info */

.subforum_name
{  
  font-size: 17px;
  color: #4010FF;
}

a.subforum_name:link
{  
  font-size: 15px;
  color: #4010FF;
}

a.subforum_name:visited
{  
  font-size: 15px;
  color: #4010FF;
}

a.subforum_name:hover
{  
  font-size: 15px;
  color: #4010FF;
}

.subforum
{  
  font-size: 15px;
  margin-left: 0px;
}

.moderator
{  
  font-size: 15px;
  margin-left: 0px;
}

.mod_by
{
  color: #BC9788;
}




---------------========------------------------------------------------==========

este sarawaw gorene rang kate maws achete sari


/****************************************************************/
/* 6. MENU STYLING  ZIAD KRAW */
/****************************************************************/

#brdmenu li a {
	padding: 4px;
}

#brdmenu li a:hover {
	BACKGROUND: #8BEF8B  repeat-x top left;
	color: #000000;
	padding: 8px;
}

/* Class set for moderator info */

.subforum_name
{  
  font-size: 17px;
  color: #4010FF;
}

a.subforum_name:link
{  
  font-size: 15px;
  color: #4010FF;
}

a.subforum_name:visited
{  
  font-size: 15px;
  color: #4010FF;
}

a.subforum_name:hover
{  
  font-size: 15px;
  color: #4010FF;
}

.subforum
{  
  font-size: 15px;
  margin-left: 0px;
}

.moderator
{  
  font-size: 15px;
  margin-left: 0px;
}

.mod_by
{
  color: #BC9788;
}




/****************************************************************/
/* MOD MODERN BB-CODE STYLE INDICATORS */
/****************************************************************/

/****************************************************************/
/* MOD MODERN BBCODE: OVERRIDES FOR STANDART PUNBB STYLE INDICATORS */
/****************************************************************/

#post textarea, #post input.longinput, #edit textarea, #edit input.longinput {
	border: 1px #000000 solid; 
}







