/*
Theme Name: Zion Lutheran Church and School of Decatur
Theme URI: http://www.ziondecatur.com/
Description: WordPress Theme designed by <a href="http://www.roblehman.com/">Rob Lehman</a> for Zion Lutheran of Decatur, Indiana.
Version: 1.0
Author: Rob Lehman
Author URI: http://www.roblehman.com/
Tags: fixed-width, two-columns, black, silver, light, theme-options, right-sidebar, threaded-comments

*/

@import url("css/reset.css");
@import url("css/960.css");

/* Structure Styles */

body {
	text-align:center;
/*	background:url("images/background.jpg") top left repeat-x #615c5c;*/
	background:url("images/background-pattern.png") top left repeat #585555;
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family:Arial,Helvetica,Tahoma,sans-serif;
	}

#background {
	width:100%;
	background:url("images/background-gradient.png") top left repeat-x;
	padding-top:10px;
	min-height:400px;
	}

#container {
	margin:0 auto;
	padding-bottom:30px;
	text-align:left;
	background-color:#fff;
	}

/* -------------------------------------------------------------------------
	site header
   ------------------------------------------------------------------------- */

#top {
	border-top:1px solid #fff;
	background:url("images/headerbackground.png") top left repeat-x #fff;
	height:179px;
	position:relative;
	z-index:100;
	}

/* main logo */
#top h1 {
	position:absolute;
	top:10px;
	left:5px;
	}
#top h1 a {
	display:block;
	height:160px;
	width:395px;
	background:url("images/headerlogo.png") top left no-repeat;
	text-indent:-9999px;
	}
#top h1 a:hover, #top h1 a:focus, #top h1 a:active {
	background-position:0 -160px;
	}
/* end main logo */

/* tagline */
#top h2 {
	position:absolute;
	top:120px;
	right:10px;
	background:url("images/headertagline.png") top left no-repeat;
	height:40px;
	width:300px;
	text-indent:-9999px;
	}

/* main nav menu */
#top ul {
	position:absolute;
	top:10px;
	right:10px;
	background:url("images/headermenulines.png") top right repeat-y;
	padding-right:2px;
	z-index:101;
	}
#top ul li {
	float:left;
	background:url("images/headermenulines.png") top left repeat-y;
	padding-left:1px;
	position:relative;
	}
#top ul li a, #top ul li a:link, #top ul li a:visited {
	font-size:1.2em;
	line-height:2.4em;
	padding:0.6em 1em;
	color:#847b7b;
	text-decoration:none;
	border-left:1px solid white;
	}
#top ul li a:hover, #top ul li a:focus, #top ul li a:active,
#top ul li.current_page_item a, #top ul li.current_page_item a:link, #top ul li.current_page_item a:visited,
#top ul li.current_page_parent a, #top ul li.current_page_parent a:link, #top ul li.current_page_parent a:visited,
#top ul li.current_page_ancestor a, #top ul li.current_page_ancestor a:link, #top ul li.current_page_ancestor a:visited {
	color:#a61c1c; /*#494242;*/
	background-color:#ddd9d9;
	text-decoration:none;
	border-left:1px solid #e9e9e9;
	}
#top ul li.current_page_item a:hover, #top ul li.current_page_item a:focus, #top ul li.current_page_item a:active,
#top ul li.current_page_parent a:hover, #top ul li.current_page_parent a:focus, #top ul li.current_page_parent a:active,
#top ul li.current_page_ancestor a:hover, #top ul li.current_page_ancestor a:focus, #top ul li.current_page_ancestor a:active {
	color:#be2525; /*#494242;*/
	text-decoration:none;
	background-color:#cfc9c9;
	border-left:1px solid #ddd9d9;
	}

#top ul li ul {
	display:none;
	z-index:102;
	width:14.4em;
	border-bottom:1px solid #c3bcbc;
	position:absolute;
	top:2.8em;
	left:-1px;
	}
#top ul li ul li a, #top ul li ul li a:link, #top ul li ul li a:visited {
	display:block;
	width:10em;
	font-size:1.2em;
	line-height:1em;
	padding:.3em 1em;
	color:#847b7b !important;
	text-decoration:none;
	background-color:#ddd9d9;
	border-top:1px solid #c3bcbc;
	border-left:1px solid #c3bcbc;
	border-right:1px solid #c3bcbc;
	}
#top ul li ul li a:hover, #top ul li ul li a:focus, #top ul li ul li a:active {
	background-color:#cfc9c9;
	color:#be2525;
	}
#top ul li:hover ul {
	display:block;
	}

/* end main nav menu */

/* search box */
#searchdiv {
	position:absolute;
	top:3.7em;
	right:10px;
	z-index:99;
	}



/* -------------------------------------------------------------------------
	main content area
   ------------------------------------------------------------------------- */

#main {
	margin:5px 0 10px;
	padding-top:15px;
	font-size:1.2em;
	background:url("images/fadedline-toright.jpg") top left no-repeat;
	z-index:50;
	}
.homepage #main {background:none;}

#main p {
	margin:1em 0;
	line-height:1.4em;
	}
/*
#main ul li {
	font-size:1.2em;
	}
#main ul li li, #main ul li p {
	font-size:1em;
	}
*/
#main a, #main a:link, #main a:visited {
	color:#a61c1c;
	text-decoration:none;
	}
#main a:hover, #main a:focus, #main a:active {
	text-decoration:none;
	background-color:#ede4e4;
	}

#main h2 a:hover, #main h2 a:focus, #main h2 a:active,
#main h3 a:hover, #main h3 a:focus, #main h3 a:active {
	text-decoration:underline;
	background:none;
	}

#main .button {
	line-height:20px;
	color:#8b0e04;
	text-align:center;
	padding:2px 10px 3px;
	border:1px solid #9c9185; /*b4aba0;*/
	background:url("images/button1.png") top left repeat-x;
	cursor:pointer;
	margin:0;
	}
#main .button:hover, #main .button:focus {
	background-position:0 -20px;
	}
#main .button:active {
	background-position:0 -40px;
	color:#453e37;
	}
#main input.button {
	height:22px;
	}


#main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	/*font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;*/
	}

#main h2 { /*2.4*/
	font-size:1.71em;
	line-height:1.2em;
	text-transform:uppercase;
	}
#main h3 {/*2.0*/
	font-size:1.4em;
	line-height:1.2em;
	margin-top:.8em;
	}
#main h4 {/*1.8*/
	font-size:1.29em;
	line-height:1.1em;
	font-style:italic;
	}
#main h5, #main h6 {/*1.4*/
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	}
#main h6 {
	font-weight:normal;
	font-style:italic;
	}

.postmetadata, small {
	padding-top:5px;
	color:#777;
	font-size:.9em;
	font-style:italic;
	}

.post {
	background:url("images/fadedline-toright.jpg") left bottom no-repeat;
	padding-bottom:5px;
	margin-bottom:5px;
	}


/* element-specific font sizes and settings */
#main #content h2 {
	font-size:2.4em;
	}
#main #content .post-list h2 {
	font-size:1.8em;
	text-transform:none;
	margin-top:1.2em;
	}
#main #servicetimes h3 {
	font-size:1.2em;
	line-height:1em;
	}
/* end specific styles */


	

/* generic rounded corners */
.roundedbox {
	padding:10px;
	position:relative;
	background-color:#e9e5e5;
	margin-bottom:10px;
	}
.corner {
	height:7px;
	width:7px;
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	}
.corner-tl {
	top:0;
	left:0;
	background-image:url("images/bannercorner-topleft.gif");
	}
.corner-tr {
	top:-1px;
	right:0;
	background-image:url("images/bannercorner-topright.gif");
	}
.corner-bl {
	bottom:0;
	left:0;
	background-image:url("images/roundedcorner-bottomleft.gif");
	}
.corner-br {
	bottom:-1px;
	right:0;
	background-image:url("images/bannercorner-bottomright.gif");
	}

#main .roundedbox a, #main .roundedbox a:link, #main .roundedbox a:visited {
	}
#main .roundedbox a:hover, #main .roundedbox a:focus, #main .roundedbox a:active {
	background-color:none;
	text-decoration:underline;
	}


/* end rounded corners */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.4em;
	padding: 0 4px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
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;
	}
/* End Images */





/* -------------------------------------------------------------------------
	sidebar
   ------------------------------------------------------------------------- */
#sidebar {
	margin-top:0em;
	}
#sidebar #breadcrumbs {
	font-size:.86em;
	}
#sidebar ul {
	}

/* side menu */
#sidemenu ul {
	border-bottom:1px solid #c9c3c3;
	}
#sidebar #sidemenu ul li {
	margin:0;
	padding:0;
	}
#sidemenu ul li a, #sidemenu ul li a:link, #sidemenu ul li a:visited {
	display:block;
	width:258px;
	line-height:1.2em;
	padding:5px 2px 5px 20px;
	border-top:1px solid #c9c3c3;
	color:#000;
	text-decoration:none;
	}
#sidemenu ul li a:hover, #sidemenu ul li a:focus, #sidemenu ul li a:active {
	background-color:#dbd5d5;
	text-decoration:none !important;
	}
#sidemenu ul li.current_page_item a, #sidemenu ul li.current_page_parent a {
	background-image:url("images/menu-arrow-r.png");
	background-repeat:no-repeat;
	background-position:2px 4px;
	}

/* end side menu */

/* big links */
#main .big-links {
	position:relative;
	margin-bottom:10px;
	}
#main .big-links ul li {
	margin:0;
	}
#main .big-links ul li a, #main .big-links ul li a:link, #main .big-links ul li a:visited {
	display:block;
	height:88px;
	line-height:90px;
	text-align:left;
	text-indent:100px;
	position:relative;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #ada0a0;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.71em;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	/*font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;*/
	background:url("images/bannerlink.jpg") left top repeat-x #c3b5b5;
	}
#main .big-links ul li.first a {
	border-top-color:#d5c8c8;
	}
#main .big-links ul li a:hover, #main .big-links ul li a:focus, #main .big-links ul li a:active {
	background:url("images/bannerlink-dark.jpg") left top repeat-x #a69898;
	border-top:1px solid #ebe1e1;
	border-left:1px solid #ebe1e1;
	border-bottom:1px solid #918485;
	}
/* end big links */



/* -------------------------------------------------------------------------
	homepage banner 
   ------------------------------------------------------------------------- */

#banner {
	height:360px;
	margin-top:10px;
	margin-bottom:40px;
	position:relative;
	}
#banner-left {
	width:640px;
	}


/* banner photo and caption */
#banner-caption {
	height:89px;
	border-left:1px solid #d5c8c8;
	border-bottom:1px solid #d5c8c8;
	overflow:hidden;
	}
#banner-caption h2, #banner-caption p {
	padding-right:10px;
	padding-left:10px;
	line-height:1em;
	margin:10px 0 0;
	}
#banner-caption h2 {
	text-transform:uppercase;
	color:#a61c1c;
	}
/* end banner photo and caption */
	
/* banner links */
#banner-links ul li a, #banner-links ul li a:link, #banner-links ul li a:visited {
	display:block;
	position:relative;
	height:88px;
	line-height:90px;
	text-align:left;
	text-indent:100px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #ada0a0;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.71em;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	/*font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;*/
	background:url("images/bannerlink.jpg") left bottom repeat-x #d5c8c8;
	}
.lowercase {
	text-transform:lowercase;
	}
#banner-links ul li.first a {
	border-top-color:#d5c8c8;
	}
#banner-links ul li a:hover, #banner-links ul li a:focus, #banner-links ul li a:active {
	background:url("images/bannerlink-dark.jpg") left bottom repeat-x #b9abab;
	border-top:1px solid #ebe1e1;
	border-left:1px solid #ebe1e1;
	border-bottom:1px solid #918485;
	}
#banner-links ul li.last a, #banner-links ul li.last a:link, #banner-links ul li.last a:visited {
	background:url("images/bannerlink-darker.jpg") left bottom repeat-x #9c8f8f;
	border-top:1px solid #d5c8c8;
	border-left:1px solid #d5c8c8;
	border-bottom:1px solid #9c8f8f;
	}
#banner-links ul li.last a:hover, #banner-links ul li.last a:focus, #banner-links ul li.last a:active {
	background:url("images/bannerlink-darkest.jpg") left bottom repeat-x #827777;
	border-top:1px solid #d5c8c8;
	border-left:1px solid #d5c8c8;
	border-bottom:1px solid #827777;
	}

.button-icon {
	position:absolute;
	top:20px;
	left:30px;
	background-repeat:no-repeat;
	background-image:url("images/button-icons.png");
	height:50px;
	width:60px;
	display:block;
	overflow:hidden;
	}
.button-icon-church {background-position:0 0;}
.button-icon-school {background-position:0 -50px;}
.button-icon-involved {background-position:0 -100px;}
.button-icon-about {background-position:0 -150px;}

/* end banner links */

/* banner corners */
.banner-corner {
	height:7px;
	width:7px;
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	}
#banner-corner-tl {
	top:0;
	left:10px;
	background-image:url("images/bannercorner-topleft.gif");
	}
#banner-corner-tr {
	top:-1px;
	right:10px;
	background-image:url("images/bannercorner-topright.gif");
	}
#banner-corner-bl {
	bottom:0;
	left:10px;
	background-image:url("images/bannercorner-bottomleft.gif");
	}
#banner-corner-br {
	bottom:-1px;
	right:10px;
	background-image:url("images/bannercorner-bottomright.gif");
	}
/* end banner corners */


/* "from the blog" titles */
#fromtheblog h2 a, #fromtheblog h2 a:link, #fromtheblog h2 a:visited {
	display:block;
	height:40px;
	width:250px;
	text-indent:-9999px;
	background:url("images/fromtheblog.png") top left no-repeat;
	margin:-10px 0 5px;
	}
#fromtheblog h2 a:hover, #fromtheblog h2 a:focus, #fromtheblog h2 a:active {
	background-position:0 -40px;
	}
#sidebar #fromtheblog h2 a {
	background-image:url("images/fromtheblog-ondark.png");
	margin:0 0 -10px;
	}
h2.fromtheblog {
	height:40px;
	width:250px;
	text-indent:-9999px;
	margin:0 0 5px;
	background-position:left top;
	background-repeat:no-repeat;
	}
h2.fromtheblog {
	background-image:url("images/fromtheblog-nolink.png");
	margin:20px 0 10px;;
	}
#sidebar h2.fromtheblog {
	background-image:url("images/fromtheblog-nolink.png");
	}
/* end "from the blog" titles */



/* -------------------------------------------------------------------------
	footer
   ------------------------------------------------------------------------- */
#footer {
	padding:0 0 2.5em;
	position:relative;
	}
#footer h2 {
	display:none;
	}
#footer p {
	margin:10px 0;
	text-align:center;
	font-size:120%;
	color:#bbb;
	line-height:1.2em;
	}
#footer a, #footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration:underline;
	}

#footer #lcms-link img, #footer #lcms-link:link img, #footer #lcms-link:visited img{
	padding:5px;
	}
#footer #lcms-link:hover img, #footer #lcms-link:focus img, #footer #lcms-link:active img{
	padding:4px;
	border:1px solid #fff;
	}
#footer #lcms-link:hover, #footer #lcms-link:focus, #footer #lcms-link:active {
	text-decoration:none;
	}

#footer-page-list {
	font-size:1.2em;
	margin:0 auto;
	text-align:center;
	}
#footer-page-list li {
	display:inline;
	padding:0 1em;
	border-left:1px solid #bbb;
	}
#footer-page-list li.page-item-5 {
	border-left:none;
	}

#footer-body {
	background:url("images/footer-bg.png") top left repeat;
	padding:1em 0;
	}
#prefooter, #footer-top, #footer-bottom {
	height:10px;
	background-repeat:no-repeat;
	background-image:url("images/footer-edges.png");
	}
#prefooter {
	background-position:0 0;
	margin-bottom:2.5em;
	}
#footer-top {
	background-position:0 -10px;
	}
#footer-bottom {
	background-position:0 -20px;
	}
/*
.footer-side {
	position:absolute;
	width:10px;
	background-repeat:no-repeat;
	background-image:url("images/footersides.png");
	height:120px;
	}
#footer-left {
	background-position:top left;
	top:0;
	left:0;
	}
#footer-right {
	background-position:top right;
	top:0;
	right:0;
	}
*/


/* -------------------------------------------------------------------------
	miscellaneous other styles
   ------------------------------------------------------------------------- */

hr {
	display:none;
	}
.hidden {
	display:none;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#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: 5px 0 12px 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0;
	padding: 0;
	}
/* End Entry Lists */

/* form elements */
input, select {
/*	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial,Helvetica,Tahoma,sans-serif;
	}

#searchform, #searchform-onpage {
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	}
#searchform-onpage {
	text-align:left;
	margin-bottom:50px;
	}
#searchform label,  #searchform-onpage label {
	font-size: 1.2em;
	}
#top #searchform label {
	color:#847B7B;
	}
#searchform #s, #searchform-onpage #s-onpage {
	padding: 3px;
	font-size: 1.2em;
	line-height:1.2em;
	width: 130px;
	background: #fff; /*ddd9d9;*/
	color: #333;
	border: 1px solid #c0baba;
	}
#searchform-onpage #s-onpage {
	width:300px;
	}

#searchsubmit, #searchsubmit-onpage, input.button-dark,
#main .button-dark, #main .button-dark:link, #main .button-dark:visited,
#main .post-edit-link, #main .post-edit-link:link, #main .post-edit-link:visited {
	padding: 3px;
/*	font-size: 1.2em;*/
	line-height:19px;
	background:url("images/button2.png") left bottom repeat-x #767373;
	border: 1px solid #323030;
	color: #cac7c7;
	cursor:pointer;
	}
#searchsubmit:hover, #searchsubmit:focus, input.button-dark:focus, 
#searchsubmit-onpage:hover, #searchsubmit-onpage:focus,
#main .button-dark:hover, #main .button-dark:focus,
#main .post-edit-link:hover, #main .post-edit-link:focus {
	background-position:0 -25px;
	text-decoration:none !important;
	}
#searchsubmit:active,
#searchsubmit-onpage:active,
input.button-dark:active,
#main .button-dark:active,
#main .post-edit-link:active {
	background-position:0 -50px;
	text-decoration:none;
	}

#main small .post-edit-link, #main small .post-edit-link:link, #main small .post-edit-link:visited {
	padding:0;
	line-height:1em;
	background:none;
	border:none;
	color:#A61c1c;
	}
#main small .post-edit-link:hover, #main small .post-edit-link:focus, #main small .post-edit-link:active {
	background-color:#EDE4E4;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform{
	margin-bottom: 60px;
	margin-top: 20px;
}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
	}
#commentform textarea {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	width: 100%;
	padding: 2px;
	font-size: 1em;
	}
#commentform #submit {
	margin-top: 5px;
	padding: 3px;
	font-size: 1.2em;
	line-height:29px;
	background:url("images/button2.png") left bottom repeat-x #767373;
	border: 1px solid #323030;
	color: #cac7c7;
	cursor:pointer;
	}
#commentform #submit:hover, #commentform #submit:focus {
	background-position:0 -25px;
	}
#commentform #submit:active {
	background-position:0 -50px;
	}

legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px;
}
.entry form { 
	text-align:left
}
/* end form elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
