/*
	lapas fons:      #f2f2f2
	pelēks:          #262626 
	oranžs:          #EC7D26
*/
body {
	background: #f2f2f2 url(img/body_bg.gif);
	font: 12px/16px Arial, Verdana, sans-serif;
	color: #262626;
}
h2 {
	color: #262626;
	font-weight: normal;
}
h3 {
	color: #414141;
}
h1 {
	color: #262626;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
}

a {
	color: #262626;
	text-decoration: none;
}
#left a:hover {
	color: #EC7D26;
}
a:active {
	color: #999;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	background: #333333 url(img/header_bg.png) no-repeat center bottom;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	clear: both;
	height: 1%;
}
#footer {
	margin: 59px 0 0 0;
	background: #262626;
}
#footer .content {
	background: transparent;
	border: none;
	text-align: center;
	color: #F2F2F2;
	padding: 10px;
}
.extra_content {
	margin-top: 10px;
}
#content_wrapper {
	overflow: hidden;
}
#content_wrapper #left {
	width: 50%;
	float: left;
}
#content_wrapper #middle {
	width: 25%;
	float: left;
/* 	font-family: "Myriad Pro" Arial, Tahoma, sans-serif; */
	margin-bottom: 50px;

}
#content_wrapper #right {
	width: 25%;
	float: left;
}

#middle .block {
	padding: 0 10px;
}
.block {
	margin: 0 0 20px 0;
}
.block h2, #left h1 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 0 14px;
	letter-spacing: -0.060em;
	margin-bottom: -4px;
	z-index: 100;
	position: relative;
	font-family: "Myriad Pro" Arial, Tahoma, sans-serif;
}
h2 {
	font-size: 18px;
}
.block .content {
	background: #fff;
	border: 1px solid #d6d6d6;
	height: 1%;
}
.block-views .view-content {
	padding: 15px 10px;
}
#left .inner_content_wrapper {
	background: #fff;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}
#left .inner_content_wrapper {
	padding: 15px 10px;
	height: 1%;
}
#middle {
	position: relative;
}
#badge {
	width: 91px;
	height: 91px;
	position: absolute;
	right: -5px;
	bottom: -45px;
	background: transparent url(img/badge.png) no-repeat top left;
}
/* ============ */
/*   IZVĒLNE   */
/* ============ */

/* noresetojam izvelnes Drupal formatejumu */
ul.menu {
	list-style: none;
	background: none;
	padding: 0;
}
ul.menu li { margin: 0; height: 1%; }
ul.menu li.leaf, ul.menu li.collapsed, ul.menu li.expanded {
	padding: 0;
	background: none !important;
	list-style: none;
	list-style-image: none;
}

/* notemojam izvelni */
.block ul.menu { padding: 10px 0; }
.block ul.menu li {
	display: block;
}
.block ul.menu li a {
	margin-left: 4px; /* lai nekustas kad active paradas borders */
	padding: 5px 5px 5px 10px;
	display: block;
	color: #999999;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
}
.block ul.menu li a.active { border-left: 4px solid #EC7D26; margin-left: 0; color: #000 }
.block ul.menu li a:hover { color: #000; }


.block ul.menu ul {
	padding: 0;
}
.block ul.menu ul a {
	font-size: 12px;
	text-transform: none;
	margin: 0px;
	background: transparent url(img/bullet_gray.png) no-repeat 24px 8px;
	padding-left: 34px;
}
.block ul.menu li ul a.active  { border-left: none; color: #999999; }
.block ul.menu li ul li a.active  { border-left: none; background-image: url(img/bullet_orange.png); color: #000  }

.contacts_leaf a {
    color: #EC7D26 !important;
}
.contacts_leaf a:hover {
    color: #000 !important;
}

/* ===================== */
/* ! TEAM MEMBER bloks   */
/* ===================== */
.team_members {
	overflow: hidden;
	text-align: left;
}
.block-views .team_members {
	padding: 15px 0px;
}
.team_members li {
	float: left;
	width: 104px;
	padding: 0px 0px 10px 9px;
	overflow: hidden;
}
.team_members img {
	display: block;
	border: 2px solid #333333;
	margin-bottom: 4px;
}
.title, .title a {
	font-size: 15px;
	text-decoration: none;
	font-family: "Myriad Pro" Arial, Tahoma, sans-serif;
	display: block;
}
.team_members em { line-height: 13px; color: #999; font-style: normal; }

.clear_float {
	clear: both;
}


.logo {
	display: block;
	width: 118px;
	height: 38px;
	background: transparent url(img/logo.png) no-repeat center center;
	text-indent: -9999px;
	padding: 20px;
	float: left;
}

#left h2 {
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

/* ======== */
/* ! TABI   */
/* ======== */

ul.tabs {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul.tabs a {
	background: none;
	border: none;
	margin: 0px;
	padding: 5px;
}

h1 ul.tabs {
	font-size: 13px;
	float: right;
}
#footer {position: relative; width: 100%;}
.shape {
	display: block;
	width: 100px;
	height: 69px;
	background: transparent url(img/shapes.png) no-repeat;
	position: absolute;
	top: -69px;
	left: 0px;
}


.views-view-grid {
	width: 100%;
}
.post_image img, .view-content img {
	border: 2px solid #333333;
}
#left .view-id-team_members td {
	text-align: center;
	padding: 10px 0;
}


.views-field-body {
	color: #414141;
}

.post_image {
	float: left;
	margin: 0 10px 0px 0;
}
.views-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	height: 1%;
}
.continue_reading {
	float: right;
	font-size: 11px;
}
.continue_reading a {
	text-decoration: none;
	color: #808080;
	padding: 8px 0 8px 10px;
}
.continue_reading a:hover {
	color: #262626;	
}
table {
	width: 100%;
	margin-bottom: 10px;
}
td, th {
	padding: 4px;
}
fieldset {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
}
fieldset legend, legend a {
	font-weight: bold;
	color: #EC7D26;
}
.form-autocomplete {
	width: 350px;
}

.description {
	color: #414141;
}

.messages {
	margin-bottom: 20px;
	background: #fefed7;
	padding: 10px !important;
	border: none !important;
}
ul.messages li {
	list-style: disc inside;
}

.form-submit {
	background: #262626;
	padding: 5px 15px;
	color: #fff;
	border-top: 1px solid #414141;
	border-left: 1px solid #414141;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.view-page-1 .views-row-hidden .post_image,
.view-page-1 .views-row-hidden .views-field-body {
	display: none;
}

.views-row-hidden h2 {
	float: left;
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
}
.pager {
	overflow: hidden;
	margin-bottom: 15px;
}
.pager_end { margin-top: 15px; }
.pager a {
    float: left;
	display: block;
	font-weight: bold;
}
.pager a.pager_right {
    float: right;
}

.meta {
	color: #ccc;
	padding: 20px 0 0 0;
	clear: both;
}

.node .field-field-photo {
	text-align: center;
}
.node .field-field-position {
	text-align: center;
	margin-bottom: 10px;
}

.node table td {
	border: 1px solid #d6d6d6;
	border-collapse: collapse;
}

#left .content ul {
	margin: 4px 0 0 0;
}
#left .content ul li {
	padding-left: 14px;
	background: url(img/bullet_gray.png) no-repeat center left;
	margin-bottom: 4px;
}




form {
	overflow: hidden;
}
form .form_left {
	float: left;
	width: 46%;
/* 	margin-right: 20px; */
}
form .form_left input {
	width: 95%;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #d6d6d6;
}
form .form_right {
	float: right;
	width: 46%;
}
form .form_right textarea {
	width: 91%;
	height: 137px;
	padding: 5px;
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	font: inherit;
	line-height: 1.2em;
}

label {
	color: #414141;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.message {
	padding: 10px;
	margin: 20px 0;
	background: #fefed7;
}

.content_active {
/* 	border: 2px dotted #ccc; */
	position: relative;
}

a.content_edit_link {
	display: none;
	background: #ccc url(/admin/theme/icons/page_white_edit.png) no-repeat center center;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	padding: 4px;
	color: #fff !important;
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	top: 0px; right: 0px;
}
.content_active .content_edit_link {
	display: block;
}

fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	background: #ececec;
	margin-bottom: 20px;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

.content_field {
	height: 100px;

}
input, textarea, select {
	font: inherit;
	display: block;
	margin: 0 0 10px 0;
}

textarea {
	width: 100%;
	line-height: 1.4em;
}

.required {
	color: red;
}

.content_placeholder {
	background: #fefed7;
	padding: 10px;
	display: block;
	border: 2px dashed #ccc;
	margin-bottom: 10px;
}
.errors {
	margin:0 0 15px;
}
.errors li {
	background: #fefed7;
	padding: 10px 20px;
	margin-bottom: 5px;
}

#languages {
	list-style: none;
	float: right;
}
#languages li {
	display: block;
	float: left;
}
#languages li a {
	display: block;
	background: #3e4145;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	margin: 0 0 5px 0;
}
#languages li.active a {
	background: #666;
}

.inner_content_wrapper ul {
	margin-bottom: 8px;
}

.inner_content_wrapper li {
/* 	list-style: circle inside; */
	margin: 4px 0;
	display: block;
	padding: 0 0 0 30px;
	background: transparent url(img/bullet_gray.png) no-repeat 15px 8px;
	overflow: hidden;
}
.inner_content_wrapper p {
	margin-bottom: 8px;
}
.inner_content_wrapper img {
	border: 2px solid #333333 !important;
}
.staff_profile {
	float: left;
	width: 200px;
	margin: 0 14px 10px 0;
}
.staff_profile img {
	border: 2px solid #333333;
}
.staff_profile em {
	display: block;
	text-align: center;
}
.bio {
}


/*
#menu-id-58 a {
	color: #EC7D26;
}
*/

#wrapper .noborder { border: none !important; }
