/*
Theme Name: Voluntary Principles Theme
Author: Confluence
Author URI: http://www.confluencecorp.com
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear {
	clear: both;
}

.entry-content p {
	margin-bottom: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #004e5a;
}

	a:hover {
		color: #929292;
	}

strong {
	font-weight: bold;
}

/* Layout
======================================*/

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6em;
	color: #404040;
	background-color: #3f3f3f;
}

#page, #main, #site-navigation, #flexslider, #primary {
	width: 100%;
	display: block;
}


.menu li {
	float: left;
	line-height: 1;
}

	#secondary .menu li {
		float: none;
	}

.edit-link {
	font-size: 11px;
	margin: 10px 0;
}

#masthead, #mainmenu, #primary, #colophon, .flexslider, #flexslider .flex-direction-nav {
		width: 950px;
		margin: auto;
}

.entry-content ul li {
/*	padding-left: 10px; */
	margin-left: 30px;
	margin-bottom: 10px;
	/*background: transparent url(images/bracket-bullet.png) no-repeat 0 6px;*/
	list-style: disc;
}


/* Headers */

h1.entry-title, .page-title {
	font-size: 28px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 30px;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 21px;
	margin: 20px 0;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}


/* Breadcrumbs */

.breadcrumbs {
	margin: 0 0 20px 25px;
	color: #555;
}

.breadcrumbs a {
	color: #cc9400;
}


#site-navigation {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background: transparent url(images/menu-bg.png) repeat-x 0 0;
	overflow: hidden;
	position: absolute;
	z-index: 200;
}

#page {
	background: #fff url(images/header-bg.png) repeat-x 0 0;
	position: relative;
	width: 100%;
}

#logo {
	background: transparent url(images/globe-bg.png) no-repeat 0 0;	
	width: 550px;
	height: 95px;
	float: left;
	padding: 25px 0 0;
}

#logo a {
	display: block;
	height: 80px;
	margin-left: 25px;
	text-indent: -999px;
    width: 310px;
}

#masthead {
	height: 120px;
	position: relative;
}

#masthead hgroup {
	width: 550px;
	float: left;
	overflow: hidden;
}


/* Search Form */
	
#searchform {
	float: right;
	border-radius: 7px;
	margin: 8px 0;
	background-color: #929292;
}

	#searchform input {
		border: none;
		padding: 0;
		margin: 0;
		background-color: transparent;
	}
	
	#searchform #s {
		padding: 7px 10px;
		width: 200px;
	}
	
	#searchsubmit {
		width: 19px;
		height: 19px;
		background: transparent url(images/submit-bg.png) no-repeat 0 0;
		overflow: hidden;
		text-indent: -999px;
		margin-right: 5px !important;
	}	
	
	html.ie8 #loginform #wp-submit {
		margin: 1px 2px 0 0;
		padding: 1px 4px;
	}
	

/* Main Menu */

#mainmenu {
	overflow: hidden;
}

#menu-main-menu {
	float: left;
}

#menu-main-menu li  {
	height: 60px;
}

#menu-main-menu li:hover, #menu-main-menu li.current-menu-item {
	background: transparent url(images/nav-hover-bg.png) no-repeat center top;
}

#menu-main-menu li a {
	display: block;
	padding: 4px 20px;
	margin-top: 10px;
	color: #f4bd2a;
	border-right: 1px solid #9f9f9f;
}


/* Secondary Menu */

#secondary-menu {
	float: right;
	margin-top: 90px;
}

#secondary-menu li {
	font-size: 15px;
	font-weight: 400;
	margin-left: 30px;
}

#secondary-menu li a {
	color: #000;
}


/* Login Form */

#loginform {
	position: absolute;
	right: 0;
	padding: 10px 0;
	font-size: 11px;
	width: 500px;
}

#loginform .form-container, #loginform .title {
	float: left;
}
#loginform .login-username, #loginform .login-password {
	float: right;
}

#loginform .title {
	color: #004e5a;
	padding: 5px;
}

#loginform input {
	border: none;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#loginform .login-username input {
	
	margin: 0 5px;
	padding: 4px 5px;
	border-radius: 7px;
	background-color: #ebf4f9;
	color: #9ea4a7;
	width: 179px;
	height: 18px;
}

#loginform .login-password {
	border-radius: 7px;
	background-color: #ebf4f9;
	width: 196px;
	margin-bottom: 5px;
}

#loginform .login-password input {
	padding: 4px 5px;
	height: 18px;
	margin: 0 5px;
	color: #9ea4a7;
}

#user_pass {
	background: transparent;
	float: left;
	padding: 1px 5px;
}

#loginform #wp-submit {
	border: none;
	float: right;
	background-color: #000;
	color: #fff;
	padding: 0px 5px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 4px;
	display: inline-block;
	height: 18px;
	line-height: 18px;
cursor:pointer;
}

#loginform .login-remember label {
	font-size: 12px;
	color: #004e5a;
}

#loginform .login-remember {
	float: left;
	margin-left: 85px;

}

#loginform .forgot-password {
	float: right;
	color: #004e5a;
	font-size: 11px;
}

#loginform.loggedin {
	/*width: 200px;*/
}

#welcome {
	float: right;
	font-size: 13px;
}

#loginform .logout {
	float: right;
}

.portal-link {
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
}

	.portal-link a {
		color: #404040;
		font-weight: bold;
	}
	
	.portal-link a:hover {
		color: #ffffff;
	}


/* Sidebar */

#secondary aside {
	background-color: #95bdcf;
	padding: 5px;
}

#secondary aside .widget-title {
	font-size: 16px;
	color: #d6a112;
	padding: 10px;
	text-align: center;
	line-height: 1;
	background-color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

#secondary aside ul, #secondary aside .textwidget {
	padding: 0 10px;
}

	#secondary aside ul li {
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	#secondary aside ul li a {
		color: #3f3f3f;
		display: block;
		padding-left: 25px;
		line-height: 1.3em;
	}
	
		#secondary aside.widget_utcw a {
		color: #3f3f3f;
		padding-right: 0px;
		line-height: 1;
		font-size: 100%;
	}
	
	#secondary aside.widget_utcw .widget_tag_cloud {
			padding-left: 25px;
	}
	
		#secondary aside ul li a:hover {
			font-weight: 600;
			background: transparent url(images/sm-arrow.png) no-repeat 0 center;
		}


/* Footer */

#colophon {
	padding: 20px 0;
	overflow: hidden;
}

#footer-navigation {
	float: left;
}

#footer-navigation ul li {
	margin-right: 20px;
}

#footer-navigation ul li a {
	font-size: 13px;
	color: #fff;
}

aside#text-5 {
	float: right;
	font-size: 12px;
	color: #c1c1c1;
	width: 250px;
}

aside#text-5 .widget-title {
	display: none;
}



/* Home
======================================*/

#primary.site-content #content.home {
	width: auto;
	float: none;
	margin-left: 0;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

#content.home {
	color: #555;
	font-size: 21px;
	line-height: 1.5em;
	clear: both;
	padding: 0 30px;
	margin-bottom: 30px;
}

#flexslider, #primary {
	padding: 80px 0 40px 0;
}

#primary.directory {
	position: relative;
}
	
	body.home #main #primary {
		padding: 40px 0 80px 0;
	}
	
/* Flexslider */

#flexslider {
	background-color: #e6e6e6;
	position: relative;
	overflow: hidden;
}

#flexslider .flexslider {
	height: 300px;
	overflow: hidden;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

#flexslider .flexslider ul li {
	height: 300px;
	position: relative;
}

#flexslider ul li article.slide {
	position: absolute;
	padding: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#flexslider ul li article.slide h1 {
	float: left;
	background-color: transparent;
	padding: 20px;
	color: #FFF;
	font-weight: 300;
	font-size: 28px;
	text-transform: uppercase;
	max-width: 220px;
	line-height: 30px;
}

#flexslider ul li article.slide .entry-content {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 30px;
	float: right;
	width: 500px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 200;
}

#flexslider ul li article.slide .entry-content a {
	color: #f4bd2a;
}

#flexslider .flex-direction-nav {
	/* height: 35px; */
	position: relative;
}

#flexslider .flex-direction-nav a {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -175px;
	background: url(images/slider-arrows.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999px;
}

	#flexslider .flex-direction-nav a.flex-prev {
		left: -60px;
	}
	
		#flexslider .flex-direction-nav a.flex-next {
		right: -60px;
		background-position: -35px 0;
	}


/* Supplement Home */

#supplementary-home {
	overflow: hidden;
}

#supplementary-home .widget-area {
	width: 296px;
	float: left;
	background-color: #e6e6e6;
	min-height: 250px;
	position: relative;
}

#supplementary-home .widget-title {
	padding: 10px 0;
	background-color: #fff;
	margin: 5px;
		font-size: 18px;
	letter-spacing: 2px;
	font-weight: 300;
	text-align: center;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

#supplementary-home .textwidget p {
	margin: 20px 30px;
}

#supplementary-home .textwidget {
	font-size: 13px;
	line-height: 1.5em;
}

#supplementary-home .textwidget a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	background-image: url(images/arrow.png);
	background-position: 270px center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 5px 5px 5px 30px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#supplementary-home #first .widget-title  {
	color: #cc9400;
}

#supplementary-home #first .textwidget a {
	background-color: #cc9400;
}

#supplementary-home #second .widget-title  {
	color: #93bbce;
}

#supplementary-home #second .textwidget a {
	background-color: #93bbce;
}

	#supplementary-home #second {
		margin: 0 30px;
	}

#supplementary-home #third .widget-title  {
	color: #61a812;
}

#supplementary-home #third .textwidget a {
	background-color: #61a812;
}


/* Single
======================================*/

#primary.site-content #content {
	width: 575px;
	float: left;
	margin-left: 25px;
}

	#primary.site-content #content.full-width {
		width: 100%;
		float: none;
	}

#primary.site-content #secondary {
	width: 250px;
	float: right;
}

.body-text ol li {
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 30px;
    padding-left: 10px;
}


/* What Are the Voluntary Principles?
======================================*/

#content.principles article {
	margin-bottom: 40px;
}

.intro-text, blockquote {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5em;
}


/* Participant Directory
======================================*/

#primary.site-content #content.directory {
	width: 675px;
	float: left;
	margin-left: 25px;
}

#content.directory .page-header {
	margin-bottom: 40px;
}

#directoryTable {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	font-size: 12px;
	width: 650px;
}

#directoryTable thead {
	background: #f8b81e url(images/th-bg.jpg) repeat-x 0 0;
}

#directoryTable tr th {
	padding: 2px 20px 2px 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	cursor: pointer;
}

#directoryTable tr th.name, #directoryTable tr th.type {
	background: url(images/wh-arrow.png) no-repeat right 6px;
}

#directoryTable tr td {
	padding: 5px 8px;
	border: 1px solid #fff;
        /*max-width:115px;*/
        word-wrap: break-word;
}

#directoryTable tr td a {
	color: #3d6e84;
}

#sdir {
	overflow: hidden;
	padding-bottom: 40px;
}

#sdir input {
	float: left;
}
	
	#sdir #sd {
		margin-right: 10px;
	}

#sdir p {
	clear: both;
	font-style: italic;
	text-align: left;
	padding-top: 5px;
}

/* Post Documents
======================================*/

#content.documents .entry-content {
	padding-top: 15px;
	border-top: 1px solid #333;
}

#post-documents .form-element, #post-documents {
	margin-bottom: 15px;
}

#post-documents label {
	text-align: right;
	width: 95px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	padding: 4px 0;
}

#post-documents input, #post-documents textarea, #post-documents input[file] {
	background-color: #f2f2f2;
	border: 1px solid #929292;
	border-radius: 10px;
}

#post-documents input {
	width: 260px;
	padding: 5px 10px;
	font-size: 13px;
}

#post-documents textarea {
	width: 360px;
	padding: 10px;
	height: 60px;
}

#post-documents #submit,
#post-documents .submitbutton {
	border-radius: 0;
	background-color: #3f3f3f;
	color: #f4bd2a;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: 600;
	width: 140px;
	margin-left: 130px;
	border: none;
	letter-spacing: 1px;
	box-shadow: 2px 2px 0 0 #ccc;
	cursor:pointer;
}

#post-documents a {
	color: #cc9400;
	font-size: 12px;
	margin-left: 10px;
}


/* Search
======================================*/

#primary.site-content #content.search article {
	margin-bottom: 15px;
}

#primary.site-content #content.search article h2 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 1;
}

#primary.site-content #content.search article h2 a {
	color: #404040;
}

	#primary.site-content #content.search article h2 a:hover {
		color: #95BDCF;
	}


#post-documents select[multiple] {
width: 260px;
	background-color: #f2f2f2;
	border: 1px solid #929292;
	padding:10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

#post-documents .doctermother,
#post-documents .tagsother {
	width:200px;	
}


#primary.documents .entry-meta {
	padding-bottom: 50px;
	font-style: italic;	
}

/* Tags and Category archive 
*************************************** */
.tags header,
.archives header {
	padding-bottom:10px;	
}

.tags article,
.archives article {
	display:list-item;	
	margin-left:30px;
	font-size: 12px;
}
.tags article h1.entry-title,
.archives article h1.entry-title {
font-size: 15px;
margin-bottom: 0px;
letter-spacing: normal;
line-height: 17px;
}

.tags article .entry-content,
.tags article .entry-meta,
.archives article .entry-content,
.archives article .entry-meta {
	display:none;	
}
#secondary .tagcloud {padding:0 0 0 35px;}