@import "reset.css";
body {
	font-family:Helvetica,Arial;
	font-size:12px;
	line-height:19px;
	color:#9c9f9f;
}
p {margin-bottom:11px;}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a {
	color:#f05a28;
	text-decoration:none;
}
#wrapper {
	width:940px;
	margin:auto;
}
#header {
	height:260px;
}
#header .logo {
	background-image:url("/images/logo.png");
	background-repeat:no-repeat;
	cursor:pointer;
	width:455px;
	height:139px;
	float:right;
	margin-top:35px;
}
.switcher {
	padding:10px 0;
	text-align:right;
	height:10px;
	cursor:pointer;
}
.support, .news .item {
	clear:both;
	border-top:solid 1px #e0e2dd;
}
.tags {
	height:45px;
	padding-top:5px;
}
.switcher a, .copyright, .copyright a, ul.social li a, .tags {
	color:#bababa;
}
.item h1 {
	font-size:36px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:40px;
	margin-bottom:20px;
}
.column {
	float:left;
}
.column.left {
	text-align:right;
	width:220px;
	margin-right:20px;
}
.column.right {
	width:700px;
}
.column.body {
	margin-bottom:80px;
}
.ingress h2 {
	color:#f05a28;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.review p, .ingress {
	color:#5a6060;
}
.body .content {
	float:left;
	width:300px;
	margin-right:20px;
}
.body .review {
	float:left;
	width:380px;
}
.copyright, .readmore, ul.social li a, .tags, .column.left, .review {
	font-size:10px;
	line-height:15px;
}
.review p {
	font-size:16px;
	line-height:22px;
	font-style:italic;
	margin-bottom:5px;
}
ul.social {
	clear:both;
}
ul.social li {
	display:inline;
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #dadada;
	font-size:10px;
}
ul.social li:last-child {
	border-right:0;
}
.static {
	clear:both;
	border-top:solid 4px #333;
}
.static .item {
	float:left;
	width:300px;
	margin-right:20px;
	margin-bottom:40px;
}
.static .item:last-child {
	margin-right:0;
}
.item h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.item h1, .item h3, h1 a, h3 a {
	color:#333;
}
.support .logo {
	background-image:url("/images/support.png");
	background-repeat:no-repeat;
	height:40px;
	width:240px;
	margin-bottom:60px;
}

.copyright {
	clear:both;
	margin-bottom:80px;
}

/* slideshow */
.slideshow {
	width:700px;
	height:300px;
	margin-bottom:15px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.slideshow ul {
	position:relative;
	width:99999999999px;
}
.slideshow ul li {
	display:inline;
	margin-right:10px;
}

/* misc */
.clear {
	clear:both;
}
#signup {
	margin:20px 0;
}
#signup input {
	color:#666;
	border:solid 1px #bababa;
	font-family:Helvetica,Arial;
	font-size:14px;
	line-height:14px;
	background-color:#fff;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:10px;
}
#signup input.submit {
	padding:6px 20px;
	border:none;
	background-color:#999;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

#signup input.submit:hover {
	background-color:#f05a28;
}