@charset "utf-8";

/*   
Theme Name: J. Boye
Theme URI: http://jboye.com/
Description: Designed dec 2009 for jboye.com
Author: Jakob Viskum Damgaard
Author URI: http://jboye.com/
Version: 3.0
Tags: Tags til design
.
Copyright J. Boye 2009
.
*/

/*
COLOR SCHEME by JVDAMGAARD
#E64117 : Orange/Red
#E67F17 : Orange
#E6A817 : Yellow/Orange
#E6D217 : Yellow
#C7DC16 : Green/Yellow
#52C714 : Green
#13BD78 : Blue/Green
#1375BD : Light Blue
#1326BD : Dark Blue
#5A13BD : Purple/Blue
#BD13AE : Purple
#D21534 : Red
*/


@import url('styles/reset.css');
@import url('styles/wp.css');
* {
	border:0px solid #eee;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
}
html, body {
	width:100%;
	height:100%;
	line-height:18px;
	color:#262626;
	font-size:12px;
}
body {
	cursor:default;
	background:#fff;
	color:#262626;
}
h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:40px;
	font-weight: normal;
	margin:0 0 10px 0;
	color:#E64117;
	text-decoration: none;
}
h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 39px;
	border-bottom: 1px solid #262626;
	margin: 40px 0 10px 0;
	color: #262626;
}
h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 30px 0 10px 0;
	color: #262626;
}
h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin: 15px 0 5px 0;
	color:#262626;
}
h5 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 5px 0 0 0;
	color: #E64117;
} 
a {
	text-decoration:none;
	color:#1375BD;
	outline:0;
}
a:visited {
	color:#1375BD;
}
a:hover {
	text-decoration:underline;
}
a[target="_blank"]:after, a[target="new"]:after {  
	content: url(images/new-win-icon.gif);
}
img {
	display:block;
	margin: 0;
	padding: 0;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
p {
	margin:0 0 10px 0
}
body {
	text-align: center;
}
input, textarea {
	border: #ccc solid 1px;
	padding: 3px;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
}
input:focus, textarea:focus {
	border: #E64117 solid 1px;
}
.submit {
	width: 122px;
	height: 23px;
	background: url(images/post-comment-smush-it.png) top left no-repeat;
	border: none;
}
.submit:hover {
	cursor: pointer;
	background-position: 0px -30px;
}
.submit:active {
	cursor: pointer;
	background-position: 0px -60px;
}
.submit:focus {
	border: none;
}
.newsletter_text {
	width: 90% !important;
}
.newsletter_submit {
	width: 122px;
	height: 23px;
	background: url(images/subscribe-smush-it.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
}
.newsletter_submit:hover {
	cursor: pointer;
	background-position: 0px -30px;
}
.newsletter_submit:active {
	cursor: pointer;
	background-position: 0px -60px;
}
.newsletter_submit:focus {
	border: none;
}
form {
	display: inline;
}
blockquote, cite {
	display: block;
	padding: 30px 70px 30px 130px;
	position: relative;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
blockquote *, cite * {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
blockquote:before, cite:before {
	color: #ccc;
	font-size: 180px;
	font-family: "Times New Roman", Times, serif;
	content: '\201C';
	position: absolute;
	left: 40px;
	top: 80px;

}
.center {
	min-width: 950px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#menucontainer {
	width: 96%;
	background: url(images/menubackground-smush-it.png) repeat-x;
	height: 95px;
	margin: 0;
	padding: 0 2%;
	overflow: show;
	position: relative;
	min-width: 950px;
	border-bottom: #E64117  solid 3px;
}
#menu {
	min-width: 950px;
	max-width: 1200px;
	margin: 0 auto;
	height: 95px;
	position: relative;
}
#navigation, #navigation ul {
	margin:0 0 0 -20px;
	padding:0;
	list-style:none;
	z-index: 1;
}
#navigation li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: 78px;
	background: url(images/menuover-smush-it.png) repeat-x;
	background-position: 0px 0px;
}
#navigation li:hover {
	background-position: 0px -180px;
}
#navigation li a {
	display: block;
	text-decoration: none;
	color: #ccc;
	padding: 40px 20px 25px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#navigation li a:hover {
	color: #fff !important;
}	
#navigation li.current_page_item a, #navigation li.current_page_ancestor a, #navigation li.current_page_parent a {
	color: #E64117;
}
#navigation li ul {
	display: block;
	margin:-20px 20px 0 20px;
	padding:0;
	list-style:none;
	max-width: 200px;
}
#navigation li ul li {
	display: inline;
	padding: 0 4px 0 0;
	margin: 0;
	height: auto;
	color: #999 !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#navigation li ul li:after { color: #ccc !important; } 
#navigation li ul li:last-child:after { content: "" !important; color: #ccc !important;  }
#navigation li ul li:hover {
	background: none;
}
#navigation li ul li a {
	display: inline;
	text-decoration: none;
	color: #999 !important;
	padding: 0 !important;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}	
#navigation li ul li a:hover {
	color: #fff !important;
	text-decoration: underline;
}
#navigation li ul li.current_page_item a, #navigation li ul li.current_page_ancestor a, #navigation li ul li.current_page_parent a {
	text-decoration: underline !important;
}
#menucontainer {
	width: 96%;
	background: url(images/menubackground-smush-it.png) repeat-x;
	height: 95px;
	margin: 0;
	padding: 0 2%;
	overflow: show;
	position: relative;
	min-width: 950px;
}
#search {
	position: absolute;
	text-align: right;
	margin: 0;
	vertical-align: bottom;
	right: 0px;
	top: 65px;
	padding: 0;
}
.searchtext {
	border: #464646 solid 1px;
	background: #333;
	border-right: 0px;
	width: 89px;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0 2px 5px;
	color: #ccc;
	margin: 0;
}
.searchtext:focus {
	border: #464646 solid 1px;
	background: #333;
	border-right: 0px;
	width: 89px;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0 2px 5px;
	color: #ccc;
	margin: 0;
}
.searchsubmit {
	border: #464646 solid 1px;
	background: #333 url(images/search-smush-it.png) no-repeat;
	background-position: center;
	border-left: 0px;
	width: 15px;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 5px;
	color: #ccc;
	margin: 0;
	cursor: pointer;
}
.searchsubmit:focus {
	border: #464646 solid 1px;
	background: #333 url(images/search-smush-it.png) no-repeat;
	border-left: 0px;
	width: 15px;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 5px;
	color: #ccc;
	margin: 0;
}
.searchsubmitnot{border:0px;width:1px;height:1px;background:#262626;}
#logo{
	position: absolute;
	margin: 0;
	right: 0px;
	top: 7px;
	padding: 0;
	width: 116px;
}
#logo a {
	display: inline-block;
	height: 50px;
	background: url(images/logo-smush-it.png) no-repeat;
	text-indent: -9999px;
	width: 116px;
	background-position: 0px 0px;
}
#logo a:hover {
	background-position: 0px -100px;
}
#submenu {
	width: 96%;
	margin: 0;
	padding: 0 2%;
	overflow: show;
	position: relative;
	min-width: 950px;
	background: #E64117;
}
#submenu ul {
	margin:0;
	padding:0;
	list-style:none;
	z-index: 1;
}
#submenu ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#submenu ul li a {
	display: block;
	text-decoration: none;
	color: #262626;
	padding: 3px 15px 7px 0;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#submenu ul li a:hover {
	text-decoration: underline;
}	
#submenu ul li.current_page_item a, #submenu ul li.current_page_ancestor a, #submenu ul li.current_page_parent a {
	text-decoration: underline;
}
#contentcontainer {
	width: 96%;
	padding: 0 2%;
	margin: 10px 0 0 0;
}
#visual-content {
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
}
#visual-content p {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	color: #ddd;
	background: #000;
	display:inline-block;
	padding: 5px 10px 5px 10px;
}
#visual-content a {
	font-size: 15px;
	line-height: 18px;
	color: #ddd;
	text-decoration: underline;
}
#visual-content h1 {
	margin: 0 0 2px 0;
	color: #FFF;
	background: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	display:inline-block;
	padding: 5px 10px 5px 10px;
}
#visual-image {
	position: relative;
	margin:0;
	padding:0;
	width: 100%;
}
#visual-text {
	position: absolute;
	z-index:2;
	width: 60%;
}
#visual-text p {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	color: #ddd;
	background: #262626;
	display:inline-block;
	padding: 5px 10px 5px 10px;
}
#visual-text a {
	font-size: 15px;
	line-height: 18px;
	color: #ddd;
	text-decoration: underline;
}
#visual-text * {
	text-align: inherit;
}
#visual-text h1 {
	margin: 0 0 2px 0;
	color: #E64117;
	background: #262626;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	display:inline-block;
	padding: 5px 10px 5px 10px;
}
#nosidebar_1cols div, #nosidebar_2cols div, #nosidebar_3cols div, #nosidebar_4cols div, #nosidebar_5cols div {
	float: left;
	margin: 0;
	min-height: 200px;
}
#nosidebar_1cols div h4, #nosidebar_2cols div h4, #nosidebar_3cols div h4, #nosidebar_4cols div h4, #nosidebar_5cols div h4 {
	margin: -3px 0 10px 0;
}
#nosidebar_1cols div h5, #nosidebar_2cols div h5, #nosidebar_3cols div h5, #nosidebar_4cols div h5, #nosidebar_5cols div h5, #nosidebar_1cols div img, #nosidebar_2cols div img, #nosidebar_3cols div img, #nosidebar_4cols div img, #nosidebar_5cols div img {
	margin: 10px 0 0 0;
}
#nosidebar_1cols div {
	width:100%;
}
#nosidebar_2cols div {
	width:48.5%; /*3%*/
}
#nosidebar_3cols div {
	width:31.33%; /*3%*/
}
#nosidebar_4cols div {
	width:22.75%; /*3%*/
}
#nosidebar_5cols div{
	width:17.6%; /*3*/ 
}
#nosidebar_1cols div img.topimg, #nosidebar_2cols div img.topimg, #nosidebar_4cols div img.topimg, #nosidebar_3cols div img.topimg, #nosidebar_5cols div img.topimg {
	width:100%;
	max-height:100px;
}
.nosidebar_1cols_space {
	float: left;
	margin: 0;
	width:0% !important;
}
.nosidebar_2cols_space, .nosidebar_5cols_space, .nosidebar_4cols_space, .nosidebar_3cols_space {
	float: left;
	margin: 0;
	width:3% !important;
}
#nosidebar_1cols li, #nosidebar_2cols li, #nosidebar_3cols li, #nosidebar_4cols li, #nosidebar_5cols li {
	margin: 0 0 10px 10px;
	list-style: outside;
	list-style-type: none;
}
#nosidebar_1cols li:before, #nosidebar_2cols li:before, #nosidebar_3cols li:before, #nosidebar_4cols li:before, #nosidebar_5cols li:before {
	content: "\00BB \0020";
}
#sidebar {
	width:35%;
	float:left;
	margin: 0 0 0 2%;
	border-left: #CCC 1px solid;
	padding: 20px 0 20px 2%;
}
#sidebar h2{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	color:#262626;
	border: 0;
}
#sidebar div.widget {
	margin: 0 -10px 20px -10px;
	padding: 40px 10px 0 10px;
	background: url(images/comment-background-smush-it.png) top repeat-x;
	border-top: #CCC 1px solid;
}
#sidebar div.widget_image {
	margin: 0;
	padding: 0;
	width: 100%;
}
#sidebar div.widget_image:hover {
	cursor: pointer;
}
#sidebar div.widget_image img {
	margin: 0;
	padding: 0;
	width: 100%;
}
#sidebar li {
	margin: 0;
	list-style: outside;
	list-style-type: none;
	padding: 5px 0 0 0;
}
#sidebar li:before {
	content: "\00BB \0020";
}
#page_col {
	width:60%;
	float: left;
	padding: 20px 0 20px 0;
}
#page_col p {
	margin: 0 0 10px 0;
}
#page_col ul li {
	margin: 0 0 0 20px;
	list-style: outside;
	list-style-type: none;
	padding: 5px 0 0 5px;
}
#page_col ul li:before {
	content: "\00BB \0020";
}
#page_col ul {
	list-style: outside;
	margin: 0 0 20px 0;
}
#page_col ol li {
	margin: 0 0 0 20px;
	list-style: inside;
	list-style-type: decimal;
	padding: 5px 0 0 5px;
}
#page_col ol {
	list-style: outside;
	margin: 0 0 20px 0;
}
#footer {
	position: absolute;
	bottom: 0px;
	padding: 10px 2% 10px 2%;
	border-top: #E64117 solid 3px;
	width: 96%;
	min-width: 950px;
	background: #262626;
	color: #ccc;
}
#footer * {
	font-size: 11px;
	line-height: 15px;
}
#footer ul ul {
	margin: 0 0 0 20px;
}
.footerleft {
	padding: 20px 20px 20px 0;
	border-right: #1e1e1e solid 1px;
}
.footermiddle {
	padding: 20px 20px 20px 20px;
	border-right: #1e1e1e solid 1px;
}
.footerright {
	padding: 20px 0 20px 20px;
}
#footer h3 {
	color: #ccc;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 7px 0;
}
#footer a {
	color: #ccc;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	padding: 0;
	margin: 0;
	color: #ccc;
}
#footer p.indent {
	margin: 0 0 0 20px;
}
#country {
	width: 800px;
	margin: 0 0 0 100px;
}
#country ul {
	float:left;
	border-left: #ccc solid 1px;
	margin: 136px 0 130px 0;
	padding: 20px 0;
	width: auto;
}
#country li a {
	font-family:"Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
#country li {
	margin: 0 0 0 10px;
	list-style: outside;
	list-style-type: none;
	padding: 2px 0 0 5px;
	width: 120px;
}
#country p {
	float:left;
	font-family:"Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 150px 20px 130px 0px;
	color: #999;
	width: 140px;
	text-align: right;
	padding: 0;
}
#comments {
	clear: both;
	padding: 0;
	
}
#respond {
	clear: both;
	padding: 0;
	
}
#comments img {	
	padding: 3px;
	border: #eee solid 1px;
	border-bottom: #ccc solid 2px;
}
#comments ol li {
	list-style: none;
	display: block;
	border-top: 1px solid #ccc;
	float: none;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	min-height: 61px;
	padding: 40px 30px 20px 91px;
	background: url(images/comment-background-smush-it.png) top repeat-x;
}
#comments li:before {
	content: '';
}
.comment_avatar {
	position: absolute;
	left: 30px;
	top: 40px;
}
.comment_name, .comment_name * {
	font-size: 15px;
	font-weight: bold;
}
.comment_date, .comment_date * {
	color: #999;
}
.authorcomment {
	/*background: url(images/comment-background-author-smush-it.png) top repeat-x !important;
	border-top: 1px solid #E64117 !important;*/
	background: #eee url(images/comment-background-smush-it.png) top repeat-x !important;
}
.author_avatar {
	float: left;
	padding: 0 20px 10px 0;
}
.postnav {
	float:left;
	width:50%;
	margin:0;
	padding:0;
}
.navigation {
	margin: 0 0 15px 0;
	clear: both;
}
.postmetadata {
	font-style:italic;
}
.seperate {
	height:0px;
	border-top: #ccc solid 1px;
	margin: 20px 0;
}
.vcard img {
	float: left;
	margin: 0 10px 2px 0;
	padding:0;
}
.blogpostlist {
	border-top: #ccc solid 1px;
	margin: 0 -10px -20px -10px;
	padding: 0 10px 50px 10px;
	clear: both;
	height: 0px;	
	background: url(images/comment-background-smush-it.png) top repeat-x;
}
.blogpostlistsmall {
	border-bottom: #ccc solid 1px;
	margin: 10px 0;
	clear: both;
	height: 0px;
}
.postfrontpage_odd, .postfrontpage_even {
	float: left;
	color: #666;
	margin: 0 0 20px 0;
}
.postfrontpage_odd img, .postfrontpage_even img {
	float: left;
	margin: 0 20px 10px 0;
	padding: 3px;
	border: #eee solid 1px;
	border-bottom: #ccc solid 2px;
}
.postfrontpage_odd h4, .postfrontpage_even h4 {
	margin: 0 0 5px 0;
	padding: 0;
}
.postfrontpage_odd {
	width: 48%;
	border-right: #ccc solid 1px;
	min-height: 280px;
	padding: 10px 2% 10px 0; 
}
.postfrontpage_even {
	width: 47.5%;
	padding: 10px 0 10px 2%;
}
.blackpost {
	background: #262626;
	min-height: 280px;
	width: 45.5%;
	padding: 10px 2%;
}
.blackpost p {
	color: #ddd;
}
.blackpost h4 a {
	color: #FFF;
}
.blackpost h4 a:hover {
	color: #E64117;
	text-decoration: none;
}
.blackpost img {
	float: left;
	margin: 0 20px 10px 0;
	padding: 3px;
	border: #222 solid 1px;
	border-bottom: #000 solid 2px;
}
/*
#signup {
	margin: 0;
	padding: 0;
	width: 100%;
}
#signup * {
	color: #ddd;
}
#signup h2 {
	color: #262626;
}
#signup h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}
#signup table, #signup table th, #signup table td {
	border: 1px solid #ccc;
}
#signup table {
	border-collapse: collapse;
}
#signup td {
	padding: 20px 5px;
	vertical-align: top;
}
*/
.search-everything-highlight-color {
	font-weight: bold;
	padding: 0 2px;
}
.by {
	color: #999;
	clear: both;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 5px 0;
	line-height: 16px;
}
.by a {
	font-size: 11px;
	line-height: 11px;
}
	
a.search-everything-highlight-color:hover {
	text-decoration: underline;
}
.sidebarlist {
	margin: 0 !important;
	padding: 5px 0 5px 0 !important;
}
.sidebarlist img {
	float:left;
	margin: 0 10px 0 0;
	padding: 0px;
	border: #eee solid 1px;
}
.sidebarlistbreak {
	margin: 0 !important;
	clear: both;
	border-bottom: #ccc solid 1px;
	height:5px;
	overflow: hidden;
	padding: 0 !important;
}
.imglink:hover {
	cursor: pointer;
}
#abstract {
	color: #666;
	font-size: 15px;
	line-height: 19px;
}
.related {
}
.related img {
	padding: 3px;
	border: #eee solid 1px;
	border-bottom: #ccc solid 2px;
}
.related h4, .related p {
	margin: 0;
	padding: 0;
	color: #666;
}
.related h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.related_post {
	border-bottom: #ccc solid 0px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}
.related_img {
	float: left;
	width: 27%;
	margin: 0;
	padding: 0 3% 0 0;
}
.related_content {
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
}
#wp_page_numbers ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#wp_page_numbers ul li{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
/*
#wp_page_numbers ul li.space{
	display: inline-block;
	text-indent: -9999px;
	width: 25px;
	height: 1px;
}
#wp_page_numbers ul li a{
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 30px 10px 0 0;
	display: block;
	width: 45px;
	height: 23px;
	background: url(images/pagenumbers-smush-it.png);
	background-position: 0px 0px;
}
#wp_page_numbers ul li.active_page a{
	background-position: 0px -30px;
}
#wp_page_numbers ul a:hover{
	background-position: 0px -30px;
	text-decoration: none;
}
*/
#wp_page_numbers ul li:before{
	content: "" !important;
	margin: 0;
	padding: 0;
}

#signup {
	background: #262626;
	width: 100%;
	margin: -10px 0 0 0;
	padding: 20px 0 40px 0;
	border-bottom: #D21534 solid 3px;
}
#signup table {
	border: 0px solid #fff;
	width: 100%;
}
#signup td {
	text-align: center;
	vertical-align: top;
	width: 33%;
	border: 0px solid #fff;
}
#signup .nonmember, #signup .becomemember, #signup .allreadymember { 
	background: url(images/signup/sprt-smush-it.png) no-repeat;
	height: 202px;
	width: 67px;
	padding: 172px 0 0 0;
	position: relative;
}
#signup .nonmember {
	background-position: 0px 0px;
}
#signup .becomemember {
	background-position: -400px 0px;
}
#signup .allreadymember {
	background-position: -800px 0px;
}
.membershiplink {
	position: absolute;
	left: 130px;
	top: 102px;
}
.membershiplink a {
	width: 100px;
	height: 20px;
	background: url(images/blank.png) no-repeat;
	text-indent: -9999px;
	display: block;
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
	
.non_1, .non_2, .non_3, .become_1, .become_2, .become_3, .allready_1, .allready_2, .allready_3 {
	background: url(images/signup/sprt-smush-it.png) no-repeat;
	width: 323px;
	height: 55px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 16px auto;
}
.non_1 { background-position: 0px -600px}
.non_2 { background-position: 0px -800px}
.non_3 { background-position: 0px -1000px}
.become_1 { background-position: -400px -600px}
.become_2 { background-position: -400px -800px}
.become_3 { background-position: -400px -1000px}
.allready_1 { background-position: -800px -600px}
.allready_2 { background-position: -800px -800px}
.allready_3 { background-position: -800px -1000px}
.non_1:hover { background-position: 0px -660px}
.non_2:hover { background-position: 0px -860px}
.non_3:hover { background-position: 0px -1060px}
.become_1:hover { background-position: -400px -660px}
.become_2:hover { background-position: -400px -860px}
.become_3:hover { background-position: -400px -1060px}
.allready_1:hover { background-position: -800px -660px}
.allready_2:hover { background-position: -800px -860px}
.allready_3:hover { background-position: -800px -1060px}
.non_1:active { background-position: 0px -720px}
.non_2:active { background-position: 0px -920px}
.non_3:active { background-position: 0px -1110px}
.become_1:active { background-position: -400px -720px}
.become_2:active { background-position: -400px -920px}
.become_3:active { background-position: -400px -1120px}
.allready_1:active { background-position: -800px -720px}
.allready_2:active { background-position: -800px -920px}
.allready_3:active { background-position: -800px -1120px}


.nonmember_widget_1, .nonmember_widget_2, .becomemember_widget_1, .becomemember_widget_2, .allreadymember_widget_1, .allreadymember_widget_2 { 
	background: url(images/signup/sprt-smush-it.png) no-repeat;
	height: 67px;
	width: 323px;
	padding: 172px 0 0 0;
	position: relative;
	margin: 0 auto 20px 0;
}
.nonmember_widget_1 {
	background-position: 0px 0px;
}
.nonmember_widget_2 {
	background-position: 0px -300px;
}
.becomemember_widget_1 {
	background-position: -400px 0px;
}
.becomemember_widget_2 {
	background-position: -400px -300px;
}
.allreadymember_widget_1 {
	background-position: -800px 0px;
}
.allreadymember_widget_2 {
	background-position: -800px -300px;
}
.allreadymember_widget_3 {
	background-position: -800px 0px;
}
.buyreport_submit {
	display: inline-block;
	width: 133px;
	height: 23px;
	background: url(images/buy-report-smush-it.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
}
.buyreport_submit:hover {
	cursor: pointer;
	background-position: 0px -30px;
}
.buyreport_submit:active {
	cursor: pointer;
	background-position: 0px -60px;
}
.buyreport_submit:focus {
	border: none;
}	
	



	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.width150 {
	width: 150px;
}
.width100 {
	width:100px;
}
.width350 {
	width:350px;
}
.h70 {
	height:30px;
}
.last {
	margin: 0;
}
.border {
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
}
.align-right {
	text-align: right;
}
.hiddenPic {display:none;}
.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.borderimg {	
	padding: 3px;
	border: #eee solid 1px;
	border-bottom: #ccc solid 2px;
}


@media print {
#menucontainer {
	display:none;
}
#submenu {
	display:none;
}
#footer {
	display:none;
}
#social {
	display:none;
}
#respond {
	display:none;
}
#sidebar {
	display:none;
}
}