/*
 Theme Name:     Politician Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Politician Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       politician
 Version:        1.0.0
*/

@import url("../politician/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#header {
	position: relative;
	z-index: 9;
	width: 100%;
	padding: 3px 0 25px;
	background-image:url('http://worklifelaw.org/wp-content/uploads/2013/10/wll-bg2.png');

	background-repeat: no-repeat;
}

#logo {
		float: left;
		margin: 0 20px 0px;
	}

.ie7 .navigation > ul > li {height: 60px;}
			
				.navigation > ul > li > a {
					position: relative;
					display: block;
					padding: 0 20px;
					text-align: left;
					text-transform: uppercase;
					font-size: 12px;
					font-family: 'Adamina', serif;
					vertical-align: top;
					line-height: 60px;
				}

.style-1 a.donate {background-color: #ffba00;}

.style-1 a.donate:hover {background-color: #ffb200;}

h1 {font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Adamina', serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #124162;
	font-weight: 400;
	line-height: 1.25;
}

.page-title {margin: 0;color: #124162;}

.navigation ul ul {
					position: absolute;
					left: 0;
					top: 60px;
					z-index: 9999;
					padding: 0;
					width: 175px;
					display: none;
                                        zoom: 1;
				}

ul.ordered.type-2 li a, a > * {
	color: #000000;
	text-decoration: none;
}