/*
Theme Name:     Twenty Eleven Child
Description:    Child theme for the Twenty Eleven theme 
Author:         Alex Gary
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

#site-title {
	display: none;
}

#site-generator {
	display: none;
}

#branding {
	display: none;
}

/* Header */

.header a {
	color:#fff;
	text-decoration:underline;
}
.header a:visited {
	color:#d0d0d0;
	text-decoration:underline;
}
.header a:hover, a:active, a:focus {
	color:#fff;
	text-decoration:none;
}

.header {
	padding:5px 5px 5px 5px;
	background: #606060;
	color: #ffffff;
}

.header table tr td {
	text-align: center;
}

ul.unstyled {
	list-style-type: none;
	margin: 0;
}
.drop-menu {
	position:relative;
}

ul.dropdown-menu {
	display:none;
	list-style-type: none;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 1000;
	float: left;
	min-width: 170px;
	max-width: 230px;
	padding: 4px 0;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

ul.dropdown-menu a {
	display:block;
	padding: 3px 15px;
	color:#101010;
	text-decoration:underline;
}

ul.dropdown-menu a:visited {
	color: #101010;
}

ul.dropdown-menu a:hover, a:active, a:focus {
	color:white;
	background-color: #08C;
	text-decoration:none;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: -99999px;
	vertical-align: middle;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
}

/* Footer */

.footer {
	font-size:75%;
	padding: 20px;
	background: #606060;
}

.footer a {
	color:#fff;
	text-decoration:underline;
}
.footer a:visited {
	color:#d0d0d0;
	text-decoration:underline;
}
.footer a:hover, a:active, a:focus {
	color:#fff;
	text-decoration:none;
}

.footer h3 {
	font-size: 1.17em;
	font-weight: bold;
}

/* Pages */
.page-template-mark_moore-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.page-template-mark_moore-php .commentlist > li.comment,
.page-template-mark_moore-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-mark_moore-php #respond {
	width: auto;
}

.page #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
