/*COLORS:
 * Yellow:		#fed22a
 * Yellow-Dark:	#f7aa24
 * Blue:		#006699
 * Blue-Light:	#67b6ee
 * Grey-Light:	#e1e1e1
 */
  
  
  /*--------------- NAVIGATION(for full width layout) -----------------------------------*/
	#nav1-container{
		min-width:1160px;
		padding:0 0 0 7px;
		margin-bottom:15px;
		color:white;
		font-size:26px;
		font-weight:bolder;
		text-transform:uppercase;
		-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		   -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		        text-shadow: 0px 1px 2px #555;
		letter-spacing:-1px;
		border-bottom:solid 3px #FFF;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		        box-shadow: 0px 1px 2px #555;
		background: #67b6ee;
			background: -moz-linear-gradient(top,  #67b6ee 0%, #006699 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b6ee), color-stop(100%,#006699));
			background: -webkit-linear-gradient(top,  #67b6ee 0%,#006699 100%);
			background: -o-linear-gradient(top,  #67b6ee 0%,#006699 100%);
			background: -ms-linear-gradient(top,  #67b6ee 0%,#006699 100%);
			background: linear-gradient(to bottom,  #67b6ee 0%,#006699 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b6ee', endColorstr='#006699',GradientType=0 );
		}

	ul.navigation{float:left;}
	.navigation, .navigation ul {
		margin:0;
		padding:0;
		list-style-type:none;
		position:relative;
		}
	.navigation ul{margin-left:-9px;}
	.navigation li ul {z-index:120;}
	.navigation a {display:block; padding:15px 12px;border-right:1px solid #CCC; text-decoration:none; color:white}
	.navigation a:hover,.navigation li.current-menu-item a{color:#fff}
	.navigation li:hover,.navigation li.current-menu-item a{background:#f7aa24 }
	.navigation li:hover a{color:#FFF}
	.navigation li {float:left; position:relative;}
	.navigation ul {position:absolute; display:none; width:144px; top:61px; left:8px;background:#069; padding-bottom:5px;}

	.navigation ul li a{border-width:0 0 1px;color:#FFF}
	.navigation ul li a:hover{background:#005884}
	.navigation ul a {border-left:1px solid #CCC;}
	.navigation li ul { width:375px; border:solid 1px #CCC; border-width:0 1px 1px;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
    	-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;}
	.navigation li ul a {
		width:350px;
		height:auto;
		float:left; 
		}
	.navigation ul ul {top:auto;}
	.navigation li ul ul {left:350px; margin:0px 0 0 0px;}
	.navigation li:hover ul ul, .navigation li:hover ul ul ul, .navigation li:hover ul ul ul ul {display:none;}
	.navigation li:hover ul, .navigation li li:hover ul, .navigation li li li:hover ul, .navigation li li li li:hover ul {display:block;}
#rss-links{float:right;margin:.3em 10px 0 0;font-size:.8em;}
ul#rss-links li{display:inline; text-decoration:none; padding:0.25em .3em;}
ul#rss-links li a{text-decoration:none;}

html {
	background:#e1e1e1;
}

body {
	font-family: Helvetica, Arial, san-serif;
	background:#e1e1e1;
	min-width:1160px;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#f7aa24;
}

h1,h2,h3,h4,h5,h6,.wtwa{
	font-family: 'Wendy One', sans-serif;
	color:#006699;
	text-align:center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	        text-shadow: 0px 1px 1px #555;		
}
h2 {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	background: #e1e1e1;
		background: -moz-linear-gradient(top,  #e1e1e1 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%);
		background: -o-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #e1e1e1 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 );

}

#menu-primary-no-drops, .post-nav a, #footer-links {
	padding:0 0 0 7px;
	color:white;
	font-size:15px;
	font-weight:bolder;
	text-transform:uppercase;
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        text-shadow: 0px 1px 2px #555;
	letter-spacing:-1px;
	min-width:1128px;
	border:solid 3px #FFF;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;
	background: #fed22a; /* Old browsers */
		background: -moz-linear-gradient(top,  #fed22a 0%, #f7aa24 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed22a), color-stop(100%,#f7aa24)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fed22a 0%,#f7aa24 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed22a', endColorstr='#f7aa24',GradientType=0 ); /* IE6-9 */

}

#menu-primary-no-drops a, #footer-links a {
	display:block;
	padding:20px 11px 20px 11px;
	text-decoration:none;
	color:white;
	}

#menu-primary-no-drops a:hover, #footer-links a:hover {color:white}
#menu-primary-no-drops li:hover, #footer-links li:hover {
	background:#f7aa24;
	}
#menu-primary-no-drops li:hover a, #footer-links li:hover a{color:white}
#menu-primary-no-drops ul, #footer-links ul{
	/*margin-top:37px;*/
	background:#f7aa24;
	border-right:solid 3px #FFF;
	border-bottom:solid 3px #FFF;
	border-left:solid 3px #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;
	}

#menu-primary-no-drops ul li a, #footer-links ul li a{
	background:#f7aa24;
	text-indent:0;
	text-align:center;
	}
#menu-primary-no-drops ul li a:hover, #footer-links ul li a:hover{background:#fed22a}

#menu-primary-no-drops li li a, #footer-links li li a{
	padding: 5px 12px;
}

#menu-item-7953 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/whats-the-word-answers-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-437 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/4-pics-1-word-answers-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-7955 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/whats-the-word-answers-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-7956 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/whats-that-word-answers-itch-mania-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-2700 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/whats-the-word-answers-emerging-games-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-2723 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/guess-the-word-answers-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-2716 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/4-pics-1-word-answers-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-5300 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/4-pics-1-word-facebook-answers-icon.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#menu-item-7954 a {
	display:block;
	/*height:50px;
	width:50px;
	padding:0px;
	margin-left:6px;
	outline:none;*/
	text-indent:50px;
	background-image:url('https://www.whatsthewordanswers.com/images/nav_icons/whats-the-word-hd-anwers-redspell.png');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#footer-links li {
	margin-right:0;
}

#content {
	/*border:solid 1px #959595;*/
	background:white;
	width:760px;
	margin-left:0;
	padding:10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;	
}

.entry img, .mag2-box img {
	padding:0;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;
}

.homedesc a{
	color:#fed22a;
	font-family: 'Wendy One', sans-serif;
	font-size:26px;
	text-align:center;
	text-decoration:none;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	        text-shadow: 0px 1px 1px #555;	
}
.homedesc a:hover {
	color:#f7aa24;
}
.mag2-box {background:none;}
.mag2-box img {width:170px;}

.widget {
	border:solid 3px #FFF;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;	
	background: #fed22a; /* Old browsers */
		background: -moz-linear-gradient(top,  #fed22a 0%, #f7aa24 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed22a), color-stop(100%,#f7aa24)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fed22a 0%,#f7aa24 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed22a', endColorstr='#f7aa24',GradientType=0 ); /* IE6-9 */
	
}
.widget a {
	color:white;
	font-size:13px;
	font-weight:bolder;
	text-transform:uppercase;
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        text-shadow: 0px 1px 2px #555;	
}
.widget a:hover {color:white}
.widget ul li{
	border-bottom:solid 1px #FFF;
	background: #fed22a; /* Old browsers */
		background: -moz-linear-gradient(top,  #fed22a 0%, #f7aa24 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed22a), color-stop(100%,#f7aa24)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fed22a 0%,#f7aa24 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fed22a 0%,#f7aa24 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed22a', endColorstr='#f7aa24',GradientType=0 ); /* IE6-9 */
	
}

.widget ul li:hover {
	background:#f7aa24;
	border-bottom:solid 1px #FFF;
}
h4.widget-title {
	background:white;
}

#facebook-like-box, #nav_menu-2.block.widget.widget_nav_menu, #text-2 {
	background: #67b6ee;
		background: -moz-linear-gradient(top,  #67b6ee 0%, #006699 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b6ee), color-stop(100%,#006699));
		background: -webkit-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: -o-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: -ms-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: linear-gradient(to bottom,  #67b6ee 0%,#006699 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b6ee', endColorstr='#006699',GradientType=0 );
}

#menu-item-502 {
	background:none;
	border:none;
}

#menu-item-502 a {
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

#menu-item-502 a:hover {
	color:#e1e1e1;
}

#facebook-like-box iframe {
	background:white;
	margin:11px;
	padding:5px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;
}

#builder {
	border:solid 3px #FFF;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;
	background: #67b6ee;
		background: -moz-linear-gradient(top,  #67b6ee 0%, #006699 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b6ee), color-stop(100%,#006699));
		background: -webkit-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: -o-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: -ms-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: linear-gradient(to bottom,  #67b6ee 0%,#006699 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b6ee', endColorstr='#006699',GradientType=0 );
}

#resultsTable {
	width:730px;
	border:solid 3px #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;		
}

#resultsTable th, td {
	width:720px;
}

#resultsTable th {
	background: #67b6ee;
		background: -moz-linear-gradient(top,  #67b6ee 0%, #006699 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b6ee), color-stop(100%,#006699));
		background: -webkit-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: -o-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: -ms-linear-gradient(top,  #67b6ee 0%,#006699 100%);
		background: linear-gradient(to bottom,  #67b6ee 0%,#006699 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b6ee', endColorstr='#006699',GradientType=0 );
	
}

#resultsTable tr:nth-child(2n) {
	background: #e1e1e1;
}

span.post-meta.alignleft, span.post-meta.alignright, .border {
	display:none;
}

/*
.entry {
	background:#e1e1e1;
	padding:10px 0;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;	
}
*/
.wtwa {
	font-size:4em;

}
#rp-wrapper, .post-nav {
	background:none;
}

.post-nav a{
	font-size:22px;
	padding:5px 20px;
}

.post-nav a:hover {
	background:#f7aa24;
}

#rp-wrapper a:hover {
	color:white;
}

#footer {
	background:white;
	height:1px;
	padding:0;
	width:1140px;
}


#copyright {
	background:#e1e1e1;
	border-top:none;
}

#copyright .alignright {
	margin-right:15px;
}

h4.widget-title a {
	color:#006699;
}

.entry p img {
	margin:0 0 20px 20px;
}

/*---Download Page Styles---*/
#download_wrapper {
	max-width:740px;
	margin:0 auto;
}

.download_app {
	float:left;
	margin:0 10px 20px 10px;
	width:220px;
	min-height:330px;
	border:solid 3px #FFF;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 1px 2px #555;
}
.app_name {
	min-height:40px;
}

.app_name h2 {
	font-size:22px;	
}

.app_name h3 {
	font-size:18px;
}

.app_icon img{
	margin:0 0 0 45px;
	border:0;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;	
}

.ios_download {
	height:40px;
	margin:0 0 5px 40px;		
}

.android_download {
	height:47px;
	margin:0 0 5px 40px;		
}

.ios_download img, .android_download img {
	border:0;	
}