/*
Theme Name: Heyd
Theme URI: http://horttcore.de/
Description: Jochen Heyd's artblog
Version: 1.0
Author: Ralf Hortt
Author URI: http://horttcore.de
Tags: 1 column, photo, showcase
*/

/*=RESET
======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*=HTML
======================================*/
html {
	background: #282828;
	font-family: 'Helvetica', 'Arial';
}

body {
	background: #282828;
	color: #7d7d7d;
}

h2 {
	border-bottom: 1px solid #7d7d7d;
	font-family: 'Georgia';
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 10px 0;
	padding: 0 0 10px;
}

	h2 a {
		color: #7d7d7d;
		display: block;
	}
	
p {
	margin: 0 0 15px 0;
}

a {
	color: #333;
}

small {
	font-size: 10px;
}


/*=HEADER
======================================*/
#page {
	background: #fff;
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 824px;
}

/*=MENU
======================================*/
#menu {
	background: url(./images/bg_menu.jpg) left top repeat-x;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 0 25px 0 0;
	text-align: right;
}

	#menu li {
		display: inline;
	}
	
	#menu a {
		color: #282828;
		padding: 0 10px;
	}
	#menu a:hover, #menu .current_page_item a {
		color: #fff;
	}

/*=CONTENT
======================================*/
#content {
	margin: 25px 42px;
}

.post {
	line-height: 20px;
	margin: 0 0 30px 0;
}

	.alignleft {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	.alignright {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	.aligncenter {
		text-align: center;
	}

	.entry {
		margin: 0 0 15px 0;
	}

	.postmetadata {
		color: #adadad;
		font-size: 12px;
	}
	
	.postmetadata {
		color: #8d8d8d;
		font-size: 12px;
	}
	
	.alt {
		background: #efefef;
	}
	
	/* Begin Comments*/
	.alt {
		margin: 0;
		padding: 10px;
		}

	.commentlist {
		font-size: 14px;
		padding: 0;
		text-align: justify;
		}

	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
		}

	.commentlist p {
		margin: 10px 5px 10px 0;
		}

		#respond {
			margin: 30px 0 0 0;
		}

	#commentform p {
		margin: 20px 0;
		}

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

	.commentmetadata {
		margin: 0;
		display: block;
		}
	/* End Comments */
	
	
	#comment {
		width: 100%;
	}
	
	


/*=SIDEBAR
======================================*/



/*=FOOTER
======================================*/



