/**
 * Copyright (c) 2008-2009 John Girvin
 * except where indicated otherwise.
 * 
 * Unauthorised duplication, distribution
 * or alteration strictly prohibited.
 *
 */

html,body {
	height:100%;
	padding: 0px;
	margin: 0px;
}

body {
	background: url(/img/bg-gradient.png) #242424 repeat-x;
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;   
}

a {
  color: #ffdc91;
  text-decoration: none;
}
a:visited {
  color: #ffdc91;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
a:active {
  color: #ffffff;
  text-decoration: underline;
}

h1,h2,h3,h4 {
    font-family: "Trebuchet MS", sans-serif;
    color: #ffb000;
}

img {
    border: none;
}

div {
    padding: 0px;
    margin: 0px;
}

ul {
	list-style: square;
	margin-left: 0;
	padding-left: 1em;
}

.help {
    color: #ffffff;
    padding: 5px 0px 5px 0px;
	margin: 0px;
	font-style: italic;
}
.success {
    color: #008800;
    font-weight: bold;
}
.error {
    color: #ff0000;
    font-weight: bold;
}
.hide {
	display: none;
}
.first {
	margin-top: 0px;
}
.text-img {
	display: inline;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* style for jquery-ui tabs */
ul.ui-tabs-nav {
    list-style: none;
    padding: 0px;
}
ul.ui-tabs-nav li {
    float: left;
    margin-left: 2px;
}
ul.ui-tabs-nav li a {
    display: block;
    width: 6.0em;
	padding: 5px;
    background: url(/img/mn-gradient-0.png) #383838 repeat-x;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
ul.ui-tabs-nav li a:hover {
    background: url(/img/mn-gradient-1.png) #ffb000 repeat-x;
}
ul.ui-tabs-nav li.ui-tabs-selected a {
    background: url(/img/mn-gradient-1.png) #ffb000 repeat-x;
    color: #000000;
}
ul.ui-tabs-nav li.ui-tabs-selected a:hover {
    color: #ffffff;
}

div.ui-tabs-panel {
}
div.ui-tabs-hide {
	display: none;
}

/* main styles */

#layout {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#layout-head {
    height: 4.0em;
    border-bottom: 1px solid #ffb000;
}
#layout-head h1 {
    padding: 10px 5px 5px 0px;
    margin: 0px;
    float: left;
}

#menu {
    float: right;
    height: 4.0em;
}
#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#menu li {
    float: left;
    margin-left: 2px;
}
#menu li a {
    display: block;
    float: left;
    width: 9em;
	margin-top: 1.0em;
	height: 2.8em;
	line-height: 2.8em;
    background: url(/img/mn-gradient-0.png) #383838 repeat-x;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#menu li a:hover {
    background: url(/img/mn-gradient-1.png) #ffb000 repeat-x;
	height: 3.0em;
}
#menu li a.sel {
    background: url(/img/mn-gradient-1.png) #ffb000 repeat-x;
    color: black;
	height: 3.0em;
}
#menu li a.sel:hover {
    color: white;
	height: 3.0em;
}

#layout-main {
	clear: both;
}

#layout-l {
    float: left;
    width: 200px;
	padding-top: 5px;
}

#layout-r {
    background: url(/img/mn-gradient-0.png) #383838 repeat-x;
	float: right;
    width: 195px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
    font-size: 8pt;
    text-align: justify;
	border-left: 1px solid #ffb000;
	border-bottom: 1px solid #ffb000;
}

#layout-m {
	margin: 0px 215px 0px 215px;
	padding: 5px 10px 2.0em 0px;
    text-align: justify;
}

#layout-tail {
	width: 100%;
	clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #ffb000;
    font-size: 8pt;
}

#page-image {
	display: none;
}

/* portfolio page styles */

#portfolio-tabs {
	float: left;
}

#portfolio-content {
	float: left;
	margin-left: 2px;
	padding: 5px;
}

.portfolio-item {
	clear: both;
}
.portfolio-item div {
	float: left;
	padding-bottom: 20px;
}
.portfolio-item img {
	padding: 5px;
	margin: 0px;
}
.portfolio-item h3 {
	padding-left: 10px;
	margin: 0px;
}
.portfolio-item ul {
    list-style: square;
	list-style-position: inside;
    padding: 0px;
    margin: 0px;
}
.portfolio-item li {
	padding-left: 10px;
}

.portfolio-link a {
	padding-left: 10px;
	margin: 0px;
	font-weight: bold;
}

/* contact page styles */

.form-label h3, h4 {
	margin-bottom: 0px;
}
.form-field input,textarea,select {
	background: #383838;
	color: #ffffff;
    border: 1px solid #ffb000;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
    padding: 1px;
    margin: 0px;
}
.form-field input.focussed,textarea.focussed {
    background: #888888;
	border: 1px solid #ffff00;
}
.form-field input.error,textarea.error {
    border: 1px solid #880000;
	color: #ffffff;
	font-weight: normal;
}
.form-submit {
	margin-top: 10px;
}
.form-submit input {
	background: #383838;
	color: #ffffff;
    border: 1px solid #ffb000;
	padding: 5px;
	margin: 0px;
}
.form-submit input.focussed {
    background: #888888;
	border: 1px solid #ffff00;
}