html {
    height: auto;
}

body {
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font: 400 0.8em verdana, arial, sans-serif;
    line-height: 120%;
    color: #555;
/*    background-image: url(../images/YH-logo.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment:fixed;*/
}

h1 {     
	color: #300;
	line-height: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 58px;
	text-shadow: 1px 1px 8px #aaa;
}

h2 {
	color: #300;
	font-style: normal;
	font-weight: lighter;
	font-size: 24px;
	line-height: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-shadow: 1px 1px 8px #ccc;
}

h2 a {
	color: #300;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	color: #636;
	line-height: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-shadow: 1px 1px 6px #ccc;
}

a {
	color: #606;
	text-decoration: underline;
}

a:hover {
    color: #606;
    text-decoration: underline;
}

b {
    color: #555;
    font-weight: bold;
}

ol, ul {
    margin: 10px 20px 10px 12px;
    padding: 0px 5px 0px 10px;
}

ol {
    color: #0C0;
}

ol span {
    color: #0EE;
}

ul {
	list-style: outside;
}

li {
	margin-top: 2px;
}

img.floatRight {
    margin: 5px 0px 10px 0px;
    border: 2px solid #DDD; 
}

img.floatLeft {
    margin: 5px 5px 10px 0px;
    border: 2px solid #DDD; 
}

img.noBorder {
    margin: 3px 3px 3px 3px;
    border: none; 
}

a img {    
    border: 2px solid #BBB;
}

a:hover img {    
    border: 2px solid #606;
}

.logo {
	float:left; 
}

.titleBackground {
	float:left; 
	margin-left: 0px;
	width: 1500px;
	background-color: #FFF;
	z-index: 1;
	position:fixed;
	box-shadow: 0px 4px 20px #ccc;
}

.title {
	margin-left: 170px;
}

.line {
	clear: both;
	border-top: dotted thin #EEE;
/*	background: url(../images/bgGradient.gif) repeat-x 0px 0px;*/
}

.portfolioItems {
	padding-top: 120px;
}

.groupHeadline {
	position: relative;
	padding: 25px 0px 0px 170px;
	clear: both;
}

.siteBlock {
	position: relative;
	padding: 25px 0px 15px 105px;
	clear: both;
}

.siteThumbnail {
	float: left;
	margin: 0;
	padding: 0;
}

.siteDescription {
	float: left;
	margin-top: 12px;
}

.siteVerticalText {
	float: right;
	text-align: center;
	height: 20px;
	width: 20px;
    color: #999;
 	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	text-shadow: 0px 0px 1px #555;
}

.drop-shadow {
	position:relative;
	float:left;
	width:335px;
	padding:1em; 
	margin:10px 20px 0px 65px; 
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute; 
	z-index:-2;
}

.perspective:before {
	left:80px;
	bottom:5px;
	width:50%;
	height:35%;
	max-width:200px;
	-webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.1);
	box-shadow:-80px 0 8px rgba(0, 0, 0, 0.1);
	-webkit-transform:skew(30deg);
	-moz-transform:skew(30deg);
	-ms-transform:skew(30deg);
	-o-transform:skew(30deg);
	transform:skew(30deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	transform-origin:0 100%;
}

.perspective:after {
	display:none;
}

.screenshotBlock {
	margin-left: 20px;
}

.footer {
	position: relative;
	padding: 25px 0px 15px 105px;
	color: #aaa;
	margin-left: 65px;
	clear: both;
}

