/*
 *
 * Default Style Sheet
 * Default stylesheet for all pages
 * Created 6/2010, Author: Ethan McElroy (ethan@designokay.com)
 *
 */

/* STYLE RESET
--------------------------------------------------------------*/
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,b,u,i,center,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-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/* BASIC STYLES
--------------------------------------------------------------*/
html {
	height: auto;
	min-height: 100%;
	}
body {
	background: #fff url(../i/layout/grid.jpg) center top;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	height: auto;
	min-height: 100%;
	}
img.thumbnail {
	float: left;
	height: 50px;
	width: 50px;
	}
form dt {
	color: #f60;
	font-size: 17px !important;
	}
form dd {
	color: #555;
	padding-bottom: 10px;
	}
sup {
	bottom: 1ex;
	font-size: .6em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	_vertical-align: bottom;
	}
input.radio {
	height: 15px;
	padding: 0;
	}
input.text {
	min-width: 250px;
	padding: 10px 5px;
	}
.button {
	background: url(../i/layout/bg.jpg) center center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 23px;
	margin: 0;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	width: 200px !important;
	}
input.button {
	border: none;
	clear: both;
	font-size: 20px;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 5px 10px;
	text-align: center;
	width: 200px !important;
	}
.small-button {
	background: url(../i/layout/bg.jpg) center center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	color: #fff;
	display: block;
	float: left;
	font-size: 15px;
	height: 20px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.hidetext {
	background: none !important;
	text-indent: -2000000px !important;;
	}
.noborder {
	border: none !important;
	}
ul.error {
	margin-left: 15px;
	}
ul.error li {
	color: #f00;
	font-size: 12px !important;
	list-style: disc;
	margin-bottom: 10px;
	}
.small {
	font-size: 9px;
	}

/* FEEDBACK
--------------------------------------------------------------*/
.error, .feedback {
	background: #ff9;
	clear: both;
	margin: -20px 0 20px;
	padding: 10px;
	position: relative;
	}
.error p {
	color: #f00;
	font-weight: bold;
	margin-left: 10px !important;
	}
.error li {
	color: #f00;
	list-style: disc;
	margin: 0 0 5px 23px !important;
	}
ul.error {
	margin-left: 15px;
	}
ul.error li {
	color: #f00;
	font-size: 11px;
	list-style: disc;
	margin-bottom: 10px;
	}
.feedback a.close {
	border: solid 1px #f60 !important;
	color: #f60 !important;
	display: block !important;
	font-size: 10px !important;
	height: 10px !important;
	padding: 2px 3px !important;
	position: absolute !important;
	right: 10px !important;
	text-align: center !important;
	text-decoration: none !important;
	top: 12px !important;
	}
.feedback p, p.feedback {
	color: #f00;
	margin-left: 10px !important;
	}

/* PAGE WRAPPER
--------------------------------------------------------------*/
#wrapper {
	height: auto;
	margin: 75px auto 0;
	position: relative;
	width: 830px;
	}
	
/* MAIN SITE HEADER AND NAVIGATION
--------------------------------------------------------------*/
#header {
	background: url(../i/layout/dbg.png);
	color: #fff;
	height: 75px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	}
#nav {
	height: 75px;
	margin: 0 auto;
	position: relative;
	width: 830px;
	}
#nav a#logo {
	display: block;
	float: left;
	height: 75px;
	width: 155px;
	}
#nav a#logo img {
	margin-top: 11px;
	}
#nav ul {
	float: right;
	height: 75px;
	margin: 0;
	text-align: right;
	width: auto;
	}
#nav li {
	float: left;
	font-size: 15px;
	height: 75px;
	list-style: none;
	}
#nav li a {
	color: #9f0;
	display: block;
	height: 25px;
	margin-top: 20px;
	padding: 10px 20px 0;
	text-decoration: none;
	}
#nav li a:link {
	background: transparent;
	}
#nav li a:visited {
	background: transparent;
	}
#nav li a:hover {
	background: url(../i/layout/dbg.png);
	}
#nav li a:active {
	background: transparent;
	}
#nav li a.current {
	background: url(../i/layout/dbg.png);
	}

/* PAGE HEADER
--------------------------------------------------------------*/	
.pos {
	display: table-cell;
	vertical-align: middle;
	}
#info {
	background: url(../i/layout/lbg.png);
	display: table;
	float: left;
	height: 150px;
	margin: 38px 0 0;
	padding: 0 20px;
	overflow: hidden;
	width: 560px;
	}
/* hack for chrome and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#info { width: 600px; }
	}
#info h1 {
	color: #f60;
	display: inline;
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
	}
#info h1.big {
	color: #f60;
	display: block;
	font-size: 40px;
	font-weight: normal;
	line-height: 46px;
	text-align: center;
	width: 100%;
	}
#info p {
	color: #444;
	display: inline;
	font-size: 28px;
	line-height: 36px;
	word-wrap: break-word;
	}
#info p a {
	color: #36c;
	text-decoration: none;
	}
body.main #info {
	background: #000;
	color: #0cf;
	}
body.main #info h1 {
	color: #9f0;
	}
body.main #info p {
	color: #0cf;
	}
body.main #info p a {
	color: #9f0;
	}
div.start {
	background: #000;
	float: left;
	height: 150px;
	margin: 38px 0 0 0;
	width: 230px;
	}
div.start a {
	color: #fff;
	display: table;
	font-size: 28px;
	font-weight: bold;
	margin: 50px 0 0 10px;
	text-align: center;
	text-decoration: none;
	width: 230px;
	}
div.start a strong {
	display: table-cell;
	vertical-align: middle;
	}
	
/* MAIN PAGE CONTENT
--------------------------------------------------------------*/
#content {
	background: #fff;
	float: left;
	margin: 38px 0 43px;
	min-height: 600px;
	padding: 20px 0 50px;
	position: relative;
	width: 830px;
	}
#content form {
	margin: 0 20px 20px;
	}
#content form dl {
	margin-bottom: 25px;
	}
#content form dt {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 5px;
	}
#content form dd {
	font-size: 13px;
	margin: 0;
	}
#content h1 {
	color: #f60;
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
	margin: 0 20px 10px;
	}
#content h1 {
	background: #000;
	color: #9f0;
	font-size: 28px;
	font-weight: normal;
	height: 55px;
	line-height: 36px;
	margin: -20px 0 20px;
	padding: 20px 20px 0;
	}
#content p img {
	float: right;
	margin: 5px 0 0 10px;
	}
#content h2 {
	color: #f60;
	font: bold 20px arial, helvetica, sans-serif;
	line-height: 36px;
	margin: 0 20px 13px;
	}
#content h3 {
	margin: 20px 20px 5px;
	}
#content form h3 {
	margin: 20px 0 0;
	}
#content dt {
	font-size: 15px;
	margin: 0 20px;
	}
#content dd {
	font-size: 15px;
	line-height: 160%;
	margin: 0 20px 20px;
	}
#content p, #content li {
	font-size: 15px;
	line-height: 160%;
	margin: 0 20px 20px;
	}
#content img {
	margin: 0 20px 20px;
	}
#content #leftCol {
	float: left;
	width: 490px;
	}
#content #leftCol p {
	margin-right: 0;
	}
#content #rightCol {
	float: right;
	width: 340px;
	}
#content #home-signup {
	width: 475px;
	}
#links {
	float: left;
	margin: 0 0 43px;
	min-height: 560px;
	padding: 0;
	position: relative;
	width: 830px;
	}
#links dl#links-list {
	background: #fff;
	padding: 20px;
	}
#links dt {
	font-weight: bold;
	}
#links dd {
	border-bottom: solid 1px #ddd;
	margin: 5px 0 15px;
	padding-bottom: 15px;
	}
#links dd a {
	text-decoration: none;
	}
div#account {
	float: left;
	width: 565px;
	}
div#sidebar {
	background: #def;
	clear: right;
	float: right;
	height: 100%;
	margin: -20px 0 -125px;
	min-height: 1109px;
	width: 265px;
	}
div#sidebar a {
	text-decoration: none;
	}
div#sidebar h2 {
	color: #000;
	font-weight: normal;
	text-align: center;
	margin: 12px 0 10px;
	}
div#sidebar p {
	font-size: 13px;
	}
div#sidebar ul {
	margin-bottom: 10px;
	}
div#sidebar li {
	font-size: 13px;
	margin-bottom: 0;
	}
#subnav {
	clear: both !important;
	float: left;
	margin: 0 0 20px 20px;
	width: 100%;
	}
#subnav li {
	float: left;
	font-size: 13px;
	margin: 0;
	}
#subnav li a {
	color: #06f;
	padding: 5px 10px;
	text-decoration: none;
	}
#subnav li a.current {
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 1px 1px 3px #999;
	-moz-box-shadow: inset 1px 1px 3px #999;
	-webkit-box-shadow: inset 1px 1px 3px #999;
	color: #555;
	}
#sign-in {
	float: left;
	width: 395px;
	}
#invitation {
	background: #ff9;
	float: right;
	height: 573px;
	margin: -20px 0 -125px;
	padding: 22px 0 0;
	width: 265px;
	}
#invitation h2 {
	font-size: 17px;
	}

/* BOX LINK STYLES
--------------------------------------------------------------*/
div.box {
	float: left;
	height: 150px;
	margin: 38px 75px 37px 0;
	width: 150px;
	}
div.box a {
	color: #fff;
	display: table;
	font-size: 20px;
	height: 150px;
	text-decoration: none;
	width: 150px;
	}
div.box div.info {
	background: url(../i/layout/dbg.png);
	color: #fff;
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	height: 150px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	}
div.social, div.pic {
	float: left;
	height: 150px;
	margin: 38px 75px 37px 0;
	width: 150px;
	}
div.fourth {
	margin: 38px 0 !important;
	}
div.social a {
	display: block;
	height: 150px;
	text-align: center;
	text-decoration: none;
	text-indent: -2000000px;
	width: 150px;
	}
.box-tip {
	background: url(../i/layout/tar.png) no-repeat left 60px;
	color: #000;
	display: table;
	font-size: 13px;
	height: 150px;
	padding-left: 25px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 0;
	width: 200px;
	z-index: 30;
	}
.box-tip-left {
	background: url(../i/layout/tal.png) no-repeat right 60px !important;
	padding-right: 25px !important;
	left: 425px !important;
	}
.box-tip p {
	background: #fff;
	display: table-cell;
	font-weight: bold;
	height: 150px;
	line-height: 160%;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	}

/* UNIQUE BOX TIP CONTENT STYLES
--------------------------------------------------------------*/
dd .latest {
	background: #def;
	border: solid 1px #cde;
	font-size: 13px;
	font-weight: normal;
	line-height: 160%;
	margin: 10px 0;
	padding: 5px 10px 15px;
	position: relative;
	text-align: left;
	}
dd .latest h2 {
	color: #567;
	font-size: 13px;
	font-weight: bold;
	}
dd .latest img {
	margin: 0 10px 0 0 !important;
	}
dd .latest li {
	color: #567;
	line-height: 160%;
	list-style: none;
	margin: 0 0 10px 0;
	}
.box-tip .latest {
	background: #def;
	border: solid 1px #cde;
	color: #567;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 160%;
	margin: 5px 0;
	padding: 5px;
	text-align: left;
	}
.box-tip .latest img {
	margin: 7px 5px 6px 4px !important;
	}
.box-tip .latest a {
	display: block;
	height: auto;
	text-align: left;
	text-indent: 0;
	}
.box-tip p {
	text-indent: 0;
	}
.latest a.close {
	background: url(../i/layout/close.png) no-repeat;
	display: block !important;
	height: 10px !important;
	position: absolute !important;
	right: 10px !important;
	text-indent: -2000000px !important;
	top: 10px !important;
	width: 10px;
	}

/* UNIQUE BOX BACKGROUNDS
--------------------------------------------------------------*/
div#bebo {
	background: url(../i/blocks/bebo.png) no-repeat;
	}
div#blipfm {
	background: url(../i/blocks/blipfm.png) no-repeat;
	}
div#blogger, div#blogspot {
	background: url(../i/blocks/blogger.png) no-repeat;
	}
div#delicious {
	background: url(../i/blocks/delicious.png) no-repeat;
	}
div#deviantart {
	background: url(../i/blocks/deviantart.png) no-repeat;
	}
div#facebook {
	background: url(../i/blocks/facebook.png) no-repeat;
	}
div#flickr {
	background: url(../i/blocks/flickr.png) no-repeat;
	}
div#foursquare {
	background: url(../i/blocks/foursquare.png) no-repeat;
	}
div#friendster {
	background: url(../i/blocks/friendster.png) no-repeat;
	}
div#google {
	background: url(../i/blocks/google.png) no-repeat;
	}
div#gowalla {
	background: url(../i/blocks/gowalla.png) no-repeat;
	}
div#linkedin {
	background: url(../i/blocks/linkedin.png) no-repeat;
	}
div#myspace {
	background: url(../i/blocks/myspace.png) no-repeat;
	}
div#stumbleupon {
	background: url(../i/blocks/stumbleupon.png) no-repeat;
	}
div#technorati {
	background: url(../i/blocks/technorati.png) no-repeat;
	}
div#twitter {
	background: url(../i/blocks/twitter.png) no-repeat;
	}
div#wordpress {
	background: url(../i/blocks/wordpress.png) no-repeat;
	}
div#youtube {
	background: url(../i/blocks/youtube.png) no-repeat;
	}
div#rss {
	background: url(../i/blocks/rss.png) no-repeat;
	text-indent: -2000000px;
	}
div#pic img {
	height: 150px;
	width: 150px;
	}

/* ADVERTISEMENTS
--------------------------------------------------------------*/
#content #ad {
	clear: right;
	float: right;
	height: 300px;
	margin: 8px 20px 0 10px !important;
	width: 300px;
	}
#content #ad p {
	background: #000;
	color: #ccc;
	float: none;
	font: 20px arial, georgia, times, 'times new roman', serif;
	height: 37px;
	margin: 0 !important;
	padding: 13px 0 0 !important;
	text-align: center;
	width: 300px;
	}
#content #ad img {
	margin: 0;
	}

/* PAGE FOOTER
--------------------------------------------------------------*/
#footer {
	background: #000;
	clear: both;
	color: #fff;
	height: 200px;
	padding: 25px 0 0;
	position: relative;
	width: 100%;
	}
#footer p {
	font-size: 11px;
	line-height: 160%;
	margin: 0 auto;
	width: 830px;
	}
#footer ul {
	margin-right: -415px;
	position: absolute;
	right: 50%;
	top: 27px;
	width: 275px;
	}
#footer ul.signed-in {
	width: 300px;
	}
#footer ul li {
	float: left;
	font-size: 11px;
	margin-left: 20px;
	}
#footer a {
	color: #9f0;
	text-decoration: none;
	}
#footer p a {
	margin: 0 5px;
	}
#footer ul a {
	color: #9f0;
	}
	
/* GET YOUR OWN LINK
--------------------------------------------------------------*/
#own {
	background: #222;
	bottom: 0;
	color: #9f0;
	font-size: 15px;
	height: 25px;
	left: 50%;
	margin-left: -85px;
	padding: 10px 5px 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 170px;
	}	

/* MODAL WINDOW STYLES
--------------------------------------------------------------*/
#cover {
	background: url(../i/layout/dbg.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	}
.modal {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 20px #555;
	-moz-box-shadow: 0 0 20px #555;
	-webkit-box-shadow: 0 0 20px #555;
	height: 335px;
	padding: 20px;
	position: absolute !important;
	width: 460px;
	z-index: 100;
	}
.modal a.close {
	background: url(../i/layout/closebox.png) no-repeat;
	position: absolute;
	height: 30px;
	right: -14px;
	text-indent: -2000000px;
	top: -14px;
	width: 30px;
	}
.modal h3 {
	color: #f60;
	font-size: 15px;
	margin: 0 0 10px;
	}
.modal dt, .modal dd, .modal p, .modal li {
	font-size: 13px !important;
	line-height: 160%;
	margin-bottom: 10px;
	}
.modal li {
	list-style: disc;
	margin-left: 20px;
	}
.modal p {
	clear: both;
	}
.modal p.exurl {
	color: #00f;
	}
.tip h3 {
	font-size: 15px;
	margin: 0 0 10px !important;
	}
.tip p {
	font-size: 13px !important;
	line-height: 140%;
	margin: 0 0 10px !important;
	}
.tip ol {
	font-size: 13px !important;
	line-height: 140%;
	margin: 0 0 0 20px !important;
	}
.tip ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
	}

/* FORM STYLES
--------------------------------------------------------------*/
form h2, form p {
	margin-left: 0;
	}
form#signup dl dt, form#account dl dt {
	border-top: dotted 1px #aaa;
	clear: both;
	font-size: 17px !important;
	padding-top: 20px;
	}
form#signup dl dd, form#account dl dd {
	color: #555;
	padding-bottom: 10px;
	}
.more {
	background: #def;
	border: solid 1px #abc;
	display: inline;
	color: #789;
	font-size: 11px;
	font-weight: normal;
	margin: -7px 5px 0 5px;
	padding: 2px 5px;
	text-decoration: none;
	}
#tos {
	border: solid 1px #ccc;
	display: block;
	height: 150px;
	margin: 20px 0;
	overflow-y: scroll;
	padding: 5px;
	width: 780px;
	}
#username-status {
	color: #f00;
	}
.clear-field {
	float: right;
	}

/* SEARCH STYLES
--------------------------------------------------------------*/
#search input.button {
	float: left;
	margin: 32px 0 0 100px;
	}
#search dl {
	float: left;
	width: 175px;
	}
#search dl dd {
	color: #999;
	padding-bottom: 10px;
	}
#search-results {
	margin-top: 30px;
	}
#search-results li {
	border-bottom: dotted 1px #ccc;
	clear: both;
	height: 50px;
	padding: 0 0 20px;
	}
#search-results li img {
	margin-left: 0;
	}
#prev {
	float: left;
	text-align: left;
	width: 45%;
	}
#next {
	float: right;
	text-align: right;
	width: 45%;
	}
