@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	background: #F8F8F8;
}

a {
	color: #080808;
	text-decoration: none;
}

a:hover {
	color: #4099FF;
	-webkit-transition: color .18s linear;
	transition: color .18s linear;
}

h3 {
	margin-bottom: 0px;
	margin-top:0px;
}

.ad {
	margin:0px auto;
	width:300px;
	height: 250px;
	border: solid #ddd 1px;
	background: #efefef;

}

#ad-container {
	width:320px;
	height:520px;
	margin-left:590px;
	position:fixed;
}

#top {
	position:fixed;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid black;
	background: #282828;
}

#logo {
	background: url('images/logo.png') no-repeat;
	height: 45px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#logo:hover {
	cursor: pointer;
}

#container {
	width: 570px;
	float:left;
	background: #F8F8F8;
}

#more {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #787878;
	background: #eee;
	text-align: center;
	overflow: hidden;
	display: inline-block; /* Necessary to trigger "hasLayout" in IE */
	display: block;
	box-shadow: 0px 3px 5px #888888; /* shadow */
	/* corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#more:hover {
	background: #fff;
	cursor: pointer;
}

#footer {
	margin-top: 15px;
	color: white;
	text-align: center;
	padding: 15px;
	height: 20px;
	border-top: 2px solid black;
	background: #282828;
}

.comments {
	font-size: 12px;
	color:#666;
}

.comments a {
	color: #666;
	text-decoration: none;

}

.comments a:hover {
	text-decoration: underline;
}

#main-container {
	width:910px;
	margin:0 auto;

}

.subreddit {
	font-size: 12px;
}

.post {
	overflow: hidden;
	display: inline-block; /* Necessary to trigger "hasLayout" in IE */
	display: block;
	width: 570px;
}

.media {
	float: left;
	width: 570px;
	margin-top: 10px;
}

.postRight {
	float: left;
	margin-left: 15px;
	width: 295px;
}

.linePadding {
	margin-top:20px;
	width:570px;
	height:20px;
	border-top: solid 1px #ddd;
	background: #F8F8F8;
}

.voteBox {
	width: 100px;
	height: 75px;
	background: #efefef;
	padding: 10px;
	box-shadow: 0px 1px 2px #000; /* shadow */
	margin-top: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.arrows {
	overflow: hidden;
	display: inline-block; /* Necessary to trigger "hasLayout" in IE */
	display: block;
	width: 100px;
	height: 50px
}

.uparrow {
	float: left;
	width: 50px;
	background: url('images/upvote.png');
	height: 50px;
}

.uparrow:hover {
	background: url('images/upvote-ro.png');
}

.downarrow {
	float: left;
	width: 50px;
	background: url('images/downvote.png');
	height: 50px;
}

.downarrow:hover {
	background: url('images/downvote-ro.png');
}
