/* This stylesheet was designed and developed by Chris Converse, Codify Design Studio */

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: black;
	background: darkgreen;
}

.black_text {color:black};
.page { font-size: 1em; }

/*.search_box { 
  top: 4px; 
  margin-top: 20px; 
  margin-right: 10px; 
  margin-left: 10px; 
  float: right; 
  };*/

h1 { font-size: 2em; color: darkgreen; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.6em; color: darkgreen; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: darkgreen; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: darkblue; } 
a:hover { color: green; }

.content_sidebar h3 { color: darkgreen; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #733e34; /*brown*/}
.content_sidebar a { color: #00a2ed; /*light blue*/}
.content_sidebar a:hover { color: #f52d1b;/*red*/ }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo { /* rest to be defined in inherited */
	margin: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  } */

/* .content_sidebar figure .figure_photo {
	background: url(Templates/flexible2015/images/collocates_of_words_MI.png) no-repeat right 0px;
	margin: 0px;
	height: 312px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  } */
.content_sidebar figure figcaption { font-size: .9em; display: block; color: black; margin: 3px 0px 15px 0px; }

/* Layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }
.page pre_header {
	height: 35px;
	position: relative;
  }
.page header {
	display: block;
	position: relative;
	height: 175px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(Templates/flexible2015/images/bannerLargeYellow.jpg) no-repeat 0px 0px;
}
page pre_header .search_box { 
  margin-left: 30px; 
  margin-top: 10px; 
  margin-right: 20px; 
  float: right;};
.page header a.logo {
	position: absolute;
	top: 33px;
	left: 6px;
	display: block;
	width: 190px;
	height: 110px;
	background: url(Templates/flexible2015/images/WordSmith_logoForLexically_largeGreen.png) no-repeat 0px 0px;
	visibility: visible;
}
page header_right {
	margin: 15px 20px 20px 0px;
	padding: 10px;	
}
.page .page_content { background-color: white; padding: 1px 0px 1px 0px; }
.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; }

/*
.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; }
*/

.page .page_content .content {
	margin: 15px 20px 20px 20px;
	padding: 0px;
}
.page .page_content .content_sidebar {
	margin: 15px 20px 20px 0px;
	padding: 10px;
	border: 1px solid darkgreen;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f6ebda /*light beige*/;
}
.page nav { position: absolute; top: 77px; right: 20px; text-align: right; }
.page nav a {
	border: 1px solid #darkgreen;
	border-radius: 16px;
	color: darkgreen;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: gold; /* #21610b /* rgba(51,102,51,0.6)/* rgba(104,35,11,.6); */
	
	font-size: 1.15em;
}
.page nav a:hover { background-color: darkgreen /* rgba(0,0,0,.5)*/; color: yellow; }
.page page_footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #757575 /*grey*/;
	background-color: black;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	

.search_box { position: static; margin-top: 10px; margin-left: 0px;};

	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header { height: 50px; background-image: url(Templates/flexible2015/images/bannersmallyellow.jpg); }
	.page header a.logo {
		top: 3px;
		left: 25px;
		margin: 0px auto 0px auto;
		width: 127px;
		height: 38px;
		background: url(Templates/flexible2015/images/WordSmith_logoForLexically_smallGreen.png) no-repeat 0px 0px;
	}
	.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 { margin: 10px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 28%; float: right; margin-left: 15px; }
/*	.page .page_content .content_sidebar figure .figure_photo { background: url(Templates/flexible2015/images/collocates_of_words_MI-75%.png) no-repeat right 0px; height: 232px; } */
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
	}
	.page nav a {
		color: darkgreen;
		border: 1px solid darkgreen;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: yellow url(Templates/flexible2015/images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { color: yellow; background-color: darkgreen; }
	.page page_footer { font-size: .8em; }
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {

.search_box { top: 4px; margin-right: 20px; float: right;};

/*.search_box { position: absolute; top: 4px; left: 200px;}; */
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
	.page header {
	height: 90px;
	background-image: url(Templates/flexible2015/images/bannermediumyellow.jpg);
	padding: 10px 50px 0px 75px;
	width: auto;
}
	.page header a.logo {
	top: 13px;
	left: 21px;
	width: 90px;
	height: 55px;
	background: url(Templates/flexible2015/images/WordSmith_logoForLexically_mediumGreen.png) no-repeat 0px 0px;
	}
	.page nav { top: 30px; }
	.page nav a {
		border-color: white;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
/*	.page .content_sidebar figure .figure_photo { background: url(Templates/flexible2015/images/collocates_of_words_MI-75%.png) no-repeat right 0px; height: 232px; } */
	.page .content_sidebar figure figcaption { font-size: .8em; }
}

/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 20px; }	
}
