/* Style add-ons for the "Silver Red" color scheme 
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	background: #fff url(http://www.lenagold.ru/fon/eda/grib/grib06.jpg) repeat;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #d90202;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #000000;
        background: #D90202;
}

.topLogo h1 a, .topLogo h2 a {
	color: #000000;
        background: #D90202;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #D90202;
}

.topLogo .blogDescription {
	color: #D90202;
}

.topMenu ul li {
	border-top: 5px solid #fcdaa2;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #d90202;
}

.topMenu ul li a {
	color: #e67006;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #d90202;
}

.s {
	border: 1px solid #f90;
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #666;
	border-bottom: 1px solid #f90;
        background: #f5f5f5;
}

#lsidebar li.rssFeed {
	background: url(img/redorange/bg-rss.gif) no-repeat;
}

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #f90;
}

.rssEmail {
	border: 1px solid #f90;
}

.rssForm small {
	background: #fff2db;
}

.rssSubmit {
	color: #e67006;
}

#wp-calendar caption {
	color: #f90;
}

#wp-calendar th {
	background: #eee;
}

#wp-calendar td {
	background: #f5f5f5;
}

#wp-calendar a {
	color: #d90202;
}

#wp-calendar a:hover {
	color: #888;
}


/* Content styles */

.archiveTitle {
	color: #666;
	border-bottom: 1px solid #ddd;
        background: #f5f5f5;
}

.postTitle h1, .postTitle h2 {
	color: #d90202;
	border-bottom: 1px solid #f90;
        background: #DF7800;
}

.postTitle h1 a, .postTitle h2 a {
	color: #d90202;
        background: #DF7800;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #888;
        background: #DF7800;
}

.postContent h1 {
	color: #666;
        background: #DF7800;
}

.postContent h2 {
	color: #666;
        background: #DF7800;
}

.postContent h3 {
	color: #666;
        background: #DF7800;
}

.postContent h4 {
	color: #777;
        background: #DF7800;
}

.postContent blockquote {
	background: #fff2db url(img/redorange/bg-blockquote.gif) no-repeat;
}

.postMeta a {
	color: #d90202;
        background: #DF7800;
}

.postMeta a:hover {
	color: #888;
        background: #f5f5f5;
}


/* 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 */


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #d90202;
	border-bottom: 1px solid #f90;
}

.commentAuthor a {
	color: #d90202;
}

.commentAuthor a:hover {
	color: #888;
}

#author, #email, #url {
	border: 1px solid #bbb;
}

#comment {
	border: 1px solid #bbb;
}

#submit {
	background: url(img/redorange/bg-addcomment.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
}
