/*
Theme Name: XBRM
*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.home-link a { 
	background:transparent url(images/btn-home.gif) no-repeat scroll 0 0;
	margin-right:20px;
	width:33px;
}

.two-columns h2 a{ color:#888B8E}
.primary-holder h1 { 
	/*margin-left:58px;*/
	margin-left:0;
}



.sidebar ul{
	list-style:none;
	padding:0;
	margin:0;
}


.infobox{
	float:right;
	width:250px;
	border:1px solid #ccc;
	list-style:none;
	margin:0 0 15px 15px;
	padding:0;
}

.infobox li{
	padding:5px 0 5px 0;
	margin:0 5px 0 5px;
	border-bottom:1px solid #ccc;
}

.last{
	border:none !important;
}

#dbem-location-map{
	width:100% !important;
}

#dbem-rsvp-form input, #dbem-rsvp-form textarea{
	width:200px;
}

#dbem-rsvp-form textarea{
	width:250px;
	height:80px;
}
#dbem-rsvp-form select{
	width:50px;
}

#dbem-rsvp-form p{
	margin-left:188px;
}

.description{
	min-height:115px;
}