/*
General Page Layout Changes
*/
#holder {
	background: #a3a3a3; /* Old browsers */
	background: -moz-linear-gradient(top, #a3a3a3 0%, #c3c3c3 2%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a3a3), color-stop(2%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a3a3a3 0%,#c3c3c3 2%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a3a3a3 0%,#c3c3c3 2%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a3a3a3 0%,#c3c3c3 2%); /* IE10+ */
	background: linear-gradient(to bottom, #a3a3a3 0%,#c3c3c3 2%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
}

/*
Profile ID
	-ID image
	-Follow Option
	-Name
	-Location
	-Last login
	-Statement
	-Points
	-Tabbing for Wall, Photos, Info, Team, and Feed
*/
#profileID {
	height: 367px;
}

#profileID .medal {
	top: -4px;
	right: 10px;
}

#profileID #last_online {
	right: 70px;
	top: 40px;
}

#details {
	position: absolute;
	width: 490px;
	top: 42px;
	left: 276px;
}

#details h1 {
	position: relative;
	color: #ffffff;
	font-size: 29px;
}

#details h2 {
	position: relative;
	font-size: 16px;
	margin: 0;
	color: #ffffff;
}

#details h3 {
	position: relative;
	font-size: 16px;
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif;
	color: #ffffff;
	margin: 0 0 0 25px;
}

#rank {
	right: 318px;
	top: 310px;
	width: 200px;
	text-align: center;
}

#rank p {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
}

#rank h2 {
	color: #ffffff;
	font-size: 18px;
}

#members {
	height: 133px;
	width: 654px;
	left: 130px;
	top: 118px;
}

#members .member {
	float: left;
	width: 13.3%;
	margin: 0 3px;
}

#members .member h2 {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	width: 100%;
	top: 5px;
}

#members .member h2:hover {
	color: #bca8de;
}

#members .member .m_holder {
	background-color: #4B425A;
	height: 77px;
	top: 6px;
}

#members .member .m_holder .placeholder {
	height: 64px;
	width: 64px;
	border-width: 6px 11px;
}

#members .member .m_tab {
	background-color: #635E6E;
    height: 35px;
	text-align: center;
	padding-top: 4px;
	top: 6px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#members .member .m_tab:hover {
	background-color: #3d3649;
}

#members .member .m_tab p {
	color: #ffffff;
	margin: 0px;
}

#progress {
	float: left;
	background-image: url('/images/team_progressbg.jpg');
	width: 431px;
	height: 30px;
	margin: 12px 0;
	border-radius: 5px;
}

#progress div {
	position: absolute;
	background-image: url('/images/team_progress.jpg');
	width: 210px;
	height: 30px;
	left: 0px;
	border-radius: 5px;
}

#progress p {
	position: absolute;
	right: 9px;
	top: 9px;
	margin: 0px;
	color: #ffffff;
}

#tabbing {
	position: absolute;
	left: 295px;
	bottom: 0px;
}

#tabbing div {
	float: left;
	background-position: 0 0;
	width: 55px;
	height: 28px;
	margin-right: 5px;
	padding: 10px 0 0 45px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Oxygen', sans-serif;
}

#tabbing div:hover, #tabbing .selected {
	background-position: 0 38px;
	color: #4b425a;
}

/*
Main Section Left
	-Members Following
	-Followers
*/
.main.left {
	width: 294px;
}

.main.left .number {
	position: absolute;
	left: 107px;
	top: 10px;
	font-size: 12px;
	color: #c3c3c3;
}

/* General Element Settings */
.element {
	height: 25px;
	margin: 5px 12px 0px;
}

.element.dark p, .element.light p {
    padding: 4px 0 0 7px;
}

/* Recent News */
#recentnews {
	height: 150px;
	width: 280px;
}

#recentnews .element .dropdown img {
	margin-top: 7px;
}

#recentnews .element {
	height: 19px;
	padding: 6px 0 0 6px;
}

/*
Main Section Right
	-Submit Post
	-Wall Posts
*/
.main.right {
	position: relative;
	width: 630px;
	min-height: 610px;
	border-left: 1px dotted black;
}

.main.right #login_first {
	width: 571px;
	margin-left: 30px;
}

.main.right #form {
	width: 571px;
	margin-left: 30px;
}

.main.right #form  form{
	width: 405px;
}

.main.right #form textarea {
	width: 399px;
}

.main.right .header {
	width: 564px;
	margin: 15px 0 -16px 28px;
}

.main.right .header.light {
	width: 620px;
	margin: 15px 0 0;
}

.main.right .header.light select {
	float: right;
	margin-right: 7px;
}

.main.right .post {
	width: 570px;
}

.main.right .post .description {
	width: 530px;
	border: none;
}

.main.right .post .description .placeholder {
	float: left;
	height: 61px;
	width: 61px;
	margin-right: 8px;
}

.main.right .post .foot {
	width: 570px;
}

.main.right #pages {
	margin: 6px 23px 0 0;
}

/*
Matches
	-Upcoming
	-Recent
*/
.main.right #upcoming .header, .main.right #recent .header {
	width: 564px;
	margin: 15px 0 0 28px;
}

#upcoming .element, #recent .element {
	height: 31px;
	padding-top: 4px;
	margin: 5px 35px;
}

#upcoming .element, #recent .element {
	height: 31px;
	padding-top: 4px;
	margin: 5px 35px;
}

/*
Photos
	-Uploading
	-Viewing
*/
#scrolling div {
	margin: 100px 5px 0 5px;
}

.main.right .post.image {
	height: 290px;
	width: 553px;
	left: 3px;
	padding: 0px;
}

.main.right .post.image .placeholder{
	height: 258px;
	width: 553px;
	right: 1px;
	bottom: 1px;	
}

.main.right .post.image .foot {
	width: 553px;
}

/*
Information
	-Info blocks
*/
.main.right .info_block {
	width: 555px;
	margin: 16px 0 20px 31px;
	padding: 6px;
}

.main.right .info_block span {
	font-family: 'HammersmithOneRegular', 'Hammersmith One', sans-serif;
	font-size: 18px;
	color: #4b425a;
}

.main.right .info_block p {
	font-size: 14px;
	margin: 4px 0;
}

#tabbing div {
	position: relative;
}

#tabbing #profile_tabLabel_wall {
	background-image: url('/images/tabbing_wall.jpg');
}

#tabbing #profile_tabLabel_photos {
	background-image: url('/images/tabbing_photos.jpg');
}

#tabbing #profile_tabLabel_info {
	background-image: url('/images/tabbing_info.jpg');
}

#tabbing #profile_tabLabel_matches {
	background-image: url('/images/tabbing_team.jpg');
	width: 67px;
}

#tabbing #profile_tabLabel_manage {
	background-image: url('/images/tabbing_team.jpg');
	width: 67px;
}

#tabbing #profile_tabLabel_feed {
	background-image: url('/images/tabbing_feed.jpg');
}

#post_container {
	font-size: 18px;
    padding-left: 29px;
    padding-top: 20px;
}