/*
Theme Name: Wales China
Theme URI: http://waleschinacreativeindustries.net/
Description: A custom theme for Wales China Creative Industries Forum.
Version: 1.0
Author: Pink Sky

	The CSS, XHTML and design is © 2009,
	pink sky, all rights reserved.
*/

/*
	Key Colours:

	Background - light blue - #eaf3f8
	Text - black - #000
	Highlight - teal - #42a0c0
	Borders - light grey - #d1cfc3
*/

/* defaults */
body
{
	position: relative;
	text-align: center;
	margin: 0;
	background: #eaf3f8 url(images/bg.jpg) center 240px no-repeat fixed;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 72%;
	color: #000;
}

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

img
{
	border: 0;
}

#headwrap
{
	position: relative;
	height: 140px;
	margin: 0;
	padding: 0;
	background: #42a0c0;
}

#header
{
	position: relative;
	width: 900px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	background: #42a0c0;
}

#header a img
{
	position: absolute;
	top: 10px;
	left: 50px;
}

#header a h1
{
	position: absolute;
	top: 20px;
	left: 170px;
	width: 400px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 280%;
	font-weight: bold;
	color: #fff;
}

#info
{
	position: absolute;
	top: 10px;
	right: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 90%;
	color: #fff;
}

#info p:first-child
{
	margin-top: 0;
}

#info a
{
	color: #fff;
}

#nav
{
	position: relative;
	height: 10px;
	margin: 0;
	padding: 10px 0;
	border-bottom: #d1cfc3 1px solid;
	background: #fff;
	list-style: none;
	text-indent: 0;
	overflow: hidden;
	z-index: 1000;
}

#nav li
{
	display: inline;
	list-style: none;
	text-indent: 0;
}

#nav li a
{
	height: 40px;
	margin: 0;
	padding: 40px 20px;
	background: #eaf3f8;
}

#nav li a:hover, #nav li.current_page_item a
{
	background: #42a0c0;
	color: #fff;
}

#content
{
	position: relative;
	width: 860px;
	margin-top: 60px;
	margin: 60px auto 0;
	padding: 20px;
	border: #d1cfc3 1px solid;
	background: url(images/overlay.png);
	text-align: left;
	overflow: hidden;
}

#content h1
{
	position: absolute;
	top: -50px;
	left: -1px;
	width: 900px;
	margin: 0;
	padding: 5px 0;
	border: #d1cfc3 1px solid;
	background: url(images/overlay.png);
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #42a0c0;
}

#content img
{
	float: left;
	margin: 0 1em 2em 0;
	padding: 2px;
	border: #d1cfc3 1px solid;
}

#content p
{
	clear: both;
}

#content a
{
	font-weight: bold;
}

hr
{
	display: block;
	clear: both;
	border: 0;
	outline: 0;
}

.label
{
	display: block;
}


#footer
{
	position: relative;
	width: 860px;
	height: 75px;
	margin: 10px auto 0;
	padding: 20px;
	border: #d1cfc3 1px solid;
	background: url(images/overlay.png);
	text-align: center;
}

#footer h2
{
	float: left;
	margin-right: 20px;
	text-align: left;
	font-size: 18px;
}

#footer img
{
	float: left;
}

#credit
{
	position: absolute;
	bottom: 5px;
	right: 20px;
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #777;
}

#credit a
{
	font-weight: bold;
	color: #777;
}

