* {
margin: 0px;
padding: 0px;
}

body {
background-image: url(img/bg.jpg);
background-attachment: fixed;
margin: 0px;
padding: 0px;
text-align: center;
}

#container {
margin-left: auto;
margin-right: auto;
background-image: url(img/repeat.png);
width: 893px;
}


/* HEADER */

#header {
width: 893px;
height: 268px;
background-image: url(img/header.png);
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}

	#header h1 a {
	display: block;
	width: 300px;
	height: 75px;
	float: left;
	position: relative;
	top: 90px;
	left: 80px;
	cursor: pointer;
	}
	
	#header h1 a:hover {
	background-image: url(img/logo_hover.png);
	}

	#header h1 i {
	display: none;
	}
	
	#header #intro {
	margin-left: 470px;
	top: 45px;
	position: relative;
	display: block;
	width: 334px;
	height: 100px;
	background-image: url(img/header_intro.png);
	}
	
	#header #intro:hover {
	background-image: url(img/header_intro_hover.png);
	}
	
	#header #intro i {
	display: none;
	}
	

/* ENTRY */


div.entry {
width: 500px;
float: right;
margin-right: 150px;
margin-top: -20px;
margin-bottom: 60px;
}
	
	div.entry div.calendar {
	width: 36px;
	height: 37px;
	background-image: url(img/calendar.png);
	text-align: center;
	float: left;
	}
	
		div.entry div.calendar span {
		display: block;
		font-size: 9px;
		color: white;
		text-transform: uppercase;
		font-family: verdana, sans-serif;
		padding-top: 3px;
		}
		
		div.entry div.calendar b {
		font-family: arial;
		color: #dc4e84;
		font-size: 17px;
		}
	
	div.entry h2 {
	color: #dd4e84;
	font-weight: normal;
	font-family: "gill sans std", "trebuchet ms", sans-serif;
	text-align: right;
	text-transform: lowercase;
	font-size: 18pt;
	}
	
	div.entry h2 a {
	color: #dd4e84;
	text-decoration: none;
	}
	
	div.post {
	margin-top: 15px;
	background-image: url(/img/transparentbg.png);
	padding: 10px;
	text-align: left;
	}
	
		div.post blockquote {
		background-image: url(img/quote1.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 380px;
		padding-left: 30px;
		margin-left: auto;
		margin-right: auto;
		}
		
		div.post blockquote div {
		background-image: url(img/quote2.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding-right: 25px;
		}
		
		div.post blockquote div p {
		font-size: 7.5pt;
		font-style: italic;
		color: #d04177;
		}
		
		div.post code {
		color: #dc4e84;
		}
		
		div.post em, div.post cite {
		color: #30a0c1;
		}
		
		div.post h3 {
		color: #dd4e84;
		font-weight: normal;
		font-family: "gill sans std", "trebuchet ms", sans-serif;
		text-align: left;
		font-size: 15pt;
		}

		div.post h4 {
		color: #dd4e84;
		font-weight: bold;
		text-align: left;
	font-family: verdana;
	font-size: 8.5pt;
margin: 4px 0px 3px 0px;
		}
		
		div.post img {
		margin-left: -17px;
		border: 0px solid #dd4e84;
		padding: 0px;
		}
	
	div.post p {
	font-family: verdana;
	font-size: 8.5pt;
	color: #707070;
	line-height: 180%;
	text-indent: 2em;
	margin-bottom: 1em;
	}
	
		div.post p.image {
		text-align: center;
		text-indent: 0px;
		}
		
		div.post p.image a, div.post p.image a:hover {
		background-color: transparent;
		}
		
		div.post p.image a:hover img {
		border: 5px solid #59aec6;
		}
	
		div.post p a, div.post li a{
		color: #dc4e84;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
                border-bottom: 1px solid #d49ab0;
		}
		
		div.post p a:hover {
		background-color: #dc4e84;
                color: white;
		}

div.post li a {
color: #30a0c1;
}

div.post li a:hover {
background-color: #dc4e84;
color: white;
}
	
	div.post span.comments {
	float: right;
	font-family: verdana;
	font-size: 8pt;
	background-image: url(img/comment.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	}
	
	div.post span.comments a {
	background-color: #59aec6;
        color: white;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	}
	
	div.post span.comments a:hover {
	background-color: #dc4e84;
	}
	
	div.post span.tags {
	font-family: verdana;
	font-size: 7.5pt;
	color: #7b7b7b;
	}
	
	div.post span.tags a {
	color: #dc4e84;
	text-decoration: none;
	}
	
	div.post ul {
	margin-left: 20px;
	margin-bottom: 1em;
	}
	
	div.post ul li {
	list-style-type: none;
	background-image: url(/img/ulli.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: verdana;
	font-size: 8pt;
	color: #707070;
	line-height: 180%;
	background-position: 0px 5px;
	}
	
	
/* MISC */

div.seperator {
width: 402px;
height: 18px;
background-image: url(img/seperator.png);
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

.navigation img {
border: 0px solid white;
margin-left: 80px;
margin-top: 20px;
}
	
	
	
/* COMMENTS */

div#comments {
clear: both;
}

div#comments ol {
font-family: "gill sans mt", "trebuchet ms", sans-serif;
font-size: 18pt;
font-weight: normal;
color: #dc4e84;
margin-right: 150px;
margin-top: 15px;
padding-bottom: 15px;
}

	div#comments ol li {
	margin-bottom: 15px;
	}

	div#comments ol li div{
	padding: 5px;
	background-color: white;
	width: 450px;
	margin-left: 20px;
	-moz-opacity: .7;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	text-align: right;
	padding: 10px;
	}
	
	div#comments ol li div p {
	font-family: verdana, sans-serif;
	font-size: 8.5pt;
	color: #585858;
	line-height: 180%;
	text-indent: 2em;
	text-align: left;
	font-weight: normal;
	}
	
	div#comments ol li div span {
	text-align: right;
	background-color: #35abcd;
	color: white;
	font-family: verdana;
	font-size: 7.5pt;
	margin-top: -10px;
	padding: 1px 3px 1px 3px;
	}
	
	div#comments ol li div span a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#comments ol li div span a:hover {
	background-color: #dc4e84 !important;
	}
	
div#comments form {
float: left;
margin-top: 10px;
}

div#comments form label {
display: block;
width: 150px;
font-family: verdana;
font-size: 8pt;
text-align: left;
float: left;
clear: left;
height: 25px;
font-weight: bold;
color: #dc4e84;
margin-left: 50px;
}

div#comments form input {
height: 15px;
border: 0px;
background-color: white;
padding: 2px;
font-family: verdana;
font-size: 8pt;
width: 250px;
float: left;
-moz-opacity: .8;
color: #656565;
margin-bottom: 5px;
}

div#comments form textarea {
width: 400px;
height: 150px;
border: 0px solid #35abcd;
margin-top: 10px;
padding: 5px;
font-family: verdana;
font-size: 8pt;
line-height: 180%;
color: #6a6a6a;
-moz-opacity: .8;
}

div#comments form .submit {
margin-top: 20px;
cursor: pointer;
}


/* ARCHIVES */

#tagcloud {
margin-bottom: 80px;
}

#tagcloud ul {
margin-top: 10px;
}

#tagcloud li {
display: inline;
padding-right: 10px;
}

#tagcloud li a {
text-decoration: none;
font-family: verdana, sans-serif;
}

.archivecolumn {
width: 245px;
float: right;
text-align: left;
}

.archivecolumn p, .archivecolumn form {
text-align: center;
}

.archivecolumn img {
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}

	.archivecolumn ul {
	margin-left: 20px;
	margin-bottom: 1em;
	}
	
	.archivecolumn ul li {
	list-style-type: none;
	background-image: url(/img/ulli.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: verdana;
	font-size: 8pt;
	color: #707070;
	line-height: 180%;
	background-position: 0px 5px;
	}
	
	.archivecolumn ul li a {
	text-decoration: none;
	color: #7b7b7b;
	}
	
	

/* FOOTER */
	
#footer {
width: 893px;
height: 270px;
background-image: url(img/footer.png);
margin-left: auto;
margin-right: auto;
padding-top: 100px;
}

	#footer span {
	margin-top: 130px;
	display: block;
	width: 275px;
	color: white;
	text-align: center;
	font-family: verdana;
	font-size: 7pt;
	margin-left: auto;
	margin-right: auto;
	background-color: #dc4e84;
	padding: 2px;
	}

	#footer img {
	border: 0px solid white;
	position: absolute;
	margin-left: 175px;
	margin-top: -0px;
	}

	#footer ul#seealso {
	background-image: url(img/seealso.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 410px;
	height: 100px;
	display: block;
	padding-left: 120px;
	}
	
	#footer ul#seealso li {
	list-style-type: none;
	display: block;
	float: left;
	}
	
	#footer ul#seealso li a {
	-moz-opacity: .6;
	opacity: 0.6;
	}
	
	#footer ul#seealso li a:hover{
	-moz-opacity: .9;
	opacity: 0.9;
	}
	
	#footer ul#seealso li a i {
	display: none;
	}
	
		#footer ul#seealso li#portfolio a {
		display: block;
		width: 73px;
		height: 73px;
		background-image: url(img/seealso_portfolio.png);
		}
		
		#footer ul#seealso li#portfolio a:hover {
		background-image: url(img/seealso_portfolio_hover.png);
		}
		
		#footer ul#seealso li#facebook a {
		margin-top: -4px;
		display: block;
		width: 85px;
		height: 77px;
		background-image: url(img/seealso_facebook.png);
		}
		
		#footer ul#seealso li#facebook a:hover {
		background-image: url(img/seealso_facebook_hover.png);
		}
		
		#footer ul#seealso li#deviantart a {
		margin-top: 0px;
		display: block;
		width: 80px;
		height: 70px;
		background-image: url(img/seealso_deviantart.png);
		}
		
		#footer ul#seealso li#deviantart a:hover {
		background-image: url(img/seealso_deviantart_hover.png);
		}
		
		#footer ul#seealso li#myspace a {
		margin-left: 10px;
		margin-top: 0px;
		display: block;
		width: 74px;
		height: 73px;
		background-image: url(img/seealso_myspace.png);
		}
		
		#footer ul#seealso li#myspace a:hover {
		background-image: url(img/seealso_myspace_hover.png);
		}
		
		#footer ul#seealso li#lastfm  a {
		margin-left: 10px;
		margin-top: 0px;
		display: block;
		width: 70px;
		height: 71px;
		background-image: url(img/seealso_lastfm.png);
		}
		
		#footer ul#seealso li#lastfm a:hover {
		background-image: url(img/seealso_lastfm_hover.png);
		}