/* 
	Theme Name: Blissful-Blog
	Theme URL: http://www.blissfulblog.com/
	Description: The Blissful Blog is designed and developed by Muku Studios.
	Author: Blissful Themes
	Author URI: http://www.blissfulblog.com
	Version: 1.0
	Tags: blissful blog, blissful themes, free wedding blog 
	The CSS, XHTML and design is copyrighted 2010 Muku Studios
	All Rights Reserved
	Changelog:
	v1.0
	New theme
*/

body {
	background: url("images/bg_pattern.png") repeat scroll 0 0 #eba69c;
	color: #834709;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	
	margin: 25px auto 10px;
	padding: 0px 15px;
	width: 920px;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #d38686;
	text-decoration: underline;
	outline: none;
	}
a:focus, a:hover, a:active {
	color: #d38686;
	text-decoration: none;
	outline: none;
	}
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF;
	width: 920px;
	height: 200px;
	margin: 0px auto 0px;
	padding: 0 0 10px 0;
	}
#header h1 {
	color: #000000;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 20px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #000000;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 920px; 
	height: 200px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Menu      								*
************************************************/

#navbar {
	background: #FFFFFF;
	width: 920px;
	height: 20px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: lowercase;
	font-weight: normal;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
	}
#navbar div {
	width: 780px;
	height: 20px;
	margin: 0px;
	padding: 0px 70px;
	position: relative;
	float: right;
	}
	
		
ul.menu .current_page_item a, ul.menu .current-menu-item a {
	color: #d38686 !important;
	}
ul.menu {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0;
	width: 780px;
	background: url(images/nav_bg.png) repeat-x;
	}
ul.menu li {
	background: #FFFFFF;
	display: inline-block;!important;
	margin: 0 0 0 -3px;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	border-left: 1px solid #eeacac;
	}
ul.menu li.first {
	border-left: none;
	}
ul.menu li a {
	padding: 0px 15px 0px 15px;
	color: #8e562d;
	display:inline-block;
	text-decoration: none;
	float: left;
	}
ul.menu li a:hover{
	color: #d38686;
	text-decoration: none;
	}
ul.menu li span { /*--Drop down trigger styles--*/
	float: left;
	height: 20px;
	width: 15px;
	background: url(images/nav_arrow.png) no-repeat;
	left: -10px;
	position: relative;
	}
ul.menu li span.subhover { /*--Hover effect for trigger--*/
	background-position: center bottom; 
	cursor: pointer;
	}
ul.menu li ul.sub-menu, ul.menu li ul.children {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -10px; top: 20px;
	margin: 0; 
	padding: 0px 10px 20px 10px;
	display: none;
	float: left;
	width: 200px;
	border-top: 5px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	z-index: 9;
	}
ul.menu li ul.sub-menu li, ul.menu li ul.children li {
	margin: 0px; 
	padding: 0px;
	text-align: left;
	border: none;
	clear: both;
	width: 200px;
	}
html ul.menu li ul.sub-menu li a, html ul.menu li ul.children li a {
	float: left;
	width: 150px;
	background: #FFFFFF;
	padding: 5px 15px;
	}
html ul.menu li ul.sub-menu li a:hover, html ul.menu li ul.children li a:hover { /*--Hover effect for subnav links--*/
	background: #fbedeb;
	}
	
/************************************************
*	sIFR      								*
************************************************/
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
	}
.sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	}
.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
	}
.sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
	outline: 0;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 780px;
	margin: 0px auto 0px;
	padding: 15px 70px 0px 70px;
	}
#contentpage {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 480px;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	}
#contentwide {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 780px;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	}
#content h1, #content h2 {
	color: #d38686;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	margin: 3px 0px;
	padding: 3px 0px;
	}
#content h1 a, #content h2 a {
	color: #834709;
	text-decoration: none;
	font-style: normal;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content h1 a:hover, #content h2 a:hover {
	color: #d38686;
	text-decoration: none;
	border: none;
	}
#content h3, #content h4 {
	color: #834709;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 5px 0px;
	padding: 5px 0px;
	line-height: 22px;
	}
#content h3 a, #content h4 a {
	color: #4a4a4a;
	text-decoration: none;
	border: none;
	}
#content h3 a:hover, #content h4 a:hover {
	color: #d38686;
	text-decoration: none;
	border: none;
	}
#content h5, #content h6 {
	color: #D38686;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	margin: 4px 0px 2px 0px;
	padding: 6px 0px 2px 0px;
	line-height: 18px;
	}
#content h5 a, #content h6 a {
	color: #90bcb3;
	text-decoration: none;
	border: none;
	}
#content h5 a:hover, #content h6 a:hover {
	color: #D38686;
	text-decoration: none;
	border: none;
	}
.postarea p {
	padding: 6px 0px;
	margin: 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	background: url(images/quote.jpg) top center no-repeat;
	color: #CCCCCC;
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
	margin: 15px 25px 15px 25px;
	padding: 25px 20px 0px 20px;
	}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.post {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	}
.posttitle {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	text-align: center;
	}
.postauthor {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
.postauthor p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}
.postdate {
	display: block;
	position: relative;
	background: #f7cccc;
	color: #b45f5f;
	text-align: center;
	margin: 0 auto 0;
	padding: 0px;
	height: 40px;
	width: 40px;
	}
.postdate .month {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	line-height: 10px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
.postdate .day {
	font-size: 18px;
	line-height: 16px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
.postdate span {
	display: block;
	position: relative;
	background: url(http://nandateixeira.com/wp-content/themes/default/images/comment_icon.png) no-repeat bottom;
	height: 10px;
	width: 10px;
	bottom: -6px;
	}
.postmeta {
	float: left;
	width: 100%;
	background: url(images/dec_border.jpg) bottom center no-repeat;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
	margin: 15px 0px 5px 0px;
	padding: 12px 0px 25px 0px;
	border-top: 1px solid #f7cccc;
	}
.postmeta a {
	text-decoration: none;
	}
.postmeta a:hover {
	text-decoration: underline;
	}
.postmeta_left {
	float: left;
	text-align: left;
	}
.postmeta_right {
	float: right;
	text-align: right;
	}
.postmeta_right .comment_link, .postmeta_right .twitter_link {
	float: right;
	margin: 0px 0px 0px 15px;
	}
.twitter_link img {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.postmeta a {
	color: #B45F5F;
	}
.postmeta a:hover {
	color: #d38686;
	}
#pagenav {
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#pagenav p {
	padding: 0px;
	}
#pagenav .prev a {
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px;
	}
#pagenav .next a {
	float: right;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px;
	}
	
/************************************************
*	Gallery Page								*
************************************************/
.portfolio {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 380px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfolio:hover {
	background: #fbedeb;
	}
.portfoliotitle {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 360px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle p {
	color: #834709;
	margin: 4px 0px 0px 0px;
	padding: 4px 2px 2px 2px !important;
	font-size: 11px;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
	border-top: 1px solid #DEF0EF;
	}
#contentwide .portfoliotitle h4 {
	color: #4a4a4a;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-indent: 3px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	height: 22px;
	overflow: hidden;
	}
.portfoliotitle a, .portfoliotitle a:visited {
	color: #4a4a4a !important;
	}
.portfoliotitle a:hover {
	color: #d38686 !important;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}
.portfolio.first {
	margin: 10px 0px 10px 0px;
	}
.gallery-item img {
	border: 2px solid #FFFFFF !important;
	}
.gallery-item img:hover {
	border: 2px solid #DEF0EF !important;
	}
	

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 2px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 2px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	}
.alignright {
	float: right;
	margin: 2px 0px 2px 10px;
	}
.alignleft {
	float: left;
	margin: 2px 10px 2px 0px;
	}
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #fbedeb;
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar and Footer Widgets					*
************************************************/

#sidebar {
	float: right;
	display: inline-block;
	width: 280px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
#footerwidgets {
	float: left;
	display: block;
	background: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar h4, #footerwidgets h4 {
	color: #834709;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #f7cccc;
	}
#sidebar a, #footerwidgets a,
#sidebar a:link, #footerwidgets a:link 
#sidebar a:visited, #footerwidgets a:visited {
	color: #d38686;
	font-weight: normal;
	text-decoration: none;
	}
#sidebar a:hover, #footerwidgets a:hover {
	color: #d38686;
	text-decoration: underline;
	}
#sidebar li, #footerwidgets li {
	text-decoration: none;
	list-style-type: none;
	}
#sidebar ul, #footerwidgets ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li, #footerwidgets ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li ul li a, #footerwidgets ul li ul li a {
	background: #FFFFFF;
	color: #834709 !important;
	display: block;
	padding: 5px 12px;
	margin: 0px;
	}
#sidebar ul li ul li a:hover, #footerwidgets ul li ul li a:hover {
	background: #fbedeb;
	color: #d38686 !important;
	display: block;
	text-decoration: none;
	}
#sidebar ul li ul li ul li a, 
#footerwidgets ul li ul li ul li a {
	text-indent: 15px;
	}
#sidebar ul li ul li ul li ul li a,
#footerwidgets ul li ul li ul li ul li a {
	text-indent: 30px;
	}
#sidebar .widget, #footerwidgets .widget {
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	}
#sidebar .textwidget, #footerwidgets .textwidget {
	color: #834709;
	line-height: 20px;
	padding: 0px 10px;
	}
#sidebar .textwidget a, #footerwidgets .textwidget a, 
#sidebar #recentcomments a {
	color: #d38686 !important;
	text-decoration: underline;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#sidebar .textwidget a:hover, #footerwidgets .textwidget a:hover, 
#sidebar #recentcomments a:hover {
	background: none;
	text-decoration: none;
	}
#sidebar #recentcomments li, #footerwidgets #recentcomments li {
	float: left;
	display: block;
	padding: 2px 10px;
	margin: 2px 0px;
	}
.footerwidgetleft {
	width: 250px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}
.footerwidgetmid {
	width: 250px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	}
.footerwidgetright {
	width: 250px;
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Sponsor Widget							*
************************************************/

#sponsorwidget {
	float: left;
	display: block;
	width: 780px;
	background: none;
	margin: 0px;
	padding: 0px;
	}
#sponsorwidget h4 {
	color: #834709;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	text-transform: normal;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #f7cccc;
	}
#sponsorwidget img {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#sponsorwidget a, 
#sponsorwidget a:link, 
#sponsorwidget a:visited {
	color: #d38686;
	font-weight: normal;
	text-decoration: underline;
	}
#sponsorwidget a:hover {
	color: #d38686;
	text-decoration: none;
	}
#sponsorwidget li {
	text-decoration: none;
	list-style-type: none;
	}
#sponsorwidget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sponsorwidget .widget {
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 60px 0px;
	}

/************************************************
*	Calendar Widget							*
************************************************/

#footerwidgets .widget.widget_calendar, 
#sidebar .widget.widget_calendar {
	float: none;
	}
#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px !important;
	text-align: right;
	}

/************************************************
*	Search Form									*
************************************************/

#footerwidgets .widget.widget_search,
#sidebar .widget.widget_search{
	width: 100%;
	}
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #fbedeb;
	width: 95%;
	color: #834709;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 0px 0px;
	padding: 6px;
	display: inline;
	border: none;
	}
#searchsubmit {
	float: right;
	background: #f8cbc6;
	color: #834709;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 4px 6px;
	border: none;
	}
#searchsubmit:hover {
	background: #fbedeb;
	color: #d38686;
	}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 920px;
	height: 30px;
	margin: 0px auto 15px;
	padding: 0px;
	}
#footer p {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
.footerleft {
	float: left;
	display: block;
	text-align: left;
	}
.footerright {
	float: right;
	display: block;
	text-align: right;
	}

/************************************************
*	Comments									*
************************************************/

#author, #email, #url {
	background: #fbedeb !important;
	color: #4a4a4a;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
	border: none;
	}
#comment {
	background: #fbedeb !important;
	color: #4a4a4a;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #fbedeb;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 200px;
	padding: 6px 0px 4px 4px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #fbedeb;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
#respond {
	padding: 0px 0px 40px 0px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
#submit {
	background: #fbedeb;
	color: #834709;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:  bold;
	font-style: italic;
	text-decoration: none;
	margin: 0px;
	padding: 6px 12px;
	border: none;
	}
#submit:hover {
	background: #fbedeb;
	color: #d38686;
	font-weight: bold;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
.reply a, .reply a:visited {
	background: #FFFFFF;
	color: #834709;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	border: 1px solid #fbedeb;;
	}
.reply a:hover {
	background: #DEF0EF;
	color: #d38686;
	text-decoration: none;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #fbedeb;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #EEEEEE;
	margin: 0px;
	padding: 0px;
	}