/*
Theme Name: Quilvest
Theme URI: 
Description: Quilvest Theme
Author: Vanksen
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/

* { margin: 0; padding: 0; font-family: Arial, Verdana, Sans Serif; font-size: 12px; color: #ffffff; outline: none; }

html { overflow-Y: scroll; }
body { text-align: left; background: #000000;}
img { border: 0; }
.fleft { float: left; }
.clear { clear: both; }

#main { position: relative; width: 980px; margin: auto;  padding: 0 0 30px 0; }

#header { height: 174px; }
#logo { float: left; width: 285px; height: 174px; background: url( 'images/header_logo.jpg' ) center center no-repeat; }
#logo img { display: block; }
#header_menu { float: right; background: #040306; }
#header_menu a { float: left; color: #777777; text-decoration: none; padding: 10px 15px 10px 15px; }
#header_menu a:hover { text-decoration: underline; }
#header_menu a#contact_link { color: #d9b600; }

#sidebar { 
	float: left; margin: 34px 0 0 0 ; width: 295px; background: #3a4a2b; width: 285px;
	opacity:0.95;
}
#sidebar_content { padding: 30px; }
#sidebar a { display: block; text-decoration: none; }
.sidebar_menu_item { 
	border-top: 3px solid #3a4a2b; border-bottom: 3px solid #3a4a2b;
}
.sidebar_item_border { border-top: 1px solid #b6bfc9; }
.sidebar_item_border_bottom { border-bottom: 1px solid #b6bfc9; }
.sidebar_submenu { display: none; }
.active .sidebar_submenu { display: block; }
#sidebar_content .active, .sidebar_menu_link:hover, .sidebar_menu_link:focus { 
	background: #273519;
}
#sidebar .sidebar_menu_link { 
	display: block; cursor: pointer; font-family: Georgia, Serif; font-size: 18px; padding: 3px 0 3px 10px ;
}
#sidebar .sidebar_submenu_item { padding: 0 0 7px 30px; background: url( 'images/sidebar_submenu_item_bg.jpg' ) 15px 3px no-repeat; }
#sidebar .sidebar_subsubmenu_item { padding: 0 0 7px 45px; background: url( 'images/sidebar_submenu_item_bg.jpg' ) 30px 3px no-repeat; }
#sidebar .sidebar_submenu_item:hover { text-decoration: underline; }
#sidebar .sidebar_subsubmenu_item:hover { text-decoration: underline; }
#sidebar .active_sidebar_submenu_item { background: url( 'images/sidebar_submenu_item_active_bg.jpg' ) 15px 3px no-repeat; color: #d9b600; }
#sidebar .active_sidebar_subsubmenu_item { background: url( 'images/sidebar_submenu_item_active_bg.jpg' ) 30px 3px no-repeat; color: #d9b600; }
#sidebar .active_sidebar_submenu_item:hover { text-decoration: none; }
#sidebar .active_sidebar_subsubmenu_item:hover { text-decoration: none; }

#content { 
	float: right; margin: 34px 0 0 0 ; width: 685px; background: #000000;
	opacity:0.95;
}
#content.front { float: left; margin: 34px 0 0 10px; width: 375px; background: #000000; }
#content_padding { padding: 0 30px 30px 30px; }

#front_right_part {  float: right; background: #000000; margin: 34px 0 0 0; width: 310px; position:relative;}
#front_right_part .inner { 
	padding: 30px 30px 30px 30px;
	position:absolute; top:0; left:0; /*top:50%; margin:-110px 0 0 0; */
}
#front_right_part>div>ul { border-left: 1px solid #595959; list-style-type: none; padding: 0 0 0 10px; }
#front_right_part>div>ul>li>a { text-decoration: none; line-height: 20px; color: #929292; }
#front_right_part>div>ul>li>a:hover { color: #ffffff; }
#front_right_part #img_top_menu { padding:0 0 15px 6px; height:82px; }

#breadcrumb { height: 30px; line-height: 30px; }
#breadcrumb a { font-size: 11px; color: #777777; text-decoration: none; }
#breadcrumb a:hover { text-decoration: underline; }

.title { font-family: Georgia, Serif; font-size: 30px; height: 40px; border-bottom: 1px solid #b6bfc9; margin: 0 0 10px 0; font-weight: normal; }
.subtitle { font-family: Georgia, Serif; font-size: 25px; height: 40px; margin: 0 0 20px 0; color: #d9b600; font-weight: normal; }
.content p { margin: 10px 0 15px 0; line-height: 20px; }
.content p a { color: #ffffff; }
.content h2 { font-size: 16px; font-weight: bold; }
.content ul { background: #3a4a2b; padding: 10px 30px 5px 30px; list-style-type: none; }
.content ul li { background: url( 'images/list-bullet.png' ) 0 9px no-repeat; padding: 2px 0 2px 20px; }
.content .accordion_element { border-top: 1px solid #ffffff; }
.content .accordion_element_bordered { border-bottom: 1px solid #ffffff; }
.content .accordion_title { line-height: 50px; font-family: Georgia, Helvetica, Serif; font-size: 20px; cursor: pointer; padding: 0 5px 0 5px; font-weight: normal; }
.content .accordion_title_off { background: url( 'images/accordion-bullet-off.png' ) right center no-repeat; }
.content .accordion_title_on { background: url( 'images/accordion-bullet-on.png' ) right center no-repeat; }
.content .accordion_content { border-top: 1px solid #ffffff; display: none; empty-cells: show; border-collapse: collapse; }
.content .accordion_content td { padding: 10px 0 5px 0; border-right: 1px solid #83878a; width: 309px; vertical-align: top; }
.content .accordion_content th div { border-top: 1px solid #83878a; margin: 15px 0 0 0; height: 15px; }
.content .accordion_content td div { margin: 0 10px 0 0; }

.content .accordion { border-top: 1px solid #b6bfc9; background: #111111; list-style-type: none; padding: 0 0 0 10px; }
.content .accordion.deployed > li { background: #111111 url( 'images/accordion-bullet-on.png' ) right 15px no-repeat; }
.content .accordion > li { background: #111111 url( 'images/accordion-bullet-off.png' ) right 15px no-repeat; cursor: pointer; font-size: 16px; font-weight: normal; padding: 10px 0 10px 0; }
.content .accordion > li h2{font-weight:normal;}
.content .accordion.deployed ul { display: block; }
.content .accordion ul { display: none; padding: 0; background: #111111; padding: 0 5px 10px 0; }
.content .accordion ul li { cursor: default; font-weight: normal; }

.content ul.media > ul > li { background: none; padding: 0; }
.content ul.media > ul > li span { float: left; line-height: 15px; padding: 0 0 0 10px; width: 150px; background: url( 'images/Bullet_Square01_News.gif' ) 0 3px no-repeat; }
.content ul.media > ul > li div.links { float: left; width: 440px; padding: 0; }
.content ul.media > ul > li div.links p { margin: 0; line-height: 25px; }

#strategies { background: #0d0d0d; padding: 10px 10px 5px 10px; }
.strategies_link { background: #000000; display: block; text-decoration: none; padding: 5px 5px 5px 5px; margin: 0 0 5px 0; }
.strategies_link:hover { background: #212121; }
h2.strategies_title { font: 14px Georgia, Times, Times Roman, Serif; height: 25px; }
.strategies_link p { margin: 0; padding: 0; }
.strategies_link img { float: left; margin: 0 5px 0 0; }

#footer { height: 30px; width: 100%; position: fixed; bottom: 0px; background: #040306; z-index: 9; }
#footer_content { width: 980px; margin: auto; }
#footer_menu { width: 980px; float: right; padding: 8px 0 0 0; text-align: center; }
#footer_menu, #footer_menu a { color: #777777; }
#footer_menu a { text-decoration: none; }
#footer_menu a:hover { text-decoration: underline; }

.background_pic { display: none; position: fixed; }

#history { background: #3a4a2b; width: 625px; height: 379px; }
#history_topnav { height: 90px; width: 100%; border-bottom: 1px solid #718394; text-align: center; }
#history_topnav a { font-family: Georgia; font-size: 15px; text-decoration: none;  }
#history_topnav a.active { color: #d9b600; }
#history_dates { height: 28px; line-height: 28px; }
#dates_nav { display: none; position: absolute; text-align: center; }
#history_visual { width: 625px; height: 249px; }
#history_visual_abs { width: 625px; height: 249px; overflow: hidden; position: absolute; }
#history_visual_content { position: absolute; margin: 20px 0 0 20px; }
#date_nav { border-bottom: 1px solid #ffffff; display: block; position: absolute; }
#date_nav td, #date_nav td div{ width: 625px; height: 208px; }
#history_intro { font-size: 28px; font-family: Georgia; text-decoration: none; }
.history_date { font-size: 48px; color: #d9b600; font-family: Georgia; }
.history_content { width: 595px; font-size: 16px; font-family: Georgia; }
#history_prev_next { width: 600px; height: 30px; margin: auto; }
#history_prev_next a { font-family: Georgia; font-size: 18px; color: #d9b600; text-decoration: none; }
#history_prev_next #previous { float: left; background: url( 'images/date_nav_prev.png' ) 0 10px no-repeat; padding: 0 0 0 10px; display: none; }
#history_prev_next #next { float: right; background: url( 'images/date_nav_next.png' ) right 10px no-repeat; padding: 0 10px 0 0; }

#worldmap { display: block; }
.country_overlay { position: absolute; background: #000000; width: 625px; }
.country_overlay_padder { padding: 10px 0 10px 20px; }
.country_overlay_title { height: 35px; width: 585px; border-bottom: 1px solid #ffffff; font-family: Georgia; font-size: 24px; color: #d9b600; }
.country_overlay_title img { float: right; cursor: pointer; margin: 10px 0 0 0; }
.country_overlay_offices { overflow: auto; padding: 0 15px 0 0; }
.country_overlay_offices div { padding: 5px 0 5px 0; }
.country_overlay_offices a { font-size: 14px; color: #d9b600; }

#people_sorter { position: relative; float: right; width: 240px; height: 32px; margin: -60px 0 0 0; cursor: pointer; }
#people_sorter #people_sorter_select { height: 32px;  background: #3a4a2b; }
#people_sorter #people_sorter_select span { float: left; height: 32px; line-height: 32px; text-transform: uppercase; color: #ffffff; padding: 0 0 0 10px; }
#people_sorter #people_sorter_select img { float: right; }
#people_sorter #people_sorter_items { clear: both; float: left;  background: #3a4a2b; width: 208px; display: none; }
#people_sorter #people_sorter_items a { display: block; border-top: 1px solid #808679; height: 32px; line-height: 32px; text-transform: uppercase; color: #ffffff; padding: 0 0 0 10px; text-decoration: none; }
#people_sorter #people_sorter_items a:hover { background: #808679; }

#people_title_1 { clear: both; font: 16px Georgia, Times, Times Roman, Times New Roman, Serif; font-weight: bold; color: #dbdbdb; margin-bottom: 15px; }
#people_title_2 { clear: both; font: 14px Georgia, Times, Times Roman, Times New Roman, Serif; color: #dbdbdb; margin-bottom: 10px; }
.people_list_item { float: left; width: 250px; border-bottom: 1px dotted #aaaeb3; }
.people_list_item a { display: block; border-top: 1px dotted #aaaeb3; padding: 3px 0 3px 10px; text-decoration: none; color: #dbdbdb; background: url( 'images/people_list_link_background.png' ) left center no-repeat; }
.people_list_item a:hover { color: #ffffff; }
#people_list_item_top { margin: 0 80px 25px 0; }

#people th {  width: 25%; }
#portfolio.filtered th { width: 25%; }
#funds.filtered th { width: 50%; }
#portfolio th.bullet, #funds th.bullet { width: 15px; }
#portfolio th { width: 20%; text-align: left; }
#funds th { width: 33%; }
.table_sort { width: 625px; border-collapse: collapse; margin: 0 0 10px 0; }
.table_sort tr th { text-align: left; font: 16px "Georgia", "Serif"; text-decoration: none; padding: 10px 10px 10px 10px }
.table_sort th .sort { margin: 0 0 0 5px; }
.table_sort tr td { padding: 10px 10px 10px 10px; }

.table_sort tr.line_1:hover, .table_sort tr.line_2:hover {
	background:#212121;	
}

.table_sort_title { border-top: 1px dotted #b6bfc9; border-bottom: 1px dotted #b6bfc9; padding: 5px 0 5px 0; margin: 0 0 5px 0; font-size: 16px; }

#people_detail { float: left; width: 390px; }
#people_detail p { text-align: justify; }
#people_picture { float: right; width: 220px; text-align: right; }

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
