/*

Theme Name: Marvin
Theme URI: http://supreme-value.com/
Description: Marvin K. Mooney
Version: 1
Author: Gene Morgan
Tags: Marvin.

*/


/*Ken's text color editing CSS*/

/*non-link header color*/
h1, h2, h3 {
	color: #FFFFFF;
	}
	
/*post-link header color*/	
h2 a {
	color: #FFFFFF;
	}

/*small menu header color*/
h3 a {
	color: #999999;
	}

/*entry text color*/
.entry {
    color: #FFFFFF;
	}

/*meta-text color*/
small {
	color: #FFFFFF;
	}

/*meta-text and comment link color*/
small a {
	color: #FFFFFF;
	}

/*meta-text and comment link hover color*/
small a:hover {
	color: #F8B0AC;
	}

/*link color*/
a {
	color: #F8B0AC;
	}

/*link hover color*/
a:hover {
	color: #FFFFFF;
	}
	
/*small menu link color*/
.linkbar a {
	color: #333333;
	}

/*small menu link hover color*/	
.linkbar a:hover {
	color: #F8B0AC;
	}














/*GREATER STRUCTURE*/

body {
	background-color: #181818;
	font-family: Palatino, Serif;
	text-align: center;
	}


/**site container**/

#page {

	width: 1024px;
	text-align: left;
	margin: 80px auto;
	padding: 10px 0 10px 0px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}	
	
/**header**/	

#header {
	margin: 0px 0 0 0;
	padding: 10px 20px 10px 50px;
	height: auto;
	width: 1024px;
	}
	
#headerbig {
	margin: -60px auto 0;
	padding: 0px;
	height: auto;
	width: 947px;
	}
	
.lefthead {
	width: 697px;
	float: left;
	}
	
.leftheadtxt {
	width:250px;
	padding-top:300px;
	float: left;
	text-align: right;
}

.leftheadmooney {
	width:447px;
	float:right;
}
	
.righthead {
	width: 250px;
	padding-top:300px;
	float: right;
	text-align: left;
	}
	
.clear {
	clear: both;
}

		
/**linkbar**/

.linkbar {
	margin-top: 10px;
	padding: 0px;
}

/**content**/

#content {
    min-height: 768px;
	}
	
.post {
	width: 600px;
	padding: 10px 50px 10px 50px;
	margin: 10px 0 10px;

	}

.post hr {
	display: block;
	}
	
.postmetadata {
	text-align: left;
	}
	
.single {
background-repeat: no-repeat;
	background-image: url(http://174.132.27.99/~themarv/wp-content/themes/marv/moody.png);

}

/***one column site***/

.narrowcolumn {
background-repeat: no-repeat;
	background-image: url(http://174.132.27.99/~themarv/wp-content/themes/marv/moody.png);
	padding: 0 0 10px 0px;
	margin: 10px 0 0;
	}
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}	
		
/***wide site/big text***/

.widecolumn {
background-repeat: no-repeat;
	background-image: url(http://174.132.27.99/~themarv/wp-content/themes/marv/moody.png);
	padding: 0;
	margin: 10px 0 0;
	width: 1024px;

	}
	
.widecolumn .entry {
	font-size: 35px;
	line-height: 1.5em;
}
	
.widecolumn .post {
	width: 824px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
	
/*front page*/

.frontpage {
	padding: 0;
	margin: 10px 0 0;
	width: 1024px;
	line-height: 1.9em;
	}
	
.frontpage .entry {
	font-size: 25px;
	line-height: 45px;
	padding: 0 40px;
}
	
.frontpage .post {
	width: 1024px;
	padding: 0px;
	}

.frontpage .linkbar a {
	font-size: 30px;
	font-style: italic;
	line-height: 35px;
}


/****both****/

.entry {
	line-height: 1.9em;
    color: #FFFFFF;
    margin-bottom:  30px;
	}
	
/**comments**/

.commentlist {
	padding: 0;
	text-align: left;
	color: #ffffff;
	
	}

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

.commentlist p {
	margin: 15px 5px 10px 0;
	font-size: 15px;
	color: #ffffff;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a {
	color: #333333
	}
	
.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;
	}	
	
.commentdiv {
	margin-top: 10px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

/**footer**/

#footer {
	padding: 2px 30px 2px 0px;
	border: none;
	}
	
/*END GREATER STRUCTURE*/








/*MOSTLY TYPOGRAPHY*/
	


h1 {
	font-size: 70px;
	text-align: center;
	padding: 30px 0;
	margin: 0;
	font-weight: 100;
	font-style: italic;
	}
	
h1 a {
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration: none;
	}
	

h2 {
	font-size: 30px;
		font-weight: 100;
	font-style: italic;
	margin: 30px 0;
	}

h2 a {
	text-decoration: none;
	}

	
.pagetitle {
	font-size: 40px;
	margin: 30px 0;
	}

h3 {
	font-size: 15px;
	font-style: italic;
	letter-spacing: 1.2px;
	font-weight: 100;
	}

	
h3.comments {
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	}
	
small {
	font-size: 10px;
	line-height: 1em;
	}

.entry {
	line-height: 1.9em;
	font-size: 14px;
    text-align: justify;
	}
	
.linkbar {
	font-size: 13px;
	letter-spacing: 1.2px;
	font-weight: 100;
	}	

.alignright {
	margin: 0px 0px 0px 10px;
	float: right;
	}

.alignleft {
	margin: 0px 10px 0px 0px;
	float: left
	}
	
#footer {
	color: #ffffff;
	font-family: Verdana;
	text-align: center;
	font-size:11px;
	}
	
#footer a {

	}
	
#footer a:hover {

}
	
/**comments**/

.commentlist li, #commentform input, #commentform textarea {


	}

.commentlist li {

	}
	
.commentlist {
    font-size: 11px;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 20px;
	padding:10px 0;
	margin:8px 0px;
	text-transform: none;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	margin-bottom: 5px;
	}

/**sidebar**/

#sidebar {
	line-height: 1.5em;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #000000;
    text-align: left;
    text-decoration: none;        
	}

/**links**/

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}
	
.linkbar a {
	text-decoration: none;
	}
	
.linkbar a:hover {
	text-decoration: none;
	}

/*END MOSTLY TYPOGRAPHY*/













/*IMAGES*/
p img {
	padding: 0;
	max-width: 100%;
	border: 0px solid #600510;
	}

/*	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: 0px 0px 10px 10px;
	display: inline;
	}


img.alignleft {
	padding: 0px 10px 10px 0px;
	display: inline;
	}

	
/**captions**/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #AB0ED0;
	padding-top: 4px;
	
	-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 {
	color: #fdfdfc;
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	}
	
/*END IMAGES*/













/*VARIOUS*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0px 10px 0px;
	padding: 3px 20px 3px 17px;
	border-left: 5px solid #000000;
        background-color: #dcd9d9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*END VARIOUS*/


