/* Copyright Mannouch.co.uk */

/* HTML5 ACTIVATE */
header, nav, section, aside, article, footer{
	display: block;
}

/* LINK CONVERTS */
#header h1 a, #nav_currentprojects, #nav_work, #nav_cv, #nav_about, #nav_contact, #nav_twitter, #nav_blogspot, #nav_facebook, #nav_rss a, #pdfdl, #docdl {
	display: block;
	text-indent: -9999px;
}

body {
	margin: 25px 0;
	background-color: #669;
	font: 14px Helvetica, Arial, sans-serif;
	background: url(images/bk.jpg) repeat;
}
ul {
	list-style: none;
}
ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p a{
	color: #0066CC;
	text-decoration: none;
}
p a:hover{
	color: #0066CC;
	text-decoration: underline;
}
img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 950px;
	background: url(images/bkwrap.jpg) repeat-y 0px 306px;
}
/* BANNER */
#header {
	width: 950px;
	height: 306px;
	margin-bottom: 30px;
}
#header h1 a {
	width: 200px;
	height: 200px;
	position: relative;
	right: 90px;
	top: 55px;
	float: right;
}
#nav_main {
	position: relative;
	width: 445px;
	height: 27px;
	top: 240px;
	left: 210px;
}
#nav_main li {
	float: left;
}
#nav_currentprojects{
	width: 157px;
	height: 27px;
	margin-right: 16px;
	background: url(images/nav_currentprojects.png) no-repeat;
}
#nav_currentprojects:hover {
	background: url(images/nav_currentprojects.png) -157px 0 no-repeat;
}
#nav_work {
	width: 55px;
	height: 27px;
	margin-right: 16px;
	background: url(images/nav_work.png) no-repeat;
}
#nav_work:hover{
	background: url(images/nav_work.png) -55px 0 no-repeat;
}
#nav_cv {
	width: 31px;
	height: 27px;
	margin-right: 16px;
	background: url(images/nav_cv.png) no-repeat;
}
#nav_cv:hover{
	background: url(images/nav_cv.png) -31px 0 no-repeat;
}
#nav_about {
	width: 59px;
	height: 27px;
	margin-right: 16px;
	background: url(images/nav_about.png) no-repeat;
}
#nav_about:hover{
	background: url(images/nav_about.png) -59px 0 no-repeat;
}
#nav_contact {
	width: 79px;
	height: 27px;
	background: url(images/nav_contact.png) no-repeat;
}
#nav_contact:hover{
	background: url(images/nav_contact.png) -79px 0 no-repeat;
}

#nav_sublinks {
	position: relative;
	width: 130px;
	top: 210px;
	left: 80px;
}
#nav_sublinks li{
	float: left;
}

#nav_twitter {
	width: 30px;
	height: 30px;
	background: url(images/nav_twitter.png) no-repeat;
	margin-right: 5px;
}
#nav_blogspot {
	width: 30px;
	height: 30px;
	background: url(images/nav_blogspot.png) no-repeat;
	margin-right: 5px;
}
#nav_facebook {
	width: 30px;
	height: 30px;
	background: url(images/nav_facebook.png) no-repeat;
}
#nav_rss {
	position: absolute;
	background: url(images/nav_rss.jpg) no-repeat;
	left: 770px;
	top: -220px;
}
#nav_rss a {
	width: 30px;
	height: 30px;
}

/* TWITTER */
#twitter {
	float: left;
	width: 501px;
	margin-left: 50px;
}
#twitter header {
	display: none;
}
#twitter p {
	font-size: 12px;
}

/* WELCOME */
#welcome {
	float: left;
	width: 501px;
	margin: 15px 0 20px 30px;
}
#welcome header {
	width: 501px;
	height: 51px;
	background: url(images/title_welcome.png) no-repeat;
	text-indent: -9999px;
}
#welcome p {
	margin: 5px 0 0 5px;
}
/* LATEST WORK */
#latest {
	float: right;
	position: relative;
	top: -20px;
	width: 330px;
	margin-right: 30px;
}
#latest header {
	width: 330px;
	height: 45px;
}
#latest h3 {
	float: right;
	width: 220px;
	height: 45px;
	background: url(images/title_latest.png) no-repeat;
	text-indent: -9999px;
}
#latest img {
	width: 100px;
	height: 50px;
	margin-bottom: 3px;
}
#latest article {
	float: left;
	width: 100px;
	margin-left: 5px;
}
#latestbox {
	height: 100px;
	background: url(images/tab_latest.png) no-repeat;
	padding: 10px 0 0 7px;
}
#latestbox p {
	font-size: 12px;
	width: 310px;
	position: absolute;
	top: 110px;
}
#latestbox p a{
	color: #FFF;
	text-decoration: none;
}
#latestboxitm1 {
	text-align: left;
	left: 12px;
}
#latestboxitm2 {
	text-align: center;
	left: 12px;
	display: none;
}
#latestboxitm3 {
	text-align: right;
	left: 12px;
	display: none;
}

/* FEATURED WORK */
#featured {
	clear: both;
	overflow: auto;
	width: 890px;
	margin: 0 auto;
}
#featuredhead{
	height: 57px;
}
#featuredhead h3{
	width: 470px;
	height: 57px;
	background: url(images/title_featuredwork.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

#featuredarticle header {
	width: 430px;
	float: right;
	margin-bottom: 5px;
}
#featuredarticle header h4 {
	font-size: 30px;
	font-weight: normal;
}
#featuredarticle header h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#featuredimage {
	width: 449px;
	height: 245px;
	background: url(images/featured.png) no-repeat;
	float: left;
}
#featuredimage img {
	margin: 20px 25px;
}
#featuredarticle p {
	padding-top: 10px;
	width: 430px;
	float: right;
}

/* FOOTER */
footer {
	clear: both;
	padding-top: 20px;
	height: 60px;
	text-align: center;
	background: url(images/footer.png) no-repeat bottom;
}
footer h6 {
	font-size: 14px;
	font-weight: bold;
}
footer p {
	width: 157px;
	margin: 0 auto;
}
footer a {
	float: left;
	text-indent: -9999px;
}
#footer_html {
	width: 50px;
	height: 30px;
	margin-right: 20px;
	background: url(images/footer_html.png) no-repeat;
}
#footer_html:hover{
	background: url(images/footer_html.png) -50px 0 no-repeat;
}
#footer_css {
	width: 33px;
	height: 30px;
	margin-right: 20px;
	background: url(images/footer_css.png) no-repeat;
}
#footer_css:hover{
	background: url(images/footer_css.png) -33px 0 no-repeat;
}
#footer_xml {
	width: 34px;
	height: 30px;
	background: url(images/footer_xml.png) no-repeat;
}
#footer_xml:hover{
	background: url(images/footer_xml.png) -34px 0 no-repeat;
}


/* CURRENT PROJECTS */
#title_currentprojects h2 {
	width: 527px;
	height: 55px;
	background: url(images/title_currentprojects.png) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
.currentprojects {
	clear: both;
	overflow: auto;
	margin: 10px auto 0 auto;
	padding-bottom: 14px;
	width: 890px;
	background: url(images/divider_currentproject.png) no-repeat bottom;
}
.currentprojects header {
	float: left;
	width: 530px;
}
.currentprojects header h3{
	font-size: 20px;
}
.currentprojects header h4{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.currentprojects header p{
	width: 200px;
	position: relative;
	left: 250px;
	top: -15px;
}
.comdeadline {
	font-size: 18px;
}
.currentprojects p {
	padding-left: 5px;
	width: 530px;
}
.cpmedia {
	float: right;
	width: 330px;
}
.cpmedia img {
	margin-right: 5px;
}


/* CURRENT PROJECTS */
#title_work h2 {
	width: 523px;
	height: 56px;
	background: url(images/title_work.png) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
.work_list {
	margin: 20px 0 0 40px;
	width: 530px;
	float: left;
	padding-bottom: 15px;
	background: url(images/divider_work.png) no-repeat bottom;
}
.work_list header {
	float: right;
	width: 320px;
}
.work_list h4 {
	font-size: 20px;
}
.work_list h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.work_list header a {
	float: right;
	font-weight: bold;
}

#workfilter {
	margin: 20px 30px 0 0;
	width: 316px;
	float: right;
}
#workfilter h3 {
	width: 316px;
	height: 40px;
	background: url(images/title_workfilter.png) no-repeat;
	text-indent: -9999px;
}

#workfilter ul {
	border: 1px dashed #000;
	padding: 10px 10px;
	height: 120px;
}
#workfilter li {
	float: left;
	margin-right: 20px;
}
#workfilter a{
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

#filter_all a {
	font-size: 18px;
	color: #000;
}
#filter_all a:hover{
	font-size: 22px;
	color: #000;
}
#filter_3d a {
	font-size: 20px;
	color: #06C;
}
#filter_3d a:hover{
	font-size: 24px;
	color: #06C;
}
#filter_animation a {
	font-size: 24px;
	color: #900;
}
#filter_animation a:hover{
	font-size: 28px;
	color: #900;
}
#filter_architecture a {
	font-size: 18px;
	color: #000;
}
#filter_architecture a:hover{
	font-size: 22px;
	color: #000;
}
#filter_design a {
	font-size: 16px;
	color: #063;
}
#filter_design a:hover{
	font-size: 20px;
	color: #063;
}
#filter_games a {
	font-size: 14px;
	color: #06C;
}
#filter_games a:hover{
	font-size: 18px;
	color: #06C;
}
#filter_html5 a {
	font-size: 26px;
	color: #900;
}
#filter_html5 a:hover{
	font-size: 30px;
	color: #900;
}
#filter_photomontage a {
	font-size: 14px;
	color: #000;
}
#filter_photomontage a:hover{
	font-size: 18px;
	color: #000;
}
#filter_photoshop a {
	font-size: 18px;
	color: #063;
}
#filter_photoshop a:hover{
	font-size: 22px;
	color: #063;
}
#filter_web a {
	font-size: 24px;
	color: #06C;
}
#filter_web a:hover{
	font-size: 28px;
	color: #06C;
}


/* CURRENT PROJECTS */
#title_project h2 {
	width: 526px;
	height: 58px;
	background: url(images/title_project.png) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
.project {
	margin: 10px auto 0 auto;
	width: 890px;
}
.project header {
	width: 300px;
	float: right;
	text-align: right;
	margin: 0 30px 20px 0;
}
.project header h3 {
	font-size: 30px;
	font-weight: normal;
}
.project header h4 {
	font-size: 14px;
	text-transform: uppercase;
}
.project header p {
	margin-top: 5px;
	width: 300px;
}
#comdeadline {
	width: 300px;
	float: left;
	margin: 10px 0 0 20px;
}
#comdeadline p{
	width: 300px;
}
.project p {
	width: 800px;
	margin: 0 auto;
	clear: both;
}
.project_images, .project_video {
	float: left;
	width: 430px;
	margin: 20px 0 0 30px;
}
.project_video p {
	text-align: right;
}
.project_images header h4 {
	width: 334px;
	height: 38px;
	background: url(images/title_images.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.project_video header h4 {
	width: 347px;
	height: 38px;
	background: url(images/title_video.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}


/* CURRICULUM VITAE */
#title_cv h2 {
	width: 516px;
	height: 58px;
	background: url(images/title_cv.png) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
#cv {
	margin: 10px auto 0 auto;
	width: 800px;
	overflow: auto;
}
#cv ul{
	width: 500px;
	margin: 20px 0 0 175px;
}
#cv li{
	float: left;
	margin-right: 50px;
}
#pdfdl {
	width: 200px;
	height: 200px;
	background: url(images/cv_pdf.png) no-repeat;
}
#pdfdl:hover {
	background: url(images/cv_pdf.png) -200px 0 no-repeat;
}
#docdl {
	width: 200px;
	height: 200px;
	background: url(images/cv_doc.png) no-repeat;
}
#docdl:hover {
	background: url(images/cv_doc.png) -200px 0 no-repeat;
}


/* ABOUT */
#title_about h2 {
	width: 508px;
	height: 57px;
	background: url(images/title_about.png) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
#about p {
	margin: 10px 0 0 40px;
	width: 800px;
}


/* CONTACT */
#title_contact h2 {
	width: 513px;
	height: 54px;
	background: url(images/title_contact.png) no-repeat;
	text-indent: -9999px;
	margin-left: 30px;
}
#contact p {
	margin: 10px 0 0 40px;
	width: 800px;
	font-weight: bold;
}
#contact aside {
	margin: 40px 0 0 40px;
	width: 540px;
}
#contact_email h3{
	font-size: 18px;
}
#contact aside label{
	width: 100px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 5px;
	float: left;
}
#contact aside br {
	clear: left;
}
#contact aside #button {
	float: right;
}

#log {
	margin: 0 auto;
	width: 360px;
}
#log label{
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 10px 20px 0;
}
#mannacc_user, #mannacc_pass {
	width: 240px;
}
#log br{
	clear: left;
}
#log #Submit{
	float: right;
}


