﻿/*
Theme Name:     Twenty Eleven for AJLStrategies
Theme URI:      http://www.albionresearch.com/
Description:    AJLStrategies Child theme for the Twenty Eleven theme 
Author:         Mike Bell
Author URI:     http://www.albionresearch.com/
Template:       twentyeleven
Version:        1.0.0
*/

/* Grab the original */
@import url("../twentyeleven/style.css");

/* On a mobile, any padding is annoying... */
body 
{
    padding: 0em;
}

/* Highlight menu items with highlight class */
li.highlight a {
	background-color: blue !important;
	padding-left: 1em;
	padding-right: 1em;
}

