/*
Theme Name:     Twenty Eleven for ISA
Theme URI:      http://isaugusta.com/
Description:    Child theme of Twenty Eleven, with customizations for ISA
Author:         Osman Ullah
Author URI:     http://osmanu.com
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

/* Remove excess padding around site title */
#site-title {
	padding: 1.5em 0 0;
}
#site-description {
	margin-bottom: 1.5em;
}
/* Make sure the logo and search form don't collide */
#branding #searchform {
	top: 1.5em !important;
	right: 30px;
}
#branding hgroup {
	margin: 0 30px;
}

/* this removes excess padding around page titles */
.singular .hentry {
	padding: 1em 0 0;
}
.singular.page .hentry {
	padding: 1em 0 0;
}

#site-generator {
	padding: 1em 0;
        line-height: 1em;
}
#site-generator a {
	color: #bbb;
}
#site-generator a:hover {
	color: #999;
}

/* For BING map area */

#mapviewer{
	float:right;
	clear:both;
	padding:3px;
	border:1px dotted #ccc;
	margin=left: 5px;
}

#mapviewer a{
	padding-left: 2px;
	font-size: 12px;
	text-decoration:underline;
}

/* Hide the title on the front page */
.page-id-436 .entry-title{
	display: none;
}

.memberList table {
	border:none;
	width:auto;
}

.memberList tr, .memberList td{
	border: none;
	padding: 1px 10px 1px 0px;
}

.memberList .title {
	font-size: 13px;
	font-weight:bold;
	text-align:right;
}