/* START Profile */

#profile ul.tabs {
	margin: 0;
	padding: 0;
	height: 42px;
	list-style-type: none;
}

/* single tab */
#profile ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}


#profile ul.tabs li a {
	position: relative;
	display: block;
	top: 1px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
	float: left;
	color: #fff;
	padding: 8px 15px;
	background: #ccc url(../images/ui/tab-inactive.png) repeat-x bottom;
	border: solid 1px #ccc;
	border-bottom: none;
	margin-right: 10px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}

#profile ul.tabs li a.current {
	background: #e5e5e5;
	background-image: none;
	color: #00A2EE;	
} 

div.panes{
	/*height: 100%;*/
	display: block;
	/*min-height: 80em;*/
}
div.panes div.pane {
	display: none;
	min-height: 100px;
}

.account #profile label {
	font-size: 12px;
	letter-spacing: 0;
	display: block;
}

.account #profile #row_gender input {
	float: left;
}

.account #profile #row_gender label {
	font-weight: normal;
	float: left;
}

.account #profile #row_gender label[for="gender"] {
	font-weight: bold;
}

.account #profile div.form {
	width: 100%;
}

#profile textarea {
	height: 100px;
}

#profile table {
	margin: 0 auto 0 0;
}

#profile table tr td {
	text-align: left;
	font-size: 14px;
	padding:3px 0px 3px 0px;
	margin:2px 0px 2px 0px;
}

#profile td.label {
	padding-right: 10px;
}

#profile td.data {
	padding:0px;
	margin:0px;
}

#profile td hr {
	margin-top:10px;
}

#profile .profile_data {
	clear: both;
}

#profile .profile_data .bio {
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
}

#profile .company_data {

}

#profile .social_links {

}

#profile .social_links a img {
	position: relative;
	top: 7px;
}

#profile .social_link {
	margin-bottom: 5px;
}

#profile .avatar {
	padding-top:10px;
	text-align:left;
}

#profile .avatar p {
	margin-bottom: 0;
}

#page .get_started {
	margin-bottom: 20px;
}

/* END Profile */
