

html, body {
}

html {
}

body {
	font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color:#FFF;
	text-decoration: none;
	-webkit-transition: color 0.20s ease-out;
	-o-transition: color 0.20s ease-out;
}

a:hover {
	color:#666;
	-webkit-transition: color 0.10s ease-in;
	-o-transition: color 0.10s ease-in;
}

a:focus {
	outline: 0;
}


/* #1 Layout Structure */




.wrapper {
	
	width:1000px;
}



.clear-float {
	clear:both;
}

	



/* #8 Footer */

.footer {
	background: #000;
	color:#d1d1d1;
	line-height:17px;
	font-size:12px;
	clear: both;
}

.footer .footer-block {
	padding:12px 18px;
	float:left;
	height:134px;
}

.footer-block h2 {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 2px 15px;
	margin-bottom:5px;
}

.footer-block ul.list-archive {
	display:block;
	font-size:10px;
	font-weight:normal;
	padding:0px 0px 2px 9px;
	list-style:none;
}

.footer-block ul.list-archive li a {
	display:block;
	color:#9b9993;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	padding-left:6px;
}

.footer-block ul.list-archive li a:hover {
	color:#d1d1d1;
}


.footer-block p {
	width:204px;
	display:block;
	color:#d1d1d1;
	padding-bottom:20px;
}

.footer-block .footer-social-icon img {
	width:35px;
	height:35px;
	margin-right:4px;
	background-color:#000;
	background-image:url(../images/social-icon-bg.png);
	background-position:top left;
	-webkit-transition: background-color 0.20s linear;
	-o-transition: background-color 0.20s linear;
}

.footer-block .footer-social-icon:hover img {
	-webkit-transition: background-color 0.10s linear;
	-o-transition: background-color 0.10s linear;
}

.footer-block .footer-social-icon.foot-icon-facebook:hover img {
	background-color:#4667a4;
}

.footer-block .footer-social-icon.foot-icon-twitter:hover img {
	background-color:#33b5cd;
}

.footer-block .footer-social-icon.foot-icon-digg:hover img {
	background-color:#467edb;
}

.footer-block .footer-social-icon.foot-icon-google:hover img {
	background-color:#d95445;
}

.footer-block .footer-social-icon.foot-icon-rss:hover img {
	background-color:#f39633;
}


.footer-split {
	background:url(../images/footer-split.png) no-repeat center right;
}

a.view-more {
	display:block;
	font-size:10px;
	color:#908b89;
	float:right;
}

a.view-more:hover {
	color:#c4c0be;
}

