/* This stylesheet was designed and developed by Chris Converse, Codify Design Studio */

@charset "UTF-8" ;

.content_sidebar figure .figure_photo {
	background: url(Templates/flexible2015/images/WS9_Logo_256.png) no-repeat center;
	height: 256px;
}

/* Layout */

.page .page_content .page_content_container_left { width: 63%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 37%; float: left; margin: 0px; padding: 0px; }


/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	

	.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content_sidebar figure { width: 50%; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(Templates/flexible2015/images/WS9_Logo_64.png) no-repeat center; height: 64px; }
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {

	.page .page_content .page_content_container_left { width: 65%; }
	.page .page_content .page_content_container_right { width: 35% }
  .page .page_content .content_sidebar figure { width: 85%; height: 128px; float: right; }
	.page .content_sidebar figure .figure_photo { 
	background: url(Templates/flexible2015/images/WS9_Logo_128.png) no-repeat center;  
	height: 128x; }
}

