/*
Theme Name: CSS
Theme URI: http:/calebstaufferstyle.com/
Description: 
Version: 5.0
Author: Caleb Stauffer
Author URI: http://calebstaufferstyle.com
Tags:
*/



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

p {
	margin-bottom: 15px;
}

a {
	color: #0066CC;
	outline: none;
}

img {
	border: none;
}

html {
	background-color: #F9F9F9;
}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

	body.blog {
		min-height: 500px;
		background-image: url(images/bg_html.jpg);
		background-position: 50% 38px;
	}




#container {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(images/bg_html.jpg);
	background-position: 50% 38px;
	overflow: hidden;
}

	.blog #container {
		left: 50%;
		top: 200px;
		width: 500px;
		height: auto;
		margin-left: -250px;
		padding-bottom: 50px;
		background-image: none;
	}
	
#container_site_desc {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#arrow_left {
	position: absolute;
	top: 50%;
	left: -45px;
	z-index: 2;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	background-image: url(images/arrow_left.jpg);
}

#arrow_right {
	position: absolute;
	top: 50%;
	right: -45px;
	z-index: 2;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	background-image: url(images/arrow_right.jpg);
}

#pagenum {
	position: absolute;
	bottom: 0px;
	right: 30px;
	font-size: 120px;
	color: #F0F0F0;
	letter-spacing: -10px;
}

#allpages {
	position: absolute;
	right: 30px;
	bottom: 120px;
	z-index: 2;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
}

	#allpages a {
		text-decoration: none;
		color: #D0D0D0;
	}
	
		#allpages a:hover {
			color: #999999;
		}



.post {
	position: relative;
	float: left;
	display: inline;
	width: 500px;
}

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

	.single .post {
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: 275px;
		margin-top: -138px;
		margin-left: -250px;
	}

.site_preview {
	position: relative;
	width: 500px;
	height: 275px;
	z-index: 1;
}

	.blog .site_preview {
		float: left;
		display: inline;
		width: 150px;
		height: 150px;
	}

.photo {
	position: absolute;
	top: -11px;
	left: -10px;
	z-index: 2;
	width: 520px;
	height: 295px;
	background-image: url(images/bg_site.png);
}

	.blog .photo {
		top: -28px;
		width: 197px;
		height: 188px;
		background-image: url(images/bg_contents_site.png);
	}

.site_info {
	float: left;
	display: inline;
	margin: 27px 0px 0px 60px;
	background-color: #EBEBEB;
}

	.blog .site_info {
		width: 350px;
		margin: 0px;
		background-color: transparent;
	}

.site_url {
	float: left;
	display: inline;
	width: 400px;
	height: 22px;
	padding-top: 8px;
	background-color: #EBEBEB;
	color: #666666;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

	.site_url_click {
		background-color: #DBDBDB;
	}

	.site_url:hover {
		background-color: #DBDBDB;
	}

	.blog .site_url {
		width: 308px;
		text-align: left;
		padding-left: 20px;
		margin: 60px 0px 0px 22px;
		letter-spacing: 1px;
	}
	
.site_desc {
	width: 450px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

	.site_desc a img {
		border: 1px solid #CCC;
	}
	
.site_date {
	float: left;
	display: inline;
	width: 164px;
	height: 22px;
	margin: 5px 0px 0px 106px;
	padding-top: 8px;
	background-color: #F2F2F2;
	text-align: center;
	letter-spacing: 5px;
	font-size: 10px;
}

.site_page {
	float: left;
	display: inline;
	width: 75px;
	height: 22px;
	margin: 5px 0px 0px 5px;
	padding-top: 8px;
	background-color: #F2F2F2;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 2px;
	color: #666666;
}

	.site_page:hover {
		background-color: #E2E2E2;
	}