/*   
Theme Name: The BBA Theme
Theme URI: http://thematictheme.com/
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/1c-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { 
    color: #FFF !important;
    font-family: 'helvetica_condensedbold';
    font-style: normal;
    font-size: 22px;
    line-height: 20px;
    margin: 19px 15px;
}

/************************
 *  Font Fact
 ************************/

@font-face {
    font-family: 'helvetica_condensedbold';
    src: url('./fonts/helvetica-condensed-bold-webfont.eot');
    src: url('./fonts/helvetica-condensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/helvetica-condensed-bold-webfont.woff') format('woff'),
         url('./fonts/helvetica-condensed-bold-webfont.ttf') format('truetype'),
         url('./fonts/helvetica-condensed-bold-webfont.svg#helvetica_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/************************
*   Shard Css all site
************************/
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.row {
    width: 940px;
    clear: both;
    margin: 0 auto;
}
.one-75-columns {
    float: left;
    margin-right: 20px;
    width: 120px;
}
.two-columns {
    float: left;
    margin-right: 20px;
    width: 140px;
}
.two-25-columns {
    float: left;
    margin-right: 20px;
    width: 160px;
}
.two-50-columns {
    float: left;
    margin-right: 20px;
    width: 180px;
}
.three-columns {
    float: left;
    margin-right: 20px;
    width: 220px;
}
.three-50-columns {
    float: left;
    margin-right: 10px;
    width: 260px;
    margin-left: 10px;
}
.four-columns {
    float: left;
    margin-right: 20px;
    width: 300px;
}
.four-50-columns {
    float: left;
    margin-right: 20px;
    width: 340px;
}
.five-columns {
    float: left;
    margin-right: 20px;
    width: 380px;
}
.seven-50-columns {
    float: left;
    margin-right: 20px;
    width: 590px;
}
.ten-columns {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    width: 760px;
}
.end {
    margin-right:0px;
}

a:visited,
a:active,
a:link {
    color: #6394BD;
}

a:hover {
    color: #004B91;
}

.title-faq {
    cursor: pointer;
}

/***********'*********
*    HEADER
*********************/

body {
    min-width:940px;
    background: #2A71BF;
}

body, input, textarea {
    font: 12px Arial;
    color: #4D4D4D;
}

#header {
    z-index: 2;
    background: #2A71BF;
}

#main {
    clear: both;
    padding: 0;
    width: inherit;
    background: #EBEBEB;
}

#main #container {
    width: 940px;
    float: none;
    background: #FFF;
    margin: 0 auto;
    padding-top: 10px;
}

#branding {
    padding: 5px 0 10px 0;
}
#ul-top-menu {
    list-style-type: none;
    width: 182px;
    margin-top: 37px;
}
#ul-top-menu li {
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
    color: #E1E9FC;
}
#ul-top-menu li+li+li {
    color: #2A71BF;
}
#ul-top-menu li a {
    font-family: 'helvetica_condensedbold';
    color: #E1E9FC;
    font-size: 14px;
    font-weight: normal;
    padding-right: 7px;
}
#ul-top-menu li a:hover {
    color: #fff;
}

#searchform {
    margin-top: 45px;
}

#searchform #s {
    font-family: 'helvetica_condensedbold';
    font-size: 13px;
    color: #9BBDE4;
    border: none;
    padding: 5px 26px 5px 5px;
    text-align: right;
    width: 124px;
    -webkit-box-shadow: inset 3px 4px 6px 0px rgba(41, 39, 39, 0.44);
    box-shadow: inset 3px 4px 6px 0px rgba(41, 39, 39, 0.44);
    -moz-box-shadow:inset 3px 4px 6px 0px rgba(41, 39, 39, 0.44);
    background: white url('./images/icon-search.png') 135px 6px no-repeat;
}

/********************
*   div id="access"
*******************/
#access {
    border-bottom: 0px;
    height: inherit;
}

#container-slide {
    background: #2A71BF;
    border-bottom: 2px solid white;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
}

#container-slide .row {
    position: relative;
}

.SliderName_2Description h1 {
    font-family: 'helvetica_condensedbold';
    color: white;
    font-size: 16px;
    margin: 2px 0 10px;
    line-height: 16px;
}

.SliderName_2Description a:visited,
.SliderName_2Description a:active,
.SliderName_2Description a:link {
    color: #fff;
    text-decoration: underline;
}

.SliderName_2Description a:hover {
    color: #80BDFA;
}

#container-main-menu {
    width: 940px;
    margin: 0 auto;
}
/* Menu Level 1*/
#ul-main-menu {
    float: left;
    line-height: 1.0;
    margin: 0;
    margin-left: 1px;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-box-shadow:  0px 2px 14px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 2px 14px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.4);
    behavior: url('PIE.htc');
}
#ul-main-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ul-main-menu > li {
    background: #4D97DB;
    float: left;
    position: static;
    display: inline-block;
    width: 134px;
    font-size: 11px;

}
#ul-main-menu > li:hover {
    margin-left: -1px; 
    width: 135px;  
}
#ul-main-menu li:hover > ul.sub-menu {
    display: block;
}
#ul-main-menu > li:hover {
    background: #EBF9FA;
}
#ul-main-menu > li:hover a {
    color: #4D97DB;
}
#ul-main-menu > li > a {
    font-family: 'helvetica_condensedbold';
    color: #FFF;
    border-right: 1px #E3F8FA solid;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 10px 0 10px -1px;
    height: 19px;
    text-align: center;
}
#ul-main-menu > li+li+li+li+li+li+li > a {
    border-right: none;
}
/* Menu Level 2*/
#ul-main-menu > li > ul.sub-menu {
    display: none;
    position: absolute;
    background: #FFF;
    padding: 5px 5px 5px 20px;
}
#ul-main-menu > li > ul.sub-menu > li {
    background: #fff;
    float: left;
    position: relative;
    padding-right: 15px;
    /*max-width: 122px;*/
}
#ul-main-menu > li > ul.sub-menu > li > a {
    font-family: 'helvetica_condensedbold';
    color: #2A71BF;
    font-size: 12px;
    border: 0;
    padding: 9px 3px;
    text-decoration: none;
    margin-left: -1px;
    display: block;
    position: relative;
}
#ul-main-menu > li > ul.sub-menu > li > a:hover {
    color: #B30F18;
}

/* Menu Level 3*/
#ul-main-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    float: none;
}
#ul-main-menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child {
    border-top: 1px solid #9BBDE4;
}
#ul-main-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    background: #fff;
    display: block;
    float: none;
}
#ul-main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    font-family: 'helvetica_condensedbold';
    font-size: 13px;
    border: 0;
    color: #9BBDE4;
    padding: 6px 3px 6px 11px;
    text-decoration: none;
    margin-left: -1px;
    display: block;
    position: relative;
}
#ul-main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    color: #B30F18;
}

#about-cycle-lite_container {
    border: 1px solid white;
    margin-left: 1px;
}


/********************
*   div id="content"
*******************/
#content {
    width: 940px;
    overflow: hidden;
    margin: 0;
}

.titleCate {
    font-family: 'Arial';
    color: #446F93;
    font-weight: bold;
    font-size: 12px;
}

.fd-box {
    margin: 4px 0px 5px 29px;
    list-style-type: square;
    color: #999;
}

.fd-box li {
    border-bottom: 1px dashed #666;
    padding-bottom: 7px;
    padding-top: 5px;
}

.fd-box li:last-child {
    border-bottom: none;
}
.fd-box li+li+li+li {
    border-bottom: none;
}

.fd-box li p {
    margin-bottom: 2px;
}

.fd-box .fd-title {
    font-family: 'Arial';
    color: #6394BD;
    font-size: 11px;
    font-weight: bold;
}

.fd-box .fd-content {
    font-family: Arial;
    color: #4D4D4D;
    font-size: 11px;
    text-decoration: none;
}

.fd-box .fd-content:hover {
    color: #5D81AB;
    text-decoration: underline;
}

.fd-box .fd-content p {
    margin-bottom: 0;
}

.fd-box .fd-content p sup {
    font-size: 9PX;
    top: -4px;
}

#doc-download {
    list-style-type: square;
    color: #999;
    margin-left: 31px;
    margin-bottom: 10px;
}

#doc-download li a{
    font-family: Arial;
    color: #4D4D4D;
    font-size: 11px;
    text-decoration: none;
}

#doc-download li a:hover{
    color: #5D81AB;
    text-decoration: underline;
}

#container-vdo { 
    display: block;
    margin-top: 12px;
    margin-left: 20px;
}

#container-vdo pre {
    margin-bottom: 0;
}

.thumbnail-vdo {
    margin-left: 15px;
    margin-top: 5px;
}

.thumbnail-vdo .each-thb {
    margin-left: 4px;
    width: 80px;
    display: inline-block;
}


#container-vdo + .see-more {
    margin-right: 28px;    
}

.logo-link {
    margin-top: 6px;
    padding-left: 4px;
}
.logo-link.inter-programe {
    padding-left: 17px;
}

.logo-link p {
    float: left;
    margin-left: 1px;
}

.see-more:hover,
.see-more:link,
.see-more:visited
 {
    text-decoration: none;
    font-family: 'helvetica_condensedbold';
    color: #333333;
    font-size: 12px;
    float: right;
}


/***************
*  FOOTER
************/
#footer {
    background: #2A71BF;
    margin-top: 0;
    border: none;
    padding-top: 5px;
    color: #FFF;
    padding-bottom: 5px;
}
#footer #siteinfo {
    padding: 0;
    color: #FFF;
}
.title-footer {
    font-weight: bold;
}

#address-tm {
    position: relative;
    clear: both;
    font-size: 9px;
    line-height: 11px;
}

#address-tm #c1 {
    float: left;
    width: 173px;
}

#address-tm #c2 {
    float: left;
    width: 36px;
}

#address-tm #c3 {
    float: left;
    width: 200px;
}



/*=================================
    Single Page
===================================*/
.btn-all-gallery:active,
.btn-all-gallery:visited,
.btn-all-gallery:link {
    display: block;
    font-family: 'helvetica_condensedbold';
    background: black;
    background: rgba(0, 0, 0, 0.7);
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)";
    padding: 5px 8px;
    color: #EEE;
    font-size: 14px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 10;
    letter-spacing: 1px;
    text-decoration: none;
}

a.btn-all-gallery:hover {
    color: #6394BD;
}

.entry-title {
    font-family: 'helvetica_condensedbold';
    color: #446F93;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 15px 0 15px;
}

.breadcrumbs {
    font-family: 'arial';
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-left: 32px;
    margin-right: 32px;c
    margin-bottom: 12px;
}

.breadcrumbs a:link,
.breadcrumbs a:active,
.breadcrumbs a:visited {
    text-decoration: none;
    color: #6394BD;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}   

.entry-content {
    padding: 25px 32px 20px 32px;
}


/*=================================
    Category Page 
===================================*/

.content-category  .page-title {
    font-family: 'helvetica_condensedbold';
    color: #446F93;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 0 30px 14px;
}

.content-category .images-catagory {
    margin-left: 33px;
}

.content-category .meta {
    margin: 10px 33px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    padding: 5px 0;
}
.content-category .hentry {   
    padding: 0;
}

.content-category .entry-content {
    margin: 10px 32px 20px 32px;
    border-bottom: 1px solid #eee;
    padding: 10px 0 0 0;
}

.content-category .entry-content a:active,
.content-category .entry-content a:visited,
.content-category .entry-content a {
    display: block;
    margin-top: 12px;
    color: #6394BD;
    font-size: 11px;
    text-decoration: none;
}

.content-category .entry-content a:hover {
    text-decoration: underline;
}

.content-category .entry-title {
    font-family: 'helvetica_condensedbold';
    color: #6394BD;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 10px 33px;
}

.content-category .meta a:visited,
.content-category .meta a:link,
.content-category .meta a {
    color: #666;
    text-decoration: none;
}

.content-category .meta a:hover {
    text-decoration: underline;
}

/*=================================
    Album Page 
===================================*/

.content-album {
    padding: 0;
    margin: 25px 0 10px 8px;
}

.content-album .ngg-thumbnail {
    float: left;
    margin-right: 20px;
}

.content-album .ngg-albumtitle a:active,
.content-album .ngg-albumtitle a:visited,
.content-album .ngg-albumtitle a {
    font-family: 'helvetica_condensedbold';
    color: #6394BD;
    font-size: 18px;
    text-decoration: none;
}

.content-album .ngg-albumtitle a:hover {
    color: #446F93;
}

.content-album .ngg-thumbnail img:hover {
    background-color: #2A71BF;
}

html > body .content-album .ngg-album {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    width: 417px;
    float: left;
    margin-left: 15px;
}

.single-gallery {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    margin-left: 43px;
    clear: both;
    position: relative;
}

.desc-gallery {
    margin: 30px 45px 0;    
}

.content-album h3.titleGallery {
    font-family: 'helvetica_condensedbold';
    color: #6394BD;
    font-size: 18px;
    padding: 0;
    margin-left: 42px;
    margin-bottom: 12px;
    float: left;
    font-style: normal;
}

.head-gallery {
    position:relative;
}

.head-gallery .back-album{
    position: relative;
    color: #666;
    text-decoration: none;
    float: right;
    right: 50px;
    margin-top: 5px;
}

.head-gallery .back-album:hover {
    text-decoration: underline;
}

.ngg-description p+p {
    margin-bottom: 0;
}

/*=================================
    Vdo Page 
===================================*/

.content-vdo {
    text-align: center;
}

#vdo-box-thb {
    margin-top: 15px;
}

#vdo-box-thb .vdo-thumbnail {
    display: inline-block;
    margin-left: 19px;
    width: 193px;
}


/*=================================
    Download Page 
===================================*/
#download-page a:active,
#download-page a:visited,
#download-page a:link {
    text-decoration: none;
    color: #6394BD;
}

#download-page a:hover {
    text-decoration: underline !important;
    color: #446F93;
}

#download-page h3 a {
    color: #4D4D4D !important;
}

p.sorting a.active {
    background: white !important;
    color: #446F93 !important;
    padding: 2px 5px !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.related-projects {
    text-align: left;
}

table.download-meta td, table.download-meta th {
    padding: 4px 10px !important;
    border-bottom: 1px solid #DDD;
}

div#download-page-featured img {
    max-width: none !important;
}

table.download-meta tbody th {
    text-align: left;
}

/*=================================
    Contact Page
===================================*/

.wpcf7-form p {
    font-weight: bold;
}

textarea[name="your-message"] {
    width: 405px;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    margin-top: 3px;
}

/*=================================
    Continent Map Page
===================================*/

.panel-shadow {
    margin-top: -30px;
    margin-bottom: 20px;
}

.panel-to-top {
    text-align: right;
}

.panel-to-top a:link, 
.panel-to-top a:active, 
.panel-to-top a:visited {
    text-decoration: none;
    color: #6394BD;
}

.area-continent h2 {
    font-family: 'helvetica_condensedbold';
    color: #446F93;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 15px 0 0;
}

.panel-to-top a:hover {
    text-decoration: underline;
}


/*=================================
    Search Page 
===================================*/

.content-search .page-title {
    font-family: 'helvetica_condensedbold';
    color: #446F93;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 0 30px 14px;
}

.content-search .entry-title {
    margin-left: 16px;
    font-size: 17px;
}

.content-search .entry-content {
    padding: 5px 32px 0px 32px;
}

.content-search .entry-content a:visited,
.content-search .entry-content a:link,
.content-search .entry-content a:active {
    color: #4D4D4D;
    text-decoration: none;
}

.content-search .entry-content a:hover {
    color: #6394BD;
    text-decoration: underline;
}

.content-search .meta {
    margin-left: 31px;
    color: #BBB;
}

#noresults-searchform {
    margin-left: 32px;
    min-height: 250px;
}

/*=================================
    Map Page 
===================================*/

#visualization {
    cursor: pointer;
}

/*=================================
    Style Page 
===================================*/

.page-template-template-page-fullwidth-php #content {
    margin: 0;
    width: 940px;
}

/*=================================
    Capchar Page 
===================================*/

#img_capchar {
    margin: 0;
}

/*==================================
   P' Ku content style sheet
===================================*/ 

.shadow-img {
	border : 1px solid #BDBDBD;
	box-shadow: 3px 3px 3px #818181;
	-webkit-box-shadow: 3px 3px 3px #818181;
	-moz-box-shadow: 3px 3px 3px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}


.shadow {
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);

	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}

.box-radius {

	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;

	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;

	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}