* { margin: 0; padding: 0; border: none; outline: none; list-style:none; text-decoration: none;}

/* Layout Position */

body {
	background:#fff;
	font: 11px "Lucida Grande", Helvetica, Arial;
	font-size: 11px;
	line-height: 19px;
	color: #333;
	}

#wrap{
	padding: 15px 0;
	width: 950px;
	margin:0 auto;
	margin-top: -20px;
	}
	
#gradient{
	margin:0;
	height: 50px;
	background-image:URL(http://dhtmlsite.com/gradient.gif) ;
	background-repeat:repeat-x;
}

#sidebar{
	width:205px;
	float:left;
	margin-right: 20px;
	margin-top: 5px;
        color: #666;
	}
	
	
#midwrap{
	width:710px; 
	display:block;
	float:right;
	margin-top: 20px;
	}
	
#top{
	border-bottom: 4px solid #bdc9dc; 
	text-align:center;
	display:block;
	padding:7px;
	background:#e0eaf6;
	margin:0;
	}
	
#right{
	width:200px;
	float:right;
	height: auto;
	padding:10px;
        color: #666;
	}

#gray{
	background-color: #efefef;
	margin: -10px;
	padding: 10px;
}

#footer {
	padding:10px;
	border-top:1px solid #ccc;
	font-size: 1.1em;
	color: #999;
	clear: both;
	display:block;
	margin:10px 0;
	}

#tutorials {
	width: 480px;
}

/* Other Styles */
h1 {
	font-size: 18px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
        color: #444;
	}

.line {
	border-bottom: 3px solid #bdc9dc;
	padding: 2px;
}

li {

	padding: 1px;
	margin-left: 3px;
}

.description {
	width: 400px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#padding {
	padding: 5px;
}

.avatar {
	float:left;
	border: 1px solid #ccc; 
	width: 51px; 
	height: 51px; 
	margin-top: 5px; 
	margin-right: 8px;
}

.listingline {
	border-top: 1px solid #b6d3ec;
	width: 390px;
	margin-top: 3px;
	height: 20px;	
}

#search {
	border: 1px solid #CCC;
	margin-left: 5px;
	padding: 2px;
	padding-left: 20px;
	background-image: URL(http://dhtmlsite.com/magnifier.gif) ;
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color: #666;
}

.arrow {
	margin-bottom: 3px; 
	padding-left: 10px; 
	background-position: center left; 
	background-image: URL(http://dhtmlsite.com/arrow.gif) ; 
	background-repeat:no-repeat;
}
/* Links */

.navlink li a:link, .navlink li a, .navlink li a:active {

	text-decoration: none;
        margin-left: 2px;
        color: #666;
}

.navlink li:hover {
	text-decoration: underline;
	font-weight: 600;
	background-color:#e0eaf6;
	border-left: 3px solid #bdc9dc;
	border-right: 3px solid #bdc9dc;
}

.title a:link, .title a, .title a:active {
	font-size: 18px;
	color: #4c7599;
	border-bottom: 1px solid #e0eaf6;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 3px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

.title a:hover {
	color: #333333;
}

#top a:link, #top a, #top a:active {
	color: #666;
	text-decoration: none;
	font-size: 125%;
}

#top a:hover {
	color: #000;
}

.com a:link, .com a, .com a:active {
	color: #333;
}

.com a:hover {
	color: #000;
        text-decoration: underline;
}

a:link, a, a:active {
	color: #333;
}

a:hover {
        text-decoration: underline;
        color: #000;
}

.description {
font: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
line-height: 150%;
}

.image {
opacity: 0.8;
filter: alpha(opacity=80);
text-align: center;
width: 100%;
}

.image:hover {
opacity: 1;
width: 100%;
filter: alpha(opacity=100);
}
