/**
 * Global
 */
.region-sidebar-first .block-title {
	display: none;
}

#block-otcorg-projects-project-content-admin {
	padding-top: 20px;
}

.region-sidebar-first .block-block .block-title,
.region-sidebar-first #block-otcorg-projects-project-content-admin .block-title {
	display: block;
}

.region-sidebar-first #block-otcorg-projects-project-content-admin ul {
	margin: 0px;
}

#block-otcorg-projects-project-navigation ul.menu li.unpublished > a:before {
	content: 'Unpublished: ';
	font-style: italic;
}
#block-otcorg-projects-project-navigation ul.menu li.unpublished > a {
	color: #990000;
	background-color: #ffeaea;
}

.region-sidebar-first #block-book-navigation .block-title {
	display: block;
	margin-top: 10px;
}

.region-sidebar-first .block-content {
	padding: 0px !important;
}

.region-sidebar-first .block {
	margin-bottom: 15px;
}

.region-highlighted {
	display: none;
}

#block-system-main .block-inner {
	margin: 0px;
}

h2#page-title {
	margin-left: 0px;
}

.sidebar .block .book-block-menu ul.menu {
	margin-left: 0;
}

.sidebar .block .book-block-menu ul.menu a {
	display: block;
}

.sidebar .block ul.menu ul li {
	list-style-type: inherit;
}

.sidebar .block ul.menu ul li a {
	/*background: none;*/
	color: #333;
	display: inline;
}

.sidebar .block ul.menu ul li a:hover {
	color: #43B2E0;
}

#block-book-navigation .block-content {
	border-bottom: 1px double #ccc;
}

figure {
	margin: 0px;
}

/* Project Logo */
.project-logo img {
	border: 1px solid #FFF;
}

/**
 * Dashboard
 */
.page-dashboard #page-title {
	display: none;
}

h2#page-title span,
.dashboard h1 {
	font-size: 24px;
	letter-spacing: 1px;
	display: block;
	line-height: 24px;
}

.dashboard h1 {
	padding-bottom: 10px;
}

.dashboard h2 {
	font-size: 16px;
	text-transform: uppercase;
}

.dashboard h2 span {
	color: #848484;
}

.dashboard-section {
	margin-top: 25px;
}

.dashboard-section .project-info .field-label{
	width:140px;
}

.dashboard-section-first {
	margin-top: 15px;
}

.dashboard a:visited,
.dashboard a:link {
	color: #30587c;
}

/* Project Top */
.dashboard-header {
	position: relative;
	width: 100%;
	min-height: 335px;
}

.dashboard-section-title {
	position: relative;
}

.dashboard-screenshot img {
	max-width: 568px;
	width: 100%;
}

.circle {
	position: absolute;
	width: 200px;
	height: 200px;
	display: block;
	background: url("images/bg-circle.png") no-repeat;
	background-size: contain;
	top: -40px;
	right: 0px;
	text-align: center;
	padding-top: 20px;
	line-height: 17px;
}

.circle .title {
	margin-top: 10px;
	font-weight: 700;
}

.community {
	position: absolute;
	right: 0px;
	bottom: 10px;	
	background: #efefef;
  border: 1px solid #bdbbbb;
}

.community a:visited,
.community a:link {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 118px;
	padding-left: 49px;
	text-decoration: none;
	color: #545557;
}

.community a:hover {
	text-decoration: underline;
}


a.downloads {
	background: url("images/btn-download.png") no-repeat 10px 50%;
	background-size: 28px auto;
}

a.repositories {
	background: url("images/btn-repository.png") no-repeat 10px 50%;
	background-size: 28px auto;
}

a.mailing-lists {
	background: url("images/btn-mail.png") no-repeat 10px 50%;
	background-size: 28px auto;
}

a.irc-chatrooms {
	background: url("images/btn-irc.png") no-repeat 10px 50%;
	background-size: 28px auto;
}


/* Project Overview */
.project-info {
	float: right;
	background: #FFF;
	padding: 10px 15px;
	border: 4px solid #ddd;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 280px;
	-moz-box-shadow: 0 0 3px 3px #CCC;
	-webkit-box-shadow: 0 0 3px 3px #CCC;
	box-shadow: 0 0 3px 3px #CCC;
}

.product-info-content {
	width: 100%;
	clear: both;
}

.project-info-content label {
	display: inline-block;
	width: 110px;
	vertical-align: top;
}

.project-info-content .field-value {
	display: inline-block;
}

.field-name-field-milestone-description {
	float:left;
	margin-right:10px;
	word-wrap: break-word;
}

.field-name-field-milestone-date {
	float:left;
}


/* Downloads */
.view-id-downloads thead th,
.dashboard-downloads thead th {
	background: #d6d6d6;
	font-size: 15px;
	padding: 2px 7px;
}

.view-id-downloads .views-field-field-download-files a:link,
.view-id-downloads .views-field-field-download-files a:visited,
.dashboard-downloads td.download-link a:visited,
.dashboard-downloads td.download-link a:link {
	color: #61aa48;
	font-weight: 700;
}

.view-id-downloads a:visited,
.view-id-downloads a:link {
	color: #30587C;
}

.view-id-downloads strong a:link,
.view-id-downloads strong a:visited {
	color: #222;
}


/* Blog */
.dashboard-blog {
	margin-bottom: 20px;
}

.dashboard-blog-image {
	float: left;
}

.dashboard-blog-content {
	padding-left: 110px;
}

.dashboard-blog-full .dashboard-blog-content {
	padding-left: 0px;
}

.dashboard-blog-content .title {
	line-height: 22px;
}

.dashboard-blog-content .title a:visited,
.dashboard-blog-content .title a:link {
	font-size: 24px;
	color: #171717;
	text-decoration: none;
}

.meta {
	color: #1a1a1a;
	font-size: 11px;
	padding-bottom: 5px;
}

.meta span span a:visited,
.meta span span a:link,
.meta span span {
	color: #686868;
	text-decoration: none;
}

.dashboard-blog-content .title a:hover,
.meta span span a:hover {
	text-decoration: underline;
}

.dashboard-blog-content .body {
	color: #222;
}

/**
 * Downloads section
 */
#views-exposed-form-downloads-page #edit-keys {
	width: 270px;
}

#main-content .feed-icon {
	margin-right: 0px !important;
	margin-top: 10px;
}


/**
 * Community Section
 */
.section-community #page-title {
	display: block !important;
}


/**
 * Events Section
 */
.section-events .block-menu-block .block-inner {
	margin-right: 30px;
}

/** end **/

@media only screen and (min-width:481px) and (max-width:768px) {
	body.subsite {
		background-position: 0 0 !important;
	}
	.community {
	  display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.dashboard-header {
		display: block;
		min-height: 0px;
		height: auto;
	}
}

@media only screen and (max-width: 480px) {
	.community,
	.circle,
	#block-otcorg-new-project-projectmaintainers,
	.project-info,
	.dashboard-blogs,
	.dashboard-downloads {
		display: none;
	}

}
