#header-top .header-left h1,
#header-top .header-left h1 a
{
  color: #375263;
}

#header-top .header-left h2
{
  color: #333333;
}

#header-middle
{
  background-image: url(images/header-bgs/spanish-wall.jpg);
}

#header-bottom
{
  background-color: #b7b478;
}

#sitenav ul
{
  background-color: #ddd991;
}

#sitenav ul li
{
  border-right: 1px solid #b7b478;
}

#sitenav ul li a
{
  color: #375263;
}

#sidebar ul
{
  color: #375263;
 }
 
 #sidebar ul li a
{
  color: #375263;
}

#sidebar ul li a:hover
{
  color: #375263;
}

#content a,
#footer a
{
	color: #375263;
}

#content h1 a,
#content h2 a,
#content h3 a
{
  color: #173243;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover
{
  color: #375263;
}


#content h1
{
	color: #173243;
}
#content h2
{
  color: #173243;
}

#content h3
{
  color: #173243;
}

#content h4
{
  color: #000000;
}

#content hr
{
  border-top: 1px dashed #375263;
}

#content pre,
#content code
{
  background-color: #EEEEEE;
  border: 1px dashed #CCCCCC;
}

#content div.blogit-post-summary h3
{
  border-bottom: 1px solid #375263;
}

input, textarea
{
  border: 1px solid #163446;
}

input.btn, input[type=submit]
{
  background-color: #375263;
  color: #FFFFFF;
}

.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}


div.info_msg
{
    background-color: #cfe49b;
    border: 1px solid #a3c159;
}

div.error_msg
{
    background-color: #e4b39b;
    border: 1px solid #c16859;
}

