

.contact-thank-you-message {
	width: 65%;
/*	margin: 25px auto 0 auto;*/
	border: 2px solid red;
	padding: 5px;
	font-weight: bold;
}

.contact-error-message {
	width: 65%;
/*	margin: 25px auto 0 auto;*/
	border: 2px solid red;
	padding: 5px;
	font-weight: bold;
}

.contact-input {
	width: 90%;
}

.contact-textarea {
	width: 90%;
	height: 40px;
}


html, body {
	width: 97%;
	height: 100%;
	margin: 0 auto;
	font-family: verdana;
	font-size: 16px;
	background-color: #fff;
}


#wrapper {   /* was .page */
	margin-bottom: -285px;   /* equal to footer height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin-left: 0.8em;
	max-width: 1200px;
/*	border: 2px solid yellow; */
}

@media all and (max-width: 700px) {   /* added 5-31-16 */
#wrapper {
	margin-left: 2em;
}

}




                                                             /* TOP SECTION */

@media all and (min-width: 800px) {
#google-links-ad {
	width: 100%; /*1200px;*/
/*	height: 25px; */
	margin-top: 0; /*0.5em;*/
/*	background: url(http://www.freecraftunlimited.com/images/google-top-bg.png) no-repeat; */
}

}



#logo-wrapper {
	width: 97%;
	overflow: hidden;
/*	border: 1px solid red; */
}

#logo {
	float: left;
	margin: 10px 0 5px 0;
	width: 139px;
	height: 59px;
	background: url(https://www.freecraftunlimited.com/images/FreeCraftLogo.png) no-repeat;
}

.logo-nav {
	font-size: 11px;
	font-weight: bold;
	color: #588b94;
	text-align: right;

}

.logo-nav a:link, a:visited {
	color: #588b94;
	text-decoration: none;
}

.logo-nav a:hover, a:active {
	color: #d17353;
	text-decoration: none;
}

#logo-line {
	float: right;
	width: 87%;
	margin-top: 5px;
	border-top: 3px solid #588b94;
}




                                                           /* HEADERS */

#header-menu {
	width: 175px;
	height: 35px;
	background: url(http://www.freecraftunlimited.com/images/header-menu.png) no-repeat;
}

#header-stuff {
	width: 200px;
	height: 35px;
	background: url(http://www.freecraftunlimited.com/images/header-stuff.png) no-repeat;
	margin: 0 auto;
}

#header-search {
	width: 175px;
	height: 35px;
	background: url(http://www.freecraftunlimited.com/images/header-search.png) no-repeat;
}

#header-craft {
	width: 280px;
	height: 35px;
	background: url(http://www.freecraftunlimited.com/images/header-craft.png) no-repeat;
}




                                                  /* LEFT NAVIGATION */

#nav-left {
	margin-left: 0;
}

#nav-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-left ul li {
	display: block;
/*	padding: 7px; 0;*/
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
/*	border: 1px solid #588b94; */
}

#nav-left a:link, a:visited {
	text-decoration: none;
	color: #39628C;
}

#nav-left a:hover, a:active {
/*	background-color: #588b94; */
	color: #d17353;
}









                                                       /* BODY LINKS */

a:link, a:visited {
	color: #588b94;
	text-decoration: underline;
}

a:hover, a:active {
	color: #d17353;
	text-decoration: none;
}


                                                        /* GOOGLE ADS */

.google-body-ad-1, .google-body-ad-2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.google-ad-right {
	margin: 15px auto;
}

/*
@media all and (max-width: 620px) {
.google-body-ad-1, .google-body-ad-2 {
	display: none;
}
}
*/



                                                       /* SHARE BUTTONS */
/*
div#floating-share-buttons {
	width: 40%;
	background: #ffffff;
	border-radius: 15px;
	margin: 0 auto;
	text-align: center;
}
*/

div#floating-share-buttons {
    position: fixed;
    top: 20%;
    left: 0;
/* try right: 0; and see if they'll float on the right margin */
	margin: 0 auto;
	text-align: center;
	
}




                                         /* MOBILE MENU - DISAPPEARING LINK */
                                         /* added 5-31-16 */

#mobile-menu-link-container {
	width: 80%; /*100%;*/
	max-width: 300px; /*1200px;*/
	margin-top: 60px;
}

@media screen and (min-width: 761px) {

	#mobile-menu-link-container {
		display: none;
}
}

#mobile-menu-link-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 0 0 0 35px;
}


#mobile-menu-link-wrapper {
	margin-left: 40px;
}

#mobile-menu-link {   /* wraps the menu image and word MENU */
	margin: 0;
}

#mobile-menu-link a:link, #main-menu-link a:visited, #main-menu-link a:active {
	text-decoration: none;
}

#mobile-menu-link a:hover {
	text-decoration: underline;
}


.mobile-menu-link {
	margin: 10px 0 0 0;
	width: 38px;
	height: 30px;
	background: url(http://www.ebookhelper.com/images/menu-bars-2.png) no-repeat;
}

.mobile-menu-link-text {    /* the word MENU */
	margin-top: 10px;
	/*margin-left: 45px;*/
	font-size: 22px;
}

.mobile-menu-navigation {
	width: 80%;
}



#exampleinpost a:link, #exampleinpost a:visited, #exampleinpost a:active {
	text-decoration: none;
	line-height: 1.5;
}

#exampleinpost a:hover, #exampleinpost a:active {
	text-decoration: none;
}

#exampleinpost {
	line-height: 2;
}





                                                           /* DESIGN ELEMENTS */

.center {
	text-align: center;
}

.red {
	color: #ff0000;
}

.content {
	font-size: 13px;
	line-height: 18px;
}

p {
	font-size: 13px;
	line-height: 18px;
}

/*td {
	font-size: 13px;
	line-height: 18px;
}
*/


img {
	width: auto;
	max-width: 100%;
	height: auto;
}


ul, ol {
	font-size: 13px;
	line-height: 18px;
}


h2 {
	font-family: Arial;
	font-size: 1.7em;
	font-weight: normal;
	color: #588b94;
	margin: 0;
	line-height: 1em;
}

h3 {
/*
	font-size: 1em;
	font-weight: bold;
	color: #588b94;
	margin: 25px 0 0 0;
*/
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: black; /*#d17353;*/
	border-bottom: 2px solid black; /*#d17353;*/
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #588b94;
	margin: 25px 0 0 0;
}


.sub-heading {
	width: 80%;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: black; /*#588b94;*/
	text-align: left;
	margin: 5px 0 10px 0;
	border-bottom: 2px solid black; /*#d17353;*/
}


blockquote {
	font-size: 13px;
}

.subtitle {
	font-weight: bold;
	color: #d17353;
}

.heading-1 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: black; /*#d17353;*/
	border-bottom: 2px solid black; /*#d17353;*/
}

.notice {
	font-weight: normal;
	color: red; /*#d17353;*/
	text-align: center;
}


                                                             /* CUSTOM MENUS */

#menu-centered {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#menu-centered ul {
	margin: 0;
	padding: 0;
}

#menu-centered li {
	padding: 0 5px;
	list-style: none;
	display: inline;
}


.menu-terms {
	width: 80%;
	margin: 0 auto;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
}

.menu-terms ul {
	margin: 0;
	padding: 0;
}

.menu-terms li {
	padding: 0 5px;
	list-style: none;
	display: inline;
}

.menu-terms a:link, a:visited {
	color: #588b94;
	text-decoration: none;
}

.menu-terms a:hover, a:active {
	color: #d17353;
	text-decoration: none;
}


                                                           /* FORMS */

.textarea-contact {
	width: 95%;
	height: 100px;
/*	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat; */
}



                                                        /* CRAFT OF THE MONTH */

.craft-month-border {
	border: 4px dashed #d17353;
	padding: 10px;
}

.craft-month-title {
	font-weight: bold;
	color: #d17353;
	text-align: center;
}




                                                       /* TOOLTIP PROJECT IMAGES */

a.snapshot {
	outline: none; 
}

a.snapshot strong {
	line-height: 30px;
}

a.snapshot:hover {
	text-decoration: none;
} 

a.snapshot span {
	z-index: 10;
	display: none;
	padding: 5px 5px;
	margin-top: -30px;
	margin-left: 1px; /*28px;*/
	width: 150px; /*300px;*/
	line-height: 16px;
}

a.snapshot:hover span{
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
}

/*.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}*/
    
/*CSS3 extras*/
/*a.snapshot span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
*/



                                                           /* FLOATING SECTIONS */

section {
	display: block;
/*	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align: baseline; */
}

#content-boxes { 
	margin-bottom: 20px;
	position: relative;
/*border: 1px solid red;*/
	overflow: hidden;
}

#content-boxes .content-boxes {                       
	width: 47%;                            /* changed this from 220px original to 170px */
	margin: 0 5px; /*0 13px 23px 13px;*/
	float: left;
	display: inline;
/*	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4); */
/*	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4); */
	position: relative;
	font-family: verdana;
	font-size: 12px;
	line-height: 24px;
}

#content {                                    /* aka #box */
	margin-bottom: 20px;
	position: relative;
/*border: 1px solid red;*/
	overflow: hidden;
}

#content .box {                        /* aka #box .box-content */
	width: 30%;                            /* changed this from 220px original to 170px */
	margin: 0 5px; /*0 13px 23px 13px;*/
	float: left;
	display: inline;
/*	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4); */
/*	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4); */
	position: relative;
}


#box-templates {
	margin-bottom: 20px;
	position: relative;
/*border: 1px solid red;*/
	overflow: hidden;
}

#box-templates .box-content-2 {
	width: 45%;                            /* changed this from 220px original to 170px */
	margin: 0 5px; /*0 13px 23px 13px;*/
	float: left;
	display: inline;
/*	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4); */
/*	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4); */
	position: relative;
}

.group:after{
	box: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




                                                           /* DISPLAY ADS */

.display-ads {
/*	margin: 20px auto;*/
	width: 98%;
	text-align: center;
}

@media all and (max-width: 620px) {

.display-ads {
	margin-bottom: 35px;
	width: 80%;
}

}





#ads-left {
	width: 80%;
	border: 1px solid black;
	padding: 5px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}

#ads-left-image {
	background: url('http://www.freecraftunlimited.com/images/ads/cover-strike-gold.png') no-repeat center;
/*	background-size: 98%; */
	width: /*150px;*/ 100%;
	height: 194px;
}


@media all and (max-width: 620px) {

#ads-left {
	margin-bottom: 35px;
}

}






                                                                /* FOOTER */

.footer-shim /*, footer-anchor*/ {
  clear: both;
  height: 285px;
}

.footer-bar {
	background-color: #fff;
	border-top: 1px solid #588b94;
	padding-top: 5px;
}

.copyright {
	font-size: 12px;
	color: #588b94;
	text-align: center;
}

.copyright a:link, a:visited {
	color: #588b94;
	text-decoration: none;
}

.copyright a:hover, a:active {
	color: #d17353;
	text-decoration: none;
}






                                                                     /* SEARCH RESULTS */

#content .searchResultsWrapper {
  background:#fff;
  padding:5px;
  border:1px solid #dcdac2;
  clear: both;
  height:100%;
  margin-bottom:5px;
}

#content .searchResultsWrapper:hover {
  background:#f5f2dc;
}

#content .searchResultsWrapper .title {
  font-weight: bold;
}

#content .searchResultsWrapper .description {
}

#content .searchResultsWrapper .url {
}

#content .keywords {
  color: #63614f;
}

#content .head {
  background:#ebe9d7;
  color:#333227;
  font-weight:bold;
  padding:5px;
  border:1px solid #b0ad93;
  margin:5px 0 5px 0;
}

#content .head span {
  float: right;
}

#content .noResults {
  text-align:center;
  background:#fff;
  padding:5px;
}

#content .clear {
  clear:both;
}

.pageNumbers {
  text-align:center;
  padding:5px;
  margin-top:10px;
  background:#ebe9d7;
}

#pageNumbers a {
}

#pageNumbers a:hover {
}

.input_search_field {
	width: 70%;
}




                                                      /* ALL MEDIA QUERY */


/* MEDIA QUERY MAX-WIDTH 1190px */

@media all and (max-width: 1190px) {

#logo-line {
	margin-top: 0;
	border-top: 0;
}

}



/* changes nav left menu for very narrow spaces */

@media all and (max-width: 585px) {

#nav-left ul li {
	padding-left: 5px;
	border-left: 2px solid #588b94;
/*background-color: #ffeeee;*/
	margin-bottom: 5px;
}

}




/* TESTING THIS */
@media screen and (max-width: 420px) {

#content-wrapper {    /* was #content */
	padding-top: .5em; /*3em*/;
	padding-left: 1em;
/*	border: 3px solid blue; */
	overflow: hidden;
}

#primary {
	float: left;
	margin: 0;
	padding-bottom: 2em;
	width: 100%; /* 740px; */ /* 740px; */
/*	border: 2px solid green; */
}

#secondary {
	float: left; 
	padding-bottom: 2em;
	width: 95%;
	text-align: center;
}

#content-left {   /* was what-is */
	float: left;
	width: 100%; /* 200px; */ /* 300px; */
/*	border: 1px solid red; */
}

#content-middle {  /* was col-mid */
/*	clear: right;*/
	float: left; /*right;*/
	width: 95%; /* 500px; */ /* 400px; */
	padding: 0 15px;
	border-left: 1px solid #588b94;
	border-right: 1px solid #588b94;
/*	border: 1px solid red; */
}

#content-right {    /* was latest-news */
	width: 260px; /* 220px;*/
text-align: left; /* added this 3-27-2016 */
}

#nav-left ul li {
	display: inline;
}

}







/* MEDIA QUERY MIN-WIDTH 421px */

@media all and (min-width: 700px) {

#wrapper {
	margin-top: /*-1em;*/ 0;  /* I changed this */
}

#content-wrapper {    /* was #content */
	padding-top: .5em; /*3em*/;
	padding-left: 1em;
/*	border: 3px solid blue; */
	overflow: hidden;
}

#primary {
	float: left;
	margin: 0;
	padding-bottom: 2em;
	width: 100%; /*770px;*/ /* 740px; */
/*	border: 2px solid green; */
}

#secondary {
	float: left;
	padding-bottom: 2em;
	width: 100%;
	text-align: center;
}

#content-left {   /* was what-is */
	float: left;
	width: 26%; /*200px;*/ /* 300px; */
/*	border: 1px solid red; */
}

#content-middle {  /* was col-mid */
/*	clear: right;*/
	float: left; /*right;*/
	width: 63%; /*480px;*/ /* 400px; */
	padding: 0 15px;
	border-left: 1px solid #588b94;
	border-right: 1px solid #588b94;
/*	border: 1px solid red; */
}


#content-right {    /* was latest-news */
	width: 260px; /* 220px;*/
}

}



/* MEDIA QUERY MIN-WIDTH 900px */

@media all and (min-width: 900px) {

#primary {
	width: 70%; /* 760px; */ /* 880px; */
}

#secondary {
	width: 29%; /* 270px; */
/*	border: 1px solid red; */
}

#content-left {     /* was what-is */
	width: 26%; /* 200px; */ /* 300px; */
}

#content-middle {   /* was col-mid */
	width: 63%; /*550px;*/ /* 400px; */
}

#content-right {  /* was latest-news */
	float: left;
}


}



/* MEDIA SCREEN from Weenudge stylesheet */

@media screen and (max-width: 550px) { 
	#content .box{
		display: block;
		position: relative;
}

	#content .box {
		float: none;
		margin-bottom: 23px !important;
		margin: 0 auto;
		width: 300px;
	}

	#content-boxes .content-boxes {
		float: none;
		margin-bottom: 23px !important;
		margin: 0 auto;
		width: 300px;
	}

}



/* MEDIA ALL MAX-WIDTH 350 */


@media screen and (max-width: 800px) {
#logo-wrapper {
	margin-top: 40px;
}

}

