/* http://www.colourlovers.com/pattern/2460286/Stregattos_Garden */

#wrapper {
	background: #fff;
	margin: 0 auto;
	max-width: 50em;
}

#content img {
	max-width: 100%;
}

/* Hide the main nav for mobile widths */
#main {
	display: none;
}

footer {
	display: none;
	padding: 1.5em 0;
	text-align: center;
	color: #777;
	background-color: #333;
	-webkit-border-radius: 0 0 0.55em 0.55em;
	-moz-border-radius: 0 0 0.55em 0.55em;
			border-radius: 0 0 0.55em 0.55em;
}

body {
	font-family: helvetica, sans-serif;
	background-color: #fff;
	padding: 0;
}

form {
	padding: 0.5em;
}

input, select, textarea, button {
	-webkit-border-radius: 0.3em;
	   -moz-border-radius: 0.3em;
	        border-radius: 0.3em;
}

textarea {
	width: 100%;
	/* resize: vertical; */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

textarea.autogrow {
	height: 38px;
	max-height: 15.625em;
	outline: none;
	overflow: auto;
	resize: none;
}

pre {
	margin: 0 10px 10px;
}

a,
a:visited {
	color: #001329;
}

a:hover {
	color: #225942;
}

a.btn {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
}

p {
	padding: 0.5em;
	margin: 0.5em 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
	margin: 0 0.5em;
}

.alert {
	margin: 0.5em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-info {
	/* background-color: #eee; */
	border-top: 0.3em solid #eee;
}

.post-info .new-post {
	color: red;
}

.post-new {
	color: #ff0000;
}

.post-text {
	color: #777;
	word-wrap: break-word;
	margin-left: 3em;
}

.post-text img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 0.55em;
	   -moz-border-radius: 0.55em;
	        border-radius: 0.55em;
}

.imdb-poster {
	max-width: 80px;
	float: left;
}

.imdb-details {
}

.imdb-description {
	display: block;
}

blockquote {
	background: transparent url(/static/img/quote.png) no-repeat scroll 0 0;
	border-left: 0;
}

blockquote p {
	margin-left: 1em;
	/* Override Bootstrap */
	font-size: 14px;
	line-height: inherit;
}

article.movie {
	margin-left: 0.5em;
}

.thumbnail {
	margin-right: 0.5em;
}

#infscr-loading {
	margin: 0 auto;
	text-align: center;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	margin-left: 0;
	margin-right: 0;
}

.avatar {
	float: left;
	width: 2em;
	height: 2em;
	/* margin: 0.5em; */
	padding: 0.5em;
	background-color: #fff;
	-webkit-border-radius: 0.1875em;
		-moz-border-radius: 0.1875em;
			border-radius: 0.1875em;
}

@media only screen and (min-width: 768px) {
	/* Hide the main nav for mobile widths */
	#main {
		display: block;
	}

	#wrapper {
		top: 0px !important;
		width: 40em;
		margin: 4em auto;
		padding: 0;
		-webkit-box-shadow: 0 0 0.5em -0.1em #000;
		   -moz-box-shadow: 0 0 0.5em -0.1em #000;
				box-shadow: 0 0 0.5em -0.1em #000;
		-webkit-border-radius: 0.55em;
		   -moz-border-radius: 0.55em;
				border-radius: 0.55em;
		background-color: #fff;
	}

	body {
		background-image: url(/static/img/bg.png);
	}

	footer {
		display: block;
	}

	nav {
		color: #777;
		padding: 1.5em;
		background-color: #333;
		-webkit-border-radius: 0.55em 0.55em 0 0;
		-moz-border-radius: 0.55em 0.55em 0 0;
				border-radius: 0.55em 0.55em 0 0;
	}

	nav ul,
	nav li {
		display: inline;
	}

	nav a,
	nav a:hover,
	nav a:visited {
		color: #777;
		text-decoration: none;
		margin: 0.5em;
		padding: 0;
		-webkit-border-radius: 0.55em;
		-moz-border-radius: 0.55em;
		border-radius: 0.55em;
	}

	nav a:hover {
		color: #aaa;
		text-decoration: underline;
	}

	nav a.active {
		color: #fff;
	}

	article .btn {
		display: inline-block;
	}

	.post-text {
		/* margin-left: 4.5em; */
		margin-left: 1.5em;
	}

	.avatar {
		float: left;
		width: 4em;
		height: 4em;
		margin: 0.5em;
		margin-left: -3em;
		padding: 0.3em;
		background-color: #fff;
		-webkit-border-radius: 0.1875em;
		   -moz-border-radius: 0.1875em;
				border-radius: 0.1875em;
		-webkit-box-shadow: 0 0 0.5em -0.1em #000;
		   -moz-box-shadow: 0 0 0.5em -0.1em #000;
				box-shadow: 0 0 0.5em -0.1em #000;
	}
}
