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

	dfBlog Header Blue 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: #70707f !important; }
.post h2 a:hover   { color: #aa0a0a; }
.post h2 a:active  { color: #000000; }

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

a img {	border: none;	}

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

.slogan { color: #222226;	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: #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.20) 0px 1px 2px; }
#menu-header a:link    { color: #70707f; }
#menu-header a:hover   { color: #000; }
#menu-header a:active  { color: #be261e; }
#menu-header a:visited { color: #70707f; }

input.button {
	color: #333;
	border: 1px solid #37373e;
	background: #9090a9;
}
input.button:hover {
	cursor: pointer;
	color: #fff;
	background: #aa0a0a;
}
input.button:active {
	color: #fff;
	background: #70707f;
}