/*
Theme Name: DeleverMe
Description: The WordPress theme.
Version: 1.0
*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
/* End Images */

/* Begin Comments*/

.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 */


.widget_rss .widgettitle {
	display:block;
	padding:0 0 9px 8px;
	margin:0;
	font-size:12px;
	color:#fff;
}
.widget_rss .widgettitle a {
	padding-bottom: 1px;
	text-decoration:none;
}
.widget_rss .widgettitle a:hover {
	text-decoration:underline;
}
.widget_rss .widgettitle img {
	padding-right: 5px;
	background: none !important;
	float:left;
	overflow: hidden;
}
.video-content {min-height: 353px;}
* html .video-content {height: 353px;}
.pagination ul a {cursor:pointer;}