/********************************************************************
    INNOVATION+SCIENCE WORDPRESS THEME 
    (Ideal For Business And Personal Use: Creating Magazine, Portfolio and Blog)

    File:   
        common.css
    Brief:  
        Hold common styles for whole website
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

          
/*************************
    GLOBAL
*************************/ 

* 
{
    border:0px none;  
    font-family:inherit;  
    font-size: 100%;  
    font-style:inherit;  
    font-weight:inherit;  
    margin:0px;  
    padding:0px;  
    vertical-align:baseline;
    background-attachment:scroll;
    background-repeat:no-repeat;
}

img 
{
    border:none;        
}
        
a  
{
    text-decoration:none;
} 

body 
{
    background-image: url("../img/backgrounds/bg04.jpg");
    background-repeat:no-repeat;
    background-position: 50% 0%;
    background-color: #000;
    background-attachment: scroll;
    text-align:left;
    padding:0px;
    margin-top:0px;  
}

#bodyContainer
{
    width:1040px;
    margin:auto;
    min-height: 200px; 
    margin-top:0px; 
    padding-top:15px;
    padding-bottom: 0px; 
    border:0px solid white; 
    background-color:#FFF;
    position: relative;
}

p
{
    color:#000;
    font: 11px Verdana;
}

.bodyEndBlock
{
    width:1040px; 
    height:80px; 
    margin:auto;
    margin-top:0px;
    margin-bottom: 0px;
    padding:0px; 
    border:0px solid black; 
    background-color:transparent;
}

.bodyStartBlock
{
    width:1040px; 
    height:80px; 
    margin:auto;
    margin-top:0px;
    margin-bottom: 0px;
    padding:0px; 
    border:0px solid black; 
    background-color:transparent;
}

/********************************
     CUB3R SLIDER
*********************************/

#cu3erContainerWrapper
{
    width:1000px;
    height:360px;
    padding-left:40px;
    margin-top: 15px;
    background-color: transparent;

    background-image: url('../img/slider/cu3er/shadow.jpg');
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

#cu3erContainer
{
    width:960px;
    height:300px;
    margin-left:0px;
    margin-top:0px;
    background-color: transparent;
}

/********************************
     ASYNCHRONOUS IMAGE LOADING
*********************************/ 

.asyncImgLoad { clear: none; } 

/*************************
    UTILITY
*************************/ 

.clearBoth { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }

.displayNone { display: none; }

.floatLeft { float: left; }
.floatRight { float: right; }  

.spanBold { font-weight: bold !important; }
.spanItalic { font-style: italic !important; }
.spanBoldItalic { font-weight: bold !important; font-style: italic !important;}

/****************************
   BUTTONS
****************************/ 

.readViewMoreBtn
{
    height: 37px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font: bold 18px/37px Tahoma;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.readViewMoreBtn:hover
{
    
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}


.readViewMoreBtnBlack
{
    height: 37px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000;
    border: 1px solid #222;
    color: #fff;
    font: bold 18px/37px Tahoma;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.readViewMoreBtnBlack:hover
{
    
    background-color: #fff;
    border: 1px solid #fff; 
    color: #000;
}


.commonLink
{
    color: #3399cc;;
    text-decoration:none;
    cursor: pointer; 
    
    padding-right: 12px;
    background-image: url('../img/common/img/linkArrowBlue.png');
    background-position: 100% 60%;
    background-repeat: no-repeat; 
}

.commonLink:hover
{
    text-decoration:underline;  
}  

/****************************
   CONTENT SECTIONS
****************************/ 

.contentSectionTitleWhite
{
   height: 10px; 
   padding-top:2px;
   padding-bottom:4px;
   padding-left: 5px; 
   font: 10px Verdana; 
   font-weight:bold;
   background-color:#FFF; 
   color:#222;
   text-align: left;
   border-left: 0px solid #eee;
   border-top: 1px solid #ddd;
   border-right: 0px solid #eee;
   border-bottom: 1px solid #ddd;
   text-transform: uppercase; 
}  

/************************************
    NAVIGATION TREE
*************************************/

#navigationTreeContainer
{
    border: 0px solid #ccc;
    height: 20px;
    padding-top: 5px;
    font-family: Arial,Helvetica,sans-serif;
    margin-left: 0px;
    margin-right: 20px;
    font-size: 12px;
    color: #bbb;
    text-align: left;
}

#navigationTreeContainer .prev
{
    color:#3399cc;
}

#navigationTreeContainer .current
{
    color:#bbb;
}

/****************************
   IMAGE PREVIEW - TOOLTIP
****************************/ 

.imgTipLeftTop { clear: none; }
.imgTipRightTop { clear: none; }
.imgTipCenterTop { clear: none; } 

#imgPreview
{
    position:absolute;
    padding:0px;
    margin: 0px;
    z-index:1000;
    visibility:visible;
    overflow: hidden;
    background-color: #151515;
    background-image: url('../img/common/ajax/loading12.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #222;
}

#imgPreviewImg
{
    margin:0px;
    padding:0px;
    overflow: hidden;
}

#imgPreviewDesc
{
    padding:4px 4px 4px 4px;
    font:normal 10px/10px Verdana;
    line-height: 110%;
    color:#FFF; 
}


/******************************************
   IMAGE PREVIEW FOR TEXT LABELS - TOOLTIP
*******************************************/ 

.imgTxtPrevLink
{
    cursor: pointer;
    padding-right: 13px;
    background-image: url('../img/common/img/imgLinkBlue.png');
    background-repeat: no-repeat;
    background-position: 100% 20%;
    color: #3399CC;
}

.imgTxtPrevLink:hover
{
    text-decoration: underline;
}


.imgTxtTipLeftTop { clear: none; }
.imgTxtTipRightTop { clear: none; }
.imgTxtTipCenterTop { clear: none; } 

#imgTxtPreview
{
    position:absolute;
    padding:0px;
    margin: 0px;
    z-index:1000;
    border: 1px solid #222;
    visibility:visible;
    overflow: hidden;
    background-color: #151515;
    background-image: url('../img/common/ajax/loading12.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#imgTxtPreviewImg
{
    margin:0px;
    padding:0px;
    overflow: hidden;
}

#imgTxtPreviewDesc
{
    padding:4px 4px 4px 4px;
    font:normal 10px/10px Verdana;
    line-height: 110%;
    color:#FFF; 
}

#imgTxtLoader
{
    width:20px;
    height:20px;
    background-image: url('../img/common/ajax/loading12.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000;
    position: absolute;
    z-index: 1000;
    visibility: visible;
}

/****************************
   SIMPLE TEXT TOOLTIP
****************************/ 

.textTooltipCenterTop { clear: none;}
.textTooltipLeftTop { clear: none;}
.textTooltipRightTop { clear: none;}

#textPreview
{
    position:absolute;
    border:0px solid #aaa;
    padding:0px;
    display:block;
    color:#000;
    z-index:1020;
    visibility:hidden;
    overflow:hidden;
    
}

#textPreviewDesc
{
    padding:4px 8px 4px 8px;
    font:10px Verdana;
    line-height: 12px;
    border: 1px solid #888;
    color:#000000;
    background-color:#FFFFAA; 
}

/******************************** 
    HEADER
*********************************/

#headerContainer
{
    width:960px;
    padding-right: 40px;
    margin:auto;
    margin-bottom:0px;
    margin-top:0px;
    padding-bottom: 0px;
    padding-left:40px; 
    background-color:white;
    position: relative; 
    background-color: #fff; 
}

#headerContainer #logo
{
    float:left;
    display: block;
    height: 80px;  
    width: 40px;
    background-color: #FFF;
    margin-right: 15px;
    margin-top: 30px;

    background-image: url('../img/header/logo.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#headerContainer #titleWrapper
{
    height:80px;
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

#headerContainer #title 
{
    font: bold 45px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
}

#headerContainer .titleSlogan
{
    font: 16px/16px Verdana;
    color: #aaa;
    background-color: transparent;
    padding:0px;
}

#headerContainer #communityThumbsContainer
{
    float: right;
    margin-top:85px;
    background-color:transparent;
    height: 26px;
    width: 220px;
}

#headerContainer .communityBtn 
{
    float: right; 
    margin-left: 5px;
    cursor: pointer;
    display: block;
    width:26px;
    height:26px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#headerContainer .communityBtn:hover
{
    background-position: 0px -26px;
}   

/****************************
   FOOTER                                                
****************************/ 

#footerContainer
{
    width:1040px; 
    height:200px; 
    margin:auto;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-left:0px;  
    background-color:transparent;
    text-align:center;
    font: 11px Verdana;
    position: relative; 
    
    background-image: url('../img/footer/gradient.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;             
}

#footerContainer .logo
{
    position: absolute;
    left: 480px;
    bottom: 0%;
    width:76px;
    height:84px;
    display: block;
    background-image: url('../img/footer/webcentrex-logo.png');
    background-position: 50% 50%;
    background-repeat:no-repeat;      
}

#footerListContainer
{
    display:block;
    width:980px;
    margin-left: 0px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
    padding-left: 60px;
    padding-bottom:20px; 
}

.footerCustom
{
    background-color:transparent;
    background-image:none;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    border:none;
}

.footerCustom a
{
    text-decoration: none;
    color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor:pointer;
}

.footerCustom a:hover
{
    color:#fff;
}

.footerCustom p
{
    color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 9px;
    line-height: 13px;
}

.footerCustom h5
{
    margin-bottom: 6px;
    color:#FFF; 
    font-size: 12px; 
    font-weight: bold;    
}

.footerCustom ul
{
    padding-left: 0px; 
    margin-left:0px; 
    margin-top:10px;
    margin-bottom:10px;
}

.footerCustom li 
{ 
    color:#333333; 
    font-size: 11px; 
    list-style-type:none; 
    list-style-position:outside; 
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
}

.footerList
{
   width: 180px;
   padding-left: 10px;
   margin-right: 0px;
   border: 0px solid blue;
   text-align: left;
   display:inline-block;
   border-left: 1px solid #222;
   float:left;
}

.footerList ul 
{ 
    padding-left: 0px; 
    margin-left:0px; 
    margin-top:10px;
}

.footerTitleSpan 
{ 
    color:#FFFFFF; 
    font-size: 12px; 
    font-weight: bold;
}

.footerList li 
{ 
    color:#333333; 
    font-size: 10px; 
    list-style-type:none; 
    list-style-position:outside; 
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
}

.footerLink 
{ 
    text-decoration: none;
    color: #999999;
}

.footerLink:hover
{
    color: #FFFFFF;
}


.footerCopyright 
{ 
    color:#ddd; 
    font: normal 10px Verdana;  
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px; 
    text-align: center;
    display:block;
    clear:both;
}

.footerPowered 
{ 
    position:absolute; 
    color: #ddd;
    font: normal 10px Verdana; 
    margin-top: 0px; 
    right: 5px; 
    bottom:5px;
}

/*************************
    NAVIGATION
*************************/  

#navigationContainer 
{   
    height:32px;
    background-color:#000;
    position:relative;
    z-index: 600;
    margin-left: 40px;
    margin-right: 40px; 
    padding-left: 0px;
    padding-right: 0px; 
    margin-top: 0px;     
}

#nav, #nav ul 
{ 
    padding:0px;
    margin:0px;
    list-style: none;
    line-height: 1;
}

#nav a.dirV 
{
    background-image: url('../img/navigation/down.gif');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

#nav a.dirH 
{
    background-image: url('../img/navigation/right.gif');
    background-position: 100% 50%;
    background-repeat: no-repeat;
} 

#nav a 
{
    display: block;
    padding-left:14px;
    padding-right:14px;
    color: #FFFFFF;   
}  

#nav li 
{ 
    font: normal 12px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    min-width: 10px; 
    color:white;
    background-color:#000000;        
}

#nav li:hover, 
#nav li.hover 
{  
    position: static;  
} 

#nav li:hover
{ 
    background-color: #3399CC;
}

#nav ul li 
{ 
    font: normal 11px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform:none;
    float: left;
    width: 180px;
    background-color:#009900; 
}

#nav ul li:hover 
{ 
    background-color: #3399cc;
}

#nav li ul 
{ 
    position: absolute;
    width: 180px;
    left: -999em; 
}

#nav li ul ul 
{ 
    margin: -24px 0px 0px 180px;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul 
{
    left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul 
{ 
    left: auto;
} 

/* NAVIGATION ADDS */

#searchContainer
{
   overflow: hidden;
   font-family: Verdana;
   text-align: right;
   margin-top:4px;
   background-color: #000;
   margin-right: 0px;
   width:250px;
   height: 24px;
   float:right;
}

#searchBox 
{
    color:#888; 
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-right:2px;
    width:140px;
    border:1px solid #444;
    padding: 2px 3px 2px 3px;
    float:right;
    background-color: #151515;
    
} 

#searchBoxBtn 
{ 
    color:#FFF; 
    font: normal 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:0px;
    margin-right:4px;
    padding-left:10px;
    padding-right:10px;
    height: 24px;
    float:right;
    display:block;
    background-color: #000;
    text-transform:uppercase;
    cursor: pointer;
    text-align: center;
}

#searchBoxBtn:hover
{
    background-color: #3399cc;
}

/**********************************************************
    SIDEBAR
**********************************************************/

#rightSideBarContainer 
{
    width: 320px;
    min-height: 60px;
    margin-left:0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top:5px;
    border-left: 0px solid #eee;
    background-color:transparent;
    float: right;
}

#rightSideBarContainer .bigSectionTitle
{
    font: normal 28px/28px Verdana;
    color: #000;
    padding-bottom:0px;
    padding-left: 0px;
    border-bottom: 0px solid #ddd;
}

/* big advertisement */

.sidebarAdsContainer
{
    width:320px;

    padding-bottom: 20px;
    padding-top: 20px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc;
    background-color:transparent;
    margin-bottom: 20px;
}

.sidebarAdsContainer .image
{
    margin-left: 20px;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #FFF;
}

/* sidebar custom code block*/

.sidebarCustomCode
{
    width:280px;
    padding-top: 20px;
    padding-bottom: 20px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color:transparent;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* contact */

.sidebarContactContainer
{
    width:280px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color:transparent;
    text-align: left;
    margin-bottom: 20px;
}

.sidebarContactContainer .map
{
    height: 180px;
    width: 272px;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
    display: block;
    
    background-image: url('../img/common/ajax/loading5.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%;        
}

.sidebarContactContainer .text
{
    margin-top: 10px;
    color: #000;
    font: 11px Verdana;
    line-height: 120%;
    font-style: normal;
}

.sidebarContactContainer .header
{
    color: #3399CC;
    font: 12px Arial;
    line-height: 120%;
    font-style:normal;
}

.sidebarContactContainer .color
{
    color: #3399CC;
}

/* multi image box */

.sidebarMultiImageBoxContainer
{
    width:280px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    margin-top:10px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color: #FFF;
    text-align: left;
    margin-bottom: 25px;
 }
 
 .sidebarMultiImageBoxContainer .link
 {
    display: block;
    background-color: transparent;
    width: 74px;
    height: 74px;
    position: absolute;
 }

.sidebarMultiImageBoxContainer .picture
{
    border: 1px solid #ccc;
    padding: 3px;
    background-color:#FFF;
    margin-right:17px;
    width: 74px;
    height: 74px;
    float: left;
    cursor:pointer;
    display: block;
  
    background-image: url('../img/common/ajax/loading5.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%;  
}

.sidebarMultiImageBoxContainer .picture:hover
{
    border: 1px solid #aaa;
}

.sidebarMultiImageBoxContainer .pictureLast
{
  border: 1px solid #ccc;
  padding: 3px;
  background-color:#FFF;
  width: 74px;
  height:74px;  
  float: left;
  cursor:pointer;
  display: block;
  
    background-image: url('../img/common/ajax/loading5.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%; 
}

.sidebarMultiImageBoxContainer .pictureLast:hover
{
   border: 1px solid #aaa;  
}

.sidebarMultiImageBoxContainer .row
{
    margin-bottom: 16px;
    height: 82px;
    background-color:transparent;
}

.sidebarMultiImageBoxContainer .rowLast
{
    height: 82px;
    background-color:transparent;
}

/* sidebar search */

.sidebarSearchContainer
{
    width:280px;
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color: #FFF;
    text-align: left;
    margin-bottom: 20px;
}

.sidebarSearchContainer .wrapper
{
   overflow: hidden;
   font-family: Verdana;
   text-align: right;
   margin-top:0px;
   background-color:transparent;
   margin-right: 0px;
   width:280px;
   height: 24px;
}


.sidebarSearchContainer .search
{
    color:#444; 
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:0px;
    width:200px;
    border:1px solid #444;
    padding: 2px 3px 2px 3px;
    float:left;
    background-color: #FFF;
    
} 

.sidebarSearchContainer .btn 
{ 
    color:#FFF; 
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:0px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 3px;
    padding-bottom: 3px;
    float:left;
    display:block;
    background-color: #000;
    text-transform:uppercase;
    cursor: pointer;
}

.sidebarSearchContainer .btn:hover
{
    background-color: #3399cc;
}

/* sidebar tabs */

.sidebarTabsContainer
{
    width:320px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    text-align: left;
    margin-bottom: 20px; 
}

.sidebarTabsContainer .wrapper
{
    width: 320px;
    height: 280px;
    background-color: #000;
    overflow: hidden;  
}

.sidebarTabsContainer .tab
{
   width: 280px;
   height: 220px;
   padding: 20px;
   overflow: hidden;
   background-color:#000;
   visibility:visible;
   display: none;
   left:0px;
   top:300px;
   position: relative;
}

.sidebarTabsContainer .head
{
    height: 50px;
    width: 280px;
    background-color:transparent;
}

.sidebarTabsContainer .image
{
    width: 48px;
    height: 48px;
    border: 1px solid #333;
    float:left;
    margin-right: 5px;
    display: block;    
}

.sidebarTabsContainer .titleWrapper
{
    height: 50px;
    background-color:transparent;
    float:left;
}

.sidebarTabsContainer .title
{
    font: 22px Verdana;
    color: #3399CC;
}

.sidebarTabsContainer .subTitle
{
    font: 12px Verdana;
    color: #999;
}

.sidebarTabsContainer .thumbsBar
{
    margin-top:10px; 
    margin-right: 0px;
    height: 28px;
    background-color:#000;
    position: absolute;
    bottom: 0px;
    right:20px;
}

.sidebarTabsContainer .thumb
{
    display:block;
    float:right;
    width:26px;
    height:26px;
    background-color:white;
    background-image: url('../img/common/ajax/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left:5px;
    overflow: hidden;
    border: 1px solid #aaa;
    cursor:pointer;
}

.sidebarTabsContainer .thumb:hover
{
    border: 1px solid #222;
}

.sidebarTabsContainer .default
{
    display:none;   
}

.sidebarTabsContainer .source
{
    display:none;   
}

.sidebarTabsContainer .text
{
    font: 11px Verdana;
    padding-top: 5px;
    color: #FFF;
    line-height: 120%; 
}

.sidebarTabsContainer .btnBar
{
    height: 32px;
    width: 320px;
    overflow: hidden;
}

.sidebarTabsContainer .btn
{
   height: 32px;
   float: right;
   font: normal 12px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color: #FFF;
   background-color: #000;
   padding-right: 14px;
   padding-left: 14px;
   cursor: pointer;
   border-top: 1px solid #3399cc;
}

/* link panel */

.sidebarLinkPanelContainer
{
    width:300px;
    padding-top: 15px;
    margin-top: 10px;
    padding-left: 20px;
    padding-bottom: 15px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color:transparent;
    text-align: left;
    margin-bottom: 25px;
}

.sidebarLinkPanelContainer .count
{
    color:#AAA;
}

.sidebarLinkPanelContainer .item
{
    height: 24px;
    display: block;
    padding-left: 10px;
    background-color: transparent;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ECECEC; 
    font: 11px/24px Verdana; 
    color: #444;
}

.sidebarLinkPanelContainer .item:hover
{
    background-color: #000;
    color: #FFF;
}


/* sidebar tags */

.sidebarTagsContainer
{
    width:300px;
    font: 10px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:20px;
    margin-top: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:15px;
    text-align: left;
} 

.sidebarTagsContainer  a
{
    text-decoration: none;
    color:#000;
    cursor: pointer;
}

.sidebarTagsContainer  a:hover
{
    color:#3399CC;
}

.sidebarTagsContainer .tag1, .sidebarTagsContainer .tag2,
.sidebarTagsContainer .tag3, .sidebarTagsContainer .tag4,
.sidebarTagsContainer .tag0,
.sidebarTagsContainer .tag5, .sidebarTagsContainer .tag6,
.sidebarTagsContainer .tag8, .sidebarTagsContainer .tag7,
.sidebarTagsContainer .tag9  
{
    cursor: pointer; 
    padding-left:2px;
    padding-right:2px;
}

.sidebarTagsContainer .tag9
{
    font: bold 22px/24px Arial;
    color:#444;
}

.sidebarTagsContainer .tag8
{
    font: bold 20px/22px Arial;
    color:#444;
}

.sidebarTagsContainer .tag7
{
    font: bold 18px/20px Arial;
    color:#444;
}

.sidebarTagsContainer .tag6
{
    font: bold 16px/20px Arial;
    color:#444;
}

.sidebarTagsContainer .tag5
{
    font: bold 15px/18px Arial;
    color:#555;
}

.sidebarTagsContainer .tag4
{
    font: bold 14px/18px Arial;
    color:#666;
}

.sidebarTagsContainer .tag3
{
    font: bold 13px/18px Arial;
    color:#777;
}

.sidebarTagsContainer .tag2
{
    font: bold 12px/18px Arial;
    color:#888;
}

.sidebarTagsContainer .tag1
{
    font: bold 11px/18px Arial;
    color:#999;
}

.sidebarTagsContainer .tag0
{
    font: normal 10px/18px Arial;
    color:#999;
}



/* sidebar flickr */

.sidebarFlickrContainer 
{
    width:300px;
    padding:20px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height:0px;
}

.sidebarFlickrContainer  .thumbBlock
{
    width:75px;
    height:75px;
    display:block;
    float:left;
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-color:#FFF;
    background-position: 50% 50%;
}

.sidebarFlickrContainer  .thumbBlock:hover
{
    opacity:0.90;
    filter:alpha(opacity=90); /* IE */
}

.sidebarFlickrContainer  .thumb
{
    background-color: #FFF;
    border:1px solid #EEE;
    padding:3px;
    float: left;

    margin-right:24px;
    margin-bottom: 15px;
    width:75px;
    height:75px;
    display:block;    
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-color:#FFF;
    background-position: 50% 50%;    
}

.sidebarFlickrContainer  .thumb:hover
{
    border: 1px solid #CCC;
}

.sidebarFlickrContainer  .thumbLast:hover
{
    border: 1px solid #CCC;
}

.sidebarFlickrContainer  .thumbLast
{
    background-color: #FFF;
    border:1px solid #EEE;
    padding:3px;
    float: left;
    margin-right:0px;
    margin-bottom: 15px;
    width:75px;
    height:75px;
    display:block;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-color:#FFF;
    background-position: 50% 50%;    
}

/* sidebar last comments */

.sidebarLastCommentsContainer 
{
    width:300px;
    padding:20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.sidebarLastCommentsContainer  .comment
{
    line-height: 11px;
    border-bottom: 1px solid #ECECEC;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden; 
}    
                                
.sidebarLastCommentsContainer  .comment:hover
{
    background-color:#EEE;
}

.sidebarLastCommentsContainer  .wrapper
{
    float:left;
    width:210px;
}

.sidebarLastCommentsContainer  .avatar
{
    border:1px solid #EEE;
    padding:3px;
    margin-right:10px;
    width:48px;
    height:48px;
    float: left;
    display: block;      
         
    background-color:#FFF;
    background-image: url('../img/common/img/avatar48.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;    
}

.sidebarLastCommentsContainer  .topBar
{
    height: 9px;    
}

.sidebarLastCommentsContainer  .time
{
    color: #3399CC;
    font: 9px/9px Verdana;
    line-height: 10px;
    float: left;    
}

.sidebarLastCommentsContainer  .user
{
    color: #333;
    font: 12px Verdana;
    margin-top: 2px;
    display: block;
}

.sidebarLastCommentsContainer  .text
{
    color: #999;
    font: 9px Verdana;
    margin-top: 2px;
    display: block;
}

.sidebarLastCommentsContainer  .post
{
    font:10px/10px Verdana; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    color:#666;
    text-transform:none;
    text-align: left;
    display: block;
    padding-top: 2px;
    margin-bottom: 5px;
    padding-right: 40px; 
}

.sidebarLastCommentsContainer  .post:hover
{
    color: #3399cc;
}

/* sidebar twitter */

.sidebarTwitterContainer 
{
    width:300px;
    padding:20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.sidebarTwitterContainer  .status
{
    line-height: 11px;
    border-bottom: 1px solid #ECECEC;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden; 
}    

.sidebarTwitterContainer  .status:hover
{
    background-color:#EEE;
}

.sidebarTwitterContainer  .avatar
{
    border:1px solid #EEE;
    padding:3px;
    margin-right:10px;
    width:48px;
    height:48px;
    float: left;
    display: block;
    overflow: hidden;      
         
    background-color:#FFF;
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;    
}

.sidebarTwitterContainer  .wrapper
{
    float:left;
    width:210px;
}

.sidebarTwitterContainer  .text
{
    color: #999;
    font: 9px Verdana;
    margin-top: 2px;
    display: block;
}

.sidebarTwitterContainer  .topBar
{
    height: 9px;    
}

.sidebarTwitterContainer  .followers
{
    color: #bbb;
    font: 9px/9px Verdana;
    line-height: 10px;
    float: right;
    
}
  

.sidebarTwitterContainer  .time
{
    color: #3399CC;
    font: 9px/9px Verdana;
    line-height: 10px;
    float: left;
    
}

.sidebarTwitterContainer  .user
{
    color: #333;
    font: 12px Verdana;
    margin-top: 2px;
    display: block;
}

.sidebarTwitterContainer  .user:hover
{
    color: #3399cc;
}

.sidebarTwitterContainer  .site
{
    font:10px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height:10px;
    color:#888;
    text-transform:none;
    text-align: left;
    display: block;
    padding-top: 2px;
    margin-bottom: 5px; 
}

.sidebarTwitterContainer  .site:hover
{
    color: #3399cc;
}

/* side bar mini slider */

#sidebarMiniSliderContainer
{
    /* 4:3 format*/
    width:318px;  /* -2px for border */
    height:238px;    
    border:0px solid #ccc;
    background-color: #000;
    margin-bottom: 40px;
    position: relative;
    border: 0px solid #ddd;
    overflow:hidden;
    
    border-left: 1px solid #444;   
    border-right: 1px solid #444;   
    border-top: 1px solid #444; 
    border-bottom: 1px solid #444;   
}

#sidebarMiniSliderContainer .slide
{
    width:320px; 
    height:240px;
    position: absolute;
    left: 320px;
    top: 0px;
    display: block;
    
    background-color: #000;    
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#sidebarMiniSliderContainer .btnContainer
{
    height: 20px;
    width: 160px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
}

#sidebarMiniSliderContainer .btn
{
    width:18px;
    height:18px;
    border:0px solid #222;
    background-color: #222;
    color: #ccc;
    font: 10px/18px sans-serif;
    float:left;
    text-align: center;
    cursor: pointer;
    margin-right: 2px;
}

#sidebarMiniSliderContainer .desc
{
    width: 310px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #000;
    opacity: 0.90;
    filter:alpha(opacity=90); /* IE */  
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    color: #eee;
    font: 10px/12px Verdana;
    display: block;
}

/* advertisement 125x125 */

.sidebarAds125Container
{
    width:299px;
    padding-top: 20px;
    padding-left: 21px;
    padding-right: 0px;
    padding-bottom: 20px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color:transparent;
    text-align: left;
    margin-bottom: 20px;
}

.sidebarAds125Container .imgLeft
{
    border: 1px solid #ccc;
    padding: 3px;
    background-color:#FFF;
    width: 125px;
    height: 125px;
    float: left;
    cursor:pointer;
    display: block;
  
    background-image: url('../img/common/ajax/loading5.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%;  
}

.sidebarAds125Container .imgLeft:hover
{
    border: 1px solid #aaa;
}

.sidebarAds125Container .imgRight
{
  border:1px solid #ccc;
  padding:3px;
  background-color:#FFF;
  width:125px;
  height:125px;  
  float:right;
  cursor:pointer;
  display:block;
  
    background-image: url('../img/common/ajax/loading5.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%; 
}

.sidebarAds125Container .imgRight:hover
{
   border: 1px solid #aaa;  
}

.sidebarAds125Container .row
{
    margin-bottom: 12px;
    height: 137px;
    width: 278px;
    background-color:transparent;
}

.sidebarAds125Container .rowLast
{
    height: 137px;
    width: 278px; 
    background-color:transparent;
}

/* populars on side bar */

.sidebarPopularContainer
{
    width:320px;
    padding-bottom: 30px;
}

.sidebarPopularContainer .wrapper
{
    width:320px;
    margin-bottom: 20px;
}

.sidebarPopularContainer .image
{
    width:320px;
    height: 140px;
    overflow: hidden;
    display:block;
    
    background-image: url('../img/common/ajax/loading5.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sidebarPopularContainer .header
{
    font: 20px/20px Verdana;
    color: #3399CC;
    margin-top: 5px;
    display:block;
}

.sidebarPopularContainer .text
{
    font: normal 11px/12px Verdana;
    color: #000;
    line-height: 120%;
    padding-top: 5px;
}

/* simple list latest entries from blog */  

.sidebarSimpleLastPostEntries
{
    padding-top: 10px;
    padding-left: 0px;    
    margin-top: 10px;
    font: 12px Verdana;
    line-height: 145%;
    padding-bottom:30px;
}


.sidebarSimpleLastPostEntries .item
{
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
    line-height: 10px;
    padding-top: 6px;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid #ECECEC;
}

.sidebarSimpleLastPostEntries .item:hover 
{
    background-color: #e8e8e8;
}

.sidebarSimpleLastPostEntries .date
{
    color: #3399CC;
    font: 9px Verdana;
    line-height: 10px;
}  

.sidebarSimpleLastPostEntries .title
{
    color: #333;
    font: 12px Verdana;
    margin-top: 2px;
    display: block;
}

.sidebarSimpleLastPostEntries .text
{
    color: #999;
    font: 9px Verdana;
    margin-top: 2px;
    display: block;
}  


/**********************************************************
    COMMON PAGE LIST 
**********************************************************/

.commonPageListControlBar
{
    height: 30px;
    background-color: #fff;
    margin-top:20px;
    margin-bottom:20px;
    text-align: left;
    font:normal 11px/28px Verdana;
    color:#888;
}

.commonPageListControlBarTop
{
    height: 30px;
    background-color: #fff;
    margin-top:0px;
    margin-bottom:20px;
    text-align: left;
    font:normal 11px/28px Verdana;
    color:#888;
}

.commonPageListBtn
{
  border: 0px solid #999;
  background-color:transparent;
  color:#000;
  font: normal 11px/28px Verdana; 
  padding: 5px;
  cursor: pointer;
}

.commonPageListBtnSpliter
{
  border: 0px solid #999;
  background-color:transparent;
  color:#000;
  font: normal 11px/28px Verdana; 
  padding: 3px;
  cursor: default;
}

.commonPageListBtn:hover
{
    text-decoration: underline;
}

.commonPageListBtnSelected
{
  border: 1px solid #000;
  background-color: #000;
  color:#FFF;
  font: normal 11px/28px Verdana; 
  padding: 6px;
  cursor:default;
}

.commonPageListBarStat
{
  font:normal 11px/28px Verdana;
  float:right;
  color:#888;
}

.commonImageDesc
{
   font: 9px/12px Arial !important;
   margin: 0px !important;
   padding: 0px !important;
   color: #666 !important;
   text-align: right !important;
   text-indent: 0px !important;
   font-size:9px !important;
   line-height:12px !important;
}

/**********************************************************
    FADER/MOVER SLIDER
**********************************************************/

#faderMoverSlider
{
    width: 960px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

#faderMoverSliderContainer
{
    margin-top: 15px;
    margin-left: 40px;
    width: 960px;
    height: 300px;
}

#faderMoverSlider  .column
{
    width:300px;
    height: 300px;
    float:right;
    background-color: #000;
}

#faderMoverSlider  .slideFaderDescBack
{
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:960px;
    height:69px;
    opacity:0.8;
    filter:alpha(opacity=80); /* IE */ 
    background-color:#000;
    border-top:1px solid #111;    
} 

#faderMoverSlider .slideFaderDesc 
{
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
    padding-top:0px;
    padding-left:10px;
    text-align:left;
    color:#DDD;
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:760px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background:none;
    border:0px solid red;
} 

#faderMoverSlider .slideFaderDesc p
{
    color:#DDD;
    font-weight:normal;
    font-family: verdana;
    font-size:10px;    
}

.slideFaderDesc .title
{
    margin-top:5px;
    position:static;
    color:#FFF;
    font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:3px;
    margin-bottom:0px;
}

#faderMoverSlider .slide
{
    width: 960px;
    height: 300px;
    position: absolute;
    left:960px;
    top:0px;
}


#faderMoverSlider .descColumn
{
    padding-left: 20px;
    padding-right: 20px;
    font: normal 11px Verdana;
    line-height: 130%;
    text-indent: 20px;
    color: #ccc;
}

#faderMoverSlider .image
{
    width:960px;
    height: 300px;
    display:block;
    overflow: hidden;
    background-image: url('../img/common/ajax/loading10.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #000;
}

#faderMoverSlider .imageForColumn
{
    width:660px;
    height:300px;
    display:block;
    overflow: hidden;
    
    background-image: url('../img/common/ajax/loading10.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #000;    
}

/**********************************************************
    STATISTIC LISTS
**********************************************************/

.statisticContainer
{
    background-color:transparent;
    margin-bottom: 15px;
    padding-left: 10px; 
    padding-top: 10px;
    padding-bottom: 5px;    
}

.statisticContainer .viewsCount, .statisticContainer .commentsCount
{
    color: #aaa;
    text-transform:capitalize;    
}

/**********************************************************
    COMMON
**********************************************************/

.commonPageTitle
{
    font: normal 42px/42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #3399cc;
    font-size: 42px;
    margin-left: 0px;
    margin-right: 20px;
    text-align: left;
    border: 0px solid #ccc;
    margin-top: 0px;
}

.commonItemInfoContainer
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color:#666;
    font: normal 10px/20px Verdana; 
    height: 20px; 
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    padding-left: 10px;
    text-transform: uppercase;
}

.commonItemInfoContainer a
{
    text-decoration: none;
    cursor:pointer;
    color:inherit;
}

.commonItemInfoContainer a:hover
{
    color:#3399CC;
}
.commonItemInfoContainer .separator
{
    color:#ccc;
    font: normal 10px/20px Verdana;
}

.commonItemHeader
{
    color: #3399CC;
    display: block; 
    font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0px;
    padding-left: 0px;
    margin: 0px;
    margin-top: 10px;
}

.commonIntroductionText
{
    font: 12px Verdana;
    width: 600px;
    color: #000;
    line-height: 140%;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.commonControlLabel
{
    font: 11px Verdana;
}

.commonControlErrorMsg
{
    font: 10px Verdana;
    font-style: italic;
    color: #A00;
    visibility: hidden;
}

.commonControlLabelItalic
{
    font: 10px Verdana;
    font-style: italic;
    color: #999;
}

.commonInput
{
    border: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 300px;
    background-color: #f5f5f5;
    margin-bottom: 4px;
    height: 16px;
    color: #444;
    font: 12px Arial;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}
     
.commonTextarea
{
    border: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;        
    margin-bottom: 10px;    
    width: 500px;
    max-width: 500px;
    height: 150px;
    max-height: 150px;
    overflow:auto;
    font-size: 14px;
    font-family: Arial;
    background-color: #f5f5f5;
    color: #444;
    padding:10px;
    padding-left:6px;
} 

/**********************************************************
    BASIC STYLES
**********************************************************/

/*  thin headers */

.h1Thin { color: #3399CC; font: 32px Verdana; margin-bottom:5px; }
.h1ThinBlack { color: #000; font: 32px Verdana; margin-bottom:5px; }
.h2Thin { color: #3399CC; font: 28px Verdana; margin-bottom:5px; }
.h2ThinBlack { color: #000; font: 28px Verdana; margin-bottom:5px; }
.h3Thin { color: #3399CC; font: 24px Verdana; margin-bottom:5px; }
.h3ThinBlack { color: #000; font: 24px Verdana; margin-bottom:5px; }
.h4Thin { color: #3399CC; font: 20px Verdana; margin-bottom:5px; }
.h4ThinBlack { color: #000; font: 20px Verdana; margin-bottom:5px; }
.h5Thin { color: #3399CC; font: 16px Verdana; margin-bottom:5px; }
.h5ThinBlack { color: #000; font: 16px Verdana; margin-bottom:5px; }

/* normal headers */

.h1Normal { color: #3399CC; font: 32px Verdana; margin-bottom:5px; }
.h1NormalBlack { color: #000; font: 32px Verdana; margin-bottom:5px; }
.h2Normal { color: #3399CC; font: 28px Verdana; margin-bottom:5px; }
.h2NormalBlack { color: #000; font: 28px Verdana; margin-bottom:5px; }
.h3Normal { color: #3399CC; font: 24px Verdana; margin-bottom:5px; }
.h3NormalBlack { color: #000; font: 24px Verdana; margin-bottom:5px; }
.h4Normal { color: #3399CC; font: 20px Verdana; margin-bottom:5px; }
.h4NormalBlack { color: #000; font: 20px Verdana; margin-bottom:5px; }
.h5Normal { color: #3399CC; font: 16px Verdana; margin-bottom:5px; }
.h5NormalBlack { color: #000; font: 16px Verdana; margin-bottom:5px; }

/* bold headers */

.h1Bold { color: #3399CC; font: 32px Verdana; margin-bottom:5px; }
.h1BoldBlack { color: #000; font: 32px Verdana; margin-bottom:5px; }
.h2Bold { color: #3399CC; font: 28px Verdana; margin-bottom:5px; }
.h2BoldBlack { color: #000; font: 28px Verdana; margin-bottom:5px; }
.h3Bold { color: #3399CC; font: 24px Verdana; margin-bottom:5px; }
.h3BoldBlack { color: #000; font: 24px Verdana; margin-bottom:5px; }
.h4Bold { color: #3399CC; font: 20px Verdana; margin-bottom:5px; }
.h4BoldBlack { color: #000; font: 20px Verdana; margin-bottom:5px; }
.h5Bold { color: #3399CC; font: 16px Verdana; margin-bottom:5px; }
.h5BoldBlack { color: #000; font: 16px Verdana; margin-bottom:5px; }

/* list */

.ulBasic
{
    margin-bottom: 15px;  
}

.ulBasic li
{
    background-image: url('../img/common/squere/4x4blue.gif');
    background-position: 0% 60%;
    background-repeat: no-repeat;
    list-style-image: none;
    list-style-type:none; 
    list-style-position:outside;
    font: 11px/14px Verdana;
    padding-left: 10px;
    margin-bottom: 3px;
	margin-left: 30px;
}

/* table */

.tableBasic
{
    border-collapse:collapse;
}

.tableBasic tr.even
{
    background-color: #EEE;
}

.tableBasic td.head
{
   background-color: #3399cc;
   color:#FFF;
   padding-left: 12px;
   padding-right: 12px;
   font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   border:1px solid #ccc;
   text-align: center;
}

.tableBasic td
{
   color:#000;
   padding-left: 12px;
   padding-right: 12px;
   font: normal 11px/18px Verdana;
   border:1px solid #ccc;
   text-align: center;
}

/* quote */

.quoteBlockRight
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 10px;
    margin-right: 0px;
    background-color: #FFF;
    width: 280px;
    float:right;
    display: block;
    
    background-image: url('../img/common/img/quoteBlue.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;  
}

.quoteBlockLeft
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 10px;
    margin-right: 0px;
    background-color: #FFF;
    width: 280px;
    float:left;
    display: block;
    
    background-image: url('../img/common/img/quoteBlue.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;  
}

.quoteBlockFullWidth
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 10px;
    margin-right: 0px;
    background-color: #FFF;
    display: block;
    
    background-image: url('../img/common/img/quoteBlue.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;  
}


.quoteText
{
    color:#000;
    font: italic bold 12px Verdana !important;
    line-height: 140% !important;

}

.quoteAuthorRight
{
    color:#3399cc !important;
    font: normal 11px/12px Verdana;
    text-align: right;
    font-style: italic !important;
    margin-top: 10px;
}

.quoteAuthorLeft
{
    color:#3399cc !important;
    font: normal 11px/12px Verdana;
    text-align: left;
    font-style: italic !important;
    margin-top: 10px;
}


/* signature */

.signatureLeft
{
    float:left;
    color:#000;
    font:bold 11px Verdana;
    margin-top: 10px;
    font-style: italic;
}

.signatureRight
{
    float:right;
    color:#000;
    font:bold 11px Verdana;
    margin-top: 10px;
    font-style: italic;
}

/* light box link */

.lightBoxLink
{
    color: #3399CC;
    cursor: pointer;
    padding-right: 13px;
    background-image: url('../img/common/img/lightBoxLinkBlue.png');
    background-repeat: no-repeat;
    background-position: 100% 30%; 
}

.lightBoxLink:hover
{
    text-decoration: underline;
}

/* wordpress styles */

.wpErrWrap
{
    margin:5px 0px 5px 40px;
    width:600px;
}

.wpErrTxt
{
    background-color:#eee;
    padding:6px 8px 6px;
    border:1px solid #bbb;
    font:10px/10px Verdana;
    display: block;
    margin-bottom: 5px;
    color:#444;
}

/* default page width 600px content column */

#defPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#def600Container
{
    width:600px;
    float:left;
    background-color: #fff;
    padding-bottom: 20px;
}

.def600HeaderContainer
{
    margin-left: 0px;
    width: 600px;
    text-align: left;
    padding-top: 0px;
}

#def960Container
{
    width:960px;
    min-height: 500px;
    height: auto;
    background-color: #fff;
    padding-bottom: 20px;
}

.def960HeaderContainer
{
    margin-left: 0px;
    width: 960px;
    text-align: left;
    padding-top: 0px;
}  

.defWrapper
{
}

.defWrapper p
{
    font: 12px Verdana;
    color: #000;
    line-height: 140%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

/* articles, posts, full width sites images and images description */

.artColumnLeft
{
    width: 460px;
    float: left;
    padding-bottom: 0px;
    background-color:transparent;
}

.artColumnRight
{
    padding-bottom: 0px;
    width: 460px;
    float: right;
    background-color:transparent;
}

.artColumnsEnd
{
    clear:both;
}

/* photos */

.photoDesc
{
    font: 10px/12px Verdana !important;
    text-indent: 0px !important;
    color:#222;
}

.photo460
{
    width:460px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;         
}

.photo460Async
{
    width:460px;
    margin-top:0px !important;       
    margin-bottom:3px !important;
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;             
}

.photo600
{
    width:600px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;         
}

.photo600Async
{
    width:600px;
    margin-top:0px !important;       
    margin-bottom:3px !important;
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;             
}

.photo960
{
    width:960px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;         
}

.photo960Async
{
    width:960px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;               
}

.photo600LeftMR
{
    float:left;
    width:600px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;         
}

.photo600LeftMRAsync
{
    width:600px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important; 
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;              
}

.photo600RightML
{
    float:right;
    width:600px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-left:20px;         
}

.photo600RightMLAsync
{
    width:600px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-left:0px !important; 
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;                
}


.photo460LeftMR
{
    float:left;
    width:460px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;         
}

.photo460LeftMRAsync
{
    width:460px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important; 
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;             
}

.photo460RightML
{
    float:right;
    width:460px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-left:20px;         
}

.photo460RightMLAsync
{
    width:460px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-left:0px !important; 
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;                
}

.photo480LeftMR
{
    float:left;
    width:480px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;         
}

.photo480LeftMRAsync
{
    width:480px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important;
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;               
}

.photo480RightML
{
    float:right;
    width:480px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-left:20px;         
}

.photo480RightMLAsync
{
    width:480px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-left:0px !important;
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;             
}

.photo280LeftMR
{
    float:left;
    width:280px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;         
}

.photo280LeftMRAsync
{
    width:280px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important; 
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;             
}

.photo280RightML
{
    float:right;
    width:280px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-left:20px;         
}

.photo280RightMLAsync
{
    width:280px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-left:0px !important;
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;              
}


.photo230LeftMR
{
    float:left;
    width:230px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;                 
}

.photo230LeftMRAsync
{
    width:230px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important;   
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;                     
}

.photo230RightML
{
    float:right;
    width:230px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-left:20px;         
}

.photo230RightMLAsync
{
    width:230px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-left:0px !important;          
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;       
}

.photo320LeftMR
{
    float:left;
    width:320px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;         
}

.photo320LeftMRAsync
{
    width:320px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important;          
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;     
}

.photo320RightML
{
    float:right;
    width:320px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;  
    margin-left:20px;         
}

.photo320RightMLAsync
{
    width:320px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;  
    margin-left: 0px !important;  
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;             
}

.photo225LeftMR
{
    float:left;
    width:225px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-right:20px;                 
}

.photo225LeftMRAsync
{
    width:225px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-right:0px !important;   
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;                     
}

.photo225RightML
{
    float:right;
    width:225px;
    margin-top:0px !important;       
    margin-bottom: 12px !important;
    margin-left:20px;         
}

.photo225RightMLAsync
{
    width:225px;
    margin-top:0px !important;       
    margin-bottom: 3px !important;
    margin-left:0px !important;          
    
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;       
}


/* common posts wrapers */

.defPostWraper
{
    margin-left: 0px; 
    background-color: #FFF; 
    margin-top:0px;
    margin-bottom: 40px; 
    width: 600px;
    border: 0px;
    padding-bottom: 20px;
    position:relative;
    border-bottom: 0px solid #DDD;
 }
 
 .defPostWraper  a
 {
    text-decoration: none;
 }

.defPostImage
{
   border: 0px dotted red;
   position: relative;
   display: block;
   width: 600px;
   height: 250px;
   margin-bottom: 5px;
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;   
}

.defPostText
{
   font: 12px Verdana;
   padding-left: 0px;
   padding-right: 10px;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.defPostThumb
{
    display:block;
    float:right;
    width:26px;
    height:26px;
    background-color: #fff;
    background-image: url('../img/common/ajax/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left:5px;
    overflow: hidden;
    border: 1px solid #aaa;
    cursor:pointer;
}

.defPostThumb:hover
{
    border: 1px solid #222;
}

.defPostThumbsContainer
{
margin-top:0px; 
border: 0px solid blue;
min-height: 28px;
padding-left: 0px;
padding-right: 0px;

}

.defPostCommentsField
{
    margin-top:15px;
    margin-right:0px;
    text-align:center;
    height:30px;
    width:110px;
    float:left;
    background-color:transparent;
    font:10px/20px Verdana;
    color:#000;
    background-image:url('../img/common/img/commentsFieldWhiteRight.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;                        
}

/* search list */

.defItemsContainer
{
    display: block;
}

.commonSearchInput
{
    color:#444; 
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:0px;
    width:200px;
    border:1px solid #444;
    padding: 2px 3px 2px 3px;
    float:left;
    background-color: #FFF;
    
} 

.commonSearchBtn 
{ 
    color:#FFF; 
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:0px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 3px;
    padding-bottom: 3px;
    float:left;
    display:block;
    background-color: #000;
    text-transform:uppercase;
    cursor: pointer;
}

.commonSearchBtn:hover
{
    background-color: #3399cc;
}

/* def small item wrapper */

.defItemWrapper
{
    border-bottom: 1px solid #ECECEC;
    height: 110px;
    margin-bottom: 0px;
    cursor:pointer;
}

.defItemWrapper:hover
{
    background-color: #eFeFeF;
}

.defItemWrapper .imageWrapper
{
    float:left;
    padding-left: 10px;
    width: 106px;
    height: 96px;
    margin-top: 7px;
    background-repeat: no-repeat; 
}

.defItemWrapper .dateComments
{
    height: 18px;
}

.defItemWrapper .image
{
    height:90px;
    width:90px;
    padding:2px;
    border:1px solid #eee;
    background-color: #FFF;
    display: block;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.defItemWrapper .itemDesc
{
    height:96px;
    margin-top:7px;
    width: 480px;
    float:left;
    background-color:transparent;
    overflow: hidden;    
}

.defItemWrapper .itemDesc .date
{
   text-align:left;
   font: 10px/12px Verdana;
   color: #888;
   padding-top: 5px;
   float: left;
}

.defItemWrapper .itemDesc .comments
{
   text-align:left;
   font: 10px/12px Verdana;
   color: #888;
   padding-top: 5px;
   padding-left:20px;
   padding-right:5px;
   float: right;
   background-repeat: no-repeat;
   background-position: 0% 100%;
   background-image: url(../img/common/img/comments6.png);
}

.defItemWrapper .itemDesc .title
{
   font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding: 0px;
   color: #3399CC; 
}

.defItemWrapper .itemDesc .text
{
    font: 11px Verdana;
    color: #000;
    margin-top: 0px;
    text-indent: 0px !important;
}


/*postts tags list*/

.postTagsList
{
    background-color:transparent;
    padding: 5px;
    padding-bottom: 0px;
    padding-left:0px;
    margin-top:20px;
    margin-bottom:0px;
    font:10px/12px Verdana;    
}

.postTagsList .listName
{
    color:#222;
    font: 10px/12px Verdana;     
}

.postTagsList .tag
{
    color:#aaa;
    font:10px/12px Verdana;
    text-transform: uppercase;  
    cursor:pointer;
}

.postTagsList .tag:hover
{
    color:#3399CC;
}
pre.cutnpaste {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F8F8F8 none repeat scroll 0 0;
border:1px solid #C9C9C9;
line-height:140%;
margin-left:10px;
overflow:auto;
padding:5px;
}
.SectionLabel {
    -x-system-font: none;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000000;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}