*{
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	
	/* CSS3 multiple background images. The former is shown above the latter: */
	font-family:Arial, Helvetica, sans-serif;
}

#logo{ 			background:url(images/logo.png) no-repeat top; 
				width:600px; height:300px; position:absolute; top:50%; left:50%; margin:-150px 0 0 -300px;}

#main{			position:relative; margin:300px auto; width:960px;}

#feedWidget{
	top: 120px;
	
	margin:0 auto;
	width:400px;
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	display: none;
	cursor:pointer;
	
	/* CSS3 round corners: */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

#activeTab,.dropDownList div{
	display: none;
	color:white;
	cursor:pointer;
	font-size:20px;
	margin:0 2px 0 0;
	padding:5px;
	
	text-shadow:0 1px 1px black;
}

.line{
	display: none;
	height:1px;
	overflow:hidden;
	background-color:#2b353d;
	margin:10px 0;
}

.dropDownList{
	display: none;
	background-image:none;
	position:absolute;

	border-top:none;
	padding:5px;
	
	/* We reset the roundness of the top corners, inherited by a previous rule: */
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropDownList div:hover{
	display: none;
	background-color:#505e6b;
}

#tabContent div{
	/* The feed entry divs */
	
	background: url(images/bg_twits.png) top;
	color:#FFF;
	font-size:12px;
	margin-bottom:10px;
	padding:10px;
	position:relative;
	border-bottom: 1px solid #d4da90;
	
}
#followme {
	/* The feed entry divs */
	
	background: url(images/bg_twits.png) top;
	color:#FFF;
	font-size:16px;
	margin-bottom:10px;
	padding:10px;
	position:relative;
	border-bottom: 1px solid #d4da90;
}


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

h1, .tutInfo{
	background-color:#CCCCCC;
	font-size:1.5em;
	font-weight:normal;
	padding:15px;
	right:0;
	text-align:center;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

.shadow{
	position:relative;
	z-index:10;
	width:270px;
	height:30px;
	background:url(img/demo_page/shadow.png) no-repeat center center;
	margin:-15px auto 0;
}


h1,h2,p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}
