.diamond
{
	background: #e5e5e5;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	bottom: -20px;
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	moz-transform: rotate(45deg);
	ms-transform: rotate(45deg);
	o-transform: rotate(45deg);
	overflow: hidden;
	position: absolute;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 20px;
	z-index: 1;
}
.main-title
{
	margin:0;
	padding:0;
	border:0px;
	float:left;
}
.content-wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background-color: #f5f5f5;
border: 1px solid #ccc;
margin: 0 auto;
padding: 10px;
display:inline-block;

	text-align:left;
}

div#nav
{
	margin-bottom: 6px;
	zoom: 1;
}
.content-wrapper div#nav:after
{
	clear: both;
	content: "";
	display: table;
}
.content-wrapper div#nav .diamond
{
	background: #f5f5f5;
}
.btn,button,input[type=submit],input[type=reset],input[type=button]
{
	background: #e5e5e5;
	background-image: linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -moz-linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -o-linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(#ffffff 0%,#cccccc 100%);
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6);
	color: #555;
	display: inline;
	float: left;
	font: 13px sans-serif;
	font-weight: bold;
	height: auto;
	line-height: 18px;
	margin: 0 10px 7px 0;
	min-height: 19px;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
	ms-border-radius: 4px;
	o-border-radius: 4px;
	overflow: hidden;
	padding: 4px 10px 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: #fff 0 1px;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
button,input[type="submit"],input[type="reset"],input[type="button"]
{
	padding-bottom: 4px;
}
select[disabled],input[disabled],textarea[disabled],button[disabled]
{
	color: #aaa;
}


.btn-bar,div#nav .firstwave
{
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 0 0 20px;
	min-width: 1em;
	moz-border-radius: 4px;
	ms-border-radius: 4px;
	o-border-radius: 4px;
	padding: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	webkit-border-radius: 4px;
}
.btn-bar.pop,div#nav .pop.firstwave
{
	height: 150px;
}
.btn-bar .btn,div#nav .firstwave .btn
{
	margin: 0 10px 0 0;
}
.btn-bar hr,div#nav .firstwave hr
{
	margin: 0;
	visibility: hidden;
}
.btn-bar a,div#nav .firstwave a
{
	position: relative;
	text-decoration: none;
}
.btn-bar a:hover,div#nav .firstwave a:hover
{
	opacity: .8;
}
.btn-bar .btn-set,div#nav .firstwave .btn-set
{
	font: 13px/18px sans-serif;
}
.btn-bar h2,div#nav .firstwave h2
{
	float: left;
	margin-bottom: 0;
	padding: .2em .5em 0 .5em;
	text-shadow: #fff 0 1px 0;
}
.btn-bar .tleft,div#nav .firstwave .tleft
{
	float: left;
	padding: .3em .5em 0 .5em;
}
.btn:hover,button:hover,.btn-set .btn.ico:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover
{
	background: #eee;
	background-image: linear-gradient(#ffffff 0%,#eeeeee 100%);
	background-image: -moz-linear-gradient(#ffffff 0%,#eeeeee 100%);
	background-image: -o-linear-gradient(#ffffff 0%,#eeeeee 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#ffffff 0%,#eeeeee 100%);
	border: 1px solid #aaa !important;
	cursor: pointer;
	text-decoration: none;
}
button[disabled]:hover,input[type=submit][disabled]:hover,input[type=reset][disabled]:hover,input[type=button][disabled]:hover
{
	background: #e5e5e5;
	background-image: linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -moz-linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -o-linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(#ffffff 0%,#cccccc 100%);
	border: 1px solid #aaa;
	cursor: auto;
}
li.active,.btn.active,.btn:active:hover,button:active:hover,.btn-set .btn.ico:active:hover,input[type=submit]:active:hover,input[type=reset]:active:hover,input[type=button]:active:hover
{
	background: rgba(0,0,0,0.1);
	box-shadow: rgba(0,0,0,0.1) 0 -2px 5px inset,rgba(0,0,0,0.2) 0 1px 3px inset;
	moz-box-shadow: rgba(0,0,0,0.1) 0 -2px 5px inset,rgba(0,0,0,0.2) 0 1px 3px inset;
	text-shadow: none;
	webkit-box-shadow: rgba(0,0,0,0.1) 0 -2px 5px inset,rgba(0,0,0,0.2) 0 1px 3px inset;
}
button[disabled]:active:hover,input[type=submit][disabled]:active:hover,input[type=reset][disabled]:active:hover,input[type=button][disabled]:active:hover
{
	background-image: linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -moz-linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -o-linear-gradient(#ffffff 0%,#cccccc 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(#ffffff 0%,#cccccc 100%);
	border: 1px solid #aaa;
	box-shadow: none;
	moz-box-shadow: none;
	text-shadow: #fff 0 1px;
	webkit-box-shadow: none;
}
.btn.link,.btn.link:hover
{
	background: none !important;
	border: none !important;
	box-shadow: none;
	color: #07a !important;
	display: inline-block;
	float: none;
	font-weight: normal !important;
	margin: 5px 0 0;
	moz-box-shadow: none;
	padding: 0;
	text-shadow: none !important;
	webkit-box-shadow: none;
}
button.btn.link,button.btn.link:hover
{
	margin-top: 1px;
}
.btn.link:hover
{
	color: #09c !important;
	text-decoration: underline;
}
.dark .btn.link,.modal .btn.link
{
	color: #fff !important;
	text-decoration: underline;
}
.wide
{
	width: 100%;
}
.more
{
	margin-left: 80px;
	width: 520px;
}
div#nav .firstwave
{
	background-color: #e5e5e5;
	background-image: linear-gradient(#ffffff,#cccccc);
	background-image: -moz-linear-gradient(#ffffff,#cccccc);
	background-image: -o-linear-gradient(#ffffff,#cccccc);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(#ffffff,#cccccc);
	border: 1px solid #aaa;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 1px 0 rgba(255,255,255,0.9);
	display: inline-block;
	margin: 0;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 1px 0 rgba(255,255,255,0.9);
	ms-border-radius: 4px;
	o-border-radius: 4px;
	padding: 0;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 1px 0 rgba(255,255,255,0.9);
	width: 100%;
	zoom: 1;
}
div#nav .firstwave:after
{
	clear: both;
	content: "";
	display: table;
}
.ie7 div#nav .diamond
{
	bottom: -7px;
	margin-left: -6px;
}
.lte_ie_8 div#nav .diamond
{
	bottom: -4px;
	margin-left: -6px;
}
.ie9 div#nav .diamond
{
	border: none;
}

.lte_ie_8 div#nav .diamond
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, sizingMethod=\'auto expand\'"
}
.lte_ie_8 div#nav .firstwave
{
	border: 1px solid #aaa;
}
.b-hornav
{
	margin: 0 !important;
	padding: 0 !important;
}
.b-hornav ul
{
	display: none;
	padding: 0 10px !important;
}
.b-hornav li
{
	float: left;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.b-hornav li a
{
	color: #555;
	display: block;
	font-family: "Ubuntu", sans-serif;
	padding: 10px;
}
.b-hornav li a:visited
{
	color: #555;
}
.b-hornav li a:focus
{
	color: #666;
}
.b-hornav li a:hover
{
	color: #666;
}
.b-hornav li a:active
{
	color: #666;
}
.b-hornav>li
{
	position: relative;
}
.b-hornav>li>a:hover
{
	text-decoration: none;
}
.b-hornav .selected>a
{
	color: #555;
}
.b-hornav .diamond
{
	background-color: white;
	bottom: -5px;
	height: 10px;
	margin-left: -5px;
	width: 10px;
}
.droppy
{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.droppy li
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.droppy a
{
	display: block;
}
.droppy ul
{
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
* html .droppy ul
{
	line-height: 0;
}
.droppy
{
	z-index: 500;
}
.droppy ul
{
	font-weight: normal;
	width: 14em;
}
.droppy ul a
{
	zoom: 1;
}
.droppy ul li
{
	float: none;
}
.droppy ul ul
{
	left: 14em;
	top: 0;
}
.droppy a
{
	padding: .5em .7em;
}
.droppy>li>a
{
	border:none;
}
.droppy>li.subnav.hover
{
	z-index: 8999;
}
.droppy>li.subnav.hover>a
{
	background-color: #fff;
	border-top: 1px solid #D2D2D2;
	z-index: 9999;
}
.droppy ul
{
	background-color: #fff;
	border: 1px solid #D2D2D2;
	margin-top: -1px;
	padding: 0 1em;
}
.droppy ul li a
{
	_margin: -0.5em 0 0 0;
	_padding: 1em;
	border-top: 1px dotted #d2d2d2;
	padding: .5em 0;
}
.droppy ul li.first a
{
	border-top: none;
}
.droppy li.hover a
{
	text-decoration: none;
}
.droppy ul li a.hover
{
	text-decoration: underline;
}














#call-to-action
{
	position:relative;
	background: #fff;
	width: 610px;
	padding: 10px;
	height:139px;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(50%, #e5e5e5), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff,#e5e5e5,#ffffff);
	background-image: -moz-linear-gradient(left, #ffffff,#e5e5e5,#ffffff);
	background-image: -o-linear-gradient(left, #ffffff,#e5e5e5,#ffffff);
	background-image: linear-gradient(left, #ffffff,#e5e5e5,#ffffff);
}

#call-to-action:after
{
	clear: both;
	content: "";
	display: table;
}
#call-to-action #counts-sharing
{
	float: left;
	padding: 10px 0 0 10px;
	width: 340px;
}
#call-to-action #download_button
{
    	padding: 8px 0 5px 0;
	width: 250px;
}
#call-to-action #download-stats span
{
	color: #aaa;
	font-size: .8em;
}
#call-to-action .platform-icon
{
	margin-top: 8px;
}
#project-title
{
	height: 39px;
	margin: 0;
	padding-top: 9px;
}
#project-title h1,#project-title #maintainers
{
	display: inline;
	margin: 0;
}
#project-title h1
{
	line-height: 20px;
}
.bluesteel #project-title
{
	height: auto;
	padding-top: 0;
}
.bluesteel #project-title #maintainers
{
	display: block;
}
.bluesteel #project-title h1
{
	line-height: 2em;
}
.ie7 #maintaners
{
	margin-left: 0.5em;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}
hr
{
	border: 0;
	border-top: 1px solid #ccc;
	clear: both;
	display: block;
	height: 1px;
	padding: 0;
}
input,select
{
	background: #fff;
	vertical-align: middle;
}
body
{
	font: 13px sans-serif;
	font: x-small;
	font-size: small;
	line-height: 1.22;
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
table
{
	font: 100%;
	font-size: inherit;
}
select,input,textarea
{
	font: 99% sans-serif;
}
pre,code,kbd,samp
{
	font-family: monospace, sans-serif;
}
body,select,input,textarea
{
	color: #333;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	text-rendering: optimizeLegibility;
	font-family: "Ubuntu", sans-serif;
}

html
{
	webkit-font-smoothing: antialiased;
}
.link
{
	color: #07a;
}
ul
{
	margin-bottom: 1em;
	margin-left: 30px;
}
ol
{
	list-style-type: decimal;
	margin-left: 30px;
}
small
{
	font-size: 85%;
}
strong,th
{
	font-weight: bold;
}
td,td img
{
	vertical-align: top;
}
sub
{
	font-size: smaller;
	vertical-align: sub;
}
sup
{
	font-size: smaller;
	vertical-align: super;
}
pre
{
	padding: 15px;
	white-space: pre;
	white-space: pre-line;
	white-space: pre-wrap;
	word-wrap: break-word;
}
input[type="radio"]
{
	vertical-align: text-bottom;
}
input[type="checkbox"]
{
	vertical-align: baseline;
	vertical-align: bottom;
}
.ie6 input
{
	vertical-align: text-bottom;
}
input[type=button],input[type=submit],button,.link
{
	cursor: pointer;
}
::-moz-selection
{
	background: #07a;
	color: #fff;
	text-shadow: none;
}
::selection
{
	background: #07a;
	color: #fff;
	text-shadow: none;
}
a:link
{
	webkit-tap-highlight-color: #07a;
}
a:active,a:focus
{
	outline: none;
}
html
{
	overflow-y: scroll;
}
button
{
	overflow: visible;
	width: auto;
}
.ie7 img
{
	ms-interpolation-mode: bicubic;
}
caption
{
	display: none;
}
h1,h2,h3
{
	font-weight: normal;
}
body
{
	background-color: white;
	color: #555;
	line-height: 18px;
}
a
{
	background: transparent;
	color: #07a;
	font-size: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
a:visited
{
	color: #069;
}
a:hover
{
	color: #09c;
}
a:active
{
	color: #07a;
}
a:hover
{
	text-decoration: underline;
}
a:hover,a:active
{
	outline: none;
}
h1,h2
{
	font-size: 18px;
	line-height: 36px;
}
h1 small
{
	font: 13px sans-serif;
	line-height: 18px;
	margin-left: 20px;
	text-transform: none;
}
.caption
{
	color: #333;
	display: block;
	font-size: 12px;
}
.contain
{
	position: relative;
}
p
{
	margin-bottom: 20px;
	margin-left:20px;
}
hr
{
	background-color: #e5e5e5;
	border: 1px solid #aaa;
	border-radius: 2px;
	moz-border-radius: 2px;
	ms-border-radius: 2px;
	o-border-radius: 2px;
	padding: 2px;
	webkit-border-radius: 2px;
}
hr.hairline
{
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-top: 1px solid #ccc;
	moz-border-radius: 0;
	ms-border-radius: 0;
	o-border-radius: 0;
	padding: 0;
	webkit-border-radius: 0;
}
pre
{
	overflow: auto;
	white-space: pre;
}
td,td img
{
	vertical-align: baseline;
}
.social
{
	margin-bottom: 20px;
}
.social a
{
	margin: 0 0 0 10px;
}
.social a img
{
	vertical-align: middle;
}
.diamond
{
	background: #e5e5e5;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	bottom: -20px;
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	overflow: hidden;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 20px;
	z-index: 1;
}
.tool-count
{
	background-color: #069;
	border: 1px solid #069;
	border-radius: 2px;
	bottom: 17px;
	color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	left: 64%;
	line-height: 13px;
	moz-border-radius: 2px;
	ms-border-radius: 2px;
	o-border-radius: 2px;
	padding: 1px;
	position: absolute;
	webkit-border-radius: 2px;
	width: 13px;
	z-index: 2;
}
.nowrap
{
	white-space: nowrap;
}
blockquote
{
	border-left: 1px solid #ccc;
	margin-left: 1em;
	padding-left: 1em;
}
#page-header,#page-body,#page-footer,#site-footer
{
	margin: 0 auto;
	margin-bottom: 20px;
	zoom: 1;
}
#page-header:after,#page-body:after,#page-footer:after,#site-footer:after
{
	clear: both;
	content: "";
	display: table;
}

form p
{
	overflow: hidden;
	position: relative;
	zoom: 1;
}
input,textarea,select
{
	border: 1px solid #aaa;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 1px 0 rgba(255,255,255,0.9);
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 2px;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 1px 0 rgba(255,255,255,0.9);
	ms-border-radius: 4px;
	o-border-radius: 4px;
	padding: 5px;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 1px 0 rgba(255,255,255,0.9);
}
html.no-boxshadow input,html.no-boxshadow textarea,html.no-boxshadow select
{
	border: 1px solid #aaa;
}
input[type=radio]
{
	border: none !important;
}
.carbon input,.carbon textarea,.carbon select,.dark input,.dark textarea,.dark select
{
	border: none;
}
p label
{
	display: block;
	padding: 0 0 5px;
}
table
{
	margin: 0 0 0 10px;
	width: 100%;
}
table thead tr th
{
	background: #e5e5e5;
	background-image: linear-gradient(#ffffff,#e5e5e5);
	text-align: left;
	text-shadow: #fff 0 1px 0;
}
table thead tr
{
	border: 1px solid #aaa;
	color: #555;
}
table thead tr th,table tr td
{
	padding: 5px 10px;
}
table th,table td,table caption
{
	vertical-align: middle;
}
table tbody tr td
{
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
table tbody tr td.noborder
{
	border: 0px;
	text-align: left;
}
table tbody tr.even td
{
	background: #f5f5f5;
}
table tbody tr th[scope=row]
{
	text-align: left;
}
table h2
{
	font-size: 14px;
	margin: 0;
	text-align: left;
}
table tfoot tr td
{
	font-weight: bold;
}
#search table h2 a
{
	font-weight: normal;
}
#search table h2 small
{
	color: #aaa;
	font: 11px/18px sans-serif;
	font-weight: normal;
	text-transform: none;
}
#search table td
{
	padding: 10px;
}
.btn,button,input[type=submit],input[type=reset],input[type=button]
{
	background: #e5e5e5;
	background-image: linear-gradient(#ffffff 0%,#cccccc 100%);
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6);
	color: #555;
	display: inline;
	float: left;
	font: 13px sans-serif;
	font-weight: bold;
	height: auto;
	line-height: 18px;
	margin: 0 10px 7px 0;
	min-height: 19px;
	moz-border-radius: 4px;
	moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
	ms-border-radius: 4px;
	o-border-radius: 4px;
	overflow: hidden;
	padding: 4px 10px 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: #fff 0 1px;
	webkit-border-radius: 4px;
	webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
button,input[type="submit"],input[type="reset"],input[type="button"]
{
	padding-bottom: 4px;
}
select[disabled],input[disabled],textarea[disabled],button[disabled]
{
	color: #aaa;
}
a.btn,.ui-widget-content a.btn
{
	color: #555;
}
a.btn:visited
{
	color: #555;
}
a.btn:hover
{
	color: #555;
}
a.btn:active
{
	color: #555;
}


.bluesteel #pg_project .project-block
{
	display: inline;
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 180px;
	zoom: 1;
}
.bluesteel #pg_project .project-block:after
{
	clear: both;
	content: "";
	display: table;
}
.bluesteel #pg_project .project-block .content
{
	overflow: hidden;
	text-overflow: ellipsis;
	zoom: 1;
}
.bluesteel #pg_project .project-block .content p
{
	margin-bottom: 0;
}
.bluesteel #pg_project .project-block .project-info
{
	min-height: 5em;
}
.bluesteel #pg_project .screenshot
{
	float: left;
	margin: 0 20px 20px 0;
}
.bluesteel #pg_project .screenshot a
{
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	display: block;
	height: 150px;
	margin-bottom: 10px;
	moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	overflow: hidden;
	padding: 4px;
	webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	width: 200px;
}
.bluesteel #pg_project .screenshot a img
{
	border: 1px solid #f5f5f5;
	max-height: 150px;
	max-width: 200px;
	width: 100%;
}
.bluesteel #pg_project ul.features li
{
	list-style: disc inside;
	margin-left: 0;
}
.bluesteel #pg_project ul.features li input
{
	width: 80%;
}
.bluesteel #pg_project ul.features .ui-icon-arrowthick-2-n-s
{
	background-position: -130px -45px;
	display: inline-block;
}
.bluesteel #pg_project .editable-active
{
	background-color: #f5f5f5;
}
.bluesteel #pg_project .inactive
{
	background-color: #09c;
	border-radius: 4px;
	color: white;
	moz-border-radius: 4px;
	ms-border-radius: 4px;
	o-border-radius: 4px;
	padding: 1em;
	webkit-border-radius: 4px;
}
.bluesteel #pg_project .inactive a
{
	color: #fff;
	text-decoration: underline;
}
.bluesteel #pg_project #logo_sponsorship
{
	margin-left: 10px;
}
.ie7 ul.features .ui-icon-arrowthick-2-n-s
{
	display: none;
}

.bluesteel div#nav #breadcrumbs ul
{
	color: #aaa;
	font-size: 11px;
	margin: 0;
}
.bluesteel div#nav #breadcrumbs ul li
{
	display: inline;
}
.bluesteel div#nav #breadcrumbs ul li:after
{
	content: ' / ';
}
.bluesteel div#nav #breadcrumbs ul li:last-child
{
	color: #555;
}
.bluesteel div#nav #breadcrumbs ul li:last-child:after
{
	content: '';
}
.bluesteel #summary
{
	color: #666;
	font-size: 16px;
	font-style: italic;
}
.bluesteel ul.features li
{
	list-style: disc inside;
	margin-left: 0;
}
.bluesteel ul.features li input
{
	width: 80%;
}
.bluesteel ul.features .ui-icon-arrowthick-2-n-s
{
	background-position: -130px -45px;
	display: inline-block;
}
.bluesteel .editable-active
{
	background-color: #f5f5f5;
}
.bluesteel .inactive
{
	background-color: #09c;
	border-radius: 4px;
	color: white;
	moz-border-radius: 4px;
	ms-border-radius: 4px;
	o-border-radius: 4px;
	padding: 1em;
	webkit-border-radius: 4px;
}
.bluesteel .inactive a
{
	color: #fff;
	text-decoration: underline;
}
.bluesteel #project-description
{
	padding-bottom:15px;
	overflow: hidden;
	zoom: 1;
}
.bluesteel #project-description .pspbtn
{
	float: none;
	line-height: normal;
}
.bluesteel #project-categories-and-license
{
	border-top: none !important;
}
.bluesteel #project-categories-and-license,.bluesteel #project-additional-trove
{
	overflow: hidden;
	zoom: 1;
}
.bluesteel #project-categories-and-license .project-container,.bluesteel #project-additional-trove .project-container
{
	display: inline-block;
	margin-left: -10px;
	margin-right: -10px;
	width: auto;
	zoom: 1;
}
.bluesteel #project-categories-and-license .project-container:after,.bluesteel #project-additional-trove .project-container:after
{
	clear: both;
	content: "";
	display: table;
}
.bluesteel #project-categories-and-license .project-container>div,.bluesteel #project-additional-trove .project-container>div
{
	display: inline;
	float: left;
	margin: 0 10px;
	width: 295px;
	width: 300px;
	zoom: 1;
}
.bluesteel #project-categories-and-license .project-container>div:after,.bluesteel #project-additional-trove .project-container>div:after
{
	clear: both;
	content: "";
	display: table;
}
.bluesteel #project-categories-and-license .header,.bluesteel #project-additional-trove .header
{
	margin-bottom: 5px !important;
}
.bluesteel #project-features
{
	margin-bottom: 0;
}
.bluesteel #project-actions
{
	font-size: 11px;
}
.bluesteel #project-secondary
{
	margin: 0;
}
.bluesteel #main-content
{
	width: 612px;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.bluesteel #main-content div#GPL3
{
	float:right;
	font-size:12px;
	padding:0;
	margin:3px 2px 0 0;
}

.bluesteel #main-content div#call-to-action
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom:5px;
}
.bluesteel #main-content > div p:last-child
{
	margin-bottom: 0;
}

.bluesteel #main-content #GPLlogo {
    position: absolute;
    background: url('../images/GPLv3-logo.png') no-repeat 100%;
    width: 321px;
    height: 160px;
    display: block;
    padding:0;
    right:0;
    top:0;
}

.opaque {
    opacity: .1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.bluesteel #main-content #project-info
{
	border-top: none;
	padding:0 0 10px 0;
}
.bluesteel #main-content .main-header
{
	margin:0;
	padding:5px 0 5px 0;
	border:0px;
}
.bluesteel #main-content .header
{
	margin-bottom: 10px;
        border-bottom: 1px solid #E5E5E5;
}
.bluesteel #main-content .header h2
{
	margin: 0;
}
.bluesteel .platform-icons
{
	float: right;
	margin-top: 10px;
}
.bluesteel .platform-icon
{
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	margin: 0 5px 0 0;
	padding: 0px;
	text-indent: -9999px;
	width: 24px;
}
.bluesteel .platform-icon.windows
{
	background-image: url('../img/icons/24x24/windows.png?1288216775');
}
.bluesteel .platform-icon.linux
{
	background-image: url('../img/icons/24x24/linux.png?1288216775');
}
.bluesteel .platform-icon.mac
{
	background-image: url('../img/icons/24x24/mac.png?1288216775');
}
.bluesteel .platform-icon.solaris
{
	background-image: url('../img/icons/24x24/solaris.png?1288216775');
}
.bluesteel .platform-icon.bsd
{
	background-image: url('../img/icons/24x24/bsd.png?1288216775');
}
.bluesteel #sidebar>div:last-child
{
	margin-bottom: 0;
}
.bluesteel #download_button
{
	position: relative;
	width:250px;
}

#files-link
{
	float: right;
	line-height: 1em;
	margin-top: 14px;
}


#dev-status {
	margin-left:7px;
	border-radius: 2px;
	color: white;
	padding: 0.25em;
	background-color: #09c;
	font-size: 0.76923em;
	text-transform: capitalize;
}

.orange_addthis_box {
    float:right;
    margin-top:7px;
}

table.documentation {
	margin: 0 0 0 20px;
	border:none collapse;
}
table.documentation td {
	padding:10px 0 0 0;
	vertical-align:top;
}

table.documentation ul {
	margin: 5px 0 1em 0;
	padding:0 0 0 25px;
}
