/*
Theme Name: Nerve
Theme URI: http://wordpress.org/
Description: 
Version: 2.0
Author: Caleb Stauffer
Author URI: http://calebstaufferstyle.com
Tags:
*/



* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

html {
	background-color: #C8C8C8;
}

body {
	min-width: 950px;
	font-family: Arial;
	font-size: 14px;
	color: #888;
	padding-bottom: 15px;
	border: 15px solid #C8C8C8;
	background-color: #FFF;
}

p {
	margin-bottom: 15px;
}

a {
	outline: none;
}

img {
	border: none;
}

ul {
	margin-left: 40px;
}




.alignleft {
	float: left;
	display: inline;
}

	img.alignleft {
		margin: 15px 15px 15px 0;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	img.aligncenter {
		margin-top: 15px;
		margin-bottom: 15px;
	}

.alignright {
	float: right;
	display: inline;
}

	img.alignright {
		margin: 15px 0 15px 15px;
	}

.slide_fixed {
	position: relative;
}




.container {
	float: left;
	display: inline;
	width: 890px;
	margin: 30px 0 0 30px;
}

#header {
	float: left;
	display: inline;
	width: 890px;
}

	#header form {
		position: absolute;
		right: 25px;
		top: 25px;
		text-align: right;
	}
	
	#header input[type=text] {
		float: left;
		display: inline;
		width: 200px;
		padding: 3px 5px;
		border: none;
		border: 1px solid #EEE;
		color: #0099CC;
		font-size: 10px;
		outline: none;
		text-transform: uppercase;
	}
	
	#header input[type=submit] {
		float: left;
		display: inline;
		height: 21px;
		padding: 3px 10px 4px 10px;
		border: none;
		background-color: #EEE;
		color: #999;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		border: None;
	}

#logo {
	float: left;
	display: inline;
}

#nav {
	float: left;
	display: inline;
	margin: 20px 0 0 60px;
	list-style: none;
}

	#nav li {
		float: left;
		display: inline;
		height: 30px;
	}
	
		#nav li + li {
			margin-left: 30px;
			padding-left: 30px;
			border-left: 2px solid #E5E5E5;
		}
	
	#nav a {
		float: left;
		display: inline;
		margin-top: 8px;
		color: #999;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
	}
	
		#nav a:hover {
			color: #99CC00;
		}
		
		#nav a.cur {
			color: #0099CC;
		}
		
			#nav a.cur:hover {
				text-decoration: none;
			}

#content {
	float: left;
	display: inline;
	width: 890px;
	margin-top: 50px;
}

.post {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

	.post + .post {
		margin-top: 15px;
	}

.image {
	float: left;
	display: inline;
	width: 250px;
}

	.image img {
		width: 150px;
	}
		
.share {
	float: left;
	display: inline;
	width: 250px;
	height: 62px;
	margin-top: 10px;
	padding-left: 40px;
		width: 210px;
}

.share iframe,
.share div {
	float: left;
	display: inline;
	margin-right: 5px;
}

.fb-like {
	width: 45px !important;
}

.info {
	float: left;
	display: inline;
	width: 250px;
	padding: 10px;
		width: 230px;
	margin-top: 10px;
	background-color: #F6F6F6;
}

.tags {
	float: left;
	display: inline;
	width: 230px;
	text-align: center;
	line-height: 20px;
}

	.tags a {
		text-decoration: none;
		color: #999;
	}
	
		.tags a:hover {
			color: #0099CC;
		}
		
.bitly {
	float: left;
	display: inline;
	width: 250px;
	margin-top: 20px;
	text-align: center;
	color: #666;
}

	.bitly input {
		width: auto;
		color: #CCC;
		border: none;
		padding-bottom: 2px;
		border-bottom: 1px solid #EEE;
		text-align: center;
		outline: none;
	}
	
.pagetitle {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	color: #999;
	text-transform: lowercase;
	letter-spacing: 5px;
}
	
.posttitle {
	float: left;
	display: inline;
	width: 100%;
	border-top: 2px solid #F6F6F6;
	padding-top: 15px;
	color: #CCC;
	font-size: 30px;
	text-transform: lowercase;
	font-weight: normal;
}

	.posttitle a {
		color: #CCC;
		text-decoration: none;
	}
	
	.posttitle a:hover {
		color: #888;
	}
	
.date {
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	display: inline;
	padding: 4px 10px;
	font-size: 10px;
	background-color: #F6F6F6;
	color: #CCC;
	text-transform: uppercase;
	font-weight: normal;
}

.entry {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 10px;
	line-height: 24px;
}

.copyright {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 9px;
	color: #CCC;
}

	.copyright a {
		text-decoration: underline;
		color: inherit;
	}
	
		.copyright a:hover {
			color: #999;
		}




.page-template-contents-php .post {
	float: left;
	display: inline;
	width: 168px;
	margin: 0 10px 10px 0;
	outline: 1px solid red;
}

.illustrations .entry a {
	float: left;
	display: inline;
	width: 50px;
	height: 50px;
	margin: 0 1px 0 0;
	position: relative;
	z-index: 1;
	overflow: visible;
	overflow: hidden;
}

.illustrations img {
	position: absolute;
	z-index: 1;
	float: left;
	display: inline;
}

#wpadminbar {
	display: none !important;
}
