/*
Theme Name: Compatible Quiz Theme
Theme URI: http://www.sparkjoy.com
Description: Custom theme for the Job Decision Quiz.
Version: 1.0
Author: David Montie
Author URI: http://www.sparkjoy.com/
Tags: cards, fixed width, two columns, widgets

	DQuiz v1.0
	http://www.decisionquiz.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("css/hmenu.css");  /* Drop Nav */
@import url("css/tabber.css"); /* tabbed content */

#dropnav ul li:hover, #dropnav ul ul li:hover, #dropnav ul li.sfhover, #dropnav ul ul li.sfhover {
    background: none;
}

/*----------------------------------------------------------------------- Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* 	background-color: #f7f8e5; */
	background-color:#fff;
	color: #333;
	text-align: left;
	margin:0px;
	padding:0px;
}
.home-wrap {
	position:relative;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:978px;
	height:100%;
	
}
#page-shadow {
/*	-moz-box-shadow: -1px -9px 84px 39px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: -1px -9px 84px 39px rgba(0, 0, 0, 0.3);
box-shadow: -1px -9px 84px 39px rgba(0, 0, 0, 0.3);*/
    float: left;
	background:#fff;
}
#page {
	margin: -130px 0px 0px 0px;
	padding: 0px;
	width: 978px;
	float:right;
}

#header{
	width:978px;
	height:220px;
	float:right;
	background-image: url(images/header-2.png);
	background-repeat: no-repeat;

	display: flex;
	flex-flow: row;
	background-size: 140%;
}

#logo-float {
	height:220px;
	left:-40px;
	position:relative;
	top:0;
	width:175px;
}

.clearfloat{
	clear:both;
}
/****** ICONS ************/
#sidebar ul {
		height:725px;
		float:left;
}
#sidebar .iconWrap {
	float:left;
	height:115px;
}
#sidebar .icon {
	background-size: cover;
	border-radius:10px;
	width:110px;
	height:110px;
	text-align:center;
	float:left;
}
#sidebar a.icon:hover {
	margin-left:-1px;
	margin-top:-1px;
	width:115px;
	height:115px;
}
a.job-icon {
	background:url(images/job-icon.png) no-repeat 0 0;
}
a.compatible-icon {
	background: url(images/love-icon.png) no-repeat 0 0;
}
a.relationship-icon {
	background:url(images/relationship-icon.png) no-repeat 0 0;
}
a.beaButton {
	background:url(images/beaButton.png);
}
a.beaBook {
	background:url(images/beaBook.png);
}


a.takequiz-icon {
	background: url("images/takequiz-icon.png") no-repeat scroll 0 0 transparent;
	background-size:cover;
    float: right;
    height: 54px;
    position: relative;
right: 278px;
    top: 193px;
    width: 178px;
}
a.takequiz-icon:hover {
	height:56px;
	width:180px;
	margin-top:-1px;
	margin-left:-1px;
}	
.iconTitle {
font-size: 1.2em;
font-weight: bold;
font-family: 'Trebuchet MS','Lucinda Grande',Verdana,Arial,Sans-Serif;
text-align:center;
padding: 0px;
}
.iconText {
	text-align:center;	
		margin-bottom:15px;	

}
/****** END ICONS ************/

/****** CONTENT ************/
#content{
	   /****** HOME CONTENT BG ************/
/*background: url('images/page_bg_tile.jpg') repeat-y;*/
/*background: none repeat scroll 0 0 #D1D5BE;*/
    border-radius: 15px 15px 15px 15px;
    float: right;
    font-size: 1.2em;
    height: auto;
    margin: 7px 9px 0px 0;
    padding: 50px 20px 60px 20px;
    width: 791px;
	font-size: 140%;
}
#startcontent {
		/****** GREY CONTENT BG HEADER ************/
float:right;
background: url('images/content_top.png');
background-repeat: no-repeat;
width:978px;
height:214px;
}
#footer {
		/****** GREEN CONTENT BG FOOTER ************/
	background-image:url('images/footer.png');
	background-repeat: no-repeat;
	width:978px;
	height:110px;
	padding-top:65px;
	clear: both;
	}
#footer p {
	text-align:center;
	padding-bottom: 10px;
	padding-right: 12px;
	margin: 0;
	color: white;
}

#footer a{
	color: white;
}

@media (min-width: 1200px) and (min-height: 1120px){
	#footer{

		/*padding-top: calc(100vh - 1072px);*/

		/*height: 100%;*/
		/*padding-top: calc(100vh - 1040px);*/
		/*background-position: bottom;*/

		/*background-position: bottom left;*/
		/*background-size: 170%;*/

		padding: 0;
		background-position: top left;
		background-size: 170%;
		height: 120px;
		margin-top: calc(100vh - 210px);
		position: relative;
    }

	#footer p{
		position: absolute;
		bottom: 0;
		left: 32%;
		color: black;
	}

	#footer p a{
		color: black;
	}
}


/****** END CONTENT ************/
/****** FLASH AND QUIZ PAGE ************/
#flash {
float:right;
height:440px;
width:835px;
margin:0px 6px 15px 0px;
background-image:url(images/flashreplace.png);
background-repeat:no-repeat;
}

#flash_quiz {
height:600px;
width:835px;
margin:30px auto;}

#instructions {
width: 825px;
margin:0 auto 20px auto;
}
/****** END FLASH AND QUIZ PAGE ************/
/****** SIDEBAR ************/
#sidebar {
	float: left;
    margin: 0;
    padding: 126px 0 10px 5px;
    width: 122px;
}
#side_ads
 {
clear:both;
float:left;
width:122px;
margin:0 0 0 8px;
}
#bea {
width:120px;
height:auto;
margin:-35px 0 20px 9px;
}

/****** END SIDEBAR ************/
/****** INDEX PAGE ************/
#articles_list {
border:1px dotted #FFFFFF;
height:auto;
margin: -20px 0 20px 30px;
padding:0px 0 10px 0;
text-align:left;
width:680px;
}

#articles_list h2 {
padding: 0 10px 0 10px;
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px dotted #D1D5BE;
margin:0 0 20px;
}
/****** END INDEX PAGE ************/
/****** HOME PAGE ************/
#recent-posts  {
	float:left;
	height:auto;
	margin:0px 0 0;
	padding:0 0px 40px 0px;
	width:250px;
}

.page-title {
	margin:-20px 0 10px 30px;
	text-align:center;
	width:680px;
}

.page-title h2 {
	color:#fff;
	
}

.title h2 {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px dotted #D1D5BE;
	margin:0 0 10px;
	padding:2px 10px 2px 10px;
	font-size:1.1em;
}

.title-link h4 {
	text-decoration:none;
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px dotted #D1D5BE;
	margin:0 0 20px;
	padding:5px 10px 5px 10px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
/* 	background: #eee url('images/kubrickfooter.jpg') no-repeat top; */

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.0em;
	text-align: left;
	color:#113038;
/* 	background-image: url('images/logostroke.png'); */
/*
	width:310px;
	height:100px;
*/
	}

.description{
padding-left:20px;
padding-top:10px;
width:380px;
float:left;
}

h2 {
	font-size: 1.2em;
	color:#fff;	
	}

h2.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	font-weight:bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #FFFFFF;
	}

h2, h2 a, h2 a:visited {
	color:#333;
	}

h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, strike {
	color: #777;
	}

.postmetadata {
	border-top:1px dotted #FFFFFF;
	padding:20px 20px 10px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #333333;
	text-decoration: none;
	}

a {
	color: #2D3D5C;
	text-decoration: underline;
}

a:hover {
	color: #2D3D5C;
	text-decoration: none;
	}


#articles_list a {
	color: #333;
	text-decoration: none;
	line-height:1.5em;
}

#articles_list a:hover {
	color: #E0001C;
	text-decoration: none;
} 

#articles_list li {
	margin:0 0 0 20px;
} 

#sidebar a {
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	color: #C30; 
	text-decoration: none;
}

.title-link a {
	color:#333;
	text-decoration:none;
	font-size:1.1em;
}

.title-link a:visited {
	color:#333;
	text-decoration:none;
	font-size:1.1em;
}

.title-link a:hover {
	color:#333;
	text-decoration:none;
	font-size:1.3em;
}

.comment-title h2 {
	margin: 10px 0px 0px 30px;
}

/* End Typography & Colors */

.entry-404{
	padding-top:0px;	
	padding-bottom:30px;
}

/*----------------------------------------------------------------------- Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post-home {
	float:left;
	text-align:justify;
	width:525px;
	}

.post {
	border:1px dotted #FFFFFF;
	height:auto;
	margin:0 0 20px 30px;
	padding:0;
	text-align:justify;
	width:680px;
}

.entry {
	padding: 10px 30px 10px 30px;
	line-height: 1.5em;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	/* clear: both; */
}

.clear {
	clear: both;
}



/*	-----------------------------------------------------------------------Begin Headers */
h1 {
	height:35px;
	padding-left:0px;
	padding-top: 5px;
}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	color:#EF8100;
	margin:5px 0 0;
	padding:0;
	text-decoration:underline;
	}

h3 {
	padding: 4px;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* -----------------------------------------------------------------------Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0px 0 0 0;
	width:110px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 10px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* -----------------------------------------------------------------------Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin:5px 50px 0 50px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* -----------------------------------------------------------------------Begin Comments*/
#respond{
	border:1px dotted #FFFFFF;
	height:auto;
	margin:20px 0 20px 30px;
	padding:0px 0 10px 0;
	text-align:left;
	width:680px;
}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin:0 30px;
	padding:0;
	text-align:justify;
	width:682px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin:10px 30px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* -----------------------------------------------------------------------Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/* margin-bottom: 60px; */
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#recent-posts .chunk {
	height:60px; overflow:hidden;	
}
#accordion{
border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 20px;
    margin-left: 120px;
    margin-top: -17px;
    width: 750px;
	
border:1px solid #ccc;
}
#articles_list .chunk {
	height:120px;
	overflow:hidden;
}
#articles_list h2 {
	display:none;	
}
#articles_list h2.yes {
	display:block;	
}
#articles_list ul {
	padding:0px 20px;
	margin-top:0px;
}
#sp_results h2 {
	display:none;	
}
.spTitle {
	border-bottom:1px dotted #fff;	
}
.datBass {
	position:relative;
	top:6px;
	left:7px;
	font-size:11px;
}
.construction {
   background: none repeat scroll 0 0 #EBEBEB;
    border-radius: 15px 15px 15px 15px;
    color: #E79933;
    font-weight: bold;
    margin-bottom: 109px;
    margin-left: 80px;
    margin-top: 92px;
    padding: 20px;
    width: 516px;-moz-box-shadow: 0px 0px 5px #888;
-webkit-box-shadow: 0px 0px 5px #888;
box-shadow: 0px 0px 5px #888;

}


/*****quiz style****/
#draggable {
	width: 150px;
	height: 75px;
	padding: 0.5em;
}
.hidden {
	display: none;
}

.cardLabel {
	position:relative;
	width: 100%;
	height: 100%;
}

.sortBoard-inner{
	position: relative;
	padding: 30px;
}

.target-hover {

}

.target-active {
	border:1px solid #fff;
}

.occupied {
	border: 1px solid #FFF;
}

.topscorebar {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	overflow: hidden;
}

.boardElement p{
	padding: 10px;
	margin: 0;
}

#targetBoard{
	position: relative;
	max-width: 1200px;
	/*width: fit-content !important;*/
}

.number-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.number-wrapper .number{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.played{
	border: 1px solid #d0d0d0;
	box-shadow: -1px 4px 16px -6px rgba(153,153,153,0.94);
}
/*#sortBoard button{*/
/*	border: 2px solid white;*/
/*	padding: 0.5em 1em;*/
/*	background-color: transparent;*/
/*	color: white;*/

/*	cursor: pointer;*/
/*}*/

/*#sortBoard button{*/
/*	position: relative;*/
/*	background: none;*/
/*	color: white;*/
/*	text-transform: uppercase;*/
/*	text-decoration: none;*/
/*	border: 2px solid white;*/
/*	padding: 0.5em 1em;*/

/*	cursor: pointer;*/
/*}*/

/*#sortBoard button:before{*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	width: 10%;*/
/*	background: #7a7a7a;*/
/*	height: 5px;*/
/*	right: 20%;*/
/*	top: -0.21em;*/
/*	transform: skewX(-45deg);*/
/*	-webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);*/
/*	transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);*/
/*}*/

/*#sortBoard button:after {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	width: 10%;*/
/*	background: #7a7a7a;*/
/*	height: 5px;*/
/*	left: 20%;*/
/*	bottom: -0.25em;*/
/*	transform: skewX(45deg);*/
/*	-webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);*/
/*	transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);*/
/*}*/

/*#sortBoard button:hover::before{*/
/*	right: 80%;*/
/*}*/

/*#sortBoard button:hover::after{*/
/*	left: 80%;*/
/*}*/

#sortBoard button:active,
#sortBoard button:focus{
	outline: none;
}

#formResultsButton{
	float: right;
	/*margin-top: 1em;*/
}