@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

i[class^=fa]{
		font-family: FontAwesome;
		text-shadow: 1px 0px 3px #606060;
}

/*************************
    GLOBAL
*************************/ 

* 
{
    border:0px none;  
    font-family:inherit;  
    font-size: 100%;  
    font-style:inherit;  
    font-weight:inherit;  
    margin:0px;  
    padding:0px;  
    vertical-align:baseline;  
    box-sizing: border-box;
}

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;
    text-align:left;
    padding:0px;
    margin-top:0px;
	font-family: Verdana;
}

#bodyContainer
{
    width:1040px;
    margin:auto;
    min-height: 200px; 
    margin-top:0px; 
    padding-top:10px;
    padding-bottom: 0px; 
    border:0px solid white; 
    background-color:#FFF;
    background-image: url('../img/index/gradient.jpg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    -webkit-border-bottom-right-radius: 13px;
		-webkit-border-bottom-left-radius: 13px;
		-moz-border-radius-bottomright: 13px;
		-moz-border-radius-bottomleft: 13px;
		border-bottom-right-radius: 13px;
		border-bottom-left-radius: 13px;
}

.bodyEndBlock
{
    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; }
.spanItalic { font-style: italic; }
.spanBoldItalic { font-weight: bold; font-style: italic;}

/****************************
   BUTTONS
****************************/ 

.readViewMoreBtn
{
    width: 144px;
    height: 37px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font: bold 18px/37px Tahoma;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display:block;
		transition-duration: .2s;
}

.readViewMoreBtn.wiki { width : 230px; }

.readViewMoreBtn:hover
{
    
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

.commonLink
{
    color: #65B31C;
    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
{
   padding-top:2px;
   padding-bottom:4px;
   padding-left: 5px; 
   font: 10px; font-family: 'Roboto Condensed', sans-serif;
   font-weight:bold;
   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:#65B31C;
}

#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: 140%;
    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: #65B31C;
}

.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: 140%;
    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-color: #aaa;
    border-width: 0px;
    border-style: solid;
    padding:0px;
    display:block;
    color:#000;
    z-index:1000;
    visibility: hidden;
    overflow: hidden;
    background-color: #f1f1f1;
}

#textPreviewDesc
{
    padding:4px 8px 4px 8px;
    font:10px Verdana;
    line-height: 150%;
    border: 1px solid #888;
}

/******************************** 
    HEADER
*********************************/

#headerContainer
{
    width:1040px;
    padding-right: 40px;
    height:80px;
    margin:auto;
    margin-top:80px;
    padding-top:30px;
    padding-bottom: 5px;
    padding-left:40px; 
    background-color:white;  
    -webkit-border-top-left-radius: 13px;
		-webkit-border-top-right-radius: 13px;
		-moz-border-radius-topleft: 13px;
		-moz-border-radius-topright: 13px;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
}

#headerContainer #logo
{
    float:left;
    display: block;
    height: 80px;
    width: 80px;
    background-color: #FFF;
    margin-right: 0px;
    
    background-image: url('../img/logo_small.png');
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

#headerContainer #titleWrapper
{
    height: 80px;
    float: left;
    width: 100%;
    padding-left: 15px;
    position: relative;
}

#headerContainer #title 
{
    font: bold 45px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    position: absolute;
    top: -11px;
    left: 110px;
}

#headerContainer .titleSlogan
{
    float:left; 
    font: 16px Verdana;
    color: #aaa;
    background-color: transparent;
    padding:0px;
    position: absolute;
    top: 39px;
    left: 110px;
}

#headerContainer #communityThumbsContainer
{
    padding-right:0px;
    float: right;
    width: 140px;
}

#flickrBtn, #twitterBtn, #facebookBtn, #rssBtn 
{
    float: right; 
    margin-left: 5px;
    cursor: pointer;
    display: block;
    width:26px;
    height:26px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

#flickrBtn
{
    background-image: url('../img/header/flickr.png');
}

#twitterBtn
{
    background-image: url('../img/header/twitter.png');
}

#facebookBtn
{
    background-image: url('../img/header/facebook.png');
}

#rssBtn
{
    background-image: url('../img/header/rss.png');
}

/****************************
   FOOTER                                                
****************************/ 

#footerContainer {
		width: 1023px;
		height: 210px;
		padding-top: 0px;
		padding-left: 0px;
		text-align: center;
		font-size: 11px;
		position: relative;
		background-image: url('../img/footer/gradient.png');
		background-repeat: repeat-x;
		display: block;
		margin: 0 auto;
}

#footerContainer .logo
{
    position: absolute;
    left: 50%;
    bottom: 0%;
    width:20px;
    height:40px;
    display: block;
    background-image: url('../img/logo_small.png');
    background-position: 50% 100%;
    background-repeat: repeat-y;      
}

#footerListContainer {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		text-align: center;
}

.footerList {
		width: 180px;
		padding-left: 10px;
		margin-right: 0px;
		border: 0px solid blue;
		text-align: left;
		display: inline-block;
		border-left: 1px solid #222;
		vertical-align: top;
}

.footerList ul 
{ 
    padding-left: 0px; 
    margin-left:0px; 
    margin-top:10px;
}

.footerTitleSpan 
{ 
    color:#FFF; 
    font-size: 12px; 
    font-weight: bold;
}

.footerList li 
{ 
    color:#333; 
    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: #999;
}

.footerLink:hover
{
    color: #FFF;
}


.footerCopyright {
		color: #ddd;
		font-size: 12px;
		font-family: 'Roboto Condensed', sans-serif;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 15px;
}

.footerPowered 
{ 
    position:absolute; 
    color: #ddd;
    font: normal 10px; font-family: 'Roboto Condensed', sans-serif;
    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: 0;
    margin: 0;
    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:16px;
    padding-right:16px;
    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:black;        
}

#nav li:hover, 
#nav li.hover 
{  
    position: static;  
} 

#nav li:hover
{ 
    background: #65B31C;
}

#nav ul li 
{ 
    font: normal 12px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform:none;
    float: left;
    width: 220px;
	border-bottom:1px solid #1C1C1C;
}

#nav ul li:last-child
{ 
	border-bottom:0px solid #132D35;
}

#nav ul li:hover 
{ 
    background: #65B31C;
}

#nav li ul 
{ 
    position: absolute;
    background: orange;
    width: 220px;
    left: -999em; 
}

#nav li ul ul 
{ 
    margin: -28px 0px 0px 220px;
}

#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;
    width:80px;
    height: 24px;
    float:right;
    display:block;
    background-color: #000;
    text-transform:uppercase;
    cursor: pointer;
}

#searchBoxBtn:hover
{
    background-color: #65B31C;
}


/**********************************************************
    SIDEBAR
**********************************************************/

#rightSideBarContainer
{
    width: 35%;
    min-height: 60px;
    margin-left:0px;
    margin-top: 0px;
    padding-bottom: 30px;
    border-left: 0px solid #eee;
    float: right;
}

/* big advertisement */

.sidebarAdsContainer
{
    width:320px;

    padding-bottom: 20px;
    padding-top: 20px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc;
    background-color: #FFF;
    margin-bottom: 20px;
}

.sidebarAdsContainer .image
{
    margin-left: 20px;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #FFF;
}

/* 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; 
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.sidebarContactContainer .map
{
    height: 265px;
    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: 140%;
    font-style: italic;
}

.sidebarContactContainer .header
{
    color: #65B31C;
    font: 12px Arial;
    line-height: 140%;
    font-style:normal;
}

.sidebarContactContainer .color
{
    color: #65B31C;
}

/* multi image box */

.sidebarMultiImageBoxContainer
{
    width:280px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color: #FFF;
    text-align: left;
    margin-bottom: 20px;
 }
 
 .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;
}

/* newsletter */

.sidebarNewsletterContainer
{
    width:280px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    background-color: #FFF;
    text-align: left;
    margin-bottom: 20px;
}

.sidebarNewsletterContainer .text
{
    font: 11px Verdana;
    padding-top: 5px;
    color: #000;
    line-height: 140%;
    margin-bottom: 10px; 
}

.sidebarNewsletterContainer .wrapper
{
   overflow: hidden;
   font-family: Verdana;
   text-align: right;
   margin-top:0px;
   background-color:transparent;
   margin-right: 0px;
   width:280px;
   height: 24px;
}

.sidebarNewsletterContainer .label
{
    font: 10px Verdana;
    font-style: italic;
    color: #aaa;
}

.sidebarNewsletterContainer .email
{
    color:#000; 
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:0px;
    width:180px;
    border:1px solid #444;
    padding: 2px 3px 2px 3px;
    float:left;
    background-color: #FFF;
    
} 

.sidebarNewsletterContainer .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;
}

.sidebarNewsletterContainer .btn:hover
{
    background-color: #65B31C;
}

/* 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; 
    background-color: #FFF;
    text-align: left;
    margin-bottom: 20px; 
}

.sidebarTabsContainer .wrapper
{
    width: 320px;
    height: 280px;
    background-color: #000;
    position: relative;
    overflow: hidden;  
}

.sidebarTabsContainer .tab
{
   width: 280px;
   height: 220px;
   padding: 20px;
   overflow: hidden;
   background-color:#000;
   visibility:visible;
   left:0px;
   top:300px;
   position: absolute;
}

.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: #65B31C;
}

.sidebarTabsContainer .subTitle
{
    font: 12px Verdana;
    color: #999;
}

.sidebarTabsContainer .thumbsBar
{
    margin-top:10px; 
    margin-right: 0px;
    height: 28px;
    background-color:#000;
}

.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: 10px 0px 5px;
    color: #FFF;
    line-height: 140%; 
}

.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 #65B31C;
}

/* link panel */

.sidebarLinkPanelContainer
{
    width:300px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px; 
    border:0px solid #ccc;
    border-top:0px solid #ccc; 
    text-align: left;
    margin-bottom: 20px;
}

.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; font-family: 'Roboto Condensed', sans-serif;
    color: #444;
    transition-duration: .2s;
}

.sidebarLinkPanelContainer .item:hover
{
    background-color: #000;
    color: #FFF;
}

.sidebarLinkPanelContainer .tagsWrapper
{
    width: 280px;
} 

.sidebarLinkPanelContainer .tag1, .sidebarLinkPanelContainer .tag2,
.sidebarLinkPanelContainer .tag3, .sidebarLinkPanelContainer .tag4,
.sidebarLinkPanelContainer .tag5  
{
    cursor: pointer; 
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
}

.sidebarLinkPanelContainer .tag1
{
    font: normal 22px/26px Arial;
    color:#000;
}

.sidebarLinkPanelContainer .tag2
{
    font: normal 18px/26px Arial;
    color:#222;
}

.sidebarLinkPanelContainer .tag3
{
    font: normal 16px/26px Arial;
    color:#444;
}

.sidebarLinkPanelContainer .tag4
{
    font: normal 12px/26px Arial;
    color:#666;
}

.sidebarLinkPanelContainer .tag5
{
    font: normal 10px/26px Arial;
    color:#888;
}


.sidebarLinkPanelContainer .tag1:hover, .sidebarLinkPanelContainer .tag2:hover,
.sidebarLinkPanelContainer .tag3:hover, .sidebarLinkPanelContainer .tag4:hover,
.sidebarLinkPanelContainer .tag5:hover
{
    background-color: #000;
    color: #FFF;
}


/* side bar mini slider */

#sidebarMiniSliderContainer
{
    /* 4:3 format*/
    width:95%;  /* -2px for border */  
    margin-bottom: 40px;
    position: relative;
    overflow:hidden;
}

#sidebarMiniSliderContainer .slide
{
    width:320px; 
    height:240px;
    position: absolute;
    left: 0px;
    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: #FFF;
    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;
  
    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;
  
    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: 20px;
}

.sidebarPopularContainer .wrapper
{
    width:320px;
    margin-bottom: 20px;
}

.sidebarPopularContainer .image
{
    width:320px;
    height: 140px;
    overflow: hidden;
    
    background-image: url('../img/common/ajax/loading5.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sidebarPopularContainer .header
{
    font: 20px/20px Verdana;
    color: #65B31C;
    margin-top: 5px;
}

.sidebarPopularContainer .text
{
    font: normal 11px/12px Verdana;
    color: #000;
    line-height: 140%;
    padding-top: 5px;
}


/**********************************************************
    COMMON PAGE LIST 
**********************************************************/

.commonPageListControlBar
{
    height: 30px;
    margin-top:30px;
    text-align: left;
    font:normal 11px/28px Verdana;
    color:#888;
}

.commonPageListBtn
{
  border: 0px solid #999;
  background-color:transparent;
  color:#000;
  font: normal 11px/28px; font-family: 'Roboto Condensed', sans-serif;
  padding: 7px;
  cursor: pointer;
  transition-duration: .2s;
}

.commonPageListBtnSpliter
{
  border: 0px solid #999;
  background-color:transparent;
  color:#000;
  font: normal 11px/28px; font-family: 'Roboto Condensed', sans-serif;
  padding: 3px;
  cursor: default;
}

.commonPageListBtn:hover
{
  background-color: #000;
  font: normal 11px/28px; font-family: 'Roboto Condensed', sans-serif;
  padding: 7px;
  color:#FFF;
  cursor: pointer;
}

.commonPageListBtnSelected
{
  background-color: #000;
  color:#FFF;
  font: normal 11px/28px; font-family: 'Roboto Condensed', sans-serif;
  padding: 7px;
  cursor:default;
}

.commonPageListBarStat
{
  font:normal 11px/28px Verdana;
  float:right;
  color:#888;
}

.commonImageDesc
{
   font: 9px/12px Arial;
   margin: 0px;
   padding: 0px;
   color: #666;
   text-align: right;
}

/**********************************************************
    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:11px;
	line-height:140%;
    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;
} 

.slideFaderDesc .title
{
    margin-top:4px;
    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:0px;
    top:0px;
}


#faderMoverSlider .descColumn
{
    padding-left: 20px;
    padding-right: 20px;
    font: normal 11px Verdana;
    line-height: 150%;
    text-indent: 0px;
    color: #ccc;
}

#faderMoverSlider .image
{
    width:960px;
    height: 300px;
    display:block;
    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;
    
    background-image: url('../img/common/ajax/loading10.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #000;    
}

/**********************************************************
    STATISTIC LISTS
**********************************************************/

.statisticContainer
{
    height: 160px;
    background-color:transparent;
    margin-bottom: 20px;
}

.statisticContainer .wrapper
{
    padding-left: 10px; 
    height: 150px;
    padding-top: 10px;
    float: left;
    background-color:transparent;
}

.statisticContainer .viewsCount, .statisticContainer .commentsCount
{
    color: #aaa;    
}

/**********************************************************
    COMMON
**********************************************************/

.commonPageTitle
{
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #65B31C;
    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; font-family: 'Roboto Condensed', sans-serif;
    height: 20px; 
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    padding-left: 10px;
    text-transform: uppercase;
}

.commonItemInfoContainer .separator
{
    color:#ccc;
    font: normal 10px/20px Verdana;
}

.commonItemHeader
{
    color: #65B31C;
    display: block; 
    font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0px;
    padding-left: 0px;
    margin: 0px;
    margin-top: 10px;
}

.commonIntroductionText
{
    font-size: 14px;
    color: #000;
    line-height: 150%;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.commonControlLabel
{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.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: 10px;
		height: 28px;
		color: #222;
		font-size: 15px;
		padding-left: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 3px;
		border-radius: 3px;
		padding: 5px;
		font-family: 'Open Sans', sans-serif;
		-webkit-transition-duration: 0.3s; 
		transition-duration: 0.3s;
}

.commonInput:focus {
		outline-width: 0;
}
     
.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: monospace;
    background-color: #f5f5f5;
    color: #222;
    padding-left: 3px;
    padding-top: 3px;
	margin-top: 3px;
} 

/**********************************************************
    BASIC STYLES
**********************************************************/

/* standard headers */

h1
{
    color: #65B31C;
    font: normal 32px/32px Verdana;
}

h2
{
    color: #65B31C;
    font: normal 28px/28px; font-family: 'Roboto Condensed', sans-serif;
}

h3
{
    color: #65B31C;
    font: normal 24px/24px; font-family: 'Roboto Condensed', sans-serif;
}

h4
{
    color: #65B31C;
    font: normal 20px/20px; font-family: 'Roboto Condensed', sans-serif;
}

h5
{
    color: #65B31C;
    font: normal 16px/16px; font-family: 'Roboto Condensed', sans-serif;
}

h6
{
    color: #65B31C;
    font: normal 14px/14px; font-family: 'Roboto Condensed', sans-serif;
}

/*  thin headers */

.h1Thin
{
    color: #65B31C;
    font: 32px Verdana;
}

.h2Thin
{
    color: #65B31C;
    font: 28px; font-family: 'Roboto Condensed', sans-serif;
}

.h3Thin
{
    color: #65B31C;
    font: 24px; font-family: 'Roboto Condensed', sans-serif;
}

.h4Thin
{
    color: #65B31C;
    font: 20px; font-family: 'Roboto Condensed', sans-serif;
}

.h5Thin
{
    color: #65B31C;
    font: 16px; font-family: 'Roboto Condensed', sans-serif;
}

/* normal headers */

.h1Normal
{
    color: #65B31C;
    font: 32px Verdana;
}

.h2Normal
{
    color: #65B31C;
    font: 28px; font-family: 'Roboto Condensed', sans-serif;
}

.h3Normal
{
    color: #65B31C;
    font: 24px; font-family: 'Roboto Condensed', sans-serif;
}

.h4Normal
{
    color: #65B31C;
    font: 20px; font-family: 'Roboto Condensed', sans-serif;
}

.h5Normal
{
    color: #65B31C;
    font: 16px; font-family: 'Roboto Condensed', sans-serif;
}


/* bold headers */

.h1Bold
{
    color: #65B31C;
    font: 32px Verdana;
}

.h2Bold
{
    color: #65B31C;
    font: 28px; font-family: 'Roboto Condensed', sans-serif;
}

.h3Bold
{
    color: #65B31C;
    font: 24px; font-family: 'Roboto Condensed', sans-serif;
}

.h4Bold
{
    color: #65B31C;
    font: 20px; font-family: 'Roboto Condensed', sans-serif;
}

.h5Bold
{
    color: #65B31C;
    font: 16px; font-family: 'Roboto Condensed', sans-serif;
}

/* list */

.ulBasic
{
    
}

.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;  
}

/* table */

.tableBasic
{
    border-collapse:collapse;
}

.tableBasic tr.even
{
    background-color: #EEE;
}

.tableBasic td.head
{
   background-color: #65B31C;
   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: bold 12px/14px Verdana;
    line-height: 150%;
    font-style: italic;
}

.quoteAuthorRight
{
    color:#65B31C;
    font: normal 11px/12px Verdana;
    text-align: right;
    font-style: italic;
    margin-top: 10px;
}

.quoteAuthorLeft
{
    color:#65B31C;
    font: normal 11px/12px Verdana;
    text-align: left;
    font-style: italic;
    margin-top: 10px;
}

/* image in text */

.image280InTextWrapperLeft
{
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 280px;
}

.image280InTextWrapperRight
{
    float:right;
    margin-left:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 280px;
}

.image320InTextWrapperLeft
{
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 320px;
}

.image320InTextWrapperLeft p
{
    text-indent:0px !important;
}

.image320InTextWrapperRight
{
    float:right;
    margin-left:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 320px;
}

.image320InTextWrapperRight p
{
    text-indent:0px !important;
}

.imageInTextDesc
{
    font:11px/14px Verdana;
    color:#000;
}

/* 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 */

a.lightBox
{
    color: #65B31C;
    cursor: pointer;
    padding-right: 13px;
    background-image: url('../img/common/img/lightBoxLinkBlue.png');
    background-repeat: no-repeat;
    background-position: 100% 20%; 
}

a.lightBox:hover
{
    text-decoration: underline;
}



/********************************************************************
    ABOUT CSS
*********************************************************************/

#aboutContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
		padding-right: 40px;
}

#aboutContainer
{
    float: left;
    padding-bottom: 40px;
}

.aboutSectionLabel
{
    font: 11px Verdana;
    color: #000;
    padding: 5px;
    display:block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.aboutImgPreviewTxtLabel
{
    text-align: center;
    font: 11px/14px Verdana;
}

.aboutCenterText
{
    text-align: center;
    font: 11px Verdana;
}

.aboutThumbsContainer
{
    height: 100px;
    width: 30px;
    margin-left: 0px;
}

.aboutThumb
{
    display:block;
    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 #666;
    cursor:pointer;
    margin-bottom: 10px;
}

.aboutThumb:hover
{
    border: 1px solid #000;
}



/********************************************************************
    ARTICLES CSS
*********************************************************************/

#articlesContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#articlesContainer
{
    width:600px;
    float:left;
    padding-bottom: 60px;
}    


.articlesLastImage
{
   border: 0px dotted red;
   position: relative;
   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;
    background-color: #FFF;
    display: block;   
}

.articlesLastWrapper
{
    width: 600px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #000;
}

.articlesLastImageDesc
{
   text-align:right;
   font: 9px Arial;
   color: #aaa;
   padding-right: 10px;
   float:right;
}

.articlesLastDescWrapper
{
	padding:4px 15px 0px;
}

.articlesLastDate
{
   text-align:left;
   font: 10px/12px Verdana;
   color: #FFF;
   width: 150px;
}

.articlesLastTitle
{
   font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding: 0px;
   color: #65B31C;
}
.articlesLastSubTitle
{
   font: 12px Verdana;
   padding: 0px;
   color: #ccc;
}

.articlesLastText
{
    font: 11px Verdana;
    color: #FFF;
    margin-top: 15px;
    line-height: 150%;
}

.articlesItemWrapper
{
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0px;
    cursor:pointer;
    height: 116px;
    transition-duration: .2s;
}

.forum.articlesItemWrapper
{
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0px;
    cursor:pointer;
    transition-duration: .2s;
    padding-bottom: 15px;
    height: auto;
    position: relative;
    min-height: 70px;
}

.topic.articlesItemWrapper i[class^=fa] {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		font-size: 40px;
}

.articlesItemWrapper i[class^=fa]
{
		position: absolute;	
		top: 6px;
		left: 17px;
		font-size: 26px;
}

.articlesItemWrapper:hover
{
    background-color: #eFeFeF;
}

.articlesItemWrapper .imageWrapper
{
    float:left;
    padding-left: 10px;
    margin-top: 10px;
		margin-right: 10px;
}

.articlesItemWrapper .image
{
    height:90px;
    width:90px;
    padding:2px;
    border:1px solid #eee;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.articlesItemWrapper .itemDesc
{
    margin-top:9px;
    width: 480px;
    float:left;
    background-color:transparent;
    overflow: hidden;
}

.articlesItemWrapper .itemDesc .date
{
   text-align:left;
   font: 10px/12px Verdana;
   color: #777;
   width: 120px;
   padding-top: 0px;
}

.articlesItemWrapper .itemDesc  .title
{
   font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding: 0px;
   color: #65B31C;
}

.articlesItemWrapper .itemDesc .text
{
    font: 11px Verdana;
	line-height:140%;
    color: #000;
    margin-top: 1px;
}


/********************************************************************
    ARTICLES PAGE CSS
*********************************************************************/

#articlesPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 15px;
    padding-bottom: 20px;
}

    
#articlesPageContainer
{
    width:960px;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 0px;
}

#articlesPageContainer  .fullWidthImage
{
    width: 460px;
    height: 192px;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#articlesPageContainer .imageDesc
{
    margin-top: 5px;
    padding: 0px;
    font: normal 11px Verdana;
    color:#000;
}

#articlesPageContainer .columnLeft
{
    width: 460px;
    float: left;
    background-color:transparent;
}

#articlesPageContainer p
{
   font: normal 12px Verdana;
   line-height: 150%;
   color: #000;
}

#articlesPageContainer .indent
{
   text-indent: 0px;
}

#articlesPageContainer .columnRight
{
    width: 460px;
    float: right;
    background-color:transparent;
}

#articlesPageContainer .pageBtnWrapper
{
    height: 20px;
    background-color:transparent;
    margin-bottom: 10px;
}

#articlesPageContainer .pageBtn
{
    display:block;
    color: #fff;
    font: normal 10px/20px Verdana;
    height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    float:right;
    text-decoration: none;
    background-color: #000;
    margin-left: 2px;
    text-transform: uppercase;
}

#articlesPageContainer .pageBtnActual
{
    display:block;
    color: #FFF;
    font: normal 10px/20px Verdana;
    height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 2px;
    float:right;
    text-decoration: none;
    background-color: #65B31C;
    text-transform: uppercase;
}

#articlesPageContainer .pageBtn:hover
{
     background-color: #65B31C;
     color:#FFF;
}
 


/********************************************************************
    BLOG CSS
*********************************************************************/


#blogContentContainer
{
  width: 960px;
  margin-left: 40px;
  margin-top: 20px;
}

#postsContainer
{
    border: 0px solid #0F0;
    margin-left: 0px;
    width:60%;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom:40px;
    float:left;
		padding-left: 40px;
    
}

.postWraper
{
    margin-left: 0px; 
    margin-top:0px;
    margin-bottom: 40px; 
    border: 0px;
    padding-bottom: 20px;
    position:relative;
    border-bottom: 0px solid #DDD;
 }
 
 .postWraper  a
 {
    text-decoration: none;
 }

.postImage
{
   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;   
}

.postText
{
   font-size: 13px;
   font-family: 'Open Sans', sans-serif;
   padding-left: 0px;
   padding-right: 10px;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.postThumb
{
    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;
}

.postThumb:hover
{
    border: 1px solid #222;
}

.postThumbsContainer
{
margin-top:0px; 
border: 0px solid blue;
min-height: 28px;
padding-left: 0px;
padding-right: 0px;

}

.postCommentsField
{
    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;                        
}


/********************************************************************
    CLASSIC GALLERY CSS
*********************************************************************/

.galleryHeaderContainer
{
    margin-left: 40px;
    width: 960px;
    text-align: left;
    padding-top: 20px;
}

/* PAGE/IMAGE STATISTICS */

.galleryStatisticsContainer
{
    height:20px;
    border:0px solid red;
}

.galleryStatisticsContainer .pageStatsWrapper
{
    float:left;
}

.galleryStatisticsContainer .imageStatsWrapper
{
    float:right;
}

.galleryStatisticsContainer #hoveredImageIndex
{
    color:#bbb;
    font:12px Verdana;
}

.galleryStatisticsContainer #numberOfImages
{
    color:#aaa;
    font:16px Verdana;
}

.galleryStatisticsContainer #pageNumber
{
   color: #bbb;
   font: 12px Verdana;
}

.galleryStatisticsContainer #pageCount
{
   color: #aaa;
   font: 16px Verdana;
}  

/* GALLERY PAGES */

#galleryContainer
{
    width: 960px;
    height: 620px;
    margin-bottom : 0px;
    margin-left: 40px;
    margin-top: 10px;
    border: 0px solid #ddd;
    overflow: hidden;
    position: relative;     
}

.galleryPage
{
    width: 960px;
    border: 0px solid red;
    position: absolute;
    background-color: #FFF;
    border-bottom: 0px solid #777;
    left: 0px;
    top: 0px;
    height:620px;
    overflow: hidden;
}

.galleryRow
{
    height: 190px;
    background-color:transparent;
    margin-bottom: 15px;
    width: 960px;
} 

.galleryThumbWrapper
{
    background-color: #fff;
    float: left;
    height: 180px;
    padding-top: 15px;
    padding-left:34px;
    padding-right:34px;
    width:252px;
    background-repeat: no-repeat;
    background-position: 50% 0%;      
}

.galleryThumbTitle
{

   font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
   color: #65B31C;
   padding-left: 0px;
   padding-top: 0px;
   margin-top: 0px;
}

.galleryThumbDesc
{
    color: #666;
    font: 10px/13px Verdana;
    padding-left: 0px;
    margin-top: 0px;
    padding-right: 0px;    
}

.galleryThumb
{
    width: 244px;
    height: 116px; 
    padding: 3px; 
    margin: 0px;
    
    cursor: pointer; 
    border: 1px solid #ddd;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    display: block;
        
}

.galleryThumb .link
{
   position: absolute;
   display: block;
   width:244px;
   height:116px;
   background-color:transparent; 
   left: 3px;
   top: 3px;
   z-index: 2;
}

.galleryThumbShadow
{
    padding: 0px;
    margin: 0px;
    width: 252px;
    height: 12px;
    background-image: url('../img/gallery/classic/pictureShadow.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

#galleryPrevPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 0px;
    top:0px;
    cursor:pointer;
}

#galleryNextPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 930px;
    top:0px;
    cursor:pointer;
}

#galleryControlPanel
{
    width: 960px;
    margin-left: 40px;
    height: 37px;
    border: 0px solid red;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

#galleryPrevPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#galleryPrevPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

#galleryNextPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;    

    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}

#galleryNextPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}


/* OTHER GALLERY LIST */

#galleryContentContainer
{
  width: 960px;
  margin-left: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
}

.galleryOtherHeader
{
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #65B31C;
    margin-left: 0px;
    margin-bottom: 20px;
}

.galleryListContainer
{
    margin-top:0px;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom:40px;
    border: 0px solid #aaa;
    float:left;
}
    

.galleryListItemContainer
{
    width: 600px;
    margin-bottom: 50px;
}
    
p.galleryListItemDesc
{   
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    font: 12px Verdana;
    line-height: 150%;
    color: #000;
}
        
.galleryListItemImage
{
    height: 120px;
    border: 0px solid #aaa;
    background-color: #FFF;
        
    background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    

/********************************************************************
    CONTACT CSS
*********************************************************************/
     

#contactContentContainer
{
  width: 960px;
  margin-left: 40px;
  margin-top: 20px;
}

 
#contactContainer
{
    width: 600px;
    float:left;
    padding-bottom: 80px; 
}

        
.contactInputHuman
{
    border: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 40px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 2px;
    height: 18px;
    color: #222;
    font-size: 15px;
    font-family: Arial;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}
     
#contactErrorPanel
{
    height: 10px;
    padding: 8px;
    padding-left: 10px;
    border: 1px solid #993333;
    background-color: #FFcccc;
    margin-bottom: 15px;
        
    font: 10px/10px Verdana;
    color: #000;
    
}


/********************************************************************
    INDEX CSS
*********************************************************************/

/******************************** 
    ACCORDION
*********************************/

#accordionContainer {
    width:960px; 
    height:300px; 
    overflow:hidden; 
    background-color:#000; 
    position:relative;
    border:0px solid #EEE; 
    margin-left:40px; 
    margin-top:15px;
}

.asyncImgLoadAccordion { clear: none; }

.accordionImgDiv 
{
    width: 760px;  
    height: 300px; 
    position: absolute;  
    border-left:1px solid #222;  
    margin-left: 0px; 
    background-color: black; 
    cursor:pointer;
    overflow: hidden;
}

.accordionImgDiv .slideStrip
{
    position: absolute;
    width: 150px;
    height: 300px;
    left:0px;
    top:0px;
    overflow: hidden;
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-color: transparent;
}    

.accordionImgDiv .slideDesc
{
  position: absolute;
  left: 15px;
  bottom: 15px;
  font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #eee;     
}

.accordionSlideImage 
{
    border-left: 0px solid #AAA; 
    width:760px; 
    height:300px;
	display:block;
    
   background-image: url('../img/common/ajax/loading10.gif');
   background-repeat: no-repeat;
   background-position: 50% 50%; 
}    

.accordionDescBack 
{
    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-color:#000;
    border-top:1px solid #111;
}

.accordionDesc 
{
    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;
}

.accordionDescHeader 
{
    margin-top:5px;
    position:static;
    color:#FFF;
    font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:3px;
    margin-bottom:0px;
}
 
/****************************************** 
   NEWS BAR
*******************************************/

#newsBarContainer
{
    margin-left: 40px;
    height: 16px;
    width: 630px;
    float:left;
    margin-top:5px;
    margin-bottom: 5px;
    overflow: hidden;
}

#newsBar
{
    width: 620px;
    left:0px;
    top:0px;
    display:inline;
    background-color: white;
    font: 10px/16px Verdana;
    float:left;
    margin-left: 0px;

}

#newsBarText 
{
   color: #666;
} 
#newsBarTitle 
{
   color: #000;
   font-weight: bold;
} 
.newsBarNews 
{
  display: none; 
}

/****************************************** 
   ACCORDION CONTROL PANEL
*******************************************/

#accordionControlPanel
{
    text-align:right;
    width:250px;
    height:16px;
    margin-right:40px;
    display:inline; 
    float:right; 
    margin-bottom:5px; 
    margin-top:5px;
}

#accorControlBtnDesc
{
    margin-right:0px;
    padding-top:0px;
    margin-top:0px;
    font:10px/16px Verdana;
    color:#666;
    vertical-align:top;
}

.accorControlButton
{
    cursor: pointer;
    vertical-align: top;
}

/****************************************** 
   CSS STYLES FOR TABS IN FILE index.html 
*******************************************/

#tabsContainer
{
   width: 960px;
   height: 172px; /* 32px for buttons and 140px for tab content*/
   margin-left: 40px;
   margin-bottom: 10px;
   background-color: #FFF;
}

#tabsWrapper
{
    margin: 0px;
    width: 960px;
    height:140px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

#tabsBtnBar
{
    height: 32px;
    width: 960px;
    background-color: #FFF;
}

.tabsBtn
{
   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 #65B31C;
}

.tabsDefaultTab
{
    display:none;   
}

.tabsSource
{
    display:none;   
}

.tabsGeneral 
{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    width:940px;
    margin: 0px;
    background-color:transparent;
    visibility:visible;
    left: 0px;
    top:200px;    
}

.tabsFeatureImageContainer
{
    float:left; 
    margin-right:10px;
    width:168px;
    height:112px;
    background-color:#000;
    border: 1px solid #333;
    padding: 3px;
    
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;       
}

.tabsThumbsContainer
{
    margin-top:9px; 
    border: 0px solid blue;
    margin-right: 3px;
}

.tabsThumb
{
    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;
}

.tabsThumb:hover
{
    border: 1px solid #222;
}

.tabsDesc
{
    font: 11px Verdana;
    color: #FFF;
    line-height: 140%; 
}

.tabsHeader
{
    margin-bottom: 5px; 
    font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 30px;
    color:#65B31C;
}


/****************************************** 
   ANNOUNCEMENT BOX AND SEPARATOR
*******************************************/  

.announcementBox
{
	margin-left:40px; 
	width:950px; 
	text-align:left; 
	padding: 30px 0px 0px 10px;
}

.announcementBox p
{
	padding-top:5px; 
	color:#888;
}

.announcementBox .readViewMoreBtn
{
	float:right; 
	position:relative; 
	top:-42px; 
	right:0px; 
	color:#65B31C;
}

.announcementBox .readViewMoreBtn:hover
{
	color:#FFF;
}

.separatorFullWidth
{
	background-image: url(../img/common/img/spliter-full-width-40.png); 
	margin: 0px 0px 10px 40px; 
	width:960px; 
	height:50px;
}


/****************************************** 
   SERVICES AND PRODUCTS, LAST NEWS LIST
*******************************************/  

#corporateInfoContainer
{
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 30px;
    border-top: 0px dotted #ccc;  
    border-bottom: 0px solid #FFF;
}

.columnServicesProducts
{
    display:block;
    float:left;
    color:#222;
    width:59%;
    padding-left:0px;
    padding-right:40px;
    margin-top: 10px;
    background-color: transparent;
    
    background-image: url('../img/index/spliterForGradient.jpg');
    /* background-image: url('../img/index/spliterForWhite.jpg'); */
    background-repeat:no-repeat;
    background-position: 100% 50%;  
    box-sizing: border-box;    
}

.columnLatestNews
{
    display:block;
    float:left;
    width:40%;
    padding-left:20px;
    padding-right:20px;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 150%;
    background-color: transparent;
    box-sizing: border-box;
}

.lastNews
{
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
	  padding-bottom: 9px;
    line-height: 10px;
    padding-top: 6px;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid #ECECEC;
    transition-duration: .2s;
}

.lastNews:hover
{
    background-color: #e8e8e8;
}

.lastNewsDate
{
    color: #65B31C;
    font: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 11px;
}  

.lastNewsTitle
{
    color: #333;
    font: 12px Verdana;
    margin-top: 3px;
    display: block;
}

.lastNewsText
{
    color: #888;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
	  line-height:130%;
    margin-top: 2px;
    display: block;
		word-wrap: break-word;
}   

.columnText
{
    padding-top: 15px;
    padding-left: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 150%;
}

.columnTextLastNews
{
    padding-top: 10px;
    padding-left: 0px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    font: 12px Verdana;
    line-height: 150%;
}


#servicesProductsHeader
{
    font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 10px;
}

#latestNewsHeader
{
    font: bold 28px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 10px;
}

 
/********************************************************************
    NEWS CSS
*********************************************************************/

#newsContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#newsContainer
{
    width:600px;
    float:left;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 60px;
}    

.newsLastImage
{
   border: 0px dotted red;
   position: relative;
   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;
    background-color: #FFF;
    display: block;   
}

.newsLastWrapper
{
    width: 600px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #000;
}

.newsLastImageDesc
{
   text-align:right;
   font: 9px Arial;
   color: #aaa;
   padding-right: 10px;
   float:right;
}

.newsLastDescWrapper
{
	padding:4px 15px 0px;
}

.newsLastDate
{
   text-align:left;
   font: 10px/12px Verdana;
   color: #FFF;
   width: 120px;
   padding-top:10px;
}

.newsLastTitle
{
   font: normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding: 0px;
   color: #65B31C;
}
.newsLastSubTitle
{
   font: 12px Verdana;
   padding: 0px;
   color: #ccc;
}

.newsLastText
{
    font: 11px Verdana;
    line-height: 140%;
    color: #FFF;
    margin-top: 15px;
}

.newsItemWrapper
{
    border-bottom: 1px solid #ECECEC;
    height: 120px;
    margin-bottom: 0px;
    cursor:pointer;
}

.newsItemWrapper:hover
{
    background-color: #eFeFeF;
}

.newsItemWrapper .imageWrapper
{
    float:left;
    padding-left: 10px;
    width: 106px;
    height: 96px;
    margin-top: 12px;
}

.newsItemWrapper .image
{
    height:90px;
    width:90px;
    padding:2px;
    border:1px solid #eee;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.newsItemWrapper .itemDesc
{
    height:96px;
    margin-top:11px;
    width: 480px;
    float:left;
    background-color:transparent;
    overflow: hidden;
}

.newsItemWrapper .itemDesc .date
{
   text-align:left;
   font: 10px/12px Verdana;
   color: #777;
   width: 280px;
   padding-top: 0px;
}

.newsItemWrapper .itemDesc .title
{
   font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding: 0px;
   color: #65B31C; 
}

.newsItemWrapper .itemDesc .text
{
    font: 11px Verdana;
	line-height:140%;
    color: #000;
    margin-top: 0px;
}


/********************************************************************
    NEWS PAGE CSS
*********************************************************************/

#newsPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#newsPageContainer
{
    width:600px;
    float:left;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 60px;
}    

.newsPageWrapper
{
    margin-top:15px;
}

.newsPageImage
{
   border: 0px dotted red;
   position: relative;
   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;
    background-color: #FFF;   
}

.newsPageTextWrapper
{
   font: 12px/16px Verdana;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.newsPageTextWrapper p
{
    text-indent: 0px;
}


/********************************************************************
    PORTFOLIO CSS
*********************************************************************/

#portoflioHeaderContainer
{
    width: 960px;
    margin-left: 40px;  
}

/* PAGE/IMAGE STATISTICS */

.portfolioStatisticsContainer
{
    height:20px;
    border:0px solid red;
}

.portfolioStatisticsContainer .pageStatsWrapper
{
    float:left;
}

.portfolioStatisticsContainer .imageStatsWrapper
{
    float:right;
}

.portfolioStatisticsContainer #hoveredImageIndex
{
    color:#bbb;
    font:12px Verdana;
}

.portfolioStatisticsContainer #numberOfImages
{
    color:#aaa;
    font:16px Verdana;
}

.portfolioStatisticsContainer #pageNumber
{
   color: #bbb;
   font: 12px Verdana;
}

.portfolioStatisticsContainer #pageCount
{
   color: #aaa;
   font: 16px Verdana;
} 

/* PORTFOLIO */
    
#portfolioContainer
{
    width:960px;
    min-height: 610px;
    margin-bottom : 0px;
    margin-left: 40px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
		padding-bottom: 30px;
}

.portfolioPage { z-index: 999; }

.portfolioPage, .nextportfolioPage, .prevportfolioPage
{
    background-color: #FFF;  
    left: 0px;
    top: 0px;
}

.portfolioProjectWrapper
{
    width: 319px;
		overflow: hidden;
		float: left;
		padding-bottom: 15px;
		position: relative;
		border-bottom: 1px solid #eee;
		max-height: 575px;
		min-height: 575px;
}

.portfolioProjectWrapper:nth-child(3n){
		border-right: 0;
}

.borderWhite
{
    border-right: 1px solid #fff; 
}

.borderGray
{
    border-right: 1px solid #eee; 
}

.portfolioProjectWrapper .image
{
    width: 290px;
    height: 290px;
    margin-left: 15px;
    margin-top: 0px;
    background-color: #fff;
    
    background-image: url('../img/common/ajax/loading2.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.portfolioProjectWrapper .image:hover
{
    opacity:0.9;
    filter:alpha(opacity=90); /* for IE*/ 
}

.portfolioProjectWrapper .imageDesc
{
   font: 9px Arial;
   color:#666;
   text-align: right;
   padding-right: 15px;
   margin-top: 4px;
}

.portfolioProjectWrapper .title
{
    color: #65B31C;
    font: 25px Verdana;
    padding-left: 15px;
    margin-top: 5px;
}

.portfolioProjectWrapper .subtitle 
{
    color:#999;
    font:12px Verdana;
    padding-left: 15px;
}  

.portfolioProjectWrapper .desc
{
    font-size:12px;
		line-height:150%;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
		margin-bottom: 30px;
		font-family: 'Open Sans', sans-serif;
}

#portfolioControlPanel
{
    width: 960px;
    margin-left: 40px;
    height: 37px;
    border: 0px solid red;
    margin-top: 20px;
    text-align: center;
    position: relative;
		padding-bottom: 23px;
}


#portfolioPrevPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none; 
    transition-duration: .2s;    
}
  
#portfolioPrevPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

#portfolioNextPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;    

    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
    transition-duration: .2s;  
}

#portfolioNextPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
} 

/* OTHER PORTFOLIOS */
 
#portfolioContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.portfolioOtherHeader
{
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #65B31C;
    margin-left: 0px;
    margin-bottom: 20px;
}

.portfolioListContainer
{
    margin-top:0px;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom:40px;
    border: 0px solid #aaa;
    float:left;
}
    

.portfolioListItemContainer
{
    width: 600px;
    margin-bottom: 50px;
}
    
p.portfolioListItemDesc
{   
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    font: 12px Verdana;
    line-height: 150%;
    color: #000;
}
        
.portfolioListItemImage
{
    height: 120px;
    border: 0px solid #aaa;
    background-color: #FFF;
        
    background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    

/********************************************************************
    PORTFOLIO PAGE CSS
*********************************************************************/

#portfolioPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#portfolioPageContainer
{
    width:600px;
    float:left;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 60px;
}    

.portfolioPageWrapper
{
    margin-top:15px;
}

.portfolioPageImage
{
   border: 0px dotted red;
   position: relative;
   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;
    background-color: #FFF;   
}

.portfolioPageImgSeparator
{
  float:left;
  margin-right: 10px;
  position: relative;
  top:6px;
  width:4px;
  height:4px;
  background-image: url('../img/common/squere/4x4gray.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.portfolioPageCommentsField
{
    margin-top: 15px;
    margin-bottom: 5px;
    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;                        
}

.portfolioPageText
{
   font: 12px/16px Verdana;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.portfolioPageText p 
{
    text-indent: 0px;
}


/********************************************************************
    POST PAGE CSS
*********************************************************************/

#postPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#postPageContainer
{
    width:600px;
    float:left;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 60px;
}    

.postPageWrapper
{
    margin-top:15px;
}

.postPageImage
{
   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;
    background-color: #FFF;   
}

.postPageTextWrapper
{
   font: 12px/16px Verdana;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.postPageTextWrapper p
{
    text-indent: 0px;
}

.postCommentsField
{
    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;                        
}

#recentPostList
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.postRecentWrapper
{
    height: 168px;
    padding-left: 10px;
    width: 590px;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
    cursor:pointer;
}

.postRecentWrapperLast
{
    height: 168px;
    padding-left: 10px;
    width: 590px;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 0px solid #eee;
    cursor:pointer;
}

.postRecentWrapperLast:hover
{
   background-color: #eee;
}

.postRecentWrapper:hover
{
   background-color: #eee;
}

.postRecentImageWrapper
{
    height: 140px;
    width: 320px;
    border: 1px solid #eee;
    padding: 3px;
    margin-top: 10px;
    float:left;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif'); ;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.postRecentDescWrapper
{
    height:148px;
    width:240px;
    float:left;
    padding-left:10px;
    padding-right:10px;
    font:11px Verdana;
	line-height:140%;
    color:#000;
    margin-top:10px;
}

.postRecentDateComments
{
   text-align:left;
   font:10px/12px Verdana;
   color:#000;
   width:280px;
   padding-top:5px;
}

.postRecentTitle
{
    color: #65B31C;
    font: 20px Verdana;
    padding-bottom:5px;
}

.postLeaveReplayContainer
{
    margin-top: 15px;
} 



/********************************************************************
    SERVICES CSS
*********************************************************************/
     

#servicesContentContainer
{
  width: 960px;
  margin-left: 40px;
  margin-top: 20px;
}

 
#servicesContainer
{
    width: 600px;
    float:left;
    padding-bottom: 25px; 
}

#servicesSmallInfo
{
    width: 960px;
    min-height: 300px;
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 40px;
}

#servicesSmallInfo .column
{
    width: 460px;
    background-color:transparent;
}

#servicesSmallInfo .item
{
    width: 460px;
    height: 110px;
    background-color: #FFF;
    margin-bottom: 15px;
}

#servicesSmallInfo .desc
{
    width: 330px;
    height: 100px;
    float: left;
}

#servicesSmallInfo .text
{
    font:11px Verdana;
	line-height:150%;
    color:#000;
    margin-top: 5px;
}

#servicesSmallInfo .title
{
    font: 20px Verdana;
    color: #65B31C;
} 

#servicesSmallInfo .image
{
    width: 100px;
    height: 100px;
    padding: 3px;
    border:0px solid #eee;
    float:left;
    margin-right: 10px;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%;
}

#servicesBigInfo
{
    width: 960px;
    min-height: 400px;
    background-color: #fff;
}

#servicesBigInfo .item
{
    width: 960px;
    min-height: 250px;
    padding-top:15px;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
    background-color:transparent;
}

#servicesBigInfo .image
{
    width: 320px;
    height: 240px;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #ddd;
    float: right;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat:no-repeat;
    background-position: 50% 50%;    
}

#servicesBigInfo .desc
{
    height: 248px;
    width: 600px;
    float: left;
    font: 11px Verdana;
    line-height: 150%;
    color:#000;
}

#servicesBigInfo .title
{
    font: 28px Verdana;
    color: #65B31C;
}

#servicesBigInfo .subtitle
{
    font: 14px Verdana;
    color: #999;
    margin-bottom: 10px;
}

/****************************************** 
   FEATURES LIST
*******************************************/

#featuresContainer
{
    width: 960px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: 170px;   
    overflow: hidden;
    background-color: #FFF;
 }

.featureWrapper
{
    width:  319px;
    height: 150px;
    border-right: 1px solid #eeeeee;
    margin-top: 10px;
    float: left;
}

.featureWrapperLast
{
    width:  319px;
    height: 140px;
    margin-top: 10px;
    float: left;
    border-right: 1px solid #FFF; 
}

.featureTitle
{
    font: normal 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #65B31C;
    margin-left: 16px;
}

.featureText
{
    font: 11px Verdana;
    color: #555;
    line-height: 150%;
    display: block;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.featureImageContainer
{
    margin-left: 16px;
}

.featureImage
{
    padding:3px;
    border: 1px solid #E0E0E0;
}


nav {
		width: 100%;
		margin-bottom: 25px;
}

nav ul {
		padding: 0;
		float: left;
		margin: 10px 45px;
}

/* nav li:last-child {
		float: right;
} */

nav li{
	margin: 0 2px; /* Add some horizontal spacing */
	display: inline-block;
	*display: inline; /* IE7 and below */
	zoom: 1;
}

nav a{
	display: inline-block;
	position: relative;
	padding: 8px 15px;
	border: 2px solid #fff;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #fff);
	background-image: -moz-linear-gradient(top, #eaeaea, #fff); 
	background-image: -ms-linear-gradient(top, #eaeaea, #fff); 
	background-image: -o-linear-gradient(top, #eaeaea, #fff);
	background-image: linear-gradient(top, #eaeaea, #fff);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0 rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);
}

nav a:hover{
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: -moz-linear-gradient(top, #eee, #fff); 
	background-image: -ms-linear-gradient(top, #eee, #fff); 
	background-image: -o-linear-gradient(top, #eee, #fff);
	background-image: linear-gradient(top, #eee, #fff);		
}	

nav a:active, nav a.active {
	top: 1px;  /* Simulate the push button effect */
	background: #f5f5f5;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 1px 0px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
}

nav a::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	background-color: #e3e3e3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #e3e3e3, #f7f7f7);
	background-image: -moz-linear-gradient(top, #e3e3e3, #f7f7f7); 
	background-image: -ms-linear-gradient(top, #e3e3e3, #f7f7f7); 
	background-image: -o-linear-gradient(top, #e3e3e3, #f7f7f7);
	background-image: linear-gradient(top, #e3e3e3, #f7f7f7);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;		
}

nav a:active::before{
	top: -11px; /* Hey you, don't move! */
}


#sidebarMiniSliderContainer .placement_diagram {
		margin-bottom: 25px;
		margin-top: 15px;
}

.placement_diagram {
		width: 259px;
		height: 290px;
		background-image: url(../img/brian.png);
		background-repeat: no-repeat;
		margin: 5px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
}

.placement_diagram .anode {
		width: 30px;
		height: 30px;
		position: absolute;
		background-color: red;
		border-radius: 30px;
}

.placement_diagram .cathode {
		width: 30px;
		height: 30px;
		position: absolute;
		background-color: black;
		border-radius: 30px;
}

.cathode, .anode { 
	cursor: pointer; 
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
}

.article {
		width: 100%;
		padding: 0 40px 40px;
}

span.icon_holder {
		margin-left: 7px;
}

i.success {
		color: #00CC00;
}

i.error {
		color: #C00000;
}

.alerts {
  margin: 20px;
  margin-left: 0;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif; 
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}

.rate_up {
		float: left;
		color: #57a957;
		font-size: 28px;
		margin-top: 15px;
		margin-left: 15px;
}

.rate_up:hover {
		color: #62c462;
		cursor: pointer;
}

.rate_down {
		float: right;
		color: #c43c35;
		font-size: 28px;
		margin-right: 15px;
		margin-top: 15px;
}

.rate_down:hover {
		color: #ee5f5b;
		cursor: pointer;
}

#sidebarMiniSliderContainer .rate_up, #sidebarMiniSliderContainer .rate_down {
		margin-bottom: 25px;
}

form[name=comment] textarea, form[name=post_reply] textarea {
		width: 500px;
		height: 150px;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin-top: 25px;
		margin-bottom: 5px;
		padding: 10px;
}

/* .button {
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
		background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
		background-color:#9dce2c;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
		-webkit-border-top-right-radius:0px;
		-moz-border-radius-topright:0px;
		border-top-right-radius:0px;
		-webkit-border-bottom-right-radius:0px;
		-moz-border-radius-bottomright:0px;
		border-bottom-right-radius:0px;
		-webkit-border-bottom-left-radius:0px;
		-moz-border-radius-bottomleft:0px;
		border-bottom-left-radius:0px;
		text-indent:0;
		border:1px solid #83c41a;
		display:inline-block;
		color:#ffffff;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		font-style:normal;
		height:40px;
		line-height:40px;
		text-decoration:none;
		text-align:center;
		cursor: pointer;
		text-shadow:1px 1px 0px #689324;
		padding-left: 10px;
		padding-right: 10px;
}

.button:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
		background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
		background-color:#8cb82b;
}

.button:active {
		position:relative;
		top:1px;
} */

#admin_panel {
	
}

#placement_admin {
		width: 280px;
		height: 290px;
		background-image: url(../admin/10-20placement.gif);
		border: 2px solid #000;
		position: relative;
}

#placement_admin #placement_background {
		background-image: url(../img/brian.png);
		background-repeat: no-repeat;
		width: 259px;
		height: 290px;
		margin: 0 auto;
		opacity: 0.4;
    filter: alpha(opacity = 40); /* For IE */
}

#placement_admin .anode {
		width: 20px;
		height: 20px;
		position: absolute;
		background-color: red;
		border-radius: 30px;
		display: block;
		visibility: hidden;
}

#placement_admin .cathode {
		width: 20px;
		height: 20px;
		position: absolute;
		background-color: black;
		border-radius: 30px;
		display: block;
		visibility: hidden;
}

textarea[name=info] {
		height: 200px;
		width: 450px;
}

#articlesContainer span.post {
		float: right;
		width: 450px;
		font-size: 14px;
}

#articlesContainer span.forum_poster {
		float: left;
}

.single_post {
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
}

.load_more_reddit {
		text-align: center;
		margin-top: 10px;
		cursor: pointer;
}

.qtip-light .qtip-content {
		font-size: 32px;
		padding: 9px 9px;
}

.qtip-light.login .qtip-content {
		font-size: 18px;
		padding: 15px;
}

.remove_side_effect, .add_side_effect {
		cursor: pointer;
}


.rating_area {
		position: absolute;
		bottom: 10px;
		display: block;
		width: 319px;
		margin-top: 20px;
}

h1, h2, h3, h4 ,h5 ,h6, .h1Thin, .h2Thin, .h3Thin, .h4Thin, .h5Thin, .commonPageTitle, .commonItemHeader, .sidebarPopularContainer .header, .galleryOtherHeader, .galleryListItemContainer h1, #servicesProductsHeader, #latestNewsHeader, .portfolioOtherHeader, .postRecentTitle, #servicesBigInfo .title, #servicesSmallInfo .title {
		font-family: 'Roboto Condensed', sans-serif !important;
}

.sticky_menu {
		background: #f5f5f5;
		position: fixed;
		top: 0;
		left: 50%;
		width: 1040px;
		margin-left: -520px;
		height: 55px;
		border: 1px solid #A5A5A5;
		border-top: 0;
		padding: 5px 10px 0;
		box-sizing: border-box;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		background-image: -webkit-linear-gradient(top, #e3e3e3, #f7f7f7);
		display: none;
}

a#logo span {
	display: block;
	background: url("../img/shine.png") -60px -80px no-repeat;	

	transition-property: all;
	transition-duration: .8s;

	height: 70px;
	width: 91px;
}

a#logo:hover span {
	background-position: 100px 100px;
}

a#logo span {
	border-radius: 50%;
}

table.matrix {	
		border-spacing: 0;
		border-collapse: collapse;
		margin-bottom: 45px;
		border: 1px solid #ccc;
		font-family: 'Open Sans', sans-serif;
}

table.matrix thead {
		border-bottom: 1px solid #ccc;
		font-size: 12px;
}

table.matrix thead tr {
		background: #edeff0;
}

table.matrix thead tr th {
		padding: 5px;
}


table.matrix thead tr th[class$="grade"], table.matrix tbody tr td[class$="grade"] {
		text-align: center;
		font-size: 16px;
		color: #FFF;
		padding: 7px;
		vertical-align: middle;
		border-bottom: 1px solid #eee;
}

table.matrix thead tr th.a_grade, table.matrix tbody tr td.a_grade { 
    background-color: #1da7bd;
}

table.matrix thead tr th.b_grade, table.matrix tbody tr td.b_grade {
		background-color: #56bdce;
}

table.matrix thead tr th.c_grade, table.matrix tbody tr td.c_grade {
		background-color: #8ed3de;
}

table.matrix thead tr th.d_grade, table.matrix tbody tr td.d_grade {
		background-color: #c6e9ee;
}
