/*----------------------------------------------------------------  

	dfBlog Header Red Style

  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web
  
  License: 
  GPL Software 
  
  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */

#page {
	background: url(./bg-head.png) 50% 0 repeat-x !important;
}

h1,h2,h3,h4,h5,h6,
.post h2 a:link,
.post h2 a:visited { color: #aa0a0a !important; }
.post h2 a:hover   { color: #777B88; }
.post h2 a:active  { color: #000000; }

a {	text-decoration: none; }
	a:link,
	a:visited { color: #aa0a0a; }
	a:hover   { color: #777B88; }
	a:active  { color: #000000; }

a img {	border: none;	}

.logotext a {	text-decoration: none; }
	.logotext a:link,
	.logotext a:visited { color: #aa0a0a;	text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px; }
	.logotext a:hover   { color: #ffffff; }
	.logotext a:active  { color: #aa0a0a; }

.slogan { color: #1a0d0d;	text-shadow: rgba(255, 196, 196, 0.5) 0px 1px 2px; }

#sidebar h2 {
	border-bottom: 1px solid #cdd;
}
#sidebar a:link,
#sidebar a:visited { color: #2266aa; }
#sidebar a:hover   { color: #000000; }
#sidebar a:active  { color: #aa0a0a; }

#bottom-sidebar h2 {
	border-bottom: 1px solid #bcc;
}

#menu-header a         { text-shadow: rgba(0, 0, 0, 0.30) 0px 1px 2px; }
#menu-header a:link    { color: #777B88; }
#menu-header a:hover   { color: #aa0a0a; }
#menu-header a:active  { color: #aa0a0a; }
#menu-header a:visited { color: #aa0a0a; }

input.button {
	color: #ddd;
	border: 1px solid #3e2222;
	background: #a96060;
}
input.button:hover {
	cursor: pointer;
	color: #fff;
	background: #aa0a0a;
}
input.button:active {
	color: #fff;
	background: #7f4646;
}