html {
	background: #000000 url('/images/bg.jpg') top center no-repeat;
}

#all {
	width:780px;
	margin:0 auto;
	font:normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color:#324032;
}

a {
	color:#22a8b5;
}

a:hover img
{
}


#header {
	height:140px;
}

#header h1 {
	position: absolute;
	margin-top:25px;
	color: #FFFFE1;
	overflow:hidden;
	display:block;
	font: normal normal normal 65px Georgia, "Times New Roman", Times, serif; 
	width:480px;
	height:120px;
	text-shadow: 3px 3px 3px #000;
	/*background: url('../images/logo.jpg') center center no-repeat;*/
}

#header h1 a{
	color: #FFFFE1;
	text-decoration:none;
}

#header p {
	float:right;
	position:relative;
	top:48px;
	font:italic normal normal 18px/20px Georgia, serif;
	color:#FFFFE1;
	text-align:right;
}


#pictures{
	position: relative;
}

ul#menu {
	/*
	position: relative;
	top: 5px;
	*/
}

ul#menu li {
	font:bold normal normal 14px/20px Arial, Helvetica, sans-serif;
	display:inline;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	background: #d8d8ba;
	color: #22a8b5;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

ul#menu li.jFlowSelected {
	background: #FFFFE1;
	color: #2a3f42;
	/*
	background: #FFFFE1 url('../images/list-background.jpg') center center repeat-x;
	*/
}

#works {
	margin-top:1px;
	padding:20px;
	background:#FFFFE1;
}
/*
#works div h2 {
	padding-top:20px;
}

#works div p {
	width:740px;
}
*/

#developmentImages ul li
{
	float: left;
	margin-right: 13px;
}

#designImages ul li
{
	float: left;
	margin-right: 4px;
}

#animationImages ul li
{
	float: left;
	margin-right: 13px;
}

.splashImages img
{
	border: solid 2px #FFFFE1;
}

.splashImages img:hover
{
	border: solid 2px #b7c22c;
}


#photographyImages 
{
	margin-left: 5px;
	margin-top: 6px;
}

#photographyImages ul li
{
	float: left;
	margin-right: 14px;
	margin-bottom: 9px;
}

.mediaImages {
	display: table;   /* Allow the centering to work */
	margin: 22px auto 0px auto;
	width: 433px;
	height: 50px;
}

.mediaImages ul {
	min-width: 100px;
	list-style: none;
}

.mediaImages ul li {
	display: inline;
	margin-right: 14px;
}

.socialMedia li a
{
	text-decoration: none;
}

a.a-thumb 
{
	border: 1px solid black;
	position: relative;
}

a.a-thumb img {
	width: 60px;
	height: 60px;
	border: 0;}
	
a.a-thumb span 
{
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.textContent
{
	height:167px;
	position:relative;
	top:20px;
	width:740px;
	/*
	overflow-y: auto;
	*/
}


.textContent h2
{
	font-size: 14px;
	font-weight: bold;
}

#warning h2
{
	font:bold normal normal 14px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#warning
{
	display: none;
	font:normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#footer {
	display:block;
	width:780px;
	height:55px;
	/*
	background:#fff url('../images/footer-background.jpg') center bottom no-repeat;
	*/
}

#footer p {
	font-size: 11px;
	padding-top:20px;
	padding-left: 620px;
	color:#FFFFE1;
}
