/*
Theme Name: Understand Docs
Author: Understand.com
Author URI: http:www.understand.com
*/

/* Sidebar CSS */

#content-left.sidebar-left {
		width: 314px;
	}
	
	#content-left.sidebar-left #profile-pic {
		height: 300px;
		margin: 0 0 20px 0;
		position: relative;
	}
	
	#content-left.sidebar-left #profile-download {

        float: left;
		width: 63px;
		height: 63px;
		margin: 20px 0;
		position: relative;
	}
	
	#content-left.sidebar-left #profile-download-info {
		float: left;
		width: 251px;
		height: 63px;
		margin: 20px 0 40px 0;
		position: relative;
	}

	#content-left.sidebar-left #profile-awards img {
		margin: 0 20px 20px 0;
	}
	
	#content-right.sidebar-right {
		width: 628px;
	}