/* *************************** SpinkBB ****************** */
/*              SKIN GENERE PAR SPINKBB                   */
/*    http://www.jsand.net/spinkbb                        */
/* ********************************** SpinkBB *********** */

/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */

.pun {COLOR: #000000; line-height: 1.5em !important;}

DIV.box, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #FFFFFF}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #FFFFFF }

.pun BLOCKQUOTE {BACKGROUND-COLOR: #EFEFEF;}

/* 1. 2 Darker background colours */

TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #EDEDED}

TH.tcl, TH.tc2, TH.tc3, TH.tcr {font-weight: bold;}

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu {BACKGROUND-COLOR: #2E549B; COLOR: #FFFFFF; font-weight: bold}

#brdmenu li a {font-weight: bold;}

/* 1.4 Table header rows */

.pun TH {BACKGROUND-COLOR: #EDEDED}

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #2E549B}

/* 1.6 Highlighted text for various items */

.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #333}

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.postright, DIV.blockpost DIV.box, DIV.postfootright {BACKGROUND-COLOR: #FFFFFF}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #FFFFFF}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #FFFFFF}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

DIV.blockpost H2 {BACKGROUND-COLOR: #2E549B}
DIV.blockpost H2 SPAN.conr {COLOR: #FFFFFF}

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */

.pun HR {BACKGROUND-COLOR: #333; COLOR: #333}

/****************************************************************/
/* 3. BORDER COLOURS */
/****************************************************************/

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #2E549B; margin-bottom: 20px;}

/* 3.2 Makes the top border of posts match the colour used for post headers */

DIV.blockpost DIV.box {BORDER-COLOR: #2E549B #2E549B #2E549B}

/* 3.3 Table internal borders. By default TH is same as background so border is invisible */

.pun TD {BORDER-COLOR: #999999}
.pun TH {BORDER-COLOR: #EDEDED}

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #999999 #999999 #999999 #999999}

DIV.codebox {background-color: #EFEFEF;}

/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */

.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}

/****************************************************************/
/* 4. LINK COLOURS */
/****************************************************************/

/* 4.1 This is the default for all links */

.pun A:link, .pun A:visited {COLOR: #2E549B}
.pun A:hover {COLOR: #FF6600}

/* 4.2 This is the colour for links in header rows and the navigation bar */

.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #FFFFFF}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FFFFFF}

/* 4.3 This is for closed topics and "hot" links */

LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
LI.maintenancelink A:hover {COLOR: #B42000}

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* 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. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #2E549B #165090 #054080 #165090}
TR.iredirect DIV.icon {BORDER-COLOR: #FFFFFF #FFFFFF #FFFFFF #FFFFFF}
DIV.inew {BORDER-COLOR: #FF6600 #DD4400 #CC3300 #DD4400}

/* +------------------------------------------------------------+ */
/* | Fonts                                                      | */
/* +------------------------------------------------------------+ */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../../img/open-sans.woff') format('woff');
}

/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
     color: #333333;
     background-color: #000000;
     font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     font-size: 14px;
     font-weight: normal;
     text-align: left;
     margin: 0px;
     padding: 0px;
     }

a {
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

a:hover {
     color: #000000;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Header                                   | */
/* +------------------------------------------------------------+ */

#skin_header_wrapper {
     background-color: #000000;
     margin: 0px;
     padding: 0px;
     font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     }

#skin_header {
     height: 150px;
     margin: 0px 80px 0px 80px;
     min-width: 900px;
     padding: 0px;
     color: #72777A;
     background-image: url('../../img/kryptronic-header-logo.png');
     background-repeat: no-repeat;
     background-position:  top left;
     }

.skin_header_highlightxt {
     color: #CECECE;
     }

#skin_header a {
     color: #CECECE;
     text-decoration: none;
     font-weight: normal;
     }

#skin_header a:hover {
     color: #FFFFFF;
     text-decoration: none;
     font-weight: normal;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Header Top                               | */
/* +------------------------------------------------------------+ */

#skin_header_top_wrapper {
     height: 50px;
     margin: 0px;
     padding: 0px;
     width: 700px;
     float: right;
     }

#skin_header_top {
     display: inline-block;
     float: right;
     margin: 20px 0px 0px 0px;
     padding: 0px;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Header Divs                              | */
/* +------------------------------------------------------------+ */

#skin_header_home,
#skin_header_support,
#skin_header_docs,
#skin_header_customshop,
#skin_header_hosting {
     margin: 0px 0px 0px 10px;
     display: inline-block;
     background-position: left center;
     background-repeat: no-repeat;
     min-height: 20px;
     padding: 3px 0px 3px 25px;
     }

#skin_header_home {
     background-image: url('../../img/skin_iconsmall_home.png');
     }

#skin_header_support {
     background-image: url('../../img/skin_iconsmall_support.png');
     }

#skin_header_docs {
     background-image: url('../../img/skin_iconsmall_docs.png');
     }

#skin_header_customshop {
     background-image: url('../../img/skin_iconsmall_customshop.png');
     }

#skin_header_hosting {
     background-image: url('../../img/skin_iconsmall_hosting.png');
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Header NavMenu                           | */
/* +------------------------------------------------------------+ */

#skin_header_navmenu {
     margin: 0px;
     padding: 0px;
     height: 50px;
     width: 700px;
     float: right;
     height: 80px;
     clear: right;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Header NavMenu UL                        | */
/* +------------------------------------------------------------+ */

#skin_header_navmenu ul {     
     padding: 0px;
     margin: 45px -10px 0px 0px;
     list-style: none;
     float: right;
     }

#skin_header_navmenu li {
     float: left;
     padding: 0px;
     margin: 0px;
     }

#skin_header_navmenu ul li {
     padding: 0px;
     height: 38px;
     -moz-border-radius: 6px 6px 0px 0px;
     -webkit-border-radius: 6px 6px 0px 0px;
     border-radius: 6px 6px 0px 0px;
     }

#skin_header_navmenu ul li a {
     display: block;
     color: #CECECE;
     font-weight: normal;
     text-decoration: none;
     padding: 10px 12px 10px 12px;
     font-size: 18px;
     line-height: 1em;
     margin: 0px;
     border: none;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

#skin_header_navmenu ul li a:hover {
     background-color: #333333;
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     }

#skin_header_navmenu li ul {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Content                                  | */
/* +------------------------------------------------------------+ */

#skin_contentwrap {
     background-color: #F2F2F2;
     padding-top: 20px;
     background-image: url('../../img/forum.jpg');
     background-position: center top;
     background-repeat: no-repeat;
     background-size: 100%;
     }

#skin_content {
     background-color: #FFFFFF;    
     margin: 0px 80px 0px 80px;
     min-width: 900px;
     padding: 20px 20px 20px 20px;
     -moz-border-radius: 4px 4px 0px 0px;
     -webkit-border-radius: 4px 4px 0px 0px;
     border-radius: 4px 4px 0px 0px;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Footer                                   | */
/* +------------------------------------------------------------+ */

#skin_footer_wrapper {
     font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     background-color: #000000;
     margin: 0px;
     padding: 0px;
     }

#skin_footer {
     background-color: #000000;  
     margin: 0px 80px 0px 80px;
     min-width: 900px;
     padding: 20px 20px 20px 20px;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Footer Copyright                         | */
/* +------------------------------------------------------------+ */

#skin_footer_copyright {
     font-size: 11px;
     color: #CECECE;
     line-height: 1.25em;
     margin: 0px 0px 0px 0px;
     font-weight: normal;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes                                    | */
/* +------------------------------------------------------------+ */

input[type=submit], input[type=reset], input[type=password] {
     display: inline-block;
     font-weight: bold;
     text-decoration: none;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     background-color: #2E549B;
     border: none;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     color: #FFFFFF;
     cursor: pointer;
     font-size: 14px !important;
     text-transform: uppercase;
     padding: 2px 4px 2px 4px;
     }

input[type=text], textarea {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 0px 5px 5px 0px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     padding: 2px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     }

input[type=text]:focus, input[type=password]:focus, input[type=password]:focus, select:focus, textarea:focus {
     background-color: #F5F5F5;
}

textarea {
     width: 90%;
     }

input[type=checkbox], input[type=radio] {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 4px 0px;
     border: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

select {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 0px 5px 5px 0px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     padding: 2px;
     -moz-border-radius: 6px 0px 0px 6px;
     -webkit-border-radius: 6px 0px 0px 6px;
     border-radius: 6px 0px 0px 6px;
     }

input, textarea.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 0px 5px 5px 0px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     padding: 2px;
     -moz-border-radius: 6px 6px 6px 6px;
     -webkit-border-radius: 6px 6px 6px 6px;
     border-radius: 6px 6px 6px 6px;
     }

select:focus, input:focus, textarea:focus {
     background-color: #FFFFDD;
     border: 1px solid #FFCC66;
     }

textarea {
     width: 90%;
     }

input[type="radio"], input[type="checkbox"] {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 4px 0px;
     border: none;
     }

/* +------------------------------------------------------------+ */
/* | Overrides                                                  | */
/* +------------------------------------------------------------+ */

#brdtitle {
     display: none;
     }

div.inbox table tr:hover td {
     background-color: #FFFFDD;
     }

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
