/*
Theme Name: SourceBinder
Theme URI: http://sourcebinder.org/
Description: The default Sourcebinder theme
Version: 1.0
Author: VisualMinds
Author URI: http://visualminds.hu/
Tags: black, custom header, fixed width, two columns, widgets
*/
@charset "utf-8";
.inplaceeditor-saving { background: url('/dashboard/images/wait.gif') bottom right no-repeat; }
form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin: 10px;
}

form.inplaceeditor-form a { /* The cancel link */
  margin: 10px;
}

#s {
	margin: 10px;
}

#topright ul {
	margin: 0;
}
#req_upper_link:hover, .req_link:hover {
	color: #CCFF00 !important;
}
.req_link:hover {
	background: black !important;
}
#req_upper_link {
	color: #919191 !important;
}

#topright ul li {
	margin: 20px 0;
}
#topright ul li #search, #search,.widget_search {
	margin-top: 0 !important;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.field {
	width: 142px;
}

button {
	margin: 10px;
}

body {
	width: 100%;
	color: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #CACACA url( '/dashboard/images/bg.png' ) top center repeat-y;
}
.entry {
	text-align: justify;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1px;
	border-bottom: 1px solid #efefef;
}
h2 {
	font-size: 12px;
	color: #101010;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}
.widgettitle:hover {
	font-size: 12px !important;
	color: #101010 !important;
	margin: 5px 0 !important;
	padding: 0 !important;
	letter-spacing: 1px !important;
}
h2 .widgettitle, h3 {
	font-size: 12px;
	color: #101010;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}
h4 {
	font-size: 12px;
	color: #e0e0e0;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	width: auto;
}


p {
	margin: 2px 0;
	padding: 0;
	line-height: 150%;
}

a, a:link, a:active, a:visited {
	color: #333;
}

a, a:link, a:active, a:visited,
#header ul li a, 
#header ul li a:link, 
#header ul li a:active, 
#header ul li a:visited {
	text-decoration: none;
}
#header ul li a, 
#header ul li a:link, 
#header ul li a:active, 
#header ul li a:visited {
	color: #fffcfc;
}
#header ul li a:hover,
h2 a:hover,
h2:hover,
.author:hover,
a:hover {
	color: #bbb !important;
}

#open_binder {
	width: 100%;
	height: 50px;
	margin: auto;
	width: 277px;
}
#launcher_img {
	display: block;
	width: 277px;
	height: 37px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url( '/dashboard/images/launch_sb_sampi.png' ) no-repeat;
}
.featureIcon {
	width: 16px;
	height: 16px;
	behavior: url('/dashboard/js/iepngfix.htc');
}
.voteIcon {
	width: 48px;
	height: 16px;
	behavior: url('/dashboard/js/iepngfix.htc');
}

#header {
	margin: auto;
	width: 893px;
	height: 205px;
	background: url( '/dashboard/images/header.png' ) top center no-repeat;
}
#header_link {
	display: block;
	position: relative;
	left: 56px;
	top: 81px;
	width: 220px;
	height: 57px;
}
#header ul {
	position: relative;
	top: 179px;
	right: -185px;
	font-size: 15px;
	color: #fffcfc;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#header ul li {
	display: inline;
	margin: 7px;
}
#content {
	margin: auto;
	margin-top: 30px;
	width: 783px;
}

.dashboard_element {
	margin-left: 20px;
}
.author {
	font-style: italic;
	color: #919191;
}
small, .postmetadata {
	font-style: italic;
	font-size: 10px;
	color: #919191;
}
.entry p {
	margin: 10px;
}

#topleft {
	width: 400px;
	min-height: 250px;
	height: expression( document.body.clientHeight < 251 ? "250px" : "auto" );
	float: left;
}
.noheight {
	min-height: 0px !important;
	height: expression( document.body.clientHeight < 0 ? "0px" : "auto" ) !important;
	
	max-height: auto !important;
	height: expression( document.body.clientHeight < 0 ? "auto" : "auto" ) !important;
}
#fullwidth {
	width: 100% !important;
	height: 400px;
}
.vote_roadmap {
	float: right;
	width: 50px;
	height: 18px;
	margin-right: 5px;
	margin-top: 5px;
}
#topright {
	float: right;
	width: 300px;
	min-height: 250px !important;
	height: expression( document.body.clientHeight < 251 ? "250px" : "auto" ) !important;
}
.narrow {
	width: 160px !important;
}
.wide {
	width: 540px !important;
}

.publicity_active {
	color: #101010;
	font-weight: bold;
}

.composition {
	display: block;
	width: 100%;
	height: expression( document.body.clientHeight < 61 ? "60px" : "auto" );
	height: auto;
	min-height: 60px;
	
	margin: 10px auto;
	padding: 5px;
}
.composition_nomaxheight {
	display: block;
	width: 100%;
	height: expression( document.body.clientHeight < 61 ? "60px" : "auto" );
	height: auto;
	min-height: 60px;
	margin: 10px auto;
	padding: 5px;
}
/*
.composition h2, .patch h2 {
	margin: 3px 0;
}
*/
.composition img, .patch img {
	float: left;
	margin: 0;
	margin-right: 10px;
}
.composition_image_holder, .patch image_holder {
	height: 100%;
}

#bottomleft {
	float: left;
	width: 400px;
	min-height: 400px;
	height: expression( document.body.clientHeight < 501 ? "500px" : "auto" );
}
.vertical_space {
	margin: 20px 0;
}
#bottomright {
	float: right;
	width: 300px;
	min-height: 200px;
	height: expression( document.body.clientHeight < 201 ? "200px" : "auto" );
}

.patch {
	margin: 10px auto;
	padding: 3px;
}
.fullroadmap {
	margin: 10px;
	padding: 5px;
	margin-left: 0;
}

#loading, #loading_top {
	border-bottom: 10px;
	border-top: 10px;
}

#pagination, #pagination_top {
	margin: auto;
	text-align: center;
}
.ajaxMessage {
	font-size: 14px;
}

#alphausers table {
	width: 600px;
}
#alphausers table,
#alphausers tr,
#alphausers td {
	border-top: 1px solid #efefef;
}
#alphausers tr:hover {
	background-color: rgb(51, 153, 204) !important;
	color: white !important;
}
.scene_img {
	margin: 5px;
	position: relative;
	width: 85px;
	height: 61px;
	float: left;
}
.scene_img img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.scene_img span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.scene_img a {
	text-decoration: none;
}

.compositionItem span {
	width: 85px;
	height: 61px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url('/dashboard/images/round-corner.png') no-repeat;
	behavior: url('/dashboard/js/iepngfix.htc');
}
.compositionItem img {
	border: none;
	padding: 5px 6px 6px;
	background: url('/dashboard/images/round-bg.gif') no-repeat;
}

.featuredTable {
	margin: auto auto auto 25px;
	width: 100%;
}

.node_img {
	margin: 5px;
	position: relative;
	width: 85px;
	height: 68px;
	float: left;
}
.node_img img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.node_img span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.node_img a {
	text-decoration: none;
}

.nodeItem span {
	width: 85px;
	height: 68px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url('/dashboard/images/round-corner2.png') no-repeat;
	behavior: url('/dashboard/js/iepngfix.htc');
}
.nodeItem img {
	border: none;
	padding: 5px 6px 6px;
	background: url('/dashboard/images/round-bg2.gif') no-repeat;
}
.feature_link {
	background: url('/dashboard/images/feature.png') bottom left no-repeat;
	
}
.darker {
	color: #525252;
}
.lighter {
	color: #bbb;
}

.lib {
	display: block;
	height: auto;
	width: 100%;
	margin: 10px auto;
	padding: 5px;
}

hr {
	margin: 20px 0;
	color: #8FB300;
	background-color: #8FB300;
	border-color: #8FB300;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 30px;
	}
	
	.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	.picholder {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}