/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

:focus {
	-moz-outline-style: none;
}


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../img/bkgd.jpg) repeat-x;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center;
	width: 370px;
	}
	
#chat {
	margin: 0 0 0 221px;
	}
	
#logo {
	margin: 6px 0 0 0;
	}
	
#content {
	}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#twitter {
	margin: 10px auto 0;
	border-top: 1px solid #bec5ca;
	width: 356px;
}

#twitter ul {
	list-style: none;
}
	
#twitter a {
	color: #bec5ca;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
	
#twitter a:hover {
	color: #666666;
	border-bottom: 1px solid #999;
}


#followme {
	margin: 12px auto 0;
	background: url(../img/twitter.gif) no-repeat;
	width: 108px;
	height: 51px;
}

#delicious {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}

.delicious-posts { margin: 1em; border-top: 1px solid #cccccc; padding: 0.5em; width: 342px; font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 14px 14px 10px}
.delicious-post { border-top: 1px solid #eee; padding: 0.25em; font-size: 80% }
.delicious-odd { background-color: #f8f8f8 }
.delicious-banner a { font-size: 80% }
.delicious-posts a:hover { text-decoration: underline }
.delicious-posts a { text-decoration: none; color: #5D6972; padding: 0.3em; font-size:12px }
.delicious-post a { color: #04a1ff }
.delicious-tag {font-size:11px;}
.delicious-extended {line-height: 16px; margin:0; padding:12px 12px 0 12px; font-size: 11px; color:#666666}

#wbx-gw-button-wrapper-0 {
	visibility: hidden;
}

.wbx-gw-wrapper {
	visibility: hidden;
}


/* =Footer
------------------------------------------------------------------*/

#widgetbox_widget_iframe_0 {
	height: 360px;
}

#alistapartsurvey {
	border-top: 1px solid #bec5ca;
	width: 318px;
	padding: 20px 1px 0px 44px;
	margin: -20px 0 20px 0;
}

#alistapartsurvey a {
	margin: 0pt 50px 0 0;
}

#browsers {
	border-top: 1px solid #bec5ca;
	width: 318px;
	padding: 18px 0 0 44px;
	margin: 0 0 75px 0;
}

#browsers a {
	margin: 0pt 30px 0 0;
	float: left;
}



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
