/*  
Theme Name: Yolanda Rhodes
Theme URI: http://yolandarhodes.com
Description: Yolanda Rhodes's default canvas
Version: (v1.0)
Author: Ulan McKnight
Author URI: http://yvod.com/ulan

Modified: 10-12-07
Modified: 10-19-08
Modified: 10-23-08
Modified: 10-26-08


--------------------------------------------------
Structure:

.entire-page
  .navigation
  .body-image (background image for body)
    .body-content (all blog content goes in here)
      .content
      .sidebar
  .footer
--------------------------------------------------
Colors:

light brown:  #f7941d
dark brown:   #452206
text:         #e4d387
box border:   #939598
sidebar:      #765721
image border: #48484a

--------------------------------------------------
*/

/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, "Lucida Sans", sans-serif;
  background: #000000;
  background-repeat: repeat;
	margin: 10px auto 5px auto; 
	text-align: center;
	color: #e4d387;
}

/*\*/
html>body {
	text-align: left;
}
/**/

.utf8sans {
  "Lucida Grande","Arial Unicode MS", sans-serif;
}

p { 
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 0px 0px;
}

p.large { 
	font-size: 1.4em;
}

 /*
--------------------------------------------------
link definitions
--------------------------------------------------
*/

a:link,
  a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover,
  a:active {
    color: #e4d387;
}

/*
--------------------------------------------------
headers
--------------------------------------------------
*/

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	color: #262261;
	font-size: 1.6em;
	line-height: 1.3em;
}

#headerimg .description {
	font-size: 1.4em;
	text-align: center;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 1.3em;
}

.header-bar {
  width: 100%;
	height: 40px;
	background: url(assets/header-bar.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
entire-page
--------------------------------------------------
*/

.entire-page {
  /* position: relative; */
	width: 900px;
	background-image: url(/media/assets/body.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 20px auto 20px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/*
--------------------------------------------------
navigation
--------------------------------------------------
*/

.navigation {
  float: left;
  width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.page-link {
  font-size: 1.4em;
  height: 40px;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.page-link a:link,
	.page-link a:visited {
    /*
    background-image: url(/media/assets/forward-off.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 107px;
    */
		color: #ffffff;
    height: 60px;
		text-decoration: none;
		margin: 20px 0px 0px 10px;
}

.page-link a:hover,
	.page-link a:active {
    color: #f7941d;
}

.logo-column {
	float: left;
	width: 200px;
	height: 70px;
  margin: 10px 40px 0px 0px;
}

.logo-column p {
	margin: 0px 0px 0px 10px;
}

.news-column {
	float: left;
	width: 60px;
  margin: 64px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.song-column {
	float: left;
	width: 60px;
  margin: 64px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.story-column {
	float: left;
	width: 60px;
  margin: 64px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.art-column {
	float: left;
	width: 40px;
  margin: 64px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
body-image
background image for content area - including sidebar!
--------------------------------------------------
*/

.body-image {
	background-image: url(assets/body-image.jpg);
  background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.body-wrapper {
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
  background-color: #000000;
	border: 1px solid #f7941d;
}

.category-image {
  float: right;
  width: 248px;
  height: 436px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
body-content
content area including sidebar 
does not include footer 
--------------------------------------------------
*/

.body-content {
  width: 100%;
	background-image: url(assets/content-background.jpg);
  background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
content
--------------------------------------------------
*/

.content {
  float: left;
	width: 500px;
	background-image: url(assets/header-bar.jpg);
	background-repeat: no-repeat;
	background-color: #452206;
	margin: 60px 20px 20px 20px;
	padding: 46px 10px 20px 10px;
	border: 1px solid #f7941d;
}

* html .content {
  width: 470px;
	margin: 40px 0px 20px 20px;
	padding: 46px 10px 0px 20px;
}

/*
--------------------------------------------------
content formating
--------------------------------------------------
*/

.entry {
  margin: 20px 0px 0px 0px;
}

.widecolumn .entry p {
	font-size: 1.2em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

/*
--------------------------------------------------
sidebar
--------------------------------------------------
*/

.sidebar {
  float: right;
	background: url(assets/header-bar.jpg);
	background-repeat: no-repeat;
	background-color: #765721;
	width: 228px;
	font-size: 1.0em;
	margin: 20px 10px 40px 0px;
	padding: 46px 5px 10px 5px;
	border: 1px solid #f7941d;
}

/*
--------------------------------------------------
subnavigation
--------------------------------------------------
*/

/*
.subnavigation {
  width: 214px;
  background-image: url(assets/subnav-background.jpg);
  background-repeat: repeat-y;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.subnavigation-top {
  height: 43px;
  background-image: url(assets/subnav-top.jpg);
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.subnavigation p {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 10px;
}
*/

.sidebar li p {
	font-size: 1.0em;
	width: 160px;
}

.sidebar form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar h2 {
	font-size: 1.4em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar ul ul li, 
  .sidebar ul ol li {
    font-size: 1.2em;
	  /* color: #777777;*/
	  /*
	  list-style-image: url(/media/assets/red-bullet.gif);
    background-repeat: no-repeat;
    list-style-position: inside;
    background-position: 3em 3em;
    padding: 0px 0px 0px -40px;
    border: 1px solid blue;
    */
}

.sidebar ul ul li:before {
	/* content: "\00BB \0020";*/
}

.sidebar ul, 
  .sidebar ul ol {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.sidebar ul p, 
  .sidebar ul select {
	  margin: 5px 0px 8px;
}

.sidebar ul ul, 
  .sidebar ul ol {
	  margin: 5px 0px 0px 10px;
}

.sidebar ul ul ul, 
  .sidebar ul ol {
	  margin: 0px 0px 0px 10px;
}

.sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, 
  .sidebar ul ol li {
    margin: 3px 0px 0px;
    padding: 0px 0px 0px 0px;

}

.sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, 
  .sidebar ul ol li {
    margin: 3px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
contact-table
--------------------------------------------------
*/

.sidebar-table {
  width: 90%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.contact-table {
  width: 90%;
  text-align: left;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
forms
--------------------------------------------------
*/

#searchform {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px; 
}

.sidebar #searchform #s {
	width: 108px;
	padding: 0px 0px 0px 0px;
}

.sidebar #searchsubmit {
	padding: 1px 1px 1px 1px;
}

.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 */

/*
--------------------------------------------------
footer
--------------------------------------------------
*/

.footer {
	height: 40px;
	background: url(assets/header-bar.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer p {
	text-align: left;
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 30px;
}

.alt {
	background-color: #939598;
	border-top: 1px solid #262261;
	border-bottom: 1px solid #262261;
}

small {
	font-size: 1.1em;
	line-height: 1.5em;
}

.description {
	text-decoration: none;
	/* color: #29aae2; */
}

.entry p a:visited {
	/* color: #b85b5a; */
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
	/* color: #262261; */
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 1.1em;
	letter-spacing: .07em;
}

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

/*
--------------------------------------------
vertical
--------------------------------------------
*/

.vertical-5 {
	width: 100%;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-10 {
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-20 {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
calendar
--------------------------------------------------
*/

#calendar {
}

#calendar table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
}

#wp-calendar #prev a, #wp-calendar #next a {
	/* font-size: 1.1em; */
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
	/* text-align: center; */
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/*
--------------------------------------------------
structure
--------------------------------------------------
*/

.post {
	margin: 0px 0px 40px 0px;
	/*text-align: justify;*/
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.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;
}



/*
--------------------------------------------------
headers
--------------------------------------------------
*/

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}


/*
--------------------------------------------------
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 {
	border: none;
}

.image-border {
  border: 1px solid #48484a;
  padding: 5px 5px 5px 5px;
} 

.img-border {
	/* border: 8px solid #231f20; */
}

img.centered {
	display: block;
	margin: 0px auto 0px auto;
}

img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.img-left {
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.img-right {
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	/* border: 8px solid #231f20; */
}

.white-border {
	border: 1px solid #ffffff;
}


/*
--------------------------------------------------
images

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets.
--------------------------------------------------
*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}


/*
--------------------------------------------------
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 5px 0px 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/*
--------------------------------------------------
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: #ffffff; }


/*
--------------------------------------------------
various
--------------------------------------------------
*/

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.comment-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
