/* collection 4 */

/* Highlight color #ff01bc, #fbb8ca*/
body{
  background-color: #000000;
  font-family:  Arial;
  font-size: 13px;
  font-weight: normal;
  color: #b4b3b3;
 /* line-height: 1.3; */
  margin: 0px;
  padding: 0px;  
  }
  
a {

font: normal 12px Arial;
color: #2EA9E1;
text-decoration: underline;
}

a:hover {

font: normal 12px  Arial;
color: #0092df;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

hr{
color: #b4b3b3;
}

h1, h3, h4, h5 {

    color: #b4b3b3;
    margin: 0px;
}

h1 {
    font-size: 31px;
}

h2 {
    font: 22px Arial;
	color: #2EA9E1;
	margin: 0px;
}

h3 {
    font: 18px Arial;
/*	color: #2EA9E1; */
	margin: 0px;
}

#header {
background-color: #1E1E1E;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

#main{
  padding: 0px;
  background-color: #1E1E1E;
  font-weight: normal;
}


#menu {
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}


#menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}
 
 #sidebar {
  padding: 0px;
  background-color: #292929;
  font-size: 12px;  
/*line-height: 1.6; */
  font-weight: bold;
  color: #000000;
}

#sidebar a{
  font-size: 10px; 
  color: #bb3b25!Important;   /*ff6633*/
 }
 
#sidebar a:hover {
  color: #444;
}

#sidebar .def {
	cursor: default;
	text-decoration: underline;
	border-bottom: 1px solid #545454;
}


#toolbar a:hover {
border: solid 2px #936;
}
 
#footer {
background-color: #1E1E1E;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.white-text {
color: #FFFFFF;
}

.blye-text-underline {
color: #2EA9E1;
text-decoration: underline;
}

.blye-text-regular {
color: #2EA9E1;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}

#portfolio {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	 width: 550px; 
}

.samples img {
	margin-right: 0px;
	margin-bottom: 7px;
	border: 0px solid #ebeae8;
}

.portfoliolist ul {
	margin: 0;
	padding: 0;
}

.portfoliolist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

/* @group Thumbnail Opacity */

a:hover.thumbnailopacity img {
	opacity: 1.00;
	filter:alpha(opacity=100);
}

.thumbnailopacity img {
	opacity: 0.80;
	filter:alpha(opacity=80);
}

/* @end */
 
}