/* ********* *
 * ~ nyxkn ~ *
 * ********* */


/* ----------------
 * Layer Setup
 * ---------------- */

body {
	z-index:0;
}

#background {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:15%;
	height:100%;
	background-color:#FFA060; /* Overlay colour (left column) */
}

#canvas {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
}


/* ----------------
 * Columns Layout
 * ---------------- */

.columns {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background-color:#FFA060; /* Left column colour */
}
.columns .left {
	position:relative;
	float:left;
	width:15%;
}
.columns .right {
	position:relative;
	float:left;
	width:85%;
	min-height:20em;
	background-color:#fff;  /* Right column colour */
}


/* ----------------
 * TriColumn Layout
 * ---------------- */

.tricolbg {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.tricolbg .left {
	position:relative;
	float:left;
	width:33%;
	border-right:1px solid #046295;
}
.tricolbg .mid {
	position:relative;
	float:left;
	width:33%;
	border-left:1px solid #046295;
	border-right:1px solid #046295;
}
.tricolbg3 .right {
	position:relative;
	float:left;
	width:33%;
	border-left:1px solid #046295;
}

.tricolumn {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.tricolumn .left {
	position:relative;
	float:left;
	width:33%;
	text-align:center;
/* 	border:1px solid #046295; */
}
.tricolumn .mid {
	position:relative;
	float:left;
	width:33%;
	text-align:center;
/* 	border:1px solid #046295; */
}
.tricolumn .right {
	position:relative;
	float:left;
	width:33%;
	text-align:center;
/* 	border:1px solid #046295; */
}


/******************************************************************/

/* ----------------
 * General Properties
 * ---------------- */

html {
	margin:0;
	padding:0;
	height:100%;
	overflow-x:hidden;
}

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	overflow-x:hidden;
	font-family:'DejaVu Sans', 'Verdana', 'Palatino Linotype', sans-serif;
	color:#000;
	background-color:#fff; /* Body colour (right column) */
}

h1 {
	font-size:2em;
}
h1 span.small {
	font-size:50%;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.1em;
}

h4 {
	font-size:1em;
}

h5 {
	font-size:.9em;
}

p {
	margin:1em 0; /* actually the default (firefox?) */
 	margin:.4em 0;
	font-family:inherit;
	font-size:.8em;
}
p.red {
	color:#f00;
}
p.note {
	font-size:.7em;
	color:#f00;
}

a {
	font-family:inherit;
	font-size:.8em;
	text-decoration:none;
}
a:hover {
/*	background-color:#ccc; */
}

ul.none {
	list-style-type:none;
}

form {
	margin:1em 1em .5em 1em;
/*	background-color:#E77817; */
}

table {
	margin:0;
	padding:0;
}
tr {
	margin:0;
	padding:0;
}
td {
	margin:0;
	padding:0;
}

div.clear {
	clear:both;
}

div.stack {
	float:left;
}

span {

}
span.white {
	color:#fff;
}
span.black {
	color:#000;
}
span.red {
	color:#f00;
}
span.corange {
	color:#E77817;
}
span.note {
	font-size:.7em;
	color:#f00;
}
span.tab {
	padding:0 2em 0 2em;
}

.hidden {
	display:none;
}

.bold {
	font-weight:bold;
}

a.pure:link,
a.pure:visited,
a.pure:hover,
a.pure:active {
	color:#000;
	text-decoration:none;
}

a.image,
a.image:link,
a.image:visited,
a.image:hover,
a.image:active {
/* 	text-decoration:none; */
}

img {
	border-style:none;
}

/******************************************************************/

/* ----------------
 * Header Properties
 * ---------------- */

#header {
	clear:both;
/*	float:left; */
	width:100%;
	height:12%;
	margin:0;
	padding:0;
	border-bottom:2px solid #000;
	background-color:#046295;
}
#header p,
#header h1,
#header h2,
#header h3,
#header h4 {
	margin:0;
	padding:.4em 1em .4em 1em;
}
#header ul {
	clear:both;
	float:left;
	width:100%;
	margin:.5em .5em .5em .5em;
	padding:.1em .1em .1em .1em;
	list-style-type:none;
/*	overflow:hidden; */
}
#header ul li {
	float:right;
}
#header ul li a {
	position:relative;
	right:2em;
	margin:0;
	padding:.2em .6em;
	display:block;
	text-align:center;
	text-decoration:none;
/*	text-transform:uppercase; */
	color:#000;
	background-color:#046295;
}
#header ul li a:link,
#header ul li a:visited {
/*	font-weight:bold; */
	font-size:1em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#046295;
}
#header ul li a:hover,
#header ul li a:active {
	background-color:#E77817;
}

#header ul li.user {
	float:left;
}
#header ul li.user a,
#header ul li.user p {
	position:relative;
	float:left;
	left:2em;
	margin:0;
	padding:.2em .6em .0em .6em;
	display:block;
	text-align:center;
	text-decoration:none;
/*	text-transform:uppercase; */
	color:#000;
	background-color:#046295;
}
#header ul li.user p {
	font-size:.9em;
	text-align:center;
	color:#fff;
}
#header ul li.user a:link,
#header ul li.user a:visited {
/*	font-weight:bold; */
	font-size:.9em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#046295;
}
#header ul li.user a:hover,
#header ul li.user a:active {
/* 	background-color:#E77817; */
	color:#f00;
}
#header ul.main li {
	float:left;
	padding-top:.8em;
}
#header ul.main a:link,
#header ul.main a:visited {
	font-weight:bold;
	color:#000;
}
#header ul.main li a:hover,
#header ul.main li a:active {
	background-color:#4ae;
}


/* ----------------
 * Menu Properties
 * ---------------- */

#menu {
	margin:1em 1em 1em 1em;
/*	border:4px solid #046295; */
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li {
}
#menu ul li.secttop {
	border-top:1px solid #046295;
}
#menu ul li.sectbottom {
	border-bottom:1px solid #046295;
}
#menu ul li a {
	margin:0;
	padding:.1em 0 .1em 0;
	display:block;
}
#menu ul li a span {
	display:none;
}
#menu ul li a:link,
#menu ul li a:visited {
	display:block;
	font-size:.9em;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	color:#000;
/*	background-color:#ccf; */
}
#menu ul li a:hover,
#menu ul li a:active {
	color:#f22;
/*	background-color:#fa3; */
}
#menu ul li a:hover span {
	position:absolute;
	z-index:3;
	left:0;
	top:0;
	margin:0 10% 0 10%;
	padding:0;
	width:80%;
	display:block;
	font-size:.8em;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	color:#f00;
	background-color:#faf;
}


/* ----------------
 * Right Page Properties
 * ---------------- */

#page {
	margin:1em 2em 0 2em;
        padding:0;
	overflow-x:auto;
	overflow-y:hidden;
}
#page h1,
#page h2,
#page h3,
#page h4 {
/* 	margin:.8em 2em .2em 1em; */
        margin:.2em 1em .8em 1em;
	padding:0;
}
#page p {
/* 	margin:.4em 2em .2em .4em; */
	padding:0;
}
#page a {
/* 	margin:0 0 0 .4em; */
}
#page p a {
	margin:0;
	padding:0;
	font-size:1em;
}
#page form {
	margin:0 1em 0 1em;
}
#page form.login input {
	margin:0 0 0 1em;
}
#page form.register input {
	margin:0 0 0 1em;
}
#page form.register input.redbg {
	border:1px solid #f00;
	color:#000;
	background-color:#fee;
}
#page img {
	margin:0 2em 0 2em;
}
#page div.redbox {
	padding:0 1em 0 1em;
	border:1px solid #f00;
	color:#000;
	background-color:#fee;
}
#page div.bluebox {
	padding:0 1em 0 1em;
	border:1px solid #00f;
	color:#000;
	background-color:#eef;
}
#page div.greenbox {
	padding:0 1em 0 1em;
	border:1px solid #0f0;
	color:#000;
	background-color:#efe;
}


/* ----------------
 * News
 * ---------------- */

#news {
	border-width:2px 0 2px 0;
 	border-style:solid;
	border-color:#046295;
}
#news .entry {
	margin:0;
	padding:0;
	border-width:2px 4px 2px 4px;
	border-style:solid;
	border-color:#046295;
}
#news .entry .title {
	background-color:#4ae;
}
#news .entry .title h3 {
	margin:0;
	padding:0;
}


/* ----------------
 * Shop Section
 * ---------------- */

#shop ul {

}

#shop table.itemtable h4 {
	margin:0;
	padding:0;
}
#shop table.itemtable p {
	margin:0;
	padding:0;
}
#shop table.itemtable a {
	margin:0;
	padding:0;
}

#shop table.itemtable {
	border-collapse:collapse;
/* 	border-spacing:1em 0em; */
/* 	border:1px solid #046295; */
}
#shop table.itemtable tr {
/* 	border-bottom:1px solid #046295; */
/* 	border-right:1px solid #046295; */
}
#shop table.itemtable tr.total {
	border-top:1px solid #046295;
}
#shop table.itemtable th {
	padding-bottom:0.5em;
	text-align:center;
}
#shop table.itemtable td {
/* 	padding:0.2em 0 0.2em 0; */
	padding:.1em .5em .1em .5em;
	text-transform:lowercase;
	text-transform:capitalize;
	text-align:center;
}
#shop table.itemtable td.code {
	text-align:left;
}
#shop table.itemtable td.price {
	padding:0 1em 0 1em;
	border-right:1px solid #046295;
	text-align:right;
}
#shop table.itemtable td.qty {
	padding:0 1em 0 1em;
	color:#f00;
}
#shop table.itemtable td.partial {
	padding:0 1em 0 1em;
	border-left:1px solid #046295;
	border-right:1px solid #046295;
	text-align:right;
}
#shop table.itemtable td.tline {
	padding-top:1em;
}
#shop table.itemtable td.total {
	padding:1em 1em 0 1em;
	text-align:right;
}
#shop table.itemtable td.radiol {
	border-top:1px solid #046295;
}
#shop table.itemtable td.radior {
	border-top:1px solid #046295;
	border-left:1px solid #046295;
}

#shop table.itemtable form.itemform {

}

#shop #itemdesc a {
	float:left;
}
#shop #itemdesc p {
/* 	float:left; */
}


#info ul {
	font-size:1em;
}
#info ul > li {
	font-size:.8em;
}
#info ul > li > p {
	font-size:0.9em;
}
#info ul > li > a {
	font-size:1em;
}
#info table td {
	padding:0 .5em 0 .5em;
}


/* ----------------
 * Misc classes
 * ---------------- */

.htmlpreview {
	border:1px dashed #046295;
}

textarea.sourcecode {
	width:80%;
	height:400px;
	border:1px solid #0f0;
	background-color:#eff;
}


/******************************************************************/

