﻿/*
Theme Name:     Frank Child
Theme URI:      http://www.tanderson.org/
Description:    Child theme for the Frank theme 
Author:         Tim Anderson
Author URI:     http://www.tanderson.org/
Template:       frank
Version:        0.1.0
*/

@import url("../frank/style.css");

#page {
	background-color: #F4F4F4;
}



#site-nav {
	float:right;
}

#site-nav a {
	color: #636FC8;
	font-size: 2em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

#site-nav a:hover {
	font-style: none;
	text-decoration: none;
	color: #8B2C1D;
}

.menu a {
	color: #636FC8;
}

#content.page .post img {
	border: none;
}


#page-bottom {
  background: #5d504f;
  color: #f0eceb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#page-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
#page-footer a {
  color: #fffefe;
}