/* ================================ */
/* Robert Banh's Standard CSS File  
/* ================================ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================ */
/* TAGS
/* ================================ */
html {text-align:center; background:#C0DEED;}
body {margin:20px; font-family:arial, sans-serif; }

h1 {font-size:24px; margin-bottom:20px; color:#fff;}
h2 {margin-bottom:10px;}
a { cursor:pointer; color:#f00;}

input[type=text] {width:160px; padding:5px;}
input[type=submit] {margin-left:-22px; padding:5px 10px; }

/* ================================ */
/* CLASS 
/* ================================ */
.clear { clear:both; }
.small { font-size: 10px; }
.red { background: #F9D9CA; border:1px solid #B3885E;color:#9C2512;}
.green { background: #EEFCE4; border:1px solid #B9F1AE;color:#148700;}
.blue { background: #DDEEFF; border:1px solid #0167FF;color:#336699;}
span.tred {background:#F9D9CA;color:#9C2512;}
span.tgreen {background:#EEFCE4;color:#148700;}
span.tblue {background:#DDEEFF;color:#336699;}
span.tblue a {color:#336699;}
.pnav { font-weight: bold; text-align:center; margin:3px;}

/* ================================ */
/* index page 
/* ================================ */
#container {margin:0 auto; width:840px; position:relative;}
#main {margin:20px 0; float: left; width: 480px;}
.box {margin:10px; width:200px; padding:20px; text-align:center; border-radius: 7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px;}
.tweets {overflow:auto; margin-bottom:10px; padding:10px; background:#fff; border:1px dashed #ccc; text-align:center;}
.tweets img {float:left; margin-right:10px; width:48px; height:48px; overflow:hidden;}
.tweets p {line-height:20px;}

#header{margin-top: 0px; padding-top:0;}
#nav {width: 160px; float: left; text-align: left; background-color: white; margin-top: 20px; margin-right: 10px; border:1px dashed #ccc; padding-bottom:10px;}
#nav a {color:#33CCFF; font-weight: bold; margin: 6px;}
#nav a:hover {color: blue;}
#nav p {margin-top: 3px;}
#ads {width: 162px; height: 800px; float: left;background-color: white; margin-top: 20px; margin-left: 10px; border:1px dashed #ccc;}
