/*
Theme Name: Super Markt
Description: Super Markt Theme
Version: 1.0
Author: Philip Mancarella
*/
/* whole page */
body {
	margin: 0em;
	padding: 0em;

	color: #000000;
	background-color: #F3F3F3;
	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
	
	line-height: 1.5em;
}
/* SPLASH PAGE */
div#splash_logo {
	margin: 20px auto;
	width: 575px;
	
}
div#enter_label { color: #AD9565; font-size: 1.5em; display: none; }
div#splash_logo a { border: none; }
/* END SPLASH PAGE */

#page {
	margin: 6px auto;
	padding: 0em;
	
	width: 60em;
}

a {
	color: #AD9565;
	text-decoration: none;
}



a:hover {
	color: #999;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 0em;
	padding: 0em;
	width: 60em;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */

	float: left;
}

#header .tagline {
	margin: 0em 0em 0em 0em; /* also part of the IE7 fix */
	padding: 0em 0em 0em 0em;
	color: #000;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 720px;
	height: 20px; 
}
.tagline * {
	font-family: courier, monospace;
	font-size: 20px;
}
/* end header */

/* navigation */
#navigation {
	clear: left;
	padding: 3px 0 2px 0;
	position: relative;
	width: 100%;
	height: 20px;
	border-top: 1px #AD9565 solid;
	border-bottom: 1px #AD9565 solid;
}
#navigation ul {
	margin: 0em;
	padding: 0em;
}

#navigation ul li {
	margin: 0em 1em 1em 0;
	padding: 0em;
	list-style-type: none;
	display: inline;
}
#navigation a {
	color: #AD9565;
	font-size: 1.5em;
	border: none;
}
#navigation a:hover {
	background-color: #AD9565;
	color: #FFF;
}
#navigation .menu {
	float: left;
}
#navigation #search {
	position: absolute;
	right: 0;
}

#newsletter { text-align: right; }
#newsletter a { font-size: 10px; }


#navigation #search input, #newsletter input {  border: 1px solid #AD9565; }
#navigation #search button { border: 1px solid #AD9565; color: #AD9565; }
/* end navigation */

/* content area */
#content {
	margin: 2em 0em;
	padding: 0em;
	width: 40em;
	
	float: left;
}
#content .postHeader h2 { margin: 0; display: inline; font-size: 2.1em; }
#content h3 { margin: 0em; padding: 0em; font-size: 1.25em; }
#content p { margin: 1em 0 1em 0; }
#content .postHeader .date { margin: 2em 4px 0 0; font-weight: bold; float: left; }
#content .postHeader .date * { margin-bottom: 9px; } 
#content .postHeader .date .day { font-size: 2.5em; }
#content .postHeader .date .month { font-size: 2.5em; }
#content .postHeader .date .year { font-size: 2.5em; }


#content .excerpt { margin: 0.5em 0 0.5em 0; }
#content .newsBorder { text-align: right; border-bottom: 1px dashed #AD9565; }
#content .more_link { background-color: #AD9565; padding: 2px 3px 2px 3px; color: white; text-align: right; display: inline; font-weight: bold; font-size: 1.1em; }
#content .post { margin: 2em 0 0.5em 0; }

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.7em;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	text-align: right; 
	margin: 4em 0em;
	padding: 0em;
	width: 16em;
	float: right;
}
#sidebar div { margin-bottom: 1em; }
#sidebar h2 {
	margin: 0 0 1em 0;
	padding: 0em;

	font-size: 1.0em;
}
#sidebar ul {
	padding: 0;
}
#sidebar ul li {
	margin: 0em 0em 0.1em;
	padding: 0em;
	list-style-type: none;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 60em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */
/* LABELS */
.labelEntry { clear: left; margin: 10px 0 8px 0; }
.labelEntry .labelPic { margin: 0; padding: 0; float: left; }
.labelEntry .labelPic img { border: 1px solid #AD9565; }
.labelEntry div { margin-left: 10px; display: inline; }
.labelEntry p { display: inline; }

#labelFrame .navigation { text-align: right; }
#labelFrame .navigation div { display: inline; }
#labelFrame { padding: 3px; font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida', sans-serif; }
#labelFrame h2 { background-color: #AD9565; color: white; padding-left: 4px; margin: 0 0 0.4em 0; }
#labelFrame .labelPicture { float: left; margin: 0 10px 10px 0; }
#labelFrame .labelPicture img { border: solid 1px #AD9565; }
#labelFrame .labelPicNavigation a {text-decoration: none; background-color: #AD9565; color: white; padding: 3px; }
#labelFrame .labelDescription { font-size: 11px; }
/* end LABELS */