
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}
.footer, .push {
	height: 100px;
	clear: both;
}

body{
	background: #caebed;
	font-family: Helvetica, Arial, _sans;
}

h1{
	color: #8ea5a7;
	font-size: 24px;
	padding: 3px 0 20px 0;
}

h2{
	color: #8ea5a7;
	padding: 5px 0;
}

h3{
	color: #8ea5a7;
	font-size: 18px;
}



h4{
	color: #666;
	font-weight: normal;
}

p{
	color: #666;
}

a:link, a:active, a:visited{
	padding:3px;
	background: #fff;
	color: #666;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	
}

a:hover{
	color: #000;
}

a.img_link:link, a.img_link:active, a.img_link:visited, a.img_link:link:hover{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}



#header_container{
	width: 100%;
	height: 200px;
	background: url(../images/top_shadow.jpg) bottom left repeat-x #ffffff;
	
}

#header{
	width: 950px;
	margin: auto;
}

#logo{
	width: 470px;
	margin-right: 10px;
	float: left;
}

#logo img{
	padding-top: 90px;
}

#nav{
	width: 470px;
	float: left;
}

.nav_item a:link, .nav_item a:active, .nav_item a:visited{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 130px 15px 50px 15px;
}

.nav_item a:hover{
	color: #666;
}

#nav_home:hover, #nav_writing:hover, #nav_video:hover, #nav_blog:hover, #nav_contact:hover, .current{
	background: #f7e8aa;
	color: #bbb;
	-moz-box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	box-shadow: 0px 3px 5px #ccc;
	cursor: pointer;
}

#content{
	width: 950px;
	padding: 30px 0;
	margin: auto;
}

#content p{
	color: #666;
	line-height: 30px;
	text-align: justify;
}

#content_left{
	width: 430px;
	margin-right: 60px;
	float: left;
}

#content_right{
	width: 460px;
	float: left;
}

#content_left_writing{
	width: 330px;
	margin-right: 60px;
	float: left;
}

#content_right_writing{
	width: 560px;
	float: left;
}

#footer_container{
	width: 100%;
	height: 100px;
	background: url(../images/bottom_shadow.jpg) top left repeat-x #fff;
}

#footer{
	padding-top: 45px;
}

#footer p{
	text-align: center;
}

#footer p a:link, #footer p a:active, #footer p a:visited, #footer p a:hover{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

#footer h4{
	text-align: center;
}

.nav_item{
	float: right;
}

.copy{
	font-size: 12px;
}

.shadow {
	-moz-box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	box-shadow: 0px 3px 5px #ccc;
}

.thumb{
	float: left;
	padding: 0 5px 5px 0;
}

img.social{
	padding-right: 30px;
}

.clear{
	clear: both;
	margin: 1px;
}

.writing_item{
	padding: 0 0 40px 0;
}

.writing_pic{
	width: 220px;
	margin-right: 10px;
	float: left;
}

.writing_links{
	width: 720px;
}

.video{
	padding-bottom:30px;
}

