/* Style add-ons for the "Silver Red" color scheme 
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	background: #fff;
	font: 12px verdana;
}

a {
	color: #2159A5;
	text-decoration: none;
}

a:hover {
	color: #2159A5;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #d90202;
}

.topLogo h1 a, .topLogo h2 a {
	color: #d90202;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #666;
}

.topLogo .blogDescription {
	color: #888;
}

.topMenu ul li {
	border-top: 0px solid #d1d1d1;
	margin-bottom: 10px;	
}

.topMenu ul li.current_page_item {
	border-top: 0px solid #d90202;
}

.topMenu ul li a {
	font: 17px Georgia, "Times New Roman", serif;
	color: #949294;
	padding: 4px;
	text-decoration: none;
	border-bottom: 1px dotted #949294;
	border-top: 1px dotted #949294;
	margin-bottom: 4px;
}

.topMenu ul li a:hover {
	color: #2159A5;
	border-bottom: 1px dotted #949294;	
	border-top: 1px dotted #949294;
}

.topMenu ul li a:active {
	color: #2159A5;
	border-bottom: 1px dotted #949294;	
	border-top: 1px dotted #949294;
}

.s {
	width: 196px;
  border: 1px dotted #bbb;
	padding: 5px;
	font: 11px tahoma;
	text-transform: none;
}


/* Sidebars styles */

#lsidebar h2 {
	color: #000;
	border-bottom: 2px dotted #ddd;
	font: 17px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	background: #fff;
	padding: 0px 0 0 5px;
	text-align: right;
}

#rsidebar h2 {
	color: #000;
	border-bottom: 2px dotted #ddd;
	font: 17px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	background: #fff;
	padding: 0px 0 0 5px;
}

#rsidebar a {
  padding: 0px;
	color: #2159A5;
	text-decoration: none;
	font: 11px tahoma;
	font-weight: normal;
}

#lsidebar a {
  padding: 5px;
	color: #000;
	text-decoration: underline;
	font: 11px tahoma;
	font-weight: normal;
}

#rsidebar .new {
  padding: 5px;
}

#rsidebar .new a {
  font: 12px tahoma;
  text-decoration: none;
}

#rsidebar .new a:hover {
  text-decoration: none;
}

#rsidebar .rub a {
  color: #000;
  padding: 0px;
	font: 12px tahoma;
  border-bottom: 1px dotted #949294;	
}

#rsidebar .rub li {
  padding: 5px;
}


#rsidebar a:hover {
	color: #000;
  border-bottom: 1px dotted #949294;
	font-weight: normal;
}

#lsidebar a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#lsidebar li.rssFeed {
	background: url(img/silverred/bg-rss.gif) no-repeat;
}


#lsidebar .leftPic{
	padding-top: 158px;
	background: url(img/silverred/pic-sidebar.jpg) no-repeat;
}

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #530000;
}

.rssEmail {
	border: 1px solid #bbb;
}

.rssForm small {
	background: #f3f3f3;
}

.rssSubmit {
	color: #d90202;
}

#wp-calendar caption {
	color: #666;
}

#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: #2159A5;
	border-bottom: 0px dotted #ddd;
}

.postTitle h1, .postTitle h2 {
	color: #2159A5;
	border-top: 0px dotted #ddd;
}

.postTitle h1 a, .postTitle h2 a {
	color: #2159A5;
	text-decoration: underline;	
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #2159A5;
	text-decoration: none;
}

.postContent h1 {
	color: #949294;
}

.postContent h2 {
	color: #949294;
}

.postContent h3 {
	color: #949294;
}

.postContent h4 {
	color: #949294;
}

.postContent blockquote {
	background: #f3f3f3 url(img/silverred/bg-blockquote.gif) no-repeat;
}

.postMeta a {
	color: #d90202;
}

.postMeta a:hover {
	color: #888;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #949294;
	border-bottom: 1px solid #ddd;
}

.commentAuthor a {
	color: #949294;
}

.commentAuthor a:hover {
	color: #949294;
}

#author, #email, #url {
	border: 1px solid #bbb;
}

#comment {
	border: 1px solid #bbb;
}

#submit {
	color: #fff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
}