A.orangeLink:link
{
COLOR: #905025;
TEXT-DECORATION: none;
}

A.orangeLink:visited
{
COLOR: #905025;
TEXT-DECORATION: none;
}

A.orangeLink:hover
{
COLOR: #ff9900;
TEXT-DECORATION: none;
cursor: pointer;
}

A.homeLink:link
{
COLOR: #cccccc;
TEXT-DECORATION: none;
}

A.homeLink:visited
{
COLOR: #cccccc;
TEXT-DECORATION: none;
}

A.homeLink:hover
{
COLOR: #cc9900;
TEXT-DECORATION: none;
}
   
   
   
   
.myContainer {
	margin: 0 auto;
	max-width: 1190px;
	background-color: #d0d0d0;
}

.mainBg {
  background-color: #0d0d0d;
}





.sideDiv{
display: inline-block;
	background: #f0f0f0;
}

@media (max-width: 991px) {
    .sideDiv {
        background: #ffffff;
    }
}

@media (min-width: 992px){
    .sideDiv {
        background: #d0d0d0
    }
}

.sideDivThumb::-webkit-scrollbar {
    width: 3px;
    opacity: 0;
}

.sideDivThumb::-webkit-scrollbar-button {
    display: none;
}

.sideDivThumb::-webkit-scrollbar-thumb {
    border-radius:10px;
    background: rgba(0,0,0,.4);
}

.sideDivThumb::-webkit-scrollbar-track {
    border-radius: 10px;
}

.sideDivThumb::-webkit-scrollbar {
    display: none;
}

.sideDivThumb:hover::-webkit-scrollbar {
    display: block;
	height:10px;
}




/*       for the resume lists       */



.ulHistory {
  list-style-type: square;
  	font-size: 14px;
	color: #333333;
}

.note {
		font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	list-style-type: none;
}

.listTitle {
		font-size: 17px;
	color: #666666;
	font-weight: bold;
	list-style-type: none;
}

hr{
border:1px dotted #000;
margin-bottom: 10px;
}



/*       text styles       */

.copyright {
	font-size: 12px;
	color: #333333;
}

.figure-captionHome {
  font-size: 13px;
  color: #666666;
}

.sidebarText {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.sidebarTitle {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.sectionPre {
	font-size: 14px;
	color: #333333;
}

.sectionVideoData {
	font-size: 14px;
	color: #333333;
}

.mainText{
	font-size: 15px;
	color: #222222;
}

.sidebarTitle {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.sectionSubTitleYear {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

.sectionSubTitleDraw {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0;
	margin-bottom: 0;
}


.sectionSubTitle {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.sectionvideoYear {
	font-size: 20px;
	color: #666666;
}

.sectionTitle {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
		padding-bottom: 0;
	margin-bottom: 0;
}

.sectionVideoData li{
	list-style-type: square;
}

.sidebarText {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.thumbTitle{
color: #444;
font-size: 14px;
font-weight: bold;
padding: 0;
margin: 0;
}

.thumbTitleTransp{
color: rgba(0,0,0,0);
font-size: 16px;
font-weight: bold;
padding: 0;
margin: 0;
}

.thumbYear{
color: #999;
font-size: 12px;
font-weight: bold;
padding: 0;	
margin: 0;
}







.imageThumb{
 background: rgba(230, 230, 230, 1);
 height: 220px;
}

.galleryImg{
zzmin-width: 100px;
zzmax-width: 240px;
}

.thumbBg{
max-width: 240px;
min-width: 100px;
}

@media (max-width: 545px) {
    .thumbBg {
		max-width: 200px;
min-width: 170px;
    }
}








ul{
  list-style-type: square;
}

li{
	font-size: 14px;
}

.my-img-thumbnail{
	min-width: 120px !important;
	padding: 4px;
	border-radius:5px; 
	border: 1px solid #000000;
	background: rgba(255, 255, 255, 1);
}

.my-vid-thumbnail{
	min-width: 120px !important;
	padding: 4px;
	border-radius:5px; 
	border: 1px solid #000000;
	background: rgba(80, 144, 200, 1);
}



