/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../imgs/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}

#centre {
	margin:0 auto;
	width:860px;
	}
		
#masthead {
		}
		
#logo {
	height: 86px;
		}
#intro {
	height: 206px;
	margin-top: 4px;
	background-image: url(../imgs/black.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	position: relative;
}

*:first-child+ html #intro {
	background-image: url(../imgs/blackIE.png);
	}

* html #intro {
	background-image: url(../imgs/intro_bg2.gif);
	background-repeat: no-repeat;
		}
		
.polaroid {
	position: absolute;
	right: 0px;
	top: -65px;
}

#about .polaroid {top:-115px;}
#logo h1 a {
	text-indent:-5000px;
	display: block;
	background-image: url(../imgs/logo.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 258px;
	margin-left: -10px;
	}		

#content {
	margin-top: 15px;
		}

#footer {
		}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	color: #4081BA;
	text-decoration: none;
	background-image: url(../imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		}
		
a:hover {
		}

#navigation {
		}

#navContainer {
	height: 35px;
	background-image: url(../imgs/navContainer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 28px;
		}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: small;
	height:26px;
	margin-top:5px;
	padding:0 20px 0 20px;
	background-image: url(../imgs/pipe.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	float:left;
		}
#home #navigation .home a,
#about #navigation .about a,
#work #navigation .work a,
#contact #navigation .contact a {
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../imgs/nav_hover.gif);
	background-repeat: repeat-x;
	background-position: left 18px;
	}		

#content p {
	margin-left: 15px;
	font-size: small;
	width: 610px;
	margin-bottom: 10px;
}
.attractive {
	position: absolute;
	top: 70px;
	left: 30px;
}


		
#navigation ul li a:hover {
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../imgs/nav_hover.gif);
	background-repeat: repeat-x;
	background-position: left 18px;
	}
#content h1 {
	display: block;
	width: 610px;
	height: 39px;
	font-size: 18px;
	font-weight: normal;
	line-height: 39px;
	padding-left: 15px;
	background-image: url(../imgs/heading_bg.gif);
	background-repeat: no-repeat;
}
#wrapper #centre #intro h2 {
	text-align: center;
}


#content h1 span,
#content h2 span {
	color: #4081BA;
}

#content h2 {
	margin:15px 0 10px 15px;
	font-size: small;
	font-weight: normal;
	}
	
#sub_col {
	background-color: #161616;
	float: right;
	width: 210px;
	border: 1px solid #354C6C;
	height: auto;
	margin-left: 15px;
}

#navigation ul {

		}

#navigation li {
	float: left;
	display: block;
	height: 35px;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {

		}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		/*text-align: center;*/
		}
		
#wrapper {
		text-align: left;
		}  
