/*
Theme Name: UPE Child
Author: Ohio Web Technologies
Author URI: http://www.ohiowebtech.com/
Description: UPS is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased.
Template: upe
*/

.home #main {padding: 50px 0 0;}
p {text-align: justify;}

.fancy-header .wf-td.hgroup { width: 60%;}

/* Widget Area */
.widget_nav_menu .current-page-ancestor { font-weight: bold;}
.widget_nav_menu .current-menu-item { font-weight: bold;}
.sidebar-content .widget_nav_menu .current-menu-item a { color: #a12b31;}

/* Footer */
#bottom-bar .wf-td p { text-align: right;}

/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}