/*

© CamediaWeb 2009

Layout CSS File for CW.com V2

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	font-family: "Lucida Grande";
	background: url(images/background.jpg) repeat-x #182b3f;
	font-size: 13px;
	width: 100%;
	height: 100%;
	color: black;
	text-shadow: 0 1px #b4c3d3;
}

a {
	color: black;
	text-decoration: none;
}

.center {
	text-align: center;
}

/* Layout */

#page {
	background: url(images/highlight.png) no-repeat top center;
}

#header {
	position: relative;
	background: url(images/header.png) repeat-x;
	width: 100%;
	height: 60px;
	margin: 0 auto 20px auto;
}

#camediaweb {
	display: block;
	position: absolute;
	left: 50%;
	margin: 15px 0 0 -367px;
	text-indent: -9999px;
	width: 230px;
	height: 25px;
	background: url(images/camediaweb.png) repeat-x;
}

.headerbutton {
	display: block;
	position: absolute;
	font-size: 20px;
	right: 50%;
	margin-top: 12px;
	width: 137px;
	height: 43px; /* was 50 */
	padding-top: 7px;
	text-align: center;
	background: url(images/button.png) repeat-x;
}

#contact {
	margin-right: -365px;
}

#about {
	margin-right: -220px;
}

#leftcorner, #rightcorner {
	position: absolute;
	top: 59px;
	height: 320px;
	width: 183px;
	background: url(images/corners.png) repeat-x;
}

#leftcorner {
	left: 0;
	background-position: -183px 0;
}

#rightcorner {
	right: 0;
	position: absolute;
}

#wecreate, #also {
	width: 100%;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#wecreate {
	height: 40px;
	background: url(images/wecreatefr.png) no-repeat center bottom;
}

#also {
	height: 20px;
	background: url(images/alsofr.png) no-repeat center center;
	margin-bottom: 20px;
}

#categoriescontainer {
	width: 100%;
	overflow: hidden;
}

#categories {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#categories li {
	float: left;
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 0;
	position: relative;
	right: 50%;
	display: block;
	width: 119px;
	height: 25px;
}

#categories li a {
	display: block;
	width: 119px;
	height: 21px;
	padding-top: 4px;
	background: url(images/category.png) no-repeat;
}

#categories li.currentcat a, #categories li a:hover {
	color: white;
	text-shadow: none !important;
	background-position: 0 -25px;
}

#clearcategories {
	clear: both;
	height: 10px;
}

#dots {
	position: relative;
	text-align: center;
	width: 600px;
	height: 20px;
	margin: auto;
}

#dots ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dot {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.dot a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	background: url(images/dot.png) center no-repeat;
}

.dot a:hover {
	background: url(images/dotover.png) center no-repeat;
}

#contentframe {
	position: relative;
	width: 600px;
	height: 580px;
	z-index: 1;
	overflow: visible;
	margin: auto;
	text-align: center;
	background: url(images/shadow.png) no-repeat bottom center;
}

#contentframe > h2 {
	font-size: 20px;
	text-shadow: 0 1px white;
	margin-bottom: 5px;
}

#hero {
	margin: 12px 0;
}

#previousproject, #nextproject {
	position: absolute;
	top: 260px;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	margin: 0;
}

#previousproject {
	left: -60px;
}

#nextproject {
	right: -60px;
}

#previousproject a, #nextproject a {
	display: block;
	background: url(images/arrows.png);
	width: 31px;
	height: 31px;
}

#previousproject a:hover {
	background-position: 0 -31px;
}

#nextproject a {
	background-position: -31px 0;
}

#nextproject a:hover {
	background-position: -31px -31px;
}

#loading {
	position: absolute;
	height: 24px;
	width: 24px;
	top: 482px;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
}

#hudhelp {
	position: absolute;
	top: -40px;
	left: -40px;
}

#hud {
	position: absolute;
	text-align: left;
	z-index: 2;
	width: 552px;
	height: 253px;
	top: 155px;
	left: 24px;
	background: url(images/hud.png);
	opacity: 0;
	color: #e0e0e0;
	text-shadow: none;
}

#hud a {
	color: #e0e0e0;
	text-shadow: none;
	text-decoration: underline;
}

#huddate {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

#hudtitle {
	margin-top: 6px;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	color: #DDDDDD;
}

#hudlink {
	display: block;
	position: absolute;
	padding-top: 3px;
	padding-left: 14px;
	top: 7px;
	right: -5px;
	width: 129px;
	height: 20px;
	background: url(images/linkarrow.png);
}

#hudlink:hover {
	background: url(images/linkbackground.png);
}

#tags {
	position: absolute;
	left: 1px;
	top: 39px;
	width: 550px;
	height: 32px;
	text-align: center;
}

#tagstitle {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 100px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
}

.tag {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	width: 99px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	background: url(images/tag.png) center no-repeat;
}

#description {
	position: absolute;
	left: 10px;
	top: 80px;
	width: 530px;
	height: 160px;
	text-align: left;
}

#description p {
	margin-bottom: 10px;
}

#position {
	color: #D1D1D1;
	text-shadow: none !important;
}

#copyright {
	position: relative;
	text-align: center;
	width: 600px;
	height: 20px;
	margin: auto;
}
