/*h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}
*/
span.tut{
	color:white;
	text-align:center;
	font-family: arial;
	font-size:18px;
	padding:12px 0 0 55px;
	text-transform:uppercase;

	//text-shadow:2px 1px 6px #333;*
}
#maint #sidebar_right h2 { color:red; }
#twitter-ticker{
	width:270px;
	height:350px;
	background:url(/sites/all/themes/dimention/twitter/img/slickbg.png) no-repeat #f5f5f5;
	color:#666666;
	display:none;
	font-size:12px;
	font-family:arial;
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	border:1px solid #E1E1E1;
	text-align:left;
	background-color:#ECECEC;
}

#tweet-container{
	height:285px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:50px;
	background:url(/sites/all/themes/dimention/images/common/ql_header_bkg.jpg) repeat-x;
	/*border-bottom:1px solid white;*/
	position:relative;
	/*margin-bottom:8px;*/
	background-color:#ECECEC;
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border:1px solid #F0F0F0;
	background:url(/sites/all/themes/dimention/twitter/img/transparent.png);
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
	display:none;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	/*clear:both;*/
	margin-top:5px
}

.tweet .user{
	font-weight:bold;
}

#maint a,#maint  a:visited {
	color:#465C85;
	text-decoration:none;
	outline:none;
}

#maint a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

#maint p{
	padding-top:7px;
}

#twitter-ticker{
	//margin:20px;
}

/*body{
	color:white;
	font-size:13px;
	//background: #333333;
	font-family:Arial, Helvetica, sans-serif;
}*/

#maint{
	//margin:40px auto;
	text-align:center;
	width:290px;
	position:absolute;
	/*margin-top:-20px;*/
}

#maint h1{
	color:white;
	font-size:36px;
	font-weight:bold;
	font-family:arial;
}