/*
	darkmartin.net v2.0
	xhtml & css coding by martino palladini
	martino.palladini@gmail.com
	http://www.darkmartin.net 
*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/version2.0/bgPattern.jpg);
	background-position: top left;
	background-repeat: repeat;
	color: #b4c0da;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
p {
	padding: 0;
	}
h1 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	line-height: 100%;
	color: #d4e0fa;
	font-weight: normal;
	background-image: url(../images/version2.0/horizontalSeparator.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	line-height: 100%;
	color: #c4d0ea;
	font-weight: normal;
	}
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	}
a {
	text-decoration: none;
	}
#divBackground {
	background-image: url(../images/version2.0/bgTop.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
#divWrapper {
	background-image: url(../images/version2.0/bgContent.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 821px;
	}
#divHeader {
	background-image: url(../images/version2.0/headerHome.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	height: 22px;
	padding: 208px 35px 0 25px;
	font-weight: bold;
	}
	#divHeader ol, #divHeader li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		}
	#divHeader a {
		margin: 0;
		padding: 0 15px 0 0;
		color: #a4b0ca;
		}
	#divHeader a:hover {
		color: #c4d0ea;
		}
#divNavigation {
	background-image: url(../images/version2.0/navigationHome.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	height: 24px;
	padding: 18px 35px 0 20px;
	}
	#divNavigation ol, #divNavigation li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		}
	#divNavigation a {
		margin: 0;
		padding: 5px 15px 4px 15px;
		color: #a4b0ca;
		}
	#divNavigation a:hover {
		color: #c4d0ea;
		background-image: url(../images/version2.0/navigationOn.gif);
		background-position: center;
		background-repeat: no-repeat;
		}
#divContainer {
	background-image: url(../images/version2.0/emptySection.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#divSidebar {
	width: 181px;
	padding: 0 0px 0 25px;
	float: left;
	text-align: justify;
	font-size: 12px;
	}
	#divSidebar ol, #divSidebar li {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#divSidebar a {
		text-align: center;
		display: block;
		padding: 10px 0;
		height: 20px;
		color: #b4c0da;
		}
	#divSidebar a:hover {
		color: #d4e0fa;
		background-image: url(../images/version2.0/sidebarOn.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		}
#divContent {
	width: 545px;
	padding: 0 0 40px 40px;
	float: left;
	text-align: justify;
	font-size: 13px;
	color: #94a0ba;
	line-height: 23px;
	}
	#divContent a {
		color: #b4c0da;
		}
	#divContent a:hover {
		color: #d4e0fa;
		}
	#divContent div {
		padding: 25px 0;
		background-image: url(../images/version2.0/horizontalSeparator.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		}
	#divContent div.date {
		padding: 0;
		background-image: none;
		float: right;
		font-size: 12px;
		font-variant: small-caps;
		letter-spacing: 0.5em;
		color: #c4d0ea;
		font-weight: normal;
		}
	#divContent div img.floatLeft {
		float: left;
		margin: 10px 10px 10px 0;
		}
	#divContent div img.floatRight {
		float: right;
		margin: 10px 0 10px 10px;
		}
	#divContent div.gallery {
		}
		#divContent div.gallery div.clearer {
			margin: 0;
			padding: 0;
			clear: both;
			background-image: none;
			text-align: right;
			}
		#divContent div.gallery ol {
			margin: 0;
			padding: 0;
			}
		#divContent div.gallery li {
			padding: 0;
			margin: 10px 24px;
			float: left;
			list-style: none;
			}
		#divContent div.gallery a.thumb {
			display: block;
			padding: 10px;
			width: 104px;
			height: 160px;
			text-align: center;
			font-size: 11px;
			line-height: 14px;
			}
		#divContent div.gallery a.thumb img {
			padding: 0 0 6px 0;
			}
		#divContent div.gallery a:hover {
			background-image:url(../images/version2.0/thumbHilightBg.jpg);
			background-repeat: no-repeat;
			background-position: top left;
			}
#divFooter {
	background-image: url(../images/version2.0/bgFooter.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
/*	height: 90px;	*/
	padding: 26px 20px 25px 240px;
	font-size: 10px;
	color: #74809a;
	}
	#divFooter a {
		color: #94a0ba;
		}
	#divFooter a:hover {
		color: #b4c0da;
		}
#counter {
/*	display: none;	*/
	padding: 5px;
	}

body.home #counter {
	display: block;
	}
body.home #divHeader li#sectionHome {
	display: none;
	}
body.artworks #divHeader {
	background-image: url(../images/version2.0/headerArtworks.jpg);
	}
body.artworks #divNavigation {
	background-image: url(../images/version2.0/navigationArtworks.jpg);
	}
body.artworks #divHeader li#sectionArtworks {
	display: none;
	}
body.caad #divHeader {
	background-image: url(../images/version2.0/headerCaad.jpg);	
	}
body.caad #divNavigation {
	background-image: url(../images/version2.0/navigationCaad.jpg);	
	}
body.caad #divHeader li#sectionCaad {
	display: none;
	}
body.about #divHeader li#sectionAbout {
	display: none;
	}