/* Hybrid Vision by Stephen Cameron */

* {
    margin: 0;
}

html, body {
    height: 100%;
}


body {
	background: #3d3d3d url(../img/bg.png);
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #bbb;
}

a:hover, a:active {
	color: #fff;
}

p { margin: 0 0 12px 0; }

ul { margin-bottom: 10px; }


hr {
	color: #777;
	height: 1px;
}

/*== Sections ==*/
#container {
	width: 100%;
	min-width: 850px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px; /* based on footer height */
}

#header {
	background: url(/img/header-bg.png) repeat-x;
	height: 107px;
	position: relative;
}

#logo {
	background: transparent url(/img/header-logo.png) top left no-repeat;
	height: 107px;
	width: 426px;
	cursor: pointer;
}

#logo h1 { 
    display:none; 
}

#infinity {
	background: url(/img/header-infinity.png) top left no-repeat;
	width: 30px;
	height: 15px;
	position: absolute;
	right: 8px;
	top: 9px;
}

#nav {
	position: absolute;
	top: 48px;
	left: 420px;
	height: 14px;
}
#nav ul { margin: 0; padding: 0; }
#nav ul li { float: left; list-style-type: none; }
#nav ul li a { 
	height:14px; 
	display:block; 
	text-indent:-9900px;
	outline: none;
}

#nav ul li a:hover, #nav ul li a.selected { background-position: 0 -14px; }

#navPortfolio { background-image: url(/img/nav-portfolio.png); width: 112px; }
#navServices { background-image: url(/img/nav-services.png); width: 117px; }
#navAbout { background-image: url(/img/nav-about.png); width: 101px; }
#navContact { background-image: url(/img/nav-contact.png); width: 89px; }

#content {
	color: #eee;
	padding: 0 10px 4px 20px;
}

#content h2 { 
    margin-top: 0;
    padding: 8px 0 0 0; 
}

#footer {
	background: #232323;
	color: #bbb;
	padding: 8px 0;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #111;
	clear: both;
	height: 20px;
	width: 100%;
	min-width: 850px;
}

.push { height: 36px; /* height of footer */ }

.static { width: 940px; margin: 20px 0 15px 20px; float: left; }



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

/** Tables **/
table {
	background: #222;
	border-right:0;
	clear: both;
	color: #aaa;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table tr td {
	background: #444;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #555;
}
table tr:nth-child(2n) td {
	background: #444;
}
table .altrow td {
	background: #333;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #666;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #aaa;
	font-size: 140%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #999;
}
form div.required {
	color: #bbb;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
	text-align: right;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 1em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #aaa;
}
div.paging span a {
}

