/* Reset */
html, body {
	height: 100%;
}
html, body, td, th, form, ul {
	margin: 0;
	padding: 0;
}
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
table {
	border: none;
	border-collapse: collapse;
    border-spacing: 0;	
}
img	{
	border: none;
}
ul {
	list-style: none;
}
a {
	color: #0a71bf;
    background: transparent;	
}
a:hover
a:active {
    outline: 0;
}

/* Clear */
.clearfix:after {
    content: " ";
    display: table;
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* Page */
body {
    font: 100%/1.375 Helvetica, Arial, sans-serif;
    background: #FCFCFB;
    color: #333;
}

/* Advertisements */
#advertisement {
    position: relative;
    height: 60px;
    overflow: hidden;
}
.adv-content {
	display: block;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
}
.adv-content:after {
    content: " ";
    position: absolute;
    top: 59px;
    left: -10px;
    width: 100%;
    padding: 0 10px;
    border-top: 1px dashed #999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/* Footer */
#footer {
    position: relative;
    overflow: hidden;
    background: #F2F2F0;
    border-top: 1px solid #CCC;
    color: #808080;
}
#footer:before {
    content: " ";
    position: absolute;
    top: -20px;
    left: -10px;
    width: 100%;
    height: 20px;
    padding: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.foot-content {
    width: 980px;
    margin: 0 auto;
    padding: 25px 0 30px;
    overflow: hidden;
}
.foot-about {
    float: left;
    width: 280px;
}
.foot-projects {
    float: left;
}
.foot-main {
    margin: 0 0 15px;
}
.foot-aux {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}
.foot-site {
    margin: 0 0 3px;
    color: #999;
}
.foot-link {
    color: #666;
}
.foot-counters {
    float: right;
}
.foot-rambler {
    opacity: 0.3;
    filter: alpha(opacity: 30);
}