/* womtec.ru */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#fff;
	font-size:13px;
}

body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, label {
	margin:0px;
	padding:0px;
}

p {
	padding-top:7px;
}

#main {
	text-align:center;
	width:400px;
}

#twitter-ticker {
	margin-top:55px;
}

h1{
	font-size:30px;
	font-weight:bold;
}

h2.tut {
	color:#fff;
	font-size:16px;
	padding:12px 0 0 58px;
	text-transform:uppercase;
	text-shadow:2px 1px 6px #333;
}

#twitter-ticker {
	width:200px;
	height:550px;
	background:url(img/slick.png) no-repeat #f5f5f5;
	color:#666;
	display:none;
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-align:left;
}

#tweet-container {
	height:auto;
	width:auto;
	overflow:hidden;     height:600px;
}

#twitIcon {
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:30px;
}

#top-bar {
	height:40px;
	background:url(img/topbar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:0px;
	-moz-border-radius:6px 6px 0 0;
}

.tweet {
	padding:5px;

	border:1px solid #f0f0f0;
	background:url(img/transparent.png);
	width:auto;
	overflow:hidden;
}

.tweet:first-child {
	margin-top:0;
}

.tweet .avatar, .tweet .user, .tweet .time {
	float:left;
}

.tweet .time {
	display:block;
	width:70%;
	font-size:13px;
	color:#aaa;
	white-space:nowrap;
}


.tweet .avatar img {
	width:36px;
	height:36px;
	border:1px solid #eee;
	margin:0 5px 5px 0;
}

.tweet .txt {
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#00bbff;
	text-decoration:none;
	outline:none;
}

p.link a {
	color:#fff;
}

p.link a:hover {
	text-decoration:underline;
}

h1 a, h1 a:hover {
	color:#fff;
	text-decoration:none;
}

#loading {
	margin:100px 95px;
}

/* womtec.ru */