/*  
Theme Name: Mangia Italiana
Theme URI: http://www.hexbreak.com
Description: The Mangia Italiana WordPress theme based on <a href="http://www.hexbreak.com">Hexbreak</a>.
Version: 1.0
Author: Tony Cooke
Author URI: http://www.hexbreak.com/

*/

/* CSS Reset. Thanks to Eric at http://www.meyerweb.com for thinking of this. */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/* line-height: 1; */
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style-type: disc;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* GENERAL STRUCTURE */

body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: "Times New Roman", Times, serif;
	letter-spacing:.01em;
	font-weight: normal;
	background: #7e0e25 url(images/mangia_bg.jpg) repeat-x top left;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0; 
}
#wrapper { /* Center Aligns Site */
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	background: none;
	text-align: left;
	margin: 0px auto;
	width: 880px;
	padding: 0px;
	height: 100%;
}
#logo {
	position: relative;
	z-index: 2;
	top: 0;
	right: 355px;
	text-align: left;
	margin: 0px auto;
	margin-top: 40px; 
	margin-bottom: -129px;
	padding: 0;
	width: 300px;
	height: 176px;
	background: url(images/mangia_header_nino.gif) no-repeat top left;

}
#header { /* Header */
	position: relative;
	z-index: 1;
	float: left;
	top: 0;
	left: 0;
	background: #fffee6 url(images/mangia_header_bg.gif) repeat-x top left;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	width: 100%;
	height: 142px;
	border: 0;
}
#page { /* Contains Site */
	position: relative;
	z-index: 1;
	float: left;
	top: 0;
	left: 0;
	background: #fffee6 url(images/mangia_page_bg.gif) repeat-x top left;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 800px;
	border: 2px solid #e6ca31;
}
#left { /* Left Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.widesidebar { /* Defines Right Column Attributes */
	margin: 0;
	padding: 0;
	width: 210px;
	
}
#center { /* Center Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 30px;
	padding-bottom: 0px;
	background: transparent;
}
.widecolumn { /* Defines Center Column Attributes */
	margin: 0;
	width: 500px;
}
.widecolumn_form { /* Defines Center Column Attributes */
	margin: 0;
	width: 600px;
}
#right { /* Right Column */
	position: relative;
	float: right;
	right: 30px;
	top: 30px;
	padding: 0;
	background: transparent;
	border: 0;
}
#footer { /* Footer */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background: #fffee6 url(images/mangia_footer_bg.gif) repeat-x bottom left;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	width: 100%;
	height: 46px;
	border: 0;
}
#copyright { /* Copyright */
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	width: 800px;
	border: 0;
}
#copyright .copyright_nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	left: 15%;
	text-align: center;
	width: 70%;
	color: #f1e285;
}
#copyright .copyright_nav a {
	color: #f1e285;
	text-decoration: none;
}
#copyright .copyright_nav a:hover {
	color: #e6ca31;
	text-decoration: underline;
}
#copyright .copyright_nav ul {
	position: relative;
	float: left;
	display: inline;
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#copyright .copyright_nav ul li {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	height: 30px;
	list-style-type: none;
	text-align: center;
}
#copyright p {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
}


/* ELEMENT DEFINITIONS */

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
a, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3,h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: .05em;
	color: #346b42;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.3em;
	font-weight: strong;
}
h4 {
	font-size: .9em;
	letter-spacing: 0;
	font-weight: normal;
	color: #9d1829;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1em;
}
h4 strong {
	font-weight: bold;
	font-size: 1.3em;
	color: #346b42;
	font-family: "Times New Roman", Times, serif;
}
h1 a, h2 a, h3 a, h2.the_h2 a {
	text-decoration: none;
	}
	
/* 	THE HEADER */
#logo a,
#logo a:hover {
	position: absolute;
	border: none;
	width: 210px;
	height: 70px;
	top: 56px;
	left: 62px;
	background: none;
	text-decoration: none;
	}
#wrapper .the_music {
	position: absolute;
	top: -20px;
	right: 67px;
	width: 100px;
	height: 20px;
	background: none;
}
#header .the_header_address {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 300px;
	height: 90px;
	color: #fff;
	background: none;
	font-size: 1.1em;
	font-weight: strong;
	text-align: right;
}
#header .the_header_address p {
	color: #fff;
	font-size: 1.2em;
	text-align: right;
	}
#header .the_header_address a {
	color: #e6ca31;
	text-decoration: none;
}
#header .the_header_address a:hover {
	color: #e6ca31;
	text-decoration: underline;
}
#header .the_header_nav {
	position: absolute;
	left: 210px;
	bottom: 13px;
	width: 600px;
	height: 30px;
	background: none;
	font-size: 1.1em;
	font-weight: strong;
	text-align: left;
	z-index: 5;
}
#header .the_header_nav ul {
	position: relative;
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 5px;
}
#header .the_header_nav ul li {
	position: relative;
	float: left;
	margin-left: 20px;
	display: inline;
	height: 30px;
	list-style-type: none;
}
#header .the_header_nav ul li a.home {
	position: relative;
	float: left;
	background: url(images/mangia_top_nav_home2.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 69px;
	height: 30px;
	}
#header .the_header_nav ul li a:hover.home {
	background-position: -69px 1px;
	}
#header .the_header_nav ul li a.menu {
	position: relative;
	float: left;
	background: url(images/mangia_top_nav_menu2.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 108px;
	height: 30px;
	}
#header .the_header_nav ul li a:hover.menu {
	background-position: -108px 1px;
	}
#header .the_header_nav ul li a.catering {
	position: relative;
	float: left;
	background: url(images/mangia_top_nav_catering2.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 93px;
	height: 30px;
	}
#header .the_header_nav li a:hover.catering {
	background-position: -93px 1px;
	}
#header .the_header_nav ul li a.story {
	position: relative;
	float: left;
	background: url(images/mangia_top_nav_story2.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 107px;
	height: 30px;
	}
#header .the_header_nav li a:hover.story {
	background-position: -107px 1px;
	}
#header .the_header_nav ul li a.location {
	position: relative;
	float: left;
	background: url(images/mangia_top_nav_location2.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 95px;
	height: 30px;
	}
#header .the_header_nav li a:hover.location {
	background-position: -95px 1px;
	}
#header .the_header_tagline {
	position: absolute;
	right: 0;
	top: 50px;
	width: 400px;
	height: 100px;
	text-indent: -5000em;
	background: none;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
#header .the_header_search {
	position: absolute;
	right: 52px;
	bottom: 29px;
	width: 200px;
	height: 50px;
	background: none;
	font-size: 1em;
	font-weight: strong;
	text-align: left;
}
#header .the_header_search input {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 9px;
	border: 0;
	padding: 0;
	width: 154px;
	margin-right: 6px;
	background: none;
	margin-top: 3px;
	margin-bottom: 1px;
	color: #666;
}
#header .the_header_search label {
	position: absolute;
	bottom: 18px;
	color: #fff;
	margin-left: 46px;
}
#header .the_header_search a.go {
	position: absolute;
	width: 30px;
	height: 28px;
	bottom: -11px;
	left: 160px;
	margin-top: 0px;
	margin-left: 3px;
	background: url(images/cfo_go.gif) no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -5000em;
}
#header .the_header_search a:hover.go {
	position: absolute;
	width: 30px;
	height: 28px;
	bottom: -11px;
	left: 160px;
	margin-top: 0px;
	margin-left: 3px;
	background: url(images/cfo_go.gif) no-repeat;
	background-position: -30px 0px;
	text-align: left;
	text-indent: -5000em;
}
#header .the_header_tagline h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color: #fff;
}

/* 	THE FOOTER */
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
#footer .the_footer_nav {
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 24px;
	background: none;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}
#footer .the_footer_nav a {
	color: #c11b34;
}
#footer .the_footer_nav a:hover {
	color: #7e0e25;
	text-decoration: underline;
}
#footer .the_footer_nav ul {
	position: relative;
	display: inline;
	list-style-type: none;
	text-align: center;
}
#footer .the_footer_nav ul li {
	position: relative;
	top: 10px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline;
	list-style-type: none;
}
#footer .the_footer_nav ul li.all {
	position: relative;
	top: 10px;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	border-right: 1px solid #999;
	display: inline;
	list-style-type: none;
}
#footer .the_footer_nav ul li.last {
	position: relative;
	top: 10px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline;
	list-style-type: none;
}

/* PRIMARY CONTENT */

#content { /* Contains All Left Column Contents */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
}
.post { /* Defines Primary Content Attributes */
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	width: 100%;
	padding-left: 20px;
	padding-top: 0px;
	text-align:left;
}
.post ul {
	margin: 0;
	list-style-type: none;
	width: 100%;
}
.post ul li {
	display: inline;
	float: left;
	width: 33%;
}
.post_leadership { /* Defines Leadership Previews Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	width: 100%;
	padding-left: 20px;
	padding-top: 2em;
	text-align:left;
}
.post table,
.post_leadership table { /* Defines Leadership Previews Attributes */
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
	font-style: italic;
	text-align: center;
}
.post table caption,
.post_leadership table caption { /* Defines Leadership Previews Attributes */
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
	font-style: normal;
	text-align: center;
}
.post table tr td,
.post_leadership table tr td { /* Defines Leadership Previews Attributes */
	text-align: center;
}
.post_leadership h3 {
	width: 100%;
	border-bottom: 1px solid #ecebd6;
	padding-bottom: 0em;
}
.post_leadership h3 a {
	text-decoration: none;
	font-size: 1.4em;
	padding-bottom: 0;
}
.post_leadership h3 a.backtotop {
	text-decoration: none;
	font-size: .6em;
	text-align: right;
	position: relative;
	float: right;
	right: 0;
	top: -1.2em;
	letter-spacing: 0em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.wp-caption p.wp-caption-text {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	color: #999;
	width: 100%;
	margin-right: 12px;
	margin-left: 12px;
	background: none;
	text-align: center;
	font-size: .9em;
	}
.entry {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	/* line-height: 1.4em; */
}
.entry img {
	border: 1px solid #ccc;
	background: #eee;
	padding: 6px;
	margin-left: 5px;
	margin-right: 5px;
	}
.entry p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.entry ul {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-left: 15px;
	padding: 0px;
	padding-bottom: 1em;
	list-style-type: disc;
	text-indent: 0px;
	font-size: 1em;
}
.entry li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: disc;
	font-size: .9em;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry_excerpt {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	/* line-height: 1.4em; */
}
.entry_excerpt p {
	font-size: .95em;
	padding: 0;
}
.entry_excerpt ul {
	width: 100%;
	position: relative;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 1em;
}
.entry_excerpt  li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
a.read_more {
	font-size: .8em;
	letter-spacing:-.05em;
	color: #abb6ce;
}

/* SIDEBAR CONTENT */

#sidebar { /* Contains All Left Column Contents */
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	padding-top: 0px;
	font: 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
}
.sidebar_special {
	position: relative;
	float: left;
	width: 100%;
	border: 2px solid #d6e0c5;
	top: 0;
	left: 0;
	background: url(images/mangia_sidebar_special_bg.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	padding-top: 40px;
}
.sidebar_special_content {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.sidebar_special_content h1,
.sidebar_special_content h2,
.sidebar_special_content h3,
.sidebar_special_content h4,
.sidebar_special_content b,
.sidebar_special_content strong {
	font-size: 14px;
	color: #AB1D43;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.sidebar_special_content img {
	margin-top: 1em;
	margin-bottom: .5em;
	border: 1px solid #000;
}
.sidebar_mail {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: url(images/mangia_sidebar_mail_header.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	padding-bottom: 15px;
}
.sidebar_mail p {
	position: relative;
	top: 30px;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 4px;
	}
.sidebar_mail label.the_label {
	position: relative;
	width: 100%;
	text-indent: -5000em;
	display: none;
}
.sidebar_mail input.the_text {
	position: relative;
	width: 127px;
	border: 1px solid #ccc;
	left: 12px;
}
.sidebar_mail input.the_button {
	position: relative;
	top: 9px;
	left: 15px;
}
.sidebar_logo {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	padding-left: 8px;
}
.sidebar_signup {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
}
.sidebar_search {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.sidebar_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent;
	margin: 0;
	padding: 0;
}
.sidebar_tags ul {
	margin: 0;
	padding: 0;
}
.sidebar_tags ul li {
	margin: 0px;
	padding: 0px;
}
.sidebar_tags ul li a{
	margin: 0px;
	padding: 0px;
}
.sidebar_nav {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: transparent;
}
.sidebar_nav a {
	color: #333;
	text-decoration: none;
	}
.sidebar_nav a:hover {
	text-decoration: none;
	}
.sidebar_spacer {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 300px;
}

#sidebar h2 {
	color: #949494;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	letter-spacing:.1em;
	font-weight:lighter;
	margin: 5px 0 0;
	padding: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 3px 0 0;
}

/* TAG LIST (tag.php) ELEMENTS */

.post_tags {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align:left;
	background: transparent;
}
#content .post_tags .wide_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
#content .post_tags .wide_tags ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 580px;
	background: transparent;
}
#content .post_tags .wide_tags ul li {
	margin: 0px;
	padding: 0px;
	width: 20%;
	background: transparent;
	display: inline;
	position: relative;
	text-align: center;
	float: left;
}
#content .post_tags .wide_tags ul li a {
	margin: 0px;
	padding: 0px;
}

/* POST META DISPLAY ELEMENTS (categories, tags, etc.) */

.entry_meta {
	font: 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: .9em;
	line-height: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 6px;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	width: 120px;
	text-align: left;
}
.entry_meta ul {
	margin: 0;
	margin-left: 2px;
	padding: 0;
}
.entry_meta ul li {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.meta_header {
	color: #949494;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	letter-spacing:.1em;
	font-weight: normal;
}
.the_meta_posttime {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_category {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_tags {
	width: 100%;
	font-size: .8em;
	margin-bottom: 12px;
}

/* POSTMETADATA ELEMENTS */

.postmetadata {
	margin: 30px 0;
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* ATTACHMENT ELEMENTS */

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

/* IMAGE ELEMENTS */

p img {
	border: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 7px;
	position: relative;
	float: left;
	padding: 1px;
	background-color: #fff;
	max-width: 100%;
}
	
* html p img {margin-right: 22px;} /* IE Only Hack. For strange MSIE list bullet/left-floated-image issue. Had to be done! */

strong img {
	float: none;
	text-align: center;
	clear: both;
	margin-right: 0px;
	margin-bottom: 8px;
	max-width: 100%;
}
em img {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-right: 0px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* COMMENTS SECTION */

.the_comments { /* Sizes overall Comments Area */
	margin-left: 140px;
	width: 400px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}




/* FORM ELEMENTS */

.the_input {
	position: relative;
	float: left;
	margin-top: 20px;
}
.the_input input {
	width: 120px;
	margin-left: 6px;
}
.the_input label {
	margin-left: 6px;
}
select {
	width: 130px;
}

/* RANDOM DEFAULT WP DEFINITIONS */

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: none;
}
strong, b {
	font-weight: bold;
	}

/* PREV/NEXT POSTS WP NAVIGATION */

.navigation {
	position: relative;
	float: left;
	width: 98%;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation .prev_next {
	position: relative;
	float: right;
	text-align: right;
	width: 200px;
}
.navigation .prev_next a {
	padding: 6px;
	background: #d3dcf1;
	border: 1px solid #d8d8d8;
	margin-left: 2px;
	margin-right: 2px;
}
.navigation .prev_next a:hover {
	padding: 6px;
	background: #d3dcf1;
	border: 1px solid #b6b6b6;
	margin-left: 2px;
	margin-right: 2px;
}

/* BACK TO TOP NAMED ANCHOR ID */

#the_top { /* Back To Top Anchor */
	position: absolute;
	top: 0;
	left: 0;
}

/* SITE-SPECIFIC DEFIITIONS */

em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

.newsletter_form {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 300px;
	padding-top: 1em;
}
.newsletter_form .news_name,
.newsletter_form .news_email,
.newsletter_form .news_submit
 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 8px;
}
.newsletter_form label {
	position: relative;
	float: left;
	width: 90px;
	margin-right: 1em;
	font-size: .9em;
	text-align: right;
	color: #666;
}
.newsletter_form input.news_button {
	border: 1px solid #999;
	padding: 3px;
	background: #eee;
	font-size: .9em;
}