/*
 *
 * Handheld Style Sheet
 * Handheld stylesheet for all pages
 * Created 7/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
--------------------------------------------------------------*/
body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	}
dd {
	margin-left: 0;
	}
dt {
	font-weight: bold;
	}
h2 {
	font-variant: small-caps;
	font-weight: bold;
	}
textarea {
	width: 180px;
	}
.center {
	text-align: center;
	}

/* BOX STYLES
--------------------------------------------------------------*/
div.box {
	background: none !important;
	}
div.box, div.social {
	border-bottom: solid 1px #ddd;
	height: 35px;
	margin-bottom: 10px;
	}
div.box a, div.social a {
	display: block;
	padding: 5px 0 5px 30px;
	text-decoration: none;
	}
div.box div.info {
	}
div.box p {
	text-indent: 0;
	}
div.social, div.pic {
	}
div.social a {
	}

/* PAGE WRAPPER
--------------------------------------------------------------*/
#wrapper {
	height: auto;
	padding: 10px;
	position: relative;
	}
	
/* PAGE HEADER
--------------------------------------------------------------*/	
#header {
	padding: 0 10px 0;
	}
#title {
	background: #eee;
	position: relative;
	}
#title h1 {
	font: bold 25px arial, sans-serif;
	height: auto;
	letter-spacing: .07em;
	padding: 0 10px;
	text-align: center;
	}
#title span.huge {
	background: #c30;
	color: #ffc;
	text-align: center;
	}
#title p {
	}
#title p a {
	}

/* MAIN PAGE CONTENT
--------------------------------------------------------------*/
#content dl, #content dt {
	margin: 0 !important;
	}
#content dd {
	line-height: 130%;
	margin: 0 0 20px 0 !important;
	}
#content h1 {
	font-size: 1.5em;
	margin: 20px 0;
	}
#content h2 {
	margin: 20px 0;
	}
#content p, #content li {
	line-height: 130%;
	margin-bottom: 20px;
	}
.start {
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
	}
#pic {
	margin-bottom: 15px;
	}
#info {
	margin-bottom: 15px;
	}
#subnav {
	margin-bottom: 20px;
	}
#subnav a.current {
	color: #333;
	text-decoration: none;
	}
#subnav li {
	margin: 0;
	}
#picture {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	}
img#bgpic {
	height: 150px;
	margin: 0 !important;
	padding: 0 !important;
	width: 200px;
	}
	
/* UNIQUE BOX BACKGROUNDS
--------------------------------------------------------------*/
div#bebo {
	background: url(../i/icons/bebo.png) no-repeat !important;
	height: 35px;
	}
div#blogger {
	background: url(../i/icons/blogger.png) no-repeat !important;
	height: 35px;
	}
div#delicious {
	background: url(../i/icons/delicious.png) no-repeat !important;
	height: 35px;
	}
div#facebook {
	background: url(../i/icons/facebook.png) no-repeat !important;
	height: 35px;
	}
div#flickr {
	background: url(../i/icons/flickr.png) no-repeat !important;
	height: 35px;
	}
div#foursquare {
	background: url(../i/icons/foursquare.png) no-repeat !important;
	height: 35px;
	}
div#friendster {
	background: url(../i/icons/friendster.png) no-repeat !important;
	height: 35px;
	}
div#google {
	background: url(../i/icons/google.png) no-repeat !important;
	height: 35px;
	}
div#gowalla {
	background: url(../i/icons/gowalla.png) no-repeat !important;
	height: 35px;
	}
div#linkedin {
	background: url(../i/icons/linkedin.png) no-repeat !important;
	height: 35px;
	}
div#myspace {
	background: url(../i/icons/myspace.png) no-repeat !important;
	height: 35px;
	}
div#stumbleupon {
	background: url(../i/icons/stumbleupon.png) no-repeat !important;
	height: 35px;
	}
div#technorati {
	background: url(../i/icons/technorati.png) no-repeat !important;
	height: 35px;
	}
div#twitter {
	background: url(../i/icons/twitter.png) no-repeat !important;
	height: 35px;
	}
div#wordpress {
	background: url(../i/icons/wordpress.png) no-repeat !important;
	height: 35px;
	}
div#youtube {
	background: url(../i/icons/youtube.png) no-repeat !important;
	height: 35px;
	}

/* MAIN SITE NAV
--------------------------------------------------------------*/
#nav ul {
	margin: 20px 0 0;
	}
#nav li {
	margin-bottom: 5px;
	}
	
/* ADVERTISEMENTS
--------------------------------------------------------------*/
#ad {
	display: none;
	}

/* SIDEBAR
--------------------------------------------------------------*/
#sidebar {
	clear: both;
	}

/* PAGE FOOTER
--------------------------------------------------------------*/
#footer {
	padding: 10px;
	}
#footer p {
	}
#footer ul {
	margin-top: 10px;
	}
#footer li {
	margin-bottom: 5px;
	}

/* REG FORM STYLES
--------------------------------------------------------------*/
#content form h2, #content form p {
	margin-left: 0;
	}
.more {
	background: url(../i/tip.png) no-repeat;
	display: block;
	float: left;
	height: 25px;
	margin: 5px 0 0 10px;
	text-indent: -2000000px;
	width: 25px;
	}
.tip {
	background: #cde8f1;
	box-shadow: 5px 5px 2px #ccc;
	-mox-box-shadow: 5px 5px 2px #ccc;
	-webkit-box-shadow: 5px 5px 2px #ccc;
	display: none;
	height: auto;
	min-height: 280px;
	padding: 10px;
	width: 280px;
	}
.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;
	}
