body
{
	background:url(/images/bg.jpg);
}

@font-face {
    font-family: 'nevisBold';
    src: url('/fonts/nevis-webfont.eot');
    src: url('/fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nevis-webfont.woff') format('woff'),
         url('/fonts/nevis-webfont.ttf') format('truetype'),
         url('/fonts/nevis-webfont.svg#nevisBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

header
{
	background:#3C3C3C url(/images/topbg.jpg) repeat-x;
	height:40px;
	padding:10px;
	border-bottom:1px solid #fff;
}

header form
{
	margin:6px 0 0 0;
}

.btn-primary
{
	font-weight:bold;
	background: #4aad99; /* Old browsers */
	background: -moz-linear-gradient(top, #4aad99 0%, #52b3a0 42%, #58b7a3 47%, #3a9985 50%, #3f9e8a 64%, #3e9c8a 69%, #46a492 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aad99), color-stop(42%,#52b3a0), color-stop(47%,#58b7a3), color-stop(50%,#3a9985), color-stop(64%,#3f9e8a), color-stop(69%,#3e9c8a), color-stop(100%,#46a492)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aad99', endColorstr='#46a492',GradientType=0 ); /* IE6-9 */
}

.btn-primary:active
{
	background: #4aad99;
}

#navigation, #user-box
{
	margin-top:10px;
}

#navigation li
{
	background:#909090;
	padding:5px 8px;
	border-radius:5px;
	display:inline-block;
	font-family: 'nevisBold';
}

#navigation li.active
{
	background: #4aad99; /* Old browsers */
	background: -moz-linear-gradient(top, #4aad99 0%, #52b3a0 42%, #58b7a3 47%, #3a9985 50%, #3f9e8a 64%, #3e9c8a 69%, #46a492 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aad99), color-stop(42%,#52b3a0), color-stop(47%,#58b7a3), color-stop(50%,#3a9985), color-stop(64%,#3f9e8a), color-stop(69%,#3e9c8a), color-stop(100%,#46a492)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aad99', endColorstr='#46a492',GradientType=0 ); /* IE6-9 */
}

#navigation li > a
{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

#navigation li > a:hover
{
	text-decoration:none;
}

#main-wrapper
{
	background:#fff;
	width:920px;
	padding:10px;
	margin:0 auto;
}

.header
{
	margin-bottom:10px;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	padding:5px 0;
	text-align:center;
	font-family: 'nevisBold';
}

.header-blue
{
	background: #4aad99; /* Old browsers */
	background: -moz-linear-gradient(top, #4aad99 0%, #52b3a0 42%, #58b7a3 47%, #3a9985 50%, #3f9e8a 64%, #3e9c8a 69%, #46a492 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aad99), color-stop(42%,#52b3a0), color-stop(47%,#58b7a3), color-stop(50%,#3a9985), color-stop(64%,#3f9e8a), color-stop(69%,#3e9c8a), color-stop(100%,#46a492)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4aad99 0%,#52b3a0 42%,#58b7a3 47%,#3a9985 50%,#3f9e8a 64%,#3e9c8a 69%,#46a492 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aad99', endColorstr='#46a492',GradientType=0 ); /* IE6-9 */
	text-shadow:0 1px 1px #3b7781;
}

.header-red
{
	background:#d54441;
	text-shadow:0 1px 1px #882a28;
}

#left-col
{
	width:700px;
}

.page-feeds form .control-label
{
	background:#909090;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	border-radius:5px;
	text-align:left !important;
	font-size:16px;
	padding:5px 5px 5px 5px;
}

.input-big
{
	width:500px;
}

a
{
	color:#3a9985;
}

#modal {
	width:640px;
	padding:10px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	left:50%;
	top:30%;
	margin-left:-320px;
	box-shadow:1px 1px 4px #444;
}
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	opacity:.6;
}

#modal li {
	margin:10px 0;
}

#dev-stats 
{
	text-align: left;
	width: 130px;
	word-wrap: break-word;
	position:absolute;
	left:0;
	top:115px;
	padding:10px;
	border:1px solid #dadada;
	background:#fff;
	padding-bottom:0;
	z-index: 99;
}

#dev-stats a
{
	text-align:left;
}

#dev-stats .dropdown-menu a
{
	display: block !important;
}

#dev-stats button
{
	text-align:left;
	display:block;
	margin-bottom:10px;
	width:126px;
}