/*
Theme Name: Linden Gross
*/
.post-edit-link,
#content .text p a {
    color: #666666;
}
#content .text p a {
    text-decoration: underline;
}
#content .text p a:hover {
    text-decoration: none;
}
.threcolumns .widget_recent_entries{
	float:left;
}
.widget_recent_entries,
.widget_pages,
.widget_categories,
.widget_archive,
.widget_links {
	width:228px;
	padding:0 0 0 25px;
	overflow:hidden;
}
.widget_recent_entries .heading,
.widget_pages .heading,
.widget_categories .heading,
.widget_archive .heading,
.widget_links .heading {
	width:218px;
	overflow:hidden;
	background:#f0f4fe;
	border:1px solid #eaeff8;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	padding:7px 0 7px 8px;
}
.widget_recent_entries .heading strong{
	display:block;
	width:129px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/text-recent.gif) no-repeat;
}
.widget_links .heading strong{
	display:block;
	width:53px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/text-links.gif) no-repeat;
}
.widget_archive .heading strong{
	display:block;
	margin:0 0 0 2px;
	width:86px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/text-archives.gif) no-repeat;
}
.widget_recent_entries ul{
	margin:0;
	padding:0 16px 0 12px;
	list-style:none;
	overflow:hidden;
}
.widget_recent_entries ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	font-size:11px;
	line-height:12px;
	color:#333300;
	padding:10px 20px 11px 0px;
	background:url(images/separator11.gif) no-repeat 100% 100%;
}
.widget_recent_entries ul li a{
	color:#333300;
	display:block;
	padding:0 0 0 16px;
	background:url(images/separator1.gif) no-repeat 0 1px;
}
#sidebar .widget_recent_entries {
    margin:0 0 34px;
}
#sidebar .widget_pages,
#sidebar .widget_links,
#sidebar .widget_categories,
#sidebar .widget_archive{
	margin:0 0 31px;
}
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_links ul{
	margin:0;
	padding:3px 16px 0 15px;
	list-style:none;
	overflow:hidden;
}
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_links ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	font-size:11px;
	line-height:12px;
	color:#333300;
	background:url(images/separator11.gif) no-repeat 100% 100%;
}
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_links ul li a{
	color:#333300;
	display:block;
	padding:5px 0 6px 14px;
	background:url(images/separator5.gif) no-repeat 0 8px;
}
.inputline {
    border:1px solid #DCDCDC;
}
.row2 input {
    margin: 5px 0 20px 75px;
}
#content .text .archives-text .box p a{
    color: #333300;
}
.comment{
	width:454px;
	margin:11px 0 0 -2px;
	padding:0 0 12px;
	overflow:hidden;
}
.comment .box{
	overflow:hidden;
	height:1%;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	padding:5px 0 6px 0;
	background:#fff5e5 url(images/bg-box-comment.gif) no-repeat 100% 0;
}
.comment ul{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
.comment ul li{
	float:left;
	font-size:10px;
	line-height:14px;
	padding:0 7px 0 7px;
	background:url(images/separator9.gif) no-repeat 0 2px;
}
.comment ul li:first-child{
	background:none;
}
.comment ul li a{
	float:left;
	color:#333300;
	font:10px/14px Arial, Helvetica, sans-serif;
}
.comment ul li.author-comment span{
	float:left;
	padding:1px 0 0 17px;
	color:#333300;
	background:url(images/ico-comment.gif) no-repeat 0 3px;
}
.comment span{
	display:block;
	padding:2px 0 0 5px;
}
.comment span a{
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#ff9900;
}
.bypostauthor .comment-text{
	background:#eef3fe;
}
.bypostauthor{
	padding:0 0 9px;
}
.depth-2 {
    padding: 0 0 0 20px;
    width: 435px;
}
.depth-3 {
    padding: 0 0 0 20px;
    width: 415px;
}
.depth-4 {
    padding: 0 0 0 20px;
    width: 395px;
}
.depth-5 {
    padding: 0 0 0 20px;
    width: 375px;
}


.navigation {
    padding:7px 0 0 19px;
}
#content .heading h2 a,
.navigation a {
    color:#333300;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* 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 */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* 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;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */