/*
Theme Name: ChristieKratz
Theme URI: http://www.christiekratz.com/
Description: Theme for Christie
Author: Jeremy Kratz
Author URI: http://www.jeremykratz.com/
version: 1.0
Tags: portfolio
*/



body {
	background: #e2e3e7 url(images/paint.jpg) 50% 120px repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}



a {
	color: #c00;
}

a img {
	border: 0;
}

.container {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}
.right {
	float: right;
}



#header {
	line-height: 1;
	padding-top: 50px;
	padding-bottom: 20px;
}

#logo {
	float: left;
}

#logo a {
	background: url(images/logo.gif) 0 0 no-repeat;
	display: block;
	height: 34px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 375px;
}

#menu {
	float: right;
	font-family: Georgia;
	font-size: 16px;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#menu a {
	display: block;
	text-decoration: none;
}
#menu a:hover {
	color: #c00;
}



#reel.home {
	/*background: url(images/paint.jpg) 0 50% repeat-x;*/
}

#reel .container, #page_content .container {
	width: 920px;
}

#reel_video, #page_content .container {
	background: #fff;
	min-height: 500px;
	padding: 20px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
}

#reel_video {
	text-align: center;
}

#reel_video h1 {
	margin: 0;
	padding: 16px 0 0 0;
	text-align: left;
}

#reel_video p {
	margin: 0;
	padding: 0;
}

#reel_shadow {
	background: url(images/reel_shadow2.png) 0 0 no-repeat;
	height: 28px;
	overflow: hidden;
}



#about {
	background-color: rgba(255, 255, 255, 0.5);
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
}

#about .container {

}

#about a {
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#portfolio_content.top {
	padding-top: 60px;
}

.portfolio_item{
	background: #fff;
	float: left;
	margin: 0 15px 15px 0;
	padding: 10px;
}

.portfolio_item.third {
	margin-right: 0;
}

.portfolio_item img {
	margin-bottom: 7px;
	width: 290px;
}



#mainbar {
	float: left;
	width: 600px;
}

/*
#sidebar {
	float: right;
	width: 230px;
}*/



.post {
	border-bottom: 0px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



.textbox input, .textbox textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
}

.textbox textarea {
	width: 550px;
}




#footer {
	color: #999;
	margin-top: 50px;
	
}

#footer .container {
	border-top: 1px solid #ccc;
	padding: 20px 0 100px 0;
}

#footer a {
	color: #999;
}