/*
Theme Name: OkTrends
Theme URI: http://blog.okcupid.com
Author: OkCupid
Author URI: http://www.okcupid.com/
Description: A pretty effin good blog theme if we may say so ourselves.
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

.clearfix:after {
        content:".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
* html .clearfix { height: 1%; }

img.h3 {
margin-bottom:5px;
}

table.example_pics {
margin-bottom:20px;
margin-top:10px;

}

.li_bullet {
font-variant: small-caps;
font-weight: bold;
}

div.header {
margin-top: 30px;
font-family:'Trebuchet MS';
font-size: 24px;
color: #f83265;
line-height: 1.3em;
}

span.myth {
font-weight:bold;
color: #feeaef;
font-size: 40px;
}



img.bordered {
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 10px;
}

img.center, img.centered {
display:block;
margin: 20px auto;
}

img.bottom_buffered {
margin-bottom:20px;

}


div.divider {
font-size: 36px;
font-weight: bold;
font-family:georgia;
text-align:center;
margin:10px;
}

span.lead {
font-variant: small-caps;
}


a.gray {
	color: #999;
	text-decoration:none;
        padding: 2px;

}

a.gray:hover {
	color: #666;
	text-decoration: underline;

}
.user_pic {
   margin: 2px;
   border: 1px solid black;
padding: 2px;
}


.ellipsis {
text-align:center;
margin: 15px 0px 15px 0px;
}

span.bullet-point {
font-family: georgia;
font-weight: bold;
font-size:14px;
font-style:italic;

}

span.pull-quote {
color: #948a54;
display:inline;
float: right;
max-width: 250px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
font-family: georgia;
font-weight: bold;
font-size:16px;
text-align:right;
line-height: 1.5em;
font-style: italic;


}

ul.pull-quote, ol.pull-quote, div.pull-quote, p.pull-quote {
background: #eeece1;
color: #4a452a;
}


.footnote {
background: #eeece1;
padding: 20px 30px;
color: #4a452a;
font-size: 10px;
margin-bottom: 20px;
margin-top: 20px;

}

.quote {
background: #eeece1;
padding: 20px 30px;
color: #4a452a;
line-height: 2em;
font-size: 16px;
margin-bottom: 20px;
margin-top: 20px;
font-style:italic;
font-family: georgia;

}

ul.quote {
   padding-top: 40px;
}



.excel-green, .excel_green{
color:#63be7b;
font-weight: bold;
}

.excel-red, .excel_red{

color:#f8696b;
font-weight: bold;

}

.excel-yellow, .excel_yellow{

color:#fee482;
font-weight: bold;
}


#content {
	font-size: 1.2em;
	background: #fff;
	}

.entry {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin-top: 20px;
	line-height: 1.8em;
}

.narrowcolumn .entry p, .widecolumn .entry p {
	margin: 0 0 20px;
}

.narrowcolumn .entry p.center, .widecolumn .entry p.center {
	text-align: center;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {

}


/* Share popout ------------------------------------ */
div#share_popout {
	position: fixed;
	margin: 0;
	padding: 15px 0;
	top: -150px;
	left: 0;
	width: 100%;
	font-size: 0;
	list-style-type: none;
	background: #001432;
	background: rgba(0,20,50,0.9);
	z-index: 1000;
}
div#share_popout div.share {
	margin: 0 auto;
	width: 880px;
	padding: 0 10px;
	text-align: right;
}

div#share_popout div.share p.title {
	float: left;
	margin: 0;
	width: 490px;
	font-family: "trebuchet ms";/*helvetica, arial, verdana, sans-serif;*/
	font-size: 22px;
	text-align: left;
	color: #eee;
}
div#share_popout div.share p.title span {
	display: block;
	opacity: .5;
	filter: alpha(opacity = 50);
	margin-bottom: 3px;/*-3px*/
	font-size: 16px; /*24px*/
	font-weight: bold;
	color: rgba(245,250,250,1.0);
}
div#share_popout div.share input.share_url {
	float: left;
	margin: 1px 0 0 0;
	padding: 1px;
	width: 500px; /*250px*/
	color: #7095bf;
	background: transparent;
	border: none;
}
div#share_popout div.share input.share_url:hover {
	padding: 0;
	border: 1px solid #7095BF;
}
div#share_popout div.share input.share_url.focused {
	padding: 0;
	border: 1px solid #fff;
}
div#share_popout div.share div.facebook {
	float: right;
	width: 350px;
	padding: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}


/* article footer --------------------- */

div.entry_footer {
	margin: 0 0;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	border-width: 1px 0;
}
div.postmetadata {
	clear: both;
	line-height: 16px;
	color: #888;
	font-size: 11px;
	margin: 30px 0;
}
p.entry_comment {
	margin: 30px 0;
	padding: 30px 0;
	border: 1px solid #ddd;
	border-width: 1px 0;

}
p.entry_comment a {
	display: block;
	margin: 0 auto;

	width: 250px;
	height: 36px;
	line-height: 36px;

	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 2px;

	text-decoration: none;
	background-color: #3260c7;
}
p.entry_comment a:hover {
	background-color: #4c7bd9;
}

/* Share a post ------------------------------------ */

div#share_post {
	margin-top: -10px;
	margin-bottom: 10px;
	height: 20px;
}
div#share_post div.sharebutton {
	float: left;
	margin-right: 20px;
}


#footer {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #474d59;
}
#footer a {
	color: #96B7FF;
}
#footer a:hover {
	color: #fff;
}
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: 4em;
	text-align: center;
}



h2 {
	font-size: 2.4em;
	text-align:left;
	font-weight: normal;
	line-height: 1.2em;
}
div.entry h2 {
	font-size: 1.6em;
	margin-bottom: 6px;
}
p.author {
	margin: 3px 0 30px;
	font-size: 11px;
	color: #777;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.6em;
	color: #777;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
/*color: #f83265;*/
color: #666;
}
h4 {
        font-family: 'Trebuchet MS','Lucida Grande', Arial,   Verdana, Sans-Serif;
        font-weight: bold;
	margin: 20px 0px 8px 0px;
        font-size: 1.5em;

}

#respond h3,
h3#comments {
	margin: 0 0 15px;
	font-size: 2em;
	text-align:left;
	font-weight: normal;
	line-height: 1.2em;
	color: #f83265;
}


.pull-quote h4
{
font-variant: normal;
font-family:georgia;
font-style: italic;
font-size: 16px;
color: #4e4a35; /*dark excel brown*/
}

a, a:active,
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #777;
	outline: none;
	}

h1 a {
	display: block;
	text-align: left;
	padding-top: 43px;
	padding-left: 172px;
	height: 25px;
	background: transparent url(http://cdn.okccdn.com/blog/header_logo.png) 27px 0 no-repeat;
	}
@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 1.5 / 2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 1.5dppx) {
         h1 a {
           background-image: url(http://cdn.okccdn.com/blog/header_logo@2x.png);
           background-size: 134px auto;
         }
       }

h1 a span {
	display: inline-block;
	text-indent: -9999px;
}
h2, h2 a, h2 a:visited, h2 a:hover {
	color: #f83265;

	}

h2 a:hover {
	text-decoration: underline;
}

h4, h4 a, h4 a:visited {
zcolor: black;
color: #f83265;
/* color: #2963a4; this is blue*/
/* color: #948a54; this is excel brown*/

	}

h2, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	 /* color: #b85b5a; CR changed this*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.8em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto 100px;
	padding-top: 92px;
	width: 900px;
	}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	background-color: #ebedf2;
	margin: 0;
	padding: 0;
	height: 92px;

	z-index: 1;
}

#headerimg {
	margin: 0 auto;
	height: 92px;
	width: 900px;
	position: relative;
}
#headerimg .description {
	font-size: 1.1em;
	text-align: center;
}
#headerimg h1 a {
	font-size: 14px;
	line-height: 24px;
	color: #5e6573;
}
#headerimg .join {
	font-size: 13px;
	color: #3260C7;
	display: inline-block;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	right: 35px;
}
#headerimg .join:hover {
	color: #4C7BD9;
}

.narrowcolumn {
	float: left;
	padding: 0 35px 20px;
	margin: 0px 0 0;
	width: 495px;
	border-right: 1px solid #eee;
	}
body.single .narrowcolumn {
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 30px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {

	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}



.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	/*width: 760px;*/
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 25px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 12px;
	margin: 0;
	font: 11px Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 15px 0 7px 15px;
	border-bottom: 1px solid #f6f6f6;
	}

h3 {
	padding: 0;
	margin: 30px 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;
	line-height: 20px;
	}

.alignleft {
	float: left;
	line-height: 20px;
	}

div.prev_next a {
	display: block;
	margin: 1px;

	width: 200px;
	height: 36px;
	line-height: 36px;

	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 2px;

	text-decoration: none;
	background-color: #3260c7;
}
div.prev_next a:hover {
	background-color: #4c7bd9;
}

/* 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;
text-align:left;
	padding-left: 10px;
	text-indent: -10px;
	}

ul.nice {
text-align:left;
margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;

}

ul.nice li:before {
content: "\00BB \0020";
}

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;
	}

div.part.left div.site {float: left;}
div.part.center {text-align: center;}
div.part.center div.site {display: inline-block;}
div.part.right div.site {float: right;}
#content div.matches,
.entry div.matches {
	margin-top: 30px;
}
#content div.matches iframe,
.entry div.matches iframe {
	width: 495px;
	height: 220px;
	border: none;
	overflow: hidden;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 35px;
	background: #fff;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 7px 5px 7px 15px;
	border-bottom: 1px solid #f6f6f6;
	font-size: 1.1em;
	line-height: 16px;
	}

#sidebar div.recent_post {
	margin: 0;
	padding: 7px 5px 7px 15px;

	font-size: 1.1em;
	line-height: 16px;
	}


/* End Entry Lists */

#sidebar ul.browse_tabs {
	margin: 0;
	height: 32px;
	list-style-type: none;
}
#sidebar ul.browse_tabs li {
	float: left;
	margin: 0 1px 0 0;
	background: #ddd;
}
#sidebar ul.browse_tabs li.active {
	background: #559525;
}
#sidebar ul.browse_tabs li a {
	display: block;
	margin: 1px 1px 0;
	padding: 0 10px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	line-height: 30px;
	color: #555;
	background: #eee;
	border-top: 1px solid #fff;
}
#sidebar ul.browse_tabs li a:hover {
	text-decoration: none;
	background: #e8e8e8;
}
#sidebar ul.browse_tabs li.active a {
	font-weight: bold;
	text-shadow: #44771D -1px -1px 0px;
	color: #fff;
	background: #559525;
	background: -moz-linear-gradient(top, #63AD2B, #559525);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63AD2B), to(#559525));
	border-top: 1px solid #89CC3B;
}
#sidebar div.section {
	border: 2px solid #559525;
}
#sidebar div.popular_posts div.section ul {
	max-height: 290px;
	overflow-y: auto;
}
#sidebar div.popular_posts div.section ul li {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
#sidebar div.popular_posts div.section ul li a {
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2963a4;
}
#sidebar div.popular_posts div.section ul li span.post-stats {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: normal;
	color: #777;
}
#sidebar div.popular_posts div.section ul li p.info {
	margin: 3px 0;
	font-size: 11px;
	line-height: 16px;
	color: #777;
}
#sidebar div.popular_posts div.section ul li p.info span {
	font-style: italic;
	color: #999;
}
#sidebar div.popular_posts div.section ul li p.excerpt {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #555;
}
#sidebar ul.recent_posts li {
	list-style: none;
}
#sidebar ul.alt_style {
	/*padding-top: 10px;*/
	margin-top: 30px;
	padding: 0;
	background: #eee;
}
#sidebar ul.alt_style li {
	margin: 0;
	padding-bottom: 10px;
}
#sidebar ul.alt_style li.archives {
	padding-bottom: 30px;
}
#sidebar ul.alt_style li.search {
	/*padding: 10px 0;*/
	padding: 0;
	/*border-top: 1px solid #f6f6f6;*/
}
#sidebar ul.alt_style li h2 {
	padding: 0 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	border: none;
}
#sidebar ul.alt_style li ul {
	margin: 0 0 0 15px;
	border-left: 1px solid #ccc;
}
#sidebar ul.alt_style li ul li {
	padding: 0 0 0 8px;
	line-height: 22px;
	border: none;
}


/* 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 10px 0 0;
	}
#commentform label {
	float: left;
	width: 80px;
	font-size: 13px;
	line-height: 28px;
	color: #777;
	overflow: hidden;
}
#commentform p.comment_indent {
	margin-left: 80px;
}
#commentform a.comment_button {
	display: block;
	margin: 15px 0 0;
	width: 214px;
	height: 36px;
	line-height: 36px;

	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 2px;

	text-decoration: none;
	background-color: #3260c7;
}
#commentform a.comment_button:hover {
	background-color: #4c7bd9;
}
#commentform textarea {
	width: 399px;
	max-width: 399px;
	padding: 2px;
}
#commentform #comment_container {
	margin-top: 20px;
}

#respond {
	clear: both;
	text-align: left;
	padding: 30px 0;
	border-top: 1px solid #ddd;
}
#respond p.logged_in_as {
	margin-bottom: 15px;
	font-size: 13px;
	color: #777;
}
#commentform #submit {
	margin: 5px 0 5px auto;
	}
/* End Form Elements */



/* Begin Comments*/
h3#comments {
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.commentlist li:last-child {
	margin: 0;
}
.commentlist .comment-wrapper {
	padding: 15px;
}
.commentlist .comment-meta {
	padding: 0 15px;
	line-height: 25px;
	background: #f6f6f6;
}
.commentlist .comment-meta a, .commentlist .comment-meta a:visited {
	color: #888;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.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 {
	_position: absolute;
	_right: 0;
	padding: 40px 0 10px 0;
	margin-left: 580px;
	width: 320px;
	background: #fff;
	}
#sidebar div.sex_survey {

}
#sidebar div.sex_survey iframe {
	margin-left: 13px;
	width: 166px;
	height: 172px;
	border: none;
}
#sidebar h3 {
	margin: 0 0 5px;
	padding: 0 0 3px;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #ddd;
}
#sidebar div#floating {
	height: 500px;
	background: #fff;
}
#sidebar div.widget {
	margin: 0 15px 40px 0;
	width: 305px;
}
#sidebar div.widget p {
	margin: 0 0 10px;
	color: #555;
}
#sidebar div.subscribe a {
	display: block;
	padding-left: 26px;
	padding: 5px 0 5px 28px;
	color: #2963a4;
}
/* Share sidebar ------------------------------------ */

#sidebar div#share_sidebar.widget.scroll {
	position: fixed;
	top: 125px;
	background: #fff;
	padding: 0;
	margin: 0 -11px;
	z-index: 10;
}
#sidebar div#share_sidebar.widget.scroll div.interior {
	padding: 11px;
}
#sidebar div#share_sidebar div.wrap {
	height: 62px;
	margin: 10px 0;
}
#sidebar div#share_sidebar div.item {
	margin: 10px 10px 0 0;
	float: left;
}
#sidebar div#share_sidebar div.item div.facebook {

}

#sidebar a.logo {
	position: absolute;
	display: block;
	margin: 40px 15px 0 0;
	padding-top: 55px;
	width: 300px;
	color: #777;
	background: url(http://cdn.okccdn.com/media/img/template/icon/icon_footer.png) center top no-repeat;
}
#sidebar a.logo:hover {
	text-decoration: none;
}
#sidebar a.logo p {
	margin: 0 0 3px;
	font-size: 10px;
	text-align: center;
}
#sidebar a.logo p.one {margin-top: 5px; color: #999;}
#sidebar a.logo p.two {font-weight: bold;}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	/*padding: 20px 0;*/
	font-size: 1.5em;
	}
.navigation a {

	color: #599527;
}

/* 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 */

/* CRUDDER'S CSS GRAVEYARD */

		/* styling for the slider maps */


		div.match_question{
                   font-weight: bold;
		   text-align:center;
		   font-size: 16px;
		   font-family: 'trebuchet ms';
		   font-style:italic;
		}


		div.map_match_question{
                   font-weight: bold;
		   text-align:center;
		   font-size: 20px;
		   font-family: 'calibri', 'trebuchet ms';
		   font-style:italic;
margin-bottom: 10px;
		}


		.track {
		   background-color: #fff;
		   position: relative;
		   height: 0.5em;
		   cursor: pointer; z-index: 0;
		   width: 474px;
		   margin-top: 2px;
		}

		.map_track {
		   background-color: #fff;
		   position: relative;
		   height: 0.5em;
		   cursor: pointer; z-index: 0;
		   width: 495px;
		   margin-top: 2px;
		}

		.handle {
		   background-color: none;
		   background-image: url('http://cdn.okccdn.com/blog/older_lover/slider_pointer.png');
		   position: absolute;
		   height: 19px; width: 15px;
		   cursor: move; z-index: 2;
		}



		.label {
		   text-align:center;
		   font-size: 13px;
		   font-family: calibri, verdana;
		   color: #4e4a35;

		}
		input.recenter {
			position:relative;
			top: 4px;


		}

		.subtitle {
			font-weight:normal;
			text-align:center;
			font-family:calibri, verdana;
			font-size: 13px;
			padding:0px;
			margin:0px;
		}
		#gender_selected, #age_selected {

		font-weight:bold;
		}

img.no_display {display:none !important;}



		/* end slider maps styling */

span.link_to_cupid, a.link_to_okcupid {
font-weight: bold;
color: #f83265;
text-decoration:none;

}
a.link_to_okcupid:hover {
text-decoration:underline;

}

span.inline_footnote {

text-decoration: none;
color: #06c;
}
span.inline_footnote:hover {
color: #147;
text-decoration: underline;
cursor: pointer;
}


div.inline_footnote {
margin: 10px;
font-size: 11px;
line-height: 2em;
padding: 20px;
background: #948a54;
border:1px solid #eeece1;
color:white;
font-family:'verdana';
text-align:left;
z-index: 2;
cursor: pointer;
}

div.inline_footnote a{
color:#eeece1;
text-decoration:underline;
}



div.slideshow_thumbs img {

margin: 10px 7px;
border:1px solid #666;
cursor: pointer;

}

div.slideshow_thumbs {
margin:5px 5px;
/*
background-color: #eeece1;
border:1px solid #dddbe0;
*/
padding: 6px;
}

div.slideshow_container {
padding:20px;
margin: 0px 20px;
}

.dimmed {
opacity: .65;

filter: alpha(opacity = 65);

}
.opaque {
opacity: 1;
filter: alpha(opacity = 100);
}

.sparkline {
position:relative;
top: .8em;
border: 1px solid #eeece1;
}

.deep_blue {
color: #215968;
font-weight:bold;
}
.deep_red {
color: #c00;
font-weight:bold;
}
.lightbox_link {
text-decoration: underline;
color: #06c;
cursor: pointer;
}
.lightbox_pic {
border:1px solid black;
z-index: 10000;
cursor: pointer;
}

.lightbox_container {
position: fixed;
top: 100px;
margin: 0px auto;
}

#age_user_pics img {
float:left;
margin:1px;
padding:1px;
border:1px solid black;


}

#age_user_pics {

height: 950px;
clear:both;

}

.twitter_footnote {
 text-align:left;
font-size: 12px;

background: #eeece1;
padding: 20px 30px;
color: #4a452a;
margin-bottom: 20px;
margin-top: 20px;
font-weight:normal;
}

p.twitter_subtitle {
font-style:italic;
padding: 10px;
font-size: 9px;
color: #aaa;
line-height: 16px;


}

p.twitter_subtitle a{
color: #aaa;
font-weight: bold;
text-decoration:none;
}
p.twitter_subtitle a:hover{
text-decoration:underline;
}

ul.end_links, ol.end_links  {
margin:0px 10px 0px 10px;
padding: 0px;

}

.end_links li {
margin-bottom: 5px;
margin-left: 5px;

}


div.lede {
font-family: Georgia;
font-size: 14px;
padding: 20px 40px;
color: #555;
font-style: italic;
}

img.section_break {
display:block;
margin: 30px auto;

}

sub, sup { line-height: 0; }


.highlight, .highlighted {
background-color: #ff3;
}


h5 {
padding: 0px; margin: 0px;
font-family: "trebuchet ms";
font-style: normal;

}

div.right_sidebar {
width: 300px; margin-right: -383px; margin-top: -100px; float: right;

}


img.stumble_upon {
 height: 1px !important; width: 1px !important;
}

img.facebook {
display:none !important;
}



/* Responsive fixes */
@media (max-width: 920px) {

	body {
		background: #FFF;
	}

	#page {
		width: auto;
		margin-top: 0;
	}

	#headerimg {
		width: auto;
	}

	#headerimg .join {
		display: none;
	}

	#content {
		width: auto;
		float: none;
	}

	.entry {
		font-size: 1.25em;
	}

	div#postContainer,
	div.post {
		width: auto;
	}

	.post img {
		display: block;
		float: none !important;
		width: auto;
		height: auto;
		max-width: 100%;
		margin: 20px auto 20px !important;
	}
	.post table {
		margin: auto;
	}

	div.postmetadata {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.postmetadata img {
		padding-right: 20px;
		max-width: none;
	}

	#sidebar {
		display: none;
	}


	/*** Post specifics ***/

	/* 10 Charts About Sex */
	#CollegeList,
	.animationTrack,
	.animationLabel,
	#GDPLegendContainer {
		display: none;
	}
	#CollegeBackground,
	#GDPBackground {
		margin: auto;
	}

	/* The Mathematics of Beauty */
	#post-3877 .thumb {
		margin: auto !important;
		width: 11px;
		height: 11px;
	}

	/* Gay Sex vs. Straight Sex */
	#pie_nav,
	.genderNav {
		text-align: center;
	}
	#pie_nav img,
	.genderNav img {
		display: inline-block;
		margin: auto;
	}
	div table#axes_table {
		margin: auto;
	}

	/* Don't Be Ugly By Accident */
	#stopCells {
		text-align: center;
	}
	#stopCells img {
		display: inline-block;
		margin: 1px !important;
	}
	#gender_radios {
		margin: auto;
	}

	/* The Case For an Older Woman */
	div.slideshow_thumbs {
		text-align: center;
	}
	.slideshow_thumbs img {
		display: inline-block;
		margin: 5px !important;
	}
	#age_user_pics {
		text-align: center;
		height: auto;
	}
	#age_user_pics img {
		display: inline-block;
		margin: 10px !important;
	}
}

@media (max-width: 420px) {
	#header {
		height: 112px;
	}
	#headerimg {
		width: auto;
	}
	#header h1 a {
		padding: 70px 0 0 0;
		text-align: center;
		background-position: center top;
	}

	.sidenote {
		float: none !important;
		margin-right: 0 !important;
		width: auto !important;
	}
}

/*****************************************************************/
/* BUY BUTTON */
/*****************************************************************/
#dataclysm-header {
	display: inline-block;
	width: 100%;
	color: #3260c7;
	text-align: center;
	font-size: 16px;
}

#basic-modal-content1 {
	display:none;
}
#simplemodal-overlay {
	background-color: #000;
}
#simplemodal-container {
	padding:20px 0;
	width: 300px;
	background-color: #222;
	border: 4px solid #222;
	padding: 12px;
	border-radius: 15px;
}
	#simplemodal-container a.modalCloseImg {
		background:url(img/basic/x.png) no-repeat;
		width: 25px;
		height: 29px;
		display: inline;
		z-index: 3200;
		position: absolute;
		top: -15px;
		right: -16px;
		cursor: pointer;
	}
	/* IE 6 hacks */
	#simplemodal-container a.modalCloseImg {
		background: none;
		right: -14px;
		width: 22px;
		height: 26px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png', sizingMethod='scale');
	}
a.UKversion {
	margin-top:5px;
	padding:5px;
	border:1px solid #fff;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	letter-spacing:1px;
}
	a.UKversion:hover {
		color:#e73f50;
		text-decoration:none;
	}

/* simplemodal styles */
.simplemodal-overlay {
	background: #000;
}

.simplemodal-container {
	background: #F5F5F5;
	padding: 20px;
	border-radius: 20px;
}

.dataclysm-image {
	width: 100%;
	height: auto;
	max-width: 100% !important;
}

.postmetadata .basic1 img {
	max-width: 100%;
}

/* sidebar book shoutout */
