/* @override 
	http://dev.worldwithoutwalls.net/assets/css/style2.css */

/*** STYLE 2 ***/

.user-cp {
	float: right;
	text-align: right;
	margin-top: 6px;
}

.user-cp h3 {
	margin: 0px;
	padding: 0px;
}
.user-cp h3 a {
	display:block;
	text-decoration: none;
	color: #989898;
	font-size: 18px;
	margin-top: -10px;
}

.user-cp a:hover {
	color: #eb770d;
}

#page-container-1 {
	padding-top: 50px;
	width: 940px;
	height: auto;
}

.page-col-600 {
	width: 600px;
	height: auto;
}

.page-col-280 {
	width: 280px;
	height: auto;
}

.page-col-540 {
	width: 540px;
	height: auto;
}

.page-col-340 {
	width: 340px;
	height: auto;
}

.page-col-half {
	width: 440px;
	height: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

ol.numbered {
	margin-top: 10px;
	margin-left: 20px;
	list-style: decimal;
	list-style-position: inherit;
}

ol.numbered li {
	padding-bottom: 10px;
}

/*********** TEXT/HEADER FORMATTING *************/

.home {
	font-size: 16px;
}

h3 a.current-txt {
	color: #EB770D;
}

#page-container-1 h1 {
	color: #EB770D;
	font-family: "trajan-pro", Georgia, serif;
	font-size: 36px;
	line-height:36px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 30px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

#page-container-1 h1 span {
	display: block;
	margin-left: 3px;
	font-size: 16px;
	color: #7d7d7d;
}

#page-container-1 h2 {
	font-family: "museo-sans-rounded", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	font-size: 24px;
	text-transform: lowercase;
	margin-top:30px;
}

#page-container-1 article h1 {
	margin: 5px 0 5px 0;
	color: #5f5f5f;
	font: 300 24px "museo-sans-rounded", Arial, Helvetica, Geneva, sans-serif;
}

#page-container-1 article h1 span {
	color: #9f9f9f;
	margin: 0px;
}


#page-container-1 article h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #5d5d5d;
	font: 100 13px "museo-sans-rounded", Arial, Helvetica, Geneva, sans-serif;
}

#page-container-1 h3, #page-container-1 h3 a  {
	font-family: "museo-sans-rounded", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	font-size: 13px;
	color: #eb770d;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


#page-container-1 p {
	font-family: "museo-sans-rounded", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #868686;
	margin-bottom: 9px;
	margin-right: 10px;
}
	
/*********** FEATURED PROJECTS *************/

.featured {
	display: inline-block;
	margin-top: 15px;
	background-color: #F4F4F4;
}

.featured .img {
	display: block;
	margin: 7px;
	float: left;
	border: 3px solid #ffffff;
	width: 160px;
	height: 160px;
}

.featured .text {
	display: inline-block;
	float: left;
	margin-left: 0px;
	padding: 5px;
	width: 410px;
}

.featured .text h1 a {
	color: #363636;
	text-decoration: none;
	font-weight: 300;
}

/*********** PROJECT SEARCH *************/

input.project-search {
	height: 34px;
	width: 230px;
	background-color: #999999;
	color: #fff;
	border: none;
	padding-left: 10px;
	display:inline;
	float: left;
}

input#project-search-submit {
	background-image: url(../images/search-over.gif);
	border: none;
	display:inline;
	float: left;
	height: 34px;
}

input#project-search-submit:hover {
	background-position-y: 34px;
	border: none;
	decoration: none;
}

/*********** PROJECT BROWSE *************/

ul.project-browse {
	list-style: square;
	position: relative;
	left: 20px;
	color: #999999;
}

ul.project-browse li a {
	font-size: 16px;
	text-decoration: none;
	color: #eb770d;
	text-transform: uppercase;
}

/*********** LOGIN/REG FORMS *************/

input.user-field {
	display: block;
	height: 34px;
	width: 300px;
	background-color: #999999;
	color: #f2f1f1;
	border: none;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}

button.user-submit {
	display: block;
	background-color: #4e4e4e;
	color: #ffffff;
	border: none;
	padding: 10px 16px;
	margin: 20px 0px 40px 0px;
	font-size: 12px;
}

button.user-submit:hover {
	background-color: #eb770d;
}

label.overlabel {
	color: #e0e0e0;
	font-size: 16px;
	padding:7px 0 0 10px;
	position:absolute;	
	z-index:1;
}




/*********** CP - PROJECTS *************/

a.organisation {
	background-color: #515151;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	margin: 10px 20px 10px 0px;
	padding: 10px 20px;
	display: inline-block;
}

a.organisation:hover {
	background-color: #eb770d;
}

p strong {
	font-weight: bold;
	font-size: 12px;
}

article.organisation {
	padding: 10px;
	display: block;
	margin-top: 15px;
	background-color: #F4F4F4;
}

.organisation h1 {
	display: inline-block;
}

.organisation table {
	display: block;
}

.organisation table .title {
	text-align: left;
	font-size: 20px;
	padding: 4px;
	margin: 0px;
	width: 330px;
}


.organisation table .link {
	text-align: left;
	padding-top: 7px;
	color: #676767;
	font-weight: bold;
	word-spacing: 4px;

}

.organisation table .status {
	text-align: left;
	width: 90px;
	padding-top: 7px;
	font-weight:bold;
	color: #676767;
}

.organisation table a {
	color: #eb770d;
	font-weight: bold;

}

.organisation table th {
	padding-bottom: 10px;
}

.organisation form#publishForm {

}

.organisation select.status-menu {
	width: 85px;
}

a.add-project {
	display: inline-block;
	margin: 5px 0px 20px 15px;
	color: #eb770d;
	font-size: 14px;
	font-weight: 400;
}

span.open {
	color: #34a23c;
}

.organisation hr {
	margin-bottom: 10px;
	border: 1px solid #d3d3d3;
}


/*********** CP - PROFILE *************/

table.profile td {
	vertical-align: baseline;
	font-size: 18px;
	padding-bottom: 10px;
	width: 70px;
	color: #8f8f8f;
}

table.profile td.variable {
	color: #3b3b3b;
}




/*********** CREATE FORM *************/

section.create {
	width: 420px;
	display: inline-block;
	background-color: #ebebeb;
	padding: 10px;
	margin-bottom: 20px;
	height: auto;
	padding-bottom: 20px;
}

section.create h6 {
	line-height: inherit;
	font-weight: 100;
	font-size: 24px;
	margin: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #eb770d;
}

span.required {
	color: #ff1111;
}

section.create p span {
	font-weight: 600;
	color: #eb770d;
}

section.create label {
	font-size: 16px;
	height: auto;
	margin-bottom: 6px;
	margin-top: 8px;
}

section.create textarea {
	border: none;
	width: 409px;
	margin-bottom: 10px;
	padding: 5px;
}

section.create input {
	width: 300px;
	border: none;
	font-size: 14px;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

section.create input.radio {
	width: 20px;
	height: 12px;
	margin-bottom: 10px;
	vertical-align: baseline;
}

section.create input.checkbox {
	width: 20px;
	height: 14px;
	margin-bottom: 10px;
}

section.create .half-col-div {
	width:200px;
	float: left;
	display: block;
	vertical-align: middle;
}

.safecracker_file_input input {
	font-weight: 100;
	padding-top: 5px;
}

input.create-button {
	display: inline-block;
	width: 100px;
	float: right;
	background-color: #4e4e4e;
	color: #ffffff;
	border: none;
	padding: 10px 16px;
	margin: 0px 0px 40px 20px;
	font-size: 12px;
	text-transform: capitalize;
}

.create-button:hover {
	background-color: #eb770d;
}

section.create input.other {
	width: 100px;
	margin-left: 5px;
	display: inline;
}

.create .half-col-div label {
	display: inline;
}




/****** PROJECT PAGE ******/

#page-container-1 p.organisation-header {
	font-size: 18px;
	margin:0px;
	color: #eb770d;
	margin-bottom: 20px;
}

#page-container-1 p.organisation-header span a {
	text-decoration: none;
	margin-left: 10px;
	padding: 2px 6px;
	background-color: #f0f0f0;
	color: #959595;
}

.project-img {
	background-color: #eaeaea;
	padding: 8px;
}

.project-img img {
	border: 2px solid #fff;
}

#page-container-1 p.project-link {
	margin-bottom: 12px;
}

#page-container-1 p.project-link a {
	font-size: 14px;
}

#page-container-1 p.project-link a:hover {
	color: #eb770d;
}

table.project-data .col1 {
	width: 100px;
	font-weight: 300;
	color: #949494;
}

table.project-data td {
	padding-top: 3px;
	padding-bottom: 3px;
}
	
table.project-data .col2 {

}




/****** HTML5 SLIDER ******/

table.activity {
	width: 100%;
	text-align: center;
}

input#partnership_activity {
	margin-left: 35px;
	width:340px;
}




/****** FAQ ******/

#faq h4 {
	margin-top: 20px;
	font-size: 18px;
	color: #474747;
}




/****** PARTNERSHIPS MINI LISTING ******/

#mini-listings .organisation th.link {
	padding: 0px;
	vertical-align: middle;
}

#mini-listings .organisation th.title {
	font-size: 12px;
	padding: 0px;
	vertical-align: middle;
}

#mini-listings .organisation td.title {
	font-size: 14px;
	padding: 0px;
	vertical-align: middle;
}

#mini-listings .organisation td.link {
	vertical-align: middle;
	padding: 0px;
	font-weight: normal;
}

#mini-listings .organisation th.link a, #mini-listings .organisation td.link a {
	vertical-align: middle;
	padding: 0px;
	font-weight: normal;
}

#mini-listings a.add-project {
	margin-bottom: 1px;
}

#mini-listings .organisation td.no-projects {

	font-size: 12px;
}

/****** Search results *********/

.search-result h1 {
	display: inline;
}

.search-result h1 a {
	color: #337ae2;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

.search-result .result-url a {
	color: #d86024;
	text-decoration: none;
	font-size: 1.2em;
}




/*** END CSS ***/

