@font-face {
 font-family: BentonSans;
 font-weight: normal;
 font-style: normal;
 src: url("../fonts/BentonSans.eot") /* EOT file for IE */
}
@font-face {
 font-family: BentonSans;
 font-weight: normal;
 font-style: normal;
 src: url("../fonts/BentonSans.TTF") /* TTF file for CSS3 browsers */
}
body{
	padding:0px;
	margin:0px;
}
#wrapper{
	width:1100px;
	min-height:730px;
	position:relative;
}
#sidebar {
	min-height: 730px;
	width: 336px;
	display: block;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #A64501;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #A64501;
	float: left;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 230px;
	position: absolute;
	left: 53px;
	top: 100px;
}
#desc {
	background-image: url(../images/description.png);
	background-repeat: no-repeat;
	height: 278px;
	width: 300px;
	position: absolute;
	left: 18px;
	top: 200px;
}
#container {
	width: 700px;
	float: left;
	padding-right:50px;
	min-height:730px;
}
#container p{
	padding:20px;
	font-family: "BentonSans";
	font-size:12px;
}
#link {
	background-image: url(../images/main_link.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 240px;
	position: absolute;
	left: 48px;
	top: 532px;
	cursor:pointer;
}
.split {
	background-image: url(../images/split_line.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 270px;
	position: absolute;
	left: 33px;
	display: block;
}

#link:hover{
	background-image: url(../images/main_link_hover.png);	
}
#social {
	width: 300px;
	position: absolute;
	left: 18px;
	top: 600px;
}
#facebook {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#facebook:hover{
	background-image: url(../images/facebook_hover.png);
}
#twitter {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#twitter:hover{
	background-image: url(../images/twitter_hover.png);
	color: #533200;
}
#gplus {
	background-image: url(../images/gplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#gplus:hover{
	background-image: url(../images/gplus_hover.png);
}
#blog {
	background-image: url(../images/blog.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#blog:hover{
	background-image: url(../images/blog_hover.png);
}
.header {
	color: #CCC;
	font-family: "Gill Sans MT";
	font-size: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 20px;
	text-transform: uppercase;
}
.img_square {
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 3px solid #CCC;
	border-radius:10px;
}
#return_plugin {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
#return_plugin a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-family:Verdana;
	color:#555;
}
#return_plugin a:hover{
	text-decoration:underline;	
}
#container #linkedin_signin {
	font-family: "BentonSans";
	font-size: 10px;
	line-height: 30px;
	color: #FFF;
	background-color: #0780BA;
	display: block;
	height: 30px;
	width: 100px;
	border: 2px solid #7ab9d3;
	border-radius:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
}
#container #linkedin_signin:hover{
	opacity:0.9;	
}#container #api_body {
	width: 620px;
	margin-left: 30px;
	margin-top:20px;
	border: 1px solid #CCC;
	height:auto;
	background-color:#EEE;
	text-align:center;
	padding:20px;
}
#container #api_body #api_option {
	padding: 5px;
	width: 300px;
	border-radius:5px;
	border:1px solid #CCC;
}
#container #api_body #api_status{
	padding: 5px;
	width: 290px;
	border-radius:5px;
	border:1px solid #CCC;
	height:60px;
	overflow:hidden;
	margin-top:20px;
	font-family: "BentonSans";
	font-size: 12px;
	display:none;
}
#container #api_body #api_submit {
	margin-top:20px;
	font-family: "BentonSans";
	font-size: 10px;
	line-height: 30px;
	color: #FFF;
	background-color: #0780BA;
	display: block;
	height: 30px;
	width: 100px;
	border: 2px solid #7ab9d3;
	border-radius:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
}
#container #api_body #api_submit:hover{
	opacity:0.9;	
}
#container #api_body #api_break {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#container #api_body #api_result {
	overflow: auto;
}
#container #api_body #api_result .api_loader{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;		
}
#container #api_body #api_result .api_clear{
	margin-top:20px;
	font-family: "BentonSans";
	font-size: 8px;
	line-height: 20px;
	color: #FFF;
	background-color: #CCC;
	display: block;
	height: 20px;
	width: 60px;
	border: 2px solid #DDD;
	border-radius:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:10px;
}
#container #api_body #api_result .api_clear:hover{
	opacity:0.9;	
}

