/* 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,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
	font-size: 75%;
	text-align: center;	
	background: #f5f4ef url("../images/background.gif") top left repeat-x;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

/**
 * twibbot styles
 * 
 ***/
 
html {
	height: 100.01%; margin-bottom:1px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 80em;
	background: transparent url("../images/twibbo.png") 99% 30px no-repeat;
}

#header {
	height: 30em;
	position: relative;
	padding-top:1px;
}

#header h1 {
	margin: 150px 0 0 310px;
	font-size: 29px;
	color: #94d902;
	letter-spacing: -1px;
	font-family:Arial ,Helvetica, sans-serif;
}

#header h2 {
	margin: -10px 0 0 310px;
	font-size: 37px;
	color: #03a4ea;
	letter-spacing: -3px;
	font-family:Arial ,Helvetica, sans-serif;
}

#header #short_desc {
	margin: 15px 0 0 310px;
	width: 45%;
	line-height: 1.5em;
	font-size: 16px;
	color: #262625;
}

#nav {
	position: absolute;
	top: 23px;
	left: 310px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
	float: left; 
	display: inline;
}

#nav li a {
	padding: 6px 11px;
	color: #fff;
	font-size: 14px;
	background: #4b4b4b;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#nav li a:hover {
	background: #94da01;
}

#nav li#current a {
	background: #94da01;
}

#nav li a:active, #nav li a:focus  {
	background: #04a4ea;
}


#teaser_head {
	position: absolute;
	top: 0;
	left: 0;
	width:280px;
	height: 340px;
	background: transparent url("../images/menu_bg.png") top left no-repeat;
}

#logo_link {
	display: block;
	position: absolute;
	top: 80px;
	left: 15px;
	background: transparent url("../images/twibbot_logo.gif") top left no-repeat;
	height: 78px;
	width: 238px;
}

#getitnow {
	display: block;
	position: absolute;
	top: 200px;
	left: -30px;
	background: transparent url("../images/download_btn.png") top left no-repeat;
	height: 72px;
	width: 238px;
	text-indent: -999px;
}

#getitnow:hover, #getitnow:active, #getitnow:focus {
	background-position: 0 -72px;
}

#teaser_head ul {
	list-style-type: none;
	margin:0;
	padding:0;
	position: absolute;
	top: 310px;
	left: 5px;
}

#teaser_head ul li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	display: inline;
}

#teaser_head ul li img {
	display: block;
}

#teaser_head p {
	position: absolute;
	bottom: 40px;
	left: 65px;
	color: #f2f2e8;
}

#content {
	border-top: 2px dashed #dbee94;
	border-bottom: 2px dashed #dbee94;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 10px 0 30px 0;
	padding: 10px 10px;
	color: #262625;
	line-height: 1.5em;
	font-size: 14px;
}

#content h3 {
	font-size: 18px;
	margin: 0 0 7px 0;
	color: #04a6eb;
}

#content h4 {
	font-size: 16px;
	margin: 0 0 7px 0;
	color: #04a6eb;
}

#content ul li {
	background: transparent url("../images/bullit.png") 0 50% no-repeat;
	padding-left: 15px;
	list-style: none;
}

#content p {
	margin-bottom: 10px;
	width: 87%;
}

#content a:hover, #content a:active, #content a:focus {
	border-bottom: 1px solid #03a4ea;
	color: #94d902;
}

#content a {
	border-bottom: 1px solid #262625;
	text-decoration: none;
	color: #262625;
}

#content dt {
	font-weight: bold;
}

#footer {
	background: #262626;
	-moz-border-radius: 5px;
	/*-moz-border-radius-topright: 5px; */
	-webkit-border-radius: 5px;
	/*-webkit-border-radius-topright: 5px; */
	height: 4em;
	margin-bottom: 1em;
}

#tri_logo {
	padding: 15px 0 0 10px;
	display: inline;
	float: left;
}

#twit_sts {
	list-style-type: none;
	padding: 0 10px 0 25px;
}

#twit_sts li {
	background: #fff !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0 0 3px 0;
	padding: 9px !important;
	font-size: 12px;
	border: 1px solid #DBEE94;
	position: relative;
	height: 1%;
}

#twit_sts li span {
	background: transparent url("../images/bubble_ecke.gif") 0 0 no-repeat ;
	position: absolute;
	left: -22px;
	top: 0px;
	display: block;
	width: 22px;
	height: 24px;
	}


#footer p {
	margin: 0 0 0 185px;
	padding: 18px 0 0 0;
	color: #f2f2e8;
}

#footer p a {
	border-bottom: 1px solid #f2f2e8;
	color: #f2f2e8;
	text-decoration: none;
}

#footer p a:hover, #footer p a:active, #footer p a:focus {
	border-bottom: 1px solid #03a4ea;
	color: #94d902;
}

pre {
	font-size: 11px;
	margin: 15px 0;
	display: block;
	border: 1px dashed #9e9e9e;
	white-space: pre;
	color: #3f3f3f;
}

code {
	font-size: 11px;
	margin: 15px 0;
	padding: 15px;
	display: block;
	border: 1px dashed #9e9e9e;
	white-space: pre;
	color: #3f3f3f;
}
