/* CSS RESET (YUI) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* Some other reset that was apparent before the redo, not sure if it's valid...some of it looks dangerous */
li {	list-style: none; }
abbr,acronym { font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input,button,textarea,select { *font-size: 100%; }
div { overflow: hidden; }
strong, b{ font-weight: bold; }
p{ margin-bottom:1.5em; line-height:1.5em; font-size:1em; }
input#button{ cursor: pointer; }
div{
 overflow:hidden;
 }
/* END RESET */
.content{
	width: 740px;
	margin: auto;
}
body {
	margin:0;
	background-color: #000;
	font-size: 12px;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color: #ffffff;
	
}

a{
	
	color:#ccc;
	line-height:20px
}

a:hover {
	color:#fff;
}
.logo{
	float: left
}
div h1{
	margin: 0 0 20px;
}
.main-txt-pardon{
	float: left;
padding: 60px 0 0 40px;
}
.main-txt-pardon {
font-size:19px;
	}
.columns{
	padding: 30px 0 0 0;
	clear: both;
}

.info{
	color:#fff;
	letter-spacing:.5px;
	width:235px;
	float: left;
	border-right: 1px solid #666;
	margin: 0 20px 0 0;
	height: 170px;

}

.blog {font-weight:bold; text-decoration:none; float:left; width: 300px;}
.blog a{ text-decoration:none; }

.collab { padding: 0 0 0 10px; border-top: 1px solid #333;  width: 210px;  
float: left;
}
.main-buy{
	float: left;
	width:235px;
	border-right: 1px solid #666;
	margin: 0 20px 0 0;
	height: 170px;
	
}
.collab{ border: none; }

.footer{
	clear: both;
	padding-top: 107px;
}
.copyright{
	float: right;
	width:300px;
	text-align:right;
}
