/* SocialCard.me */
/* From 48Web */
body {
	font-family: Helvetica, "Lucinda Sans", Arial;
	background-color: #F2F2F2;
}

a, a:link, a:visited {
	color: #0066FF;
}

#header {
	color: #333;
}

#container {
	margin: 0 auto;
	width: 900px;

}

#wrapper {
	background-color: #FFF;
}

#footer {
	clear: both;
	color: #333;
	font-size: 10px;
	padding-top: 11px;
}

	#footer a, #footer a:link, #footer a:visited {
		color: #333;
		text-decoration: none;
	}

/* Menu */
ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
}

ul#menu li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
}

ul#menu li a:hover {
	background:transparent url("images/black.jpg") repeat-x top left;	
}
/* End Menu */

/* Content */
.segment h2 {
	margin: 0;
	background-color: #333;
	color: #F2F2F2;
	padding: 5px 5px 0px 5px;
	clear: both;
}

.segment {
	margin-bottom: 20px;
	clear: both;
	padding: 10px;
}

.segment-content {

}

.left-description {
	float: left;
	margin-right: 10px;
	clear: left;
	width: 200px;
}

.left-description img {

}
   
.meta {
	height: 30px;
	padding-top:10px;
	clear: both;
	margin: 10px 0px 5px 0px;	
}   

.meta a {text-decoration: none; font-size: 16px;}
              
.top {
	background: url(images/up-arrow2.gif) left no-repeat;
	padding:5px 0px 5px 30px;
}

.subscribe {
	background: url(images/feed-icon-24x24.gif) left no-repeat;
	padding:5px 0px 5px 30px;
}

.subscribe-nav {
	background-image: url(images/feed14.png);
	background-position: 0 30%;
	background-repeat:no-repeat;
	padding-left:15px;
}    
					
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#F1F1F1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
