/* global */

* {
	padding: 0px;
	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url('bg.gif') no-repeat;
	background-color: #9AE4E8;
}


#content {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
}

/* header */

#header h1 {
	text-indent: -9999px;
}

#header {
	background: url('logo.gif') no-repeat;
	width: 311px;
	height: 50px;	
	margin-top: 16px;
	padding-bottom: 32px;
}

#header:hover {
	cursor: pointer;
}

/* info box */

#info {
	background-color: #FEFFDF;
	border: 1px solid #FFFF00;
	padding: 10px;
	margin-bottom: 16px;
}

#info p {
	color: #333333;
}

p.info-main {
	font-size: 25px;
	padding-bottom: 12px;
}

p.info-normal {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 16px;
}

input#randomize {
	background-color: #74CA00;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #0f0;
	width: 155px;
	cursor: hand;
}

input#randomize:hover {
	background-color:#8CF500;
}

#info input#username {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-bottom: 4px;
	width: 141px;
}

p.info-tip {
	line-height:12px;
	font-size:8pt;
}

#side1 {
	width: 570px;
	float: left;
}

#side2 {
	padding-left: 10px;
	text-align: center;
	width: 150px;
	float: left;
}

/* tweet */

#tweet {
	background-color: white;
	width: 763px;
	margin-bottom: 16px;
}

#tweet-top {
	width: 763px;
	height: 16px;
	background: url('curve_quote_top.gif') no-repeat;
	font-size: 0;
}

#tweet-bottom {
	height: 5px;
	width: 763px;
	background: url('curve_full_bottom.gif') no-repeat;
	font-size: 0;
}

#tweet-mid {
	padding: 10px;
}

span.meta {
	display:block;
	font-size:.80em;
	font-family: Georgia, Garamond, Tahoma, Verdana, Arial;
	font-style:italic;
	margin:3px 3px 0 0;
	color:#999;
}

/* footer */

#footer {
	background-color: white;
	width: 763px;
	text-align: center;
}


#footer-top {
	width: 763px;
	height: 5px;
	background: url('curve_full_top.gif') no-repeat;
	font-size: 0;
}

#footer-bottom {
	height: 5px;
	width: 763px;
	background: url('curve_full_bottom.gif') no-repeat;
	font-size: 0;
}

#footer h3 {
	display: none;
}

#footer p {
	font-size: 12px;
}

/* end */

/* from twitter 

.thumb{display:block;width:50px;height:50px;position:absolute;left:0;margin:0 10px 0 5px;overflow:hidden;}

.thumb img{width:48px;height:48px;}

span.status-body{display:block;min-height:50px;width:420px;overflow:hidden;margin-left:65px;}

#users span.status-body{width:365px;}

.lock,.screen-name{margin-right:5px;}

.search .bio{margin-left:5px;}

span.meta,.hentry .meta{display:block;font-size:.80em;font-family:georgia;font-style:italic;margin:3px 0 0 0;color:#999;}

span.meta a,.hentry .meta a{color:#999;}

span.meta .call-out,.hentry .meta .call-out{color:#000;}

.actions{position:absolute;right:5px;top:.5em;line-height:1.25em;border-width:0;}

.actions a{display:block;text-decoration:none;padding:3px 8px;background-position:50% 50%;background-repeat:no-repeat;outline:none;cursor:pointer;visibility:hidden;}

li:hover,li.hover{background-color:#f7f7f7;}

li:hover .actions a,li.hover .actions a{visibility:visible;}

.actions a.fav{visibility:visible;}

.actions a.fav-throb,.actions a.del-throb{visibility:visible;}

*/

