/* general styles */
* {
	padding:0;
	margin:0;
}

a:link, a:visited {
	color: #0066B3;
	text-decoration:none;
	font-weight: bold;
	outline: none;
}

strong {
	color: #FF3300;
}

em {
	font-style: normal;
	font-weight:bold;
	color: #FFB200;
}

a:hover, a:active {
	color: #003D6B;
	text-decoration:underline;
}


h3 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol, ul {
	margin: 0;
	padding: 0 10px 5px 35px;
}

p {
	padding: 5px 10px;
}

/* structural styles */
html, body {
	height:100%;
}

body {
	font-size:small;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #BFE4FF;
	color: #111111;
	overflow: -moz-scrollbars-vertical;
}

#page {
	width: 500px;
	margin: 0 auto;
	border-style:none solid;
	border-width:10px;
	border-color:#80C9FF;
	min-height: 100%;
	height:auto !important;
	height: 100%; /*stupid ie*/
	background:#FFFFFF;
	position:relative;
}
/* header */
h1 {
	background:url('images/header.png') no-repeat 50% 50%;
	padding:5px 0 5px 105px;
	text-indent:-100000px;
	line-height:80px;
	font-family:American Typewriter;
	font-size:300%;
	color:#FF3300;
}
/* footer */
#footer {
	display:block;
	width:500px;
	background:#FFCCBF;
	border-style:solid none solid none;
	border-color:#FF9980;
	border-width:5px;
}
#footer p {
	background:url('images/time.png') no-repeat 1% 50%;
	padding:5px 10px 5px 25px;
}
#footer p a#twitter {
	float:right;
	padding:0 25px 0 0;
	background:url('images/twitter.png') no-repeat 99% 50%;
}
#footer p a#delicious {
	display:none;
	float:right;
	padding:0 25px 0 0;
	background:url('images/delicious.png') no-repeat 99% 50%;
}
/* togglers */
h2 {
	font-size: 95%;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	background: #98bc48;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #222;
}
h2.even {
	background:#BFE4FF;
}
h2.odd {
	background:#66BEFF;
}
/* share */
#share form#badgeSettings {
	padding:5px 10px;
}
#share form#badgeSettings select#badgeSize {
	width:15em;
}
#share div.badgePreview {
	height:200px;
	padding:5px 10px;
}
#share code#badgeCode {
	display:block;
	margin:5px 10px;
	padding:5px;
	background:#FFCCBF;
	border:solid 2px #FF3300;
	font-size:90%;
	font-family:arial, sans-serif;
}