/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #400040;
	font-size: 16px;
	font-family: "Verdana", "Lucida Sans", sans-serif;
	color: #8B985F;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	font-family: "Comic Sans MS", "Verdana", "Lucida Sans", sans-serif;
	clear: both;
	color: #CEEA70;
}

p, ol, ul {
	margin-bottom: 1.0em;
	line-height: 1.4em;
}

ol, ul {
	font-size: 14px;
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a {
  font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:visited {
	color: #8B985F;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

.header {
	width: 860px;
	height: 205px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	}

#headerHome {
	background: #180018 url(images/imgHeadHome.jpg) no-repeat center top;
  }

#headerPaint {
	background: #180018 url(images/imgHeadPaint.jpg) no-repeat center top;
  }

#headerPhoto {
	background: #180018 url(images/imgHeadPhoto.jpg) no-repeat center top;
  }

#headerHobby {
	background: #180018 url(images/imgHeadHobby.jpg) no-repeat center top;
  }

#headerMusic {
	background: #180018 url(images/imgHeadMusic.jpg) no-repeat center top;
  }

.header h1 {
	margin: 0;
	padding: 50px 0 0 120px;
	font-size: 48px;
	color: #FFFFFF;
}

.header h2 {
	margin: -10px 0 0 0;
	padding: 0 470px 0 0;
	letter-spacing: normal;
	font-size: 26px;
	text-align: right;
}

.header h4 {
	margin: -63px 0 0 0;
	padding: 0 0 0 393px;
	letter-spacing: -2px;
	font-size: 48px;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0 25px;
	background: #180018 url(images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 610px;
	padding: 5px 0 0 5px;
	background-image:url(images/img03.jpg);
	background-repeat:no-repeat;
}

.post {
	width: 570px;
	padding: 0 0 0 20px;
}

.post h1 {
	font-size: 24px;
	}
	
.post h2 {
	font-size: 18px;
	font-weight: normal;
	}
	
.post p {
	font-size: 12px;
	font-weight: normal;
  padding-left: 195px;
}
	
.post p.head {
	font-size: 14px;
	font-weight: bold;
	}
	
.post .title {
	padding: 12px 0 13px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post ul {
  list-style-position: inside;
}

.post ul li {
  font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background-image:url(images/img04.jpg);
	background-repeat:no-repeat;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 70px;
	margin: 0;
	padding: 17px 0 0 20px;
	background: url(images/img09.jpg) repeat-x; 
	font-size: 18px;
}

.box ul {
	margin: -15px 0 0 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

/* Footer */

.footer {
	width: 860px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #180018 url(images/img12.jpg) no-repeat center top;
	}

.footer p {
	margin: 0;
	padding: 13px 20px;
	line-height: normal;
	text-align: center;
	font-size: 12px;
	color: #565736;
	}

.footer a {
	color: #565736;
	}

.footer a:hover {
	text-decoration: underline;
	}
