/*-----------------------------------------------------------------------------
version:   1.0
author:    Eric Baldoni
email:     frontdesk@bitclone.com
website:   http://www.bitclone.com/
date created: 2008
-----------------------------------------------------------------------------*/
/* RESET
--------------------------------------------------*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, em, font, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, q,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---------GENERAL--------- */

 body {
	color: #666;
	background: #83b8d9 url('/img/factory.jpg') repeat-x left bottom;
	margin: 30px 0px 10px 0px;
	font-family: Georgia, serif;
}

p {
	margin: 5px 0px 5px 0px;;
	text-align: left;
}

ul {
	padding: 0px 0px 65px 0px;
	width: 350px;
	background: url('/img/twitterBgrBot.gif') no-repeat center bottom;
}
li {
	font-size: 75%;
	padding: 2px 0px 5px 0px;
	margin-left: 25px;
	background: url('/img/greenBottom.gif') repeat-x center bottom;
	font-family: Verdana, sans-serif;
	width: 300px;
}
dl dt {
	margin-top: 0px;
	text-align: left;
	font-size: 130%;
}
/* HEADS
--------------------------------------------------*/

h1 {
	font-size: 165%;
}
h2 {
	font-size: 125%;
	margin-bottom: 10px;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
/* ---------LINKS--------- */

a { text-decoration: none; }

a:link {
	color: #d22500;
	background: transparent;
}

a:visited {
	color: #ff3d00;
	background: transparent;
}

a:hover {
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #000;
	background: transparent;
}
a { text-decoration: none; }

#twitter_div a:link,
#twitter_diva:visited {
	color: #509e26;
	background: transparent;
}

a img { border: none; }

/* ---------CONTAINERS--------- */

#Wrapper {
	border: 4px #aacee5 solid;
	margin: auto;
	width: 420px;
	background: #fff;
	padding: 10px;
}
#twitter_div {
	background: url('/img/twitterBgr.gif') no-repeat;
	width: 350px;
	font-family: Verdana sans-serif;
	color: #8bbf70;
	margin: auto;
}
#twitter_div p {
	margin: 0px 0px 5px 25px;
	padding-top: 15px;
	font-weight: bold;
	color: #509e26;
}
.pict {
	padding: 4px;
	border: 1px solid #fff200;
}
/* HIDE AND SEEK
--------------------------------------------------*/

#one {
	margin: 0px 20px 0px 20px;
 	 display: none;

}
#two {
 	 margin: 0px 20px 0px 20px;
 	 display: none;
}
#three {
	margin: 0px 20px 0px 20px;
 	 display: none;

}