/*

	Theme Name:	 CMS_MeadFloats
	Theme URI:	 http://dylanjameswagner.com/wordpress/
	Description: WP CMS style layout. Widget friendly.
	Tags:		 custom, cms
	Version:	 0.1
	Author:		 Dylan James Wagner
	Author URI:	 http://dylanjameswagner.com
	
	// -------------------------------------------------------------- //
	// style.css

*/

@import url('css/common.css');
@import url('css/wordpress.css');
@import url('css/structure.css');
@import url('css/navigation.css');
@import url('css/primary.css');
@import url('css/secondary.css');
@import url('css/tertiary.css');
@import url('css/widgets.css');
@import url('css/slideshow.css');

.wp_title {
	color: #ccc;
}

/* project */
.highlight {
	text-decoration: none;
	font-weight: bold;
	color: #06c;
}
.highlight:hover {
	border-bottom: 2px solid #ccc;
}

.columns {
	margin: 20px -10px -1px -1px;
	
	overflow: auto;
}
.columns div {
	position: relative;
	float: left;
	width: 195px;
	padding-left: 10px;
	border-left: 2px solid #ccc;
}
.columns div:first-child {
	border: none;
}

.post .gallery {
	margin: 20px 0;
	overflow: auto;
}
	.post .gallery dl {
		margin: 0;
	}
		.post .gallery dl dt {
			float: none;
			margin: 0 auto;
		}
		.post .gallery dl dd {
			padding: 0 10px;
		}
		.post .gallery br {
			display: none;
		}

.contact-info {
	font-size: .75em;
}
	.contact-info > div {
		position: relative;
		height: 230px;
		margin-left: 0;
	}
		.contact-info div div {
			position: absolute;
			bottom: 0;
			margin-left: -10px;
			padding: 6px 0 8px 10px;
			border: none;
			
			color: #06c;
		}

#more_information {
	margin: 15px 10px 20px 10px;
}
#more_information h3 {
	text-align: center;
}
	#more_information div {}
		#more_information div h4 {
			margin-bottom: -30px;
		}
		#more_information div img {
			display: none;
			float: left;
			width: 130px;
			height: 130px;
			margin: 20px 10px 10px 0;
			background: #222;
		}
