/*
Theme Name: EgoTV
Theme URI: http://www.egotvonline.com//
Description: Designed for EgoTV
Version: 1.0
Tags: EgoTV

*/
.digg {
	margin: 10 0 20px;
	text-align: left;
    clear: both;
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
    clear: both;
	}

.post p {
    margin: 10px 0 0;
}

.post hr {
	display: block;
	padding-right: 10px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	width: 420px;
	margin: 5px 20px 20px 20px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

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

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


/*	Begin Headers */
.post h2 {
	margin: 30px 0 10px;
	}


h2.pagetitle {
	margin-top: 10px;
	text-align: Left;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
        padding: 0;
        max-width: 420px;
        }

/*      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 Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.widecolumn .navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.narrowcolumn .navigation {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	}
