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

	dfBlog Header Default 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: #595a5a; }
.post h2 a:hover   { color: #aa0a0a; }
.post h2 a:active  { color: #000; }
h4,h5,h6 { color: #7f8080; }

a {	text-decoration: none; }
	a:link,
	a:visited { color: #26a; }
	a:hover   { color: #aa0a0a; }
	a:active  { color: #000; }

a img {	border: none;	}

.logotext a {	text-decoration: none; }
	.logotext a:link,
	.logotext a:visited { color: #e5dada;	text-shadow: rgba(0, 0, 0, 0.99) 0px 1px 2px; }
	.logotext a:hover   { color: #fff; }
	.logotext a:active  { color: #aa0a0a; }

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

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

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

#menu-header a         { text-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px; }
#menu-header a:link,
#menu-header a:visited { color: #7f8080; }
#menu-header a:hover   { color: #000; }
#menu-header a:active  { color: #aa0a0a; }


input.button {
	color: #333;
	border: 1px solid #595a5a;
	background: #cdc2c2;
}
input.button:hover {
	cursor: pointer;
	color: #fff;
	background: #aa0a0a;
}
input.button:active {
	color: #fff;
	background: #7f8080;
}