/********************************************************/
/* ---------------------------------------------------- */
/* CSS RESET
/* ---------------------------------------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite,
em, img, small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color: #5aa0be;
	text-decoration: none;
}
a:hover { color: #cf0000 !important; cursor: pointer; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.left { float: left; display: inline; }
.right { float: right; display: inline; }
/********************************************************/
/* ---------------------------------------------------- */
/* GLAHO FONT CSS3
/* -------------------------------------------------- */
@font-face {
  font-family: 'BPG Glaho';
  src: url('http://diaspora.gov.ge/new/bpg_glaho.ttf');
}
/* ---------------------------------------------------- */
/* GENERAL
/* -------------------------------------------------- */
body {
    background: #fff url("../imgs/bg.png") repeat-x 0 0;	
	line-height: 14px;
	color: #6b6b6b;
	font-family: Sylfaen, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#admin_menu {
	width: 98%;
	padding: 3px 1%;
	position: absolute; 
	left: 0; top: 0;
	overflow: hidden;
	z-index: 7;
	color: #777;
	background-color: #333; /*#ddd;*/
}
#admin_menu a { color: #ddd; /*#333;*/ }
#admin_menu div+div { font-size: 10px; }

div.ppt { display: none !important; }
/* ------------------------------------------- */
/* HEADER
/* ----------------------------------------- */
#header {
    height: 189px;
    background: transparent url("../imgs/header-bg.jpg") no-repeat center top;
}
#logo-and-options {
    width: 990px;
    height: 148px;
    margin: 0 auto;
	position: relative;
}
.logo {
    width: 601px;
    height: 116px;
    /*padding-left: 168px;*/
    float: left;
    margin-top: 31px;
}
.logo a {
    display: block;
    height: 100%;
    text-indent: -999em;
}
/* --------------------------------- */
/* OPTIONS MENU
/* ------------------------------- */
.options-menu {
    float: right;
    margin-top: 13px;
}
.options-menu li {
    height: 18px;
    float: left; display: inline;
    margin-left: 10px;
    padding: 2px 5px 0 5px;
    background: transparent url("../imgs/block-gradient.png") repeat-x 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.options-menu li a {
    color: #a9a9a9;
    text-transform:uppercase;
}
.options-menu img { vertical-align: middle; }

/*.options-menu li.change-lang { display: none; }*/

/* --------------------------------- */
/* NAVIGATION AND SEARCH
/* ------------------------------- */
.nav-and-search {
    width: 990px;
    height: 41px;
    margin: 0 auto;
    /*overflow: hidden;*/
	z-index: 777;
}
/* ------------------- */
/* NAV MENU 
/* ----------------- */
ul#nav {
    height: 41px;
    float:left;
	position: relative;
	z-index: 777;
}
ul#nav li {
    background:transparent url(../imgs/nav-menu-border.gif) no-repeat 0 53%;
    float:left;
    height:41px;
    line-height:41px;
    text-transform:uppercase;
    padding: 3px 7px 0 8px;
	position: relative;
}
.cufon-ready ul#nav li { 
	padding-top: 0; 
}
ul#nav li:first-child {
    background: none;
    padding-left: 0;
}
ul#nav li a {
    font-size:13px;
    color: #333;
}
ul#nav li.active a {
    color:#cf0000;
}
/* Second Level */
ul#nav li ul {
	width: 200px;
	background-color: #e7e7e7;
	padding: 0 8px 0 20px;
	position: absolute;
	top: 41px; left: 0;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
	z-index: 777;
}
ul#nav li:hover ul, ul#nav li.hover ul {
	display: block;
}
ul#nav li li { 
	float: none;
	width: 100%;
	padding: 6px 0 6px 0 !important;
	height: auto;
	/*height: 26px;*/
	line-height: 16px; 
	background-image: none;
	border-bottom: 1px solid #ccc;
	list-style: disc;
}
ul#nav li li:last-child { border-bottom: none; }
/*Third Level*/
ul#nav li li ul { display: none; left: -999em; }
/* ------------------- */
/* SEARCH
/* ----------------- */
#searchform {
    height:25px;
    padding: 10px 0 6px 0;
    float:right;
    position:relative;
}
#searchform fieldset {
    display:inline;
}
#searchform .eng-geo {
    display:none;
}
#searchform .search-field {
    width:218px;
    height:21px;
    background:transparent url(../imgs/search-bg.png) no-repeat 0 0;
    border: 0;
    float:right;
    font-size:12px;
    padding: 3px 3px 1px 3px;
    color: #999;
}
#searchform .submit {
    width:26px;
    height:26px;
    float: right;
    margin-left: 2px;
    background: transparent url(../imgs/search-button.png) no-repeat 0 0; 
    border: none;
    cursor:pointer;
}
/* ------------------------------------------- */
/* MAIN AREA
/* ----------------------------------------- */
#main-area {
    width: 990px;
    margin: 0 auto;
    padding: 12px 0 20px 0;
}
#content {
    width: 678px;
    float: left;
    font-size: 11px;
    line-height: 17px;
}
/* ------------------- */
/* BREADCRUMS
/* ----------------- */
#nav_root {
	height:20px;
	margin-bottom: 8px;
	font-size: 12px;
	border: 1px solid #e3e3e3;
	border-radius : 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav_root li {
	float:left;
	margin-left:5px;
	list-style:none;
}
/* ------------------- */
/* SUPER NEWS
/* ----------------- */
.super-news-container { overflow: hidden; }
.super-news {
    width: 336px;
    color: #6b6b6b;
    background: url("../imgs/super-news-bg.jpg") no-repeat right bottom;
    margin-bottom: 8px;
}
.super-news .head {
    height: 37px;
    line-height: 37px;
    padding-left: 8px;
    background: url("../imgs/super-news-head.png") no-repeat 0 0;
}
.super-news .cont {
    padding: 8px;
    line-height: 17px;
    border: 1px solid #e3e3e3;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.super-news .cont img {
    float: left;
    margin: 0 8px 0 0;
}
.super-news .date {
    margin-top: 8px;
}
/* ------------------- */
/* MINISTER
/* ----------------- */
#minister-block { overflow: hidden; }

ul.minister-links {
	float: left;
	width: 122px;
	padding-left: 20px;
} 
ul.minister-links li {
	height: 20px;
	padding: 0 7px;
	margin-bottom: 10px;
	background: url('../imgs/minister-link-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	text-align: center;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
ul.minister-links li a {
	color: #6b6b6b;
	font-size: 13px;
}
/* ------------------- */
/* NEWS page type
/* ----------------- */
.news-block {
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.news-block img {
    float: left;
    margin: 0 8px 0 0;
}
.news-block h2 {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 4px;
	text-align:left;
}
.news-block h2 img { display: inline; float: none; }
.news-block .cont {
    padding-bottom: 6px;
    margin-bottom: 2px;
	text-align:left!important;
}
.border-holder {
	height: 1px;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #f1f1f1;
}
.news-block .date { float: left; color: #333; }
.news-block .readmore { float: right; }

.countThem {
	color: #42423d;	
	float: left;
}
.pager {
	float: right;
}
.pager a, .pager span {
	float: left; 
	height: 19px;
	padding: 0 8px;
	background-color: #eee;
	border: 1px solid #bbb;
	margin-left: 3px;
}
.pager a { color: #0b79a3; }
.pager span { float: left; }
/* ------------------- */
/* TXT page type
/* ----------------- */
.page_text {
	border: 1px solid #e3e3e3;
	border-radius: 6px;	
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px;	
	padding: 12px;
	overflow: hidden;
	font-size: 12px;
}
.page_text h1 { margin-bottom: 10px; }

.page_text p {
	margin-bottom: 10px;
}
.page_text br {
	display: block; 
	height: 10px; 
}
/* ------------------- */
/* SEARCH page type
/* ----------------- */
.search_result {
	margin: 10px 0;
	text-align: center;
}
/* ------------------- */
/* SITEMAP page type
/* ----------------- */
#sitemap {
	font-size: 13px;
	padding-left: 30px;
	color: #c3c3c3;
}
#sitemap li {
	padding: 2px 0;
}
.site_map_level_0 {
	font-weight: bold;
	list-style: circle;
}
.site_map_level_1 {
	list-style: disc;
	margin-left: 20px;
}
.site_map_level_2 {
	list-style: square;
	margin-left: 40px;
}
/* ------------------- */
/* FEEDBACK page type
/* ----------------- */
div.contact-form {
	border-top: 1px dashed #ccc;
	margin: 0 20px;
	padding-top: 20px;	
}
#fdb-form {
	margin: 0 170px 0 30px;
}
#fdb-form input, #fdb-form textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#fdb-form input {
	height: 18px;
	padding: 4px 0;
	width: 300px;
}
#fdb-form select {
 	width: 302px;
}
#fdb-form textarea {
 	width: 400px;
 	position: absolute;
	right: -100px; top: 0px;
}
.fdb_fields, .fdb_listbox {
	margin: 5px;
}
.fdb_fields:after, .fdb_listbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.fdb_titles {
	float: left;
	font-size: 12px;
}
.fdb_inps {
	float: right;
	position: relative;
}
.fdb_send {
	margin-left: 130px;
	margin-top: 200px;
}
#fdb-form .fdb_send input {
	width: auto;
	height: auto;
	padding: 0 2px;
	background-color: f0f0f0;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #555;
	padding-bottom: 2px;
	cursor: pointer;
}
/* ------------------- */
/* SUB MENU 
/* page type
/* ----------------- */
#submenu {
	position: relative;
	left: 10px;
}

#submenu li {
	width: 47%;
	height: 60px;
	line-height: 60px;
	float: left; display: inline;
	margin: 10px 16px 6px 0;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
}
/*
#submenu li a, .sub-menu, #content .gallery-element h3 a { color: #555; font-size: 16px; }

#submenu li a:hover, #content .gallery-element h3 a:hover { color: #CA0002; text-decoration: none; }
*/
/* ------------------- */
/* COUNTRY MANAGEMENT 
/* page type
/* ----------------- */
.diaspora-chooser-block {
	height:120px;
	margin: 0 10px 20px 30px; 
	background: url(../imgs/world_map.jpg) no-repeat left;	
	text-align: right;
	overflow: hidden;
}
.diaspora-chooser-block form {
	margin: 20px 0 30px 0;
}
.country-title {
	font-size:24px;
	color:#CD1D3D;
	font-weight:bold;
	text-align:right;
}
/* ------------------- */
/* GALLERY page type
/* ------------------- */
.album-list {
	overflow: hidden;
	margin: 0 5px;
}
.the-album {
	float: left;
	width: 315px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	padding: 15px 5px;
	margin: 18px 0 0 0;
	background-color: #f9f9f9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.the-album .head { 
	text-align: center;
}

.the-album .head h3 {
	font-size: 14px;
	margin-top: 3px;
}
.the-album .head p {
	font-size: 12px;
}
.the-album .image {
	float: left;
	border: none;
	margin: 0;
	padding: 10px 0 0 65px;
}
.the-album .image a {
	float: left;
	display:block;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.the-album .image a:hover {
	background-color: #5AA0BE;
}
.the-album .image img { float: left; }
/*----------------*/
.the-album-title {
	text-align: center;
	font-size: 20px;
	margin: 16px 0 18px 0;
}
.image-list {
	overflow: hidden;
	padding-left: 6px;
}
.the-image {
	float: left;
}
.the-image a {
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	background-image: #eee; 
	margin: 0 12px 20px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.the-image a:hover {
	background-color: #5AA0BE;
}
.the-image img {
	float: left;
}
/* ------------------------------------------- */
/* SIDEBAR
/* ----------------------------------------- */
#sidebar {
    width: 300px;
    float: right;
}
/* ------------------- */
/* ANNO
/* ----------------- */
.anno {
    width: 300px;
    background: transparent url("../imgs/anno-bg.jpg") no-repeat 0 0;
    overflow: hidden;
}
.anno div {
    width: 237px;
    padding: 10px;
    margin: 21px auto 7px auto;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.anno ul li {
    margin: 10px 0 0 14px;
    color: #77b1ca;
    list-style: disc;
}
.anno p {
    text-align: right;
    padding-right: 25px;
    font-size: 13px;
    margin-bottom: 25px;
}
/* ------------------- */
/* CALENDAR
/* ----------------- */
.calendar-box {
    width: 300px;
    height: 274px;
    background: transparent url("../imgs/calendar-bg.jpg") no-repeat 0 0;
	margin-bottom: 15px;
	overflow: hidden;
}
.calendar-wrapper {
	width: 232px;
	padding: 10px;
	margin:  23px auto 7px auto;
	background-color: #d9d9d9;
	border: 1px solid #fff;
	border-top-width: 2px;
	height: 197px;
	border-collapse: collapse;
}

.calendar_middle {
	font-size: 18px;
	color: #494949;
	text-align: left;
	border: none;
	padding-bottom: 6px;
}
table.calendar {border-collapse: collapse; }
table.calendar thead td {
	text-align: center;
	padding-bottom: 4px;
}
table.calendar tbody td {	
	width: 34px;
	height: 26px;
	border: 1px solid #cdcfcf;
	text-align: center;
	background-color: #fff;
	font-size: 13px;
	vertical-align: middle;
}
table.calendar tbody td.calendar_days_link {
	background-color: #eee;
}
table.calendar tbody td.calendar_days_today {
	border: 2px solid #4292b5; 
}
.calendar_forms {
	width: 254px;
	margin: auto;
}
.calendar_forms select {
	font-size:11px;
	height: 19px;
}
.calendar_forms .month {
	width:162px;
}
.calendar_forms select.year {
	width:60px;
}
.calendar_forms .calendar_select {
	display:inline;
	float:left;
	height:21px;
}
.calendar_forms .calendar_button {
	display:inline;
	float:right;
	height:20px;
	padding-bottom:2px;
}
.calendar_forms input[type="submit"] {
	width:24px;
	height:18px;
	background: #d9d9d9 url(../imgs/cal-arrow.gif) no-repeat scroll center center;
	border: 1px solid #acb2b8;
	
}

/* ------------------------------------------- */
/* FOOTER
/* ----------------------------------------- */
#footer {
    background: url("../imgs/foot-bg.png") repeat-x 0 0;
    overflow: hidden;
}
#footer div {
    height: 118px;
    background: url("../imgs/footer-bg.jpg") no-repeat center top;
}
#footer div p {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    padding-top: 33px;
}
#footer div p .copyright {
    float: left;
    text-align: left;
}
#footer div p .itdc {
    float: right;
    text-align: right;
}
#footer div p .itdc a {
	color: #fff;
	font-weight: bold;
}
#footer div p .itdc a:hover {
	text-decoration: underline;
	color: #fff !important;
} 


/*

#nav>li>a, h1, h2, h3, .calendar_middle, .the-album-title {
  font-family: 'BPG Glaho', Sylfaen;
}

*/

/* ------------------------------------------- */
/* LINKS STYLE
/* ----------------------------------------- */

.link_cats { margin-left:20px;}

.cascade_text span ul li {
	list-style:disc;
	margin-left:20px;
}

.soc{
	margin-bottom:10px;
}

.soc a {
	margin-right:7px;
}

#socs{
	background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 216px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.base_title { 
/*
	border: 1px solid #990000;
    color: #6B6B6B;
    display: block;
    line-height: 18px;
    margin-bottom: 11px;
    padding: 10px; 
	border-radius:6px;
	font-family:Sylfaen;
*/
	margin-left:-5px;
	display:block;}
.base_title:hover { color:#6B6B6B !important; }
