/*

Theme Name: red white yellow
Theme URI: http://redwhiteyellow.com/
Description: A theme for Red White Yellow Video Gallery.
Version: 1
Author: Gene Morgan
Tags: 

*/













/*GREATER STRUCTURE*/

body {
	background-image: none;
	background-color: #ffffff;
	font-family: "quara-web-1","quara-web-2", Helvetica, Sans-Serif;
	color: #000;
	text-align: center;
	}


/**site container**/

#page {
	background-color: #fff;
	width: 800px;
	text-align: left;
	margin: 80px auto;
	padding: 10px 0 10px 0px;

	}	
	
/**header**/	

#header {
	margin: 100px 0px 0px;
	padding: 0px;
	height: auto;
	width: 150px;
	float: left;
	}

/**content**/

#content {
    min-height: 600px;
	}
	
.post {
	width: 500px;
	padding: 0;
	margin: 0 0 80px;
	}

.postmetadata {
	text-align: left;
	}
	
.clear {
	clear: both;
	}

/***one column site***/

.narrowcolumn {
	padding: 0 0 10px;
	margin: 10px 0 0;
	width: 500px;
	float:right;
	}
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}	
		
/***two column site***/

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0;
	width: 600px;
	line-height: 1.9em;
	}
	
.widecolumn .post {
	margin: 0;
	}

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

.entry {
	line-height: 1.9em;
    color: #5c4955;
	}
	
/**comments**/

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.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, h2, h3 {
	color: #000;
	font-family: "twenyfournonetyone-1","twenyfournonetyone-2", Helvetica, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 56px;
	text-align: left;
	padding-top: 0px;
	margin: 0;
	}
	
h1 a {
	color: #000;
	text-decoration: none;
	}
	
h1 a:hover {
	color: #345345;
	text-decoration: none;
	}
	

h2 {
	font-size: 30px;
	margin: 10px 0 30px;
	}
	
.pagetitle {
	font-size: 40px;
	margin: 10px 0 80px;
	text-transform: uppercase;
	}

#sidebar h2 {
	font-family: Helvetica, Sans-Serif;
	font-size: 1.2em;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0 0 5px;
	padding: 0;   
	}

h2 a:hover {
	color: red;
	text-decoration: none;
	}

h3 {
	font-size: 12px;
	color: #FFA6F3;
	}
	
h3.comments {
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	}
	
small {
	font-family: "quara-web-1","quara-web-2", Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1em;
	}
	

.entry {
	line-height: 1.9em;
	font-size: 12px;
    color: #000;
    text-align: justify;
    font-size: 1.2em;
	}
	
.entry a {

	text-decoration: underline;

	}
	
.linkbar {
	word-spacing: 10px;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Sans-Serif;
	color: #FFA6F3;
	}	

.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 {
	color: #FDBFE5;
	}
	
#footer a:hover {
	color: #FD7CE5;
}
	
/**comments**/

.commentlist li, #commentform input, #commentform textarea {
	font: 12px Helvetica, Sans-Serif;
    color: #8A5353;
	}

.commentlist li {
    font-size: 12px;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	}

/**sidebar**/

#sidebar ul, #sidebar ul ol {
	font-size: 1em;
	text-align: center;
	margin: 100px 0px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 7px 0 0;
	padding: 0;
	}

/**links**/

a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: red;
	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*/

