/*
Theme Name: Hey Josh Blog
Theme URI: http://heyjosh.com/
Description: Theme for HeyJosh Blog
Version: 1.0
Author: Mighty
Author URI: http://www.mightyinthemidwest.com/
Tags: 

Author:		Chris Chiles
Date Created:	12/22/2008	 
Last Modified:	

Copyright 2008, All Rights Reserved.

*/
/*-------------------------------------------------------------------
BEGIN Reset Styles
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------------------------------------------------------------------
END Reset Styles
-------------------------------------------------------------------*/
html {
	min-height: 100%;
}
body {
	background: #4c413d url('/assets/images/background.png');
	color: #FFF;
	font: normal 12px "Lucida Grande", Verdana, Arial, sans-serif;
	min-height: 100%;
}
#wrapper {
	width: 100%;
	height: 800px;
	background: url('/assets/images/background-elements.png') no-repeat 50% 186px;
}
#main-blog {
	margin: 0 auto;
	width: 970px;
	background: url('/assets/images/binder-bg.png') repeat-y;
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	background: url('/assets/images/header-title.png') no-repeat 15px 0px;	
}
#header h1 {
	float: left;
	margin: 40px 0 0 60px;
}
#header h1 a {
	display: block;
	width: 490px;
	height: 125px;
	text-indent: -9999px;
}
#header h1 a:hover {
	background: url('/assets/images/home.png') no-repeat 52px 64px;
}
#header .ask-josh {
	float: right;
	display: block;
}
#header .ask-josh a {
	display: block;
	background: url('/assets/images/ask-josh.png') no-repeat left top;
	width: 265px;
	height: 200px;
	text-indent: -9999px;
}
#header .ask-josh a:hover {
	background: url('/assets/images/ask-josh.png') no-repeat right top;
}
#blog-nav {
	margin: 0 auto;
	width: 1000px;
	height: 105px;
}
#blog-nav ul#nav {
	float: left;
	margin: 0 0 0 15px;
	padding: 10px 0 0 112px;
	width: 712px;
	height: 95px;
	background: url('/assets/images/menu.png') no-repeat left top;
}
#blog-nav ul#nav li {
	display: inline;
}
#blog-nav ul#nav li a {
	display: block;
	float: left;
	height: 57px;
	font: bold 17px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
}
#blog-nav ul#nav li a span.title {
	padding: 2px 3px 0px 2px;
	margin: 0 0 0 -2px;
}
#blog-nav ul#nav li a.advice {
	color: #f40b68;
	width: 95px;
	padding-left: 45px;
}
#blog-nav ul#nav li a.heyjoshtv {
	color: #4a9c25;
	margin: 0 0 0 7px;
	width: 117px;
	padding-left: 58px;
}
#blog-nav ul#nav li a.random {
	color: #18b4a9;
	margin: 0 0 0 8px;
	width: 117px;
	padding-left: 50px;
}
#blog-nav ul#nav li a.knowledge {
	color: #bc5f07;
	margin: 0 0 0 10px;
	width: 120px;
	padding-left: 55px;
}
#blog-nav ul#nav li a.advice:hover span.title {
	background: #f40b68;
	color: #eec386;
}
#blog-nav ul#nav li a.heyjoshtv:hover span.title {
	background: #4a9c25;
	color: #eec386;
}
#blog-nav ul#nav li a.random:hover span.title {
	background: #18b4a9;
	color: #eec386;
}
#blog-nav ul#nav li a.knowledge:hover span.title {
	background: #bc5f07;
	color: #eec386;
}
#blog-nav ul#nav li a span.sub {
	font: bold 12px "Courier New";
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 110%;
}
#blog-nav .friend-josh {
	width: 152px;
	height: 105px;
	float: left;
	background: url('/assets/images/friend-josh.png') no-repeat;
}
#blog-nav .friend-josh ul {
	margin: 47px 0 0 20px;
}
#blog-nav .friend-josh ul#friend li {
	display: inline;
	width: 24px;
	text-indent: -3000px;
}
#blog-nav .friend-josh ul#friend li.facebook a {
	float: left;
	display: block;
	background: url('/assets/images/icons/facebook.png') no-repeat left top;
	width: 24px;
	height: 28px;
	margin: 0 6px 0 0;
}
#blog-nav .friend-josh ul#friend li.myspace a {
	float: left;
	display: block;
	background: url('/assets/images/icons/myspace.png') no-repeat left top;
	width: 24px;
	height: 28px;
	margin: 5px 6px 0 0;
}
#blog-nav .friend-josh ul#friend li.youtube a {
	float: left;
	display: block;
	background: url('/assets/images/icons/youtube.png') no-repeat left top;
	height: 28px;
	width: 24px;
	margin: 10px 4px 0 0;
}
#blog-nav .friend-josh ul#friend li.twitter a {
	float: left;
	display: block;
	background: url('/assets/images/icons/twitter.png') no-repeat left top;
	width: 24px;
	height: 24px;
	margin: 15px 0 0 0;
}
#blog-nav .friend-josh ul#friend li a:hover {
	background-position: right top;
}
#site-nav {
	height: 44px;
	width: 100%;
	position: absolute;
	top: 0;
	background: url('/assets/images/site-nav.png') repeat-x;
}
#site-nav ul {
	width: 960px;
	margin: 6px auto;
}
#site-nav ul li {
	display: inline;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 3px;
}
#site-nav ul li.first {
	margin: 0 0 0 80px;
}
#site-nav a {
	color: #FFF;
	text-decoration: none;
}
#site-nav a.grownups {
	color: #fffd3e;
}
#site-nav a:hover {
	text-decoration: underline;
}
#site-nav .search {
	margin: 3px 0 0 120px;
}
#site-nav .search form {
	display:inline;
}
#site-nav .search input.text {
	width: 250px;
	border: 1px solid #c1bab0;
	font-size: 10px;
	color: #b1b1b1;
	padding: 4px 2px;
}
#site-nav .search input.submit {
	width: 17px;
	height: 17px;
	margin: 0px 0 -5px 2px;
}
#site-nav img {
	margin: 0 0 -3px 0;
}
.entry a, .comment a {
	color: #62ccf7;
	text-decoration: none;
}
.entry a:hover, .comment a:hover {
	background: #5bc2eb;
	color: #FFF;
}
#content {
	float: left;
	padding: 0 0 0 66px;
	width: 548px;
}
.date {
	float: left;
	width: 110px;
}
.spoken {
	float: left;
	width: 110px;
	background: url('/assets/images/spoken.png') no-repeat center top;
	text-indent: -3000px;
	height: 50px;
	margin: 45px 0 0 0;
	clear: left;
}
.make-comment {
	float: left;
	width: 110px;
	background: url('/assets/images/comment-now.png') no-repeat center top;
	text-indent: -3000px;
	height: 50px;
	margin: -5px 0 0 0;
	clear: left;
}
.entry-wrapper {
	float: left;
}
.entry {
	margin: 0 0 50px 110px;
	color: #f3eadc;
	line-height: 170%;
}
.entry .alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.entry .alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.comments, .comment-form {
	float: left;
	padding: 0px 0 0 0;
	margin: -50px 0 20px 110px;
	color: #f3eadc;
	line-height: 170%;	
}
.comment-form input.text, .entry input.text {
	border: 3px solid #a3512f;
	padding: 5px 3px;
	width: 275px;
	margin: 0 0 5px 0;
}
.comment-form .textarea, .entry textarea {
	width: 450px;
	border: 3px solid #a3512f;
	padding: 5px 3px;
	height: 120px;
	margin: 2px 0 5px 0;
}
.comment-form label, .entry label {
	margin: 0 0 0 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	color: #6f381b;
}
.comment-form .submit, .entry .submit {
	background: #FFF;
	border: 1px solid #ccc5ba;
	font-size: 10px;
	color: #3c3c3c;
	padding: 3px 4px;
	margin: 6px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-form .submit:hover, .entry .submit:hover {
	background: #303030;
	border: 1px solid #c3bcb2;
	color: #dbd3c6;
}
.comment {
	float: left;
	font-size: 11px;
	width: 450px;
	margin: 0 0 1.2em 0;
}
#page {
	margin: 0 0 50px 50px;
	color: #f3eadc;
	line-height: 170%;
}
.entry p {
	margin: 1.2em 0;
}
.entry h2 + p, .entry h3 + p, .entry h4 + p  {
	margin: 0 0 1.2em 0;
}
.entry h2 {
	margin: 7px 0 0 0;
}
.entry h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.entry h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.entry p + ul {
	margin: 0;
}
.entry ul li {
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	background: url('/assets/images/bullet.png') no-repeat 0px 5px;
}
.sIFR-active h2 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	font-size: 32px;
}
.sIFR-active h3.videos {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	font-size: 25px;
	margin: 50px 0 0 24px;
}
.posted-by, .comment-by {
	margin: 1.2em 0 0 0;
	color: #6f381b;
	font-weight: bold;
}
.posted-by em, .comment-by em {
	font-family: Arial, Helvetica, sans-serif;
}
.comment-by {
	margin: 0;
}
.social {
	margin: 5px 5px 50px 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3d1f0f;
}
.social a, .comment-by a {
	text-decoration: none;
	color: #3d1f0f;
}
.social a:hover, .comment-by a:hover {
	text-decoration: underline;
	background: none;
	color: #3d1f0f;
}
.social .comment-link {
	display: block;	
	width: 31px;
	padding: 9px 0 0 120px;
	height: 28px;
	background: url('/assets/images/comments.png') no-repeat;
	font-size: 15px;
	color: #c26030;
}
.social .comment-link:hover {
	color: #c26030;
	text-decoration: none;
	background: url('/assets/images/comments.png') no-repeat;	
}
ul.sociable  {
	float: left;
	margin-top: 5px;
}
.divider {
	font-size: 16px;
	color: #6f381b;
	margin: 0 10px 0 5px;
}
ul.sociable li {
	background: none;
	padding: 0;
	margin: 0 1px;
	display: inline;
}
ul.sociable li a:hover {
	background: none;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
#sidebar {
	float: right;
	width: 330px;
	background: url('/assets/images/sidebar-bg.png') repeat-y 15px;
}
.street-team {
	float: right;
	width: 315px;
	height: 146px;
	background: url('/assets/images/street-team.png') no-repeat 0px 0px;
}
.street-team:hover {
	background: url('/assets/images/street-team.png') no-repeat 0px -146px;
}
.street-team a {
	text-indent: -9999px;
	display: block;
	width: 285px;
	margin: 50px 0 0 13px;
	height: 70px;
}
.newsletter {
	float: right;
	width: 297px;
	height: 103px;
	padding: 28px 0 0 33px;
	margin: 0 -15px 0 0;
	background: url('/assets/images/newsletter.png') no-repeat 0px 0px;
}
.newsletter h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #303030;
	text-transform: uppercase;
	font-style: italic;
	margin: 0 0 16px 0;
}
.newsletter input.text {
	background: #FFF;
	border: 1px solid #ccc5ba;
	font-size: 10px;
	color: #b1b1b1;
	padding: 3px;
	width: 243px;
}
.newsletter .submit {
	width: 250px;	
}
.newsletter .submit input {
	background: #FFF;
	border: 1px solid #ccc5ba;
	font-size: 10px;
	color: #3c3c3c;
	padding: 3px 4px;
	margin: 6px 0 0 0;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}
.newsletter .submit input:hover {
	background: #303030;
	border: 1px solid #c3bcb2;
	color: #dbd3c6;
}
.sidebar-twitter {
	margin: 0 -15px 0 0;
	padding: 50px 0 0 29px;
	float: right;
	width: 301px;
	height: 290px;
	background: url('/assets/images/Notecard.png') no-repeat;
	color: #303030;
	font-size: 11px;
}
.sidebar-twitter .title {
	display: block;
	width: 120px;
	height: 51px;
	margin: 0 0 1px 0;
	text-indent: -3000px;
}
.sidebar-twitter .title:hover {
	background: url('/assets/images/short-films-hover.png') no-repeat left bottom;
}
.sidebar-twitter .twitter-inner {
	float: left;
	width: 226px;
	background: #FFF;
	padding: 10px 13px;
}
#twitter_update_list li {
	margin-bottom: .8em;
	color: #303030;
}
#twitter_update_list li span {
	display: block;
}
#twitter_update_list li span a {
	color: #1dabe4;
	font-style: normal;
}
#twitter_update_list li a:hover {
	text-decoration: underline;
}
#twitter_update_list li a {
	color: #909090;
	text-decoration: none;
	font-style: italic;
	font-size: 11px;
}
#twitter_update_list li .twitter-timestamp {
	display: block;
	font-style: italic;
	color: #909090;
}
.sidebar-twitter .twitter-inner img {
	margin: 0 0 6px 0;
	padding: 3px;
}
.sidebar-twitter .twitter-inner img:hover {
	background: #303030;
}
.sidebar-twitter .twitter-inner .film h3 {
	font: bold 12px "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 9px;
}
.sidebar-twitter .twitter-inner h3 a {
	color: #303030;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}
.sidebar-twitter .twitter-inner h3 a:hover {
	color: #FFF;
	background: #4e3f49;
}
.sidebar-twitter .twitter-inner p {
	margin: 0 0 0 11px;
	width: 218px;
}
.sidebar-twitter .twitter-inner p a {
	color: #303030;
	text-decoration: none;
}
.sidebar-twitter .twitter-inner .follow {
	float: right;
	background: url('/assets/images/short-films-arrow.png') no-repeat 148px 5px;
	text-decoration: none;
	font: italic bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3c3c3c;
	padding: 2px 13px 2px 3px;
	margin-top: -5px;
}
.sidebar-twitter .twitter-inner .follow:hover {
	color: #FFF;
	background: #3c3c3c url('/assets/images/short-films-arrow-hover.png') no-repeat 148px 5px;
}
.world-domination {
	margin: 0 0 0 0;
	float: right;
	width: 315px;
	height: 160px;
	background: url('/assets/images/world-domination.png') no-repeat;
}
.world-domination:hover {
	background: url('/assets/images/world-domination.png') no-repeat left bottom;
}
.world-domination a.title {
	display: block;
	float: left;
	width: 100px;
	height: 109px;

	margin: 34px 0 0 15px;
	text-indent: -3000px;
}
.smarty-pants {
	float: right;
	width: 315px;
	height: 150px;
	background: url('/assets/images/smarty-pants.png') no-repeat;
}
.smarty-pants:hover {
	background: url('/assets/images/smarty-pants.png') no-repeat left bottom;
}
.smarty-pants a.title {
	display: block;
	float: left;
	width: 100px;
	height: 109px;
	margin: 34px 0 0 15px;
	text-indent: -3000px;
}
.world-domination img {
	border: 3px solid #FFF;
	margin: 34px 0 0 22px;
}
.smarty-pants img {
	border: 3px solid #FFF;
	margin: 15px 0 0 22px;
}
.world-domination img:hover, .smarty-pants img:hover {
	border: 3px solid #303030;
}
.most-popular {
	margin: 0 -15px 0 0;
	float: right;
	background: url('/assets/images/most-popular.png') no-repeat;
	width: 330px;
}
.categories {
	margin: 0 -15px 0 0;
	float: right;
	width: 330px;
}
.categories h3 {
	background: url('/assets/images/categories.png') no-repeat;
	height: 55px;
	text-indent: -9999px;
}
.most-popular h3 {
	display: none;
}
.most-popular ul {
	background: #FFF;
	margin: 43px 46px 10px 32px;
	padding: 12px 10px;
	font-size: 10px;
	line-height: 140%;
	font-weight: bold;
	text-transform: uppercase;
}
.categories ul {
	background: #FFF;
	margin: 0px 46px 20px 32px;
	padding: 12px 8px;
	font-size: 10px;
	line-height: 140%;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
}
.most-popular a, .categories a {
	text-decoration: none;
	color: #303030;	
}
.most-popular a:hover, .categories a:hover {
	text-decoration: underline;
}
.tips {
	margin: 0 -15px 0 0;
	float: right;
	width: 330px;
	background: url('/assets/images/sticky-top.png') no-repeat 17px 0px;
}
.tip {
	width: 113px;
	background: url('/assets/images/sticky.png') no-repeat bottom;
	margin: 28px 0 0 83px;
	padding: 0 20px 50px 20px;
	color: #303030;
	font-size: 10px;
	font-weight: bold;
	line-height: 130%;
	min-height: 150px;
}
.tip .number {
	font: bold 65px Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	text-align: center;
}
#footer-wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
	height: 445px;
	background: url('/assets/images/site-footer.png') no-repeat center;
}
#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#footer h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	color: #303030;
	margin: 0 0 2px 0;
}
.archives {
	position: absolute;
	left: 98px;
	top: 35px;
	font-size: 10px;
	font-weight: bold;
	width: 260px;
}
.archives ul li {
	display: inline;
	margin: 0 5px 0 0;
	white-space: nowrap;
	line-height: 170%;
}
.archives a, .misc a, .boring-stuff a {
	color: #303030;
	text-decoration: none;
}
.archives a:hover, .misc a:hover,  .boring-stuff a:hover {
	text-decoration: underline;
}
.misc {
	position: absolute;
	left: 98px;
	top: 190px;
	font-size: 10px;
	font-weight: bold;
	width: 260px;
	color: #303030;
}
.boring-stuff {
	position: absolute;
	left: 440px;
	top: 110px;	
	font-size: 10px;
	font-weight: bold;
	width: 260px;
	color: #303030;
	text-transform: uppercase;
	line-height: 150%;
}
.goat {
	position: absolute;
	top: 142px;
	right: 3px;
	width: 408px;
	height: 240px;
}
.goat a {
	display: block;
	text-indent: -9999px;
	width: 408px;
	height: 240px;
	background: url('/assets/images/goat2.png') no-repeat left top;
}
.goat a:hover {
	background: url('/assets/images/goat2.png') no-repeat left bottom;
}
#videos {
	float: left;
	padding: 0 0 0 75px;
	width: 565px;
}
.category-video-heading {
	margin: 0 0 30px 23px;
}
.category-video {
	width: 153px;
	background: url('/assets/images/video_bg.png') no-repeat 0px 0px;
	font-size: 11px;
	padding: 0 0 0 15px;
	margin: 0 0 30px 20px;
	float: left;
	min-height: 200px;
	line-height: 170%;
}
.category-video.odd {
	background: url('/assets/images/video_bg_2.png') no-repeat 0px 1px;
}
.category-video a {
	color: #FFF;
	text-decoration: none;
}
.category-video a:hover {
	text-decoration: underline;
}
.category-video img {
	margin: 13px 0 15px -5px;
	border: 3px solid #FFF;
}
.category-video img:hover {
	margin: 13px 0 15px -5px;
	border: 3px solid #303030;



}
.category-video .date {
	float: none;
	font: bold 11px "Courier New", Courier;
	color: #303030;
}
.category-video .arrow, .category-video .arrow:hover {
	border: 0px;
	margin: 0 0 0 2px;
}
.category-video h3 a {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 3px -2px;
	padding: 1px 2px 1px 2px;
}
.category-video h3 a:hover {
	color: #FFF;
	background: #4e3f49;
	text-decoration: none;
}

.lifeology-wrapper {
	float: left;
	margin: 0 0 0 23px;
	width: 555px;
}
.lifeology {
	float: left;
	background: url('/assets/images/lifeology-bg.png') no-repeat;
	width: 222px;
	height: 278px;
	padding: 0 29px 0 22px;
	color: #303030;
	font-size: 11px;
}
.lifeology h3#career a {
	float: left;
	display: block;
	width: 100px;
	height: 29px;
	background: url('/assets/images/lifeology-headings.png') no-repeat -13px 0px;
	margin: 14px 0 7px -21px;
	text-indent: -3000px;
}
.lifeology h3#parents a {
	float: left;
	display: block;
	width: 112px;
	height: 29px;
	background: url('/assets/images/lifeology-headings.png') no-repeat 0px -28px;
	margin: 13px 0 7px -20px;
	text-indent: -3000px;
}
.lifeology img {
	border: 2px solid #FFF;
}
.lifeology h4 {
	font: bold 12px "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin: 2px 0 2px 2px;
	display: block;
}
.lifeology h4 a {
	color: #303030;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}
.lifeology h4 a:hover {
	color: #FFF;
	background: #4e3f49;
}
.lifeology p {
	width: 195px;
	margin: 0 0 0 4px;
}
.lifeology p a {
	color: #303030;
	text-decoration: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.authcomment {
background-color: #B3FFCC !important;
} 



#mask {
	width: 100%;
	height: 100%;
	display: none;
  position: fixed;
	left:0;
	top:0;
	z-index: 1000;
	background-color:#000;
	opacity: 0.85;
}
#popup-wrapper {
	z-index: 1100;
	display: none;
  position: fixed;
	width: 100%;
	height: 100%;
}
#popup {
	z-index: 2000 !important;
	top: 50%;
	left: 50%;
	margin-top: -135px;
	margin-left: -365px;
  position: fixed;
	display: none;
	width: 695px;
	height: 235px;
	background: url('/assets/images/popup_bg.png');
	color: #FFF;
	padding: 35px 0 0 35px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#popup h1 {
	font: bold 30px Arial, Helvetica, sans-serif;
}
#popup p {
	margin: 1.2em 0;
	width: 58%;
}
#popup a {
	color: #fffd3e;
	text-decoration: none;
	font-style: italic;
}
#popup a:hover {
	text-decoration: underline;
}
#popup #take-me, #popup #go-away {
	margin-top: 10px;
	display: block;
	float: left;
	height: 16px;
	background: url('/assets/images/take_me.png') no-repeat;
	font-weight:bold;
	font-size: 16px;
	padding: 13px 0;
	text-align: center;
	font-style: normal;
	color: #FFF;
	margin-right: 10px;
}
#popup #take-me {
	background-position: -187px 0px;
	width: 276px;
}
#popup #go-away {
	background-position: 0px 0px;
	width: 187px;
}
#popup #take-me:hover {
	background-position: -187px -42px;
	text-decoration: none;
}
#popup #go-away:hover {
	background-position: 0px -42px;
	text-decoration: none;
}