*{
	margin:0;
	padding:0;
	}
body{
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
#wrapper{
	 position: relative;  
}
#main{
	background:url(images/pink-parachuters.png) no-repeat;
	float:right;
	height:700px;
	width:600px;
	margin:50px;
	filter: alpha(opacity=50);  
    -moz-opacity: 0.5;  
    -khtml-opacity: 0.5;  
     opacity: 0.5;  
}
/*---GLOBAL---*/
h1{
	color:#444444;
	font-size:45px;
	font-weight:lighter;
	padding:0 0 25px 0;
	}
p{	
	padding:10px 0;
	line-height:1.5;
	font-size:15px;
	text-shadow: 1px 1px 1px #fcfcfc;
filter: dropshadow(color=#fcfcfc, offx=1, offy=1); 
}
a:link, a:visited {color:#f41a92; text-decoration:none; }

/*---CONTENT---*/
.ca-menu{
    padding: 0;
    margin: 30px auto;
    width: 700px;
}
.ca-menu li{
    width: 500px;
    height: 100px;
    overflow: hidden;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #000;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
    position: absolute;
    left: 120px;
    width: 370px;
    height: 60px;
    top: 20px;
}
.ca-main{
    font-size: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	margin:0 0 10px 0;
}
.ca-sub{
    font-size: 14px;
    color: #333;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #F41A92;
    background: #333;
}
.ca-menu li:hover .ca-icon{
    color: #F41A92;
    text-shadow: 0px 0px 1px #fff004;
    font-size: 20px;
}
.ca-menu li:hover .ca-main{
    color: #F41A92;
    font-size: 14px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 20px;
}	
.hs1{
	  float: left;
    position: absolute;
    top: 75px;
    width: 50%;
	
	 }
.hs2{ 
	float:left;
	 width:40%;
	margin:120px 0 0 0; }


#welcomeMsg{
	padding:10px;
	background:#FFF;
	opacity:0.95;

	}
/*Twitter sections starts here*/
div.twitter-friends{
	 font-family:Helvetica, Arial, sans-serif;
	  font-size:12px;
	  color:#333;
	  }
div.tf-header{
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:solid 1px silver;
}
div.tf-header img{
	margin:5px;
	float:left;
	width:40px;
	height:40px;
}
div.tf-header h2{
	color:#333333;
	display:block;
	float:left;
	font-size:33px;
	font-weight:lighter;
	line-height:32px;
	margin:3px 3px 12px;
	padding:10px 0 0;
}
div.tf-users{
	/* fixed height so container will not flicker within transitions */
	height:295px;
	overflow:hidden;
}
div.tf-users a{ 
	display:block;
	float:left;
	color:#C09;
	}
div.tf-users img{ }
div.tf-info,div.tf-info a {
	display:none;
}
div.tf-tweet{
	/* fixed height so container will not flicker with different length tweets  */
	overflow:hidden;
	border-top:solid 1px silver;
	margin-top:5px;
}
div.tf-tweet div{
	position:relative;
	overflow:hidden;
	height:70px;
	margin:5px 0 0 0;
}
div.tf-tweet span.tf-avatar{
	display:block;
	width:48px;
	height:48px;
	margin:0 2px 0 2px;
	left:0;
	position:absolute;
	overflow:hidden;
}
div.tf-tweet strong a{
	margin-right:5px;
	color:#f41a92; 
}
div.tf-tweet span.tf-body {
	display:block;
	margin-left:55px;
}
div.tf-tweet span.tf-content{color:#999999;}
div.tf-tweet span.tf-meta {
	color:#999999;
	display:block;
	font-size:0.764em;
	margin:3px 0 0;
}
div.tf-tweet span.tf-meta a{
	color:#999999;
	text-decoration:none;
}
div.tf-tweet span.tf-meta a:hover{
	text-decoration:underline;
}

/*twitter section ends here*/	
/*---SIDEBAR---*/
/*---FOOTER---*/
