@charset "utf-8";

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}
.container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1 {
	font-size: 26px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
p{
	margin-bottom: 20px;
}
a{
	color: #ffffff;
	background-color: #ff6600;
}
a:hover {
	color: #ff3300;
	background-color: #ffffff;
}

/*HEADER___________________________________________________*/

#header {
	background: #333333 url(../images/bg-header.jpg) repeat-x;
	margin-top: 10px;
}
#header .container{
	position: relative;
}
#header h1 a{
	background: url(../images/littlegemma.jpg) no-repeat 0 43px;
	display: block;
	width: 412px;
	height: 78px;
	padding-top: 43px;
	margin-left: 50px;
	text-indent: -900em;
}
#header ul {
	position: absolute;
	top: 0px;
	right: 25px;
}
#header ul li{
	float: left;
}
#header ul li a{
	display: block;
	height: 121px;
	text-indent: -900em;
}
#header ul #menu-portfolio a{
	width: 179px;
	background: url(../images/menu.jpg) no-repeat;
}
#header ul #menu-cv a{
	width: 80px;
	background: url(../images/menu.jpg) no-repeat -179px 0px;
}
#header ul #menu-about-me a{
	width: 175px;background: url(../images/menu.jpg) no-repeat -259px 0;
}
#header ul #menu-portfolio a:hover{
	background-position: 0 -298px;
}
#header ul #menu-cv a:hover{
	background-position: -179px -298px;
}
#header ul #menu-about-me a:hover{
	background-position: -259px -298px;
}
#slogan{
	background: #ff6600 url(../images/bg-slogan.jpg) repeat-x;
	height: 69px;
}
#slogan p{
	display: block;
	background: url(../images/slogan.jpg) no-repeat 0 11px;
	width: 645px;
	height: 48px;
	padding-top: 11px;
	margin-left: 50px;
	text-indent: -900em;
}

/*CONTENT___________________________________________________*/

#content {
	background: url(../images/grey-line.jpg) repeat-x 0 27px;
}
#content #title-portfolio{
	background: url(../images/title-portfolio.jpg) no-repeat;
	display: block;
	width: 356px;
	height: 66px;
	margin: 20px auto;
	text-indent: -900em;
}
.project {
	float: right;
	background: #999999 url(../images/bg-projects.jpg) repeat-x;
	margin-bottom: 50px;
}
.project img {
	float: right;
	margin-right: 50px;
	margin-left: 50px;
}
.project p, .project h3 {
	margin-left: 50px;
}
.project h3 {
	text-indent: -900em;
}
.project #title-moped {
	display: block;
	background: url(../images/title-moped.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}
.project #title-chinese {
	display: block;
	background: url(../images/title-chinese.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}
.project #title-susu {
	display: block;
	background: url(../images/title-susu.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}
.project #title-new-dimension {
	display: block;
	background: url(../images/title-new-dimension.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}
.project #title-aldenham {
	background: url(../images/title-aldenham.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}
.project #title-keits {
	background: url(../images/title-keits.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}
.project #title-diana {
	background: url(../images/title-diana.jpg) no-repeat 0 40px;
	width: 400px;
	height: 37px;
	padding-top: 40px;
}

/*FOOTER___________________________________________________*/

#footer {
	background: url(../images/bg-footer.jpg) repeat-x;
	height: 145px;
	clear: both;
	padding-top: 50px;
}
#footer .column{
	float: left;
	margin-left: 50px;
}
#footer ul, #footer p {
	margin-top: 10px;
}
#footer h3 {
	text-indent: -900em;
}
#footer #title-footer-pages {
	display: block;
	background: url(../images/title-footer-pages.jpg) no-repeat;
	width: 57px;
	height: 16px;
}
#footer #title-footer-contact-me {
	display: block;
	background: url(../images/title-footer-contact-me.jpg) no-repeat;
	width: 124px;
	height: 16px;
}

