/* @override http://wordley.com.au/main.css */

/* @group Basics */
html, body{
	height: 100%;
}
body {
	color: #666;
	font: normal 10pt/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	min-height: 700px;
	min-width: 1000px;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-shadow: rgba(0,0,0,0.25) .1em .1em .1em;
}

li {
	margin-bottom: 0.5em;
}

p {
	margin: 1em;
	text-align: justify;
}

h1, h2 h3, h4, h5, h6 {
	margin: 2em 0 1em;
}

form dt {
	float: left;
}

#content form#asset_form {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

td {
	padding: .5em;
}

img {
	margin: 1em;
}

#content table.rows tr:nth-child(odd) {
	background-color: #ddd;
}

#content table.rows tr:nth-child(even) {
	background-color: #eee;
}

/* @end */

/* @group Layout */

#outer {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

#wrapper {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 700px;
}

#main {
	position: relative;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	border: 1px #f9f9f9 solid;
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group Title */

#main h1:first-child {
	float: left;
	margin: 0;
	line-height: 1em;
	font-size: 1.7em;
	color: #777;
}

#main h1:first-child:hover {
	color: #222;
}

#main h1:first-child span {
	font-weight: normal;
}

/* @end */

/* @group .Menu */

.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu li {
	border: 0 solid #ddd;
}

.menu li:first-child{
	border-left: none;
}

/* @end */

/* @group #Menu */

#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom: 10px;
	left: 0;
}
#menu .menu {
	display: inline;
	float: right;
}
#menu .menu li{
	float: left;
	padding: 0 35px;
	border-left-width: 1px;
}

/* @end */

/* @group #Categories */

#categories .menu {
	clear: both;
	float: left;
	margin-top: 100px;
}

#categories .menu li {
	margin-bottom: 20px;
	padding: 2px;
}

/* @end */

#main > #content {
	position: absolute;
	bottom: 3.5em;
	right: 0;
	top: 2.5em;
	left: 6em;
	overflow: auto;
	padding: 44px 6em;
}

/* @group Portfolio */

#content #preview {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 110px;
	border: 1px #f5f5f5 solid;
	background: transparent no-repeat center center;
}

#content #sidebar {
	position: absolute;
	right: 0;
	width: 99px;
	top: 90px;
	bottom: 90px;
	overflow: auto;
	text-align: center;
	padding: 0 5px;
}

#content #sidebar img {
	opacity: 0.33;
	margin: 0 0 10px;
}

#content #sidebar a:hover img {
	opacity: 1;
	background-image: url(a);
}

/* @end */

#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent url(/media/images/loadingAnimation.gif) no-repeat center center;
}

#slideshow div {
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
}

#preload div {
	width: 0;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#tools {
	float: right;
}
