/*
Theme Name: CFASouthern
Author: tkeiger
Author URI: http://www.pltmoon.com/
Template:twentyfourteen

*/

@import url('../twentyfourteen/style.css');

#page {
margin-left: auto;
margin-right: auto;
border: 2px solid #000000;
-moz-box-shadow: 0 0 5px 5px #666;
-webkit-box-shadow: 0 0 5px 5px #666;
box-shadow: 0 0 5px 5px #666;
}
.contentcontainer {
	width: 470px;
	padding-right: 10px;
	padding-left: 48px;
	
}
.page-content {
	margin: 0 auto;
	max-width: 800px;
}

.page-title,
body.page .entry-title {
    display: none;
}
.float-right {float: right;
     clear:none;
}
.float-left {float: left;
	clear:none;	
}
.clearfix {
	clear:both;
}
.one_third_right {float: right;
	width: 35%;
     clear:none;
}
.two_thirds_left {float: left;
	width: 60%;
	clear:none;		
}

.one_half_right {float: right;
	width: 47%;
     clear:none;
}
.one_half_left {float: left;
	width: 47%;
	clear:none;		
}
.clearfix {
	clear:both;
}