/*---------------------------Globals-----------------------------*/
body, html {
	padding: 0;
	margin: 0;
	background-image: url(gfx/content_bg.gif);
/***************************/
/* New edits from 06.03.09 */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Arial";
	font-weight:normal;
	/*
	font-family: Arial, "Trebuchet MS", Verdana, san-serif;
	*/
/***************************/

	color: #635238;
}
* {
	behavior:url(scripts/pngfix/iepngfix.htc);
}
a {
	color: #92332c;
	outline: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.light_link {
	color: #f09777;
}
h1, h2, h4, h5, h6 {
	text-indent: 0;
	margin: 0;
	padding: 0;
/***************************/
/* New edits from 06.01.09 */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Arial";
	font-weight:normal;
/***************************/
}
/***************************/
/* New edits from 06.04.09 */
h3 {
	text-indent: 0;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Arial";
}
/***************************/
.notice_display {
	color: #92332c;
	font-size:11px;
	font-style: italic;
	text-transform:uppercase;
	font-weight:bold;
	margin:8px 10px;
}
/*---------------------------END Globals-----------------------------*/



/*---------------------------Header-----------------------------*/
#header {
	height: 315px;
	background-image: url(gfx/header_bg.png);
	background-repeat: repeat-x;
	min-width: 945px;
}
#grass {
	background-image: url(gfx/grass.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 945px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	top: 140px;
}
#logo {
	background-image: url(gfx/logo.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 262px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 120px;
	padding-right: 615px;
	padding-left: 25px
}
#speech {
	background-image: url(gfx/speech.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-45px;
	right:-235px;
	overflow: hidden;
}
#twitter {
	background-image: url(gfx/twitter_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 55px;
	color: #284483;
	margin: 12px 12px 0 10px;
	overflow: hidden;
	height: 75px;
	font-size: 10pt;
	line-height: 15px;
}
#twitter li, #twitter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*---------------------------END Header-----------------------------*/



/*---------------------------Navbar-----------------------------*/
#navbar {
	height: 55px;
	background-image: url(gfx/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
	text-align: center;
}
#navbar_container {
	width: 909px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#navbar a, #navbar img {
	border:none;
	padding:0;
	margin:0;
}
/*---------------------------END Navbar-----------------------------*/



/*---------------------------Content-----------------------------*/
#content {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------END Content-----------------------------*/



/*---------------------------Photography-----------------------------*/
#photo_info {
	width: 862px;
	background-color: #635238;
	margin-left: auto;
	margin-right: auto;
	color: #dacdae;
	padding: 19px;
	margin-bottom: 20px;
	float: left;
}
#quote {
	margin:0 0 15px 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
#quote dt, #quote dd {
	text-indent: 0;
	padding: 0;
	margin: 0;
}
#quote dt {
	float: right;
}
#photographer_photo {
	float: left;
}
#photographer_photo img {
	padding: 6px;
	background-color: #a2977c;
	border: 1px solid #4d483b;
}
#photo_info_text {
	width: 580px;
	float: right;
}
#photographer_info {
	width: 70%;
	float: left;
}
#equipment {
	width: 30%;
	float: right;
	min-height: 110px
}
#photo_info_text p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#photographer_info p {
	margin-right: 20px;
}
.flickr_img {
	height: 75px;
	width: 75px;
	margin: 6px;
	border: 1px solid #827a66;
	padding: 4px;
	background-color: #a2977c;
}
.flickr_box {
	width: 874px;
	text-align: left;
	padding: 0 13px;
	margin: 0 0 20px 0;
}
.flickr_box h4 {
	margin: 0 0 5px 6px;
	padding: 0;
}
.flickr_box h5 {
	margin: 0 6px 0 0;
	padding: 0;
	float: right;
}
#imageData div {
	overflow:hidden;
}
/*---------------------------END Photography-----------------------------*/



/*---------------------------Blog-----------------------------*/
#blog_post_box {
	width:64%;
	float:left;
}
.post {
	border-bottom:1px solid #a2977c;
	margin-bottom:20px;
}
.post_date {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#887e66;
	margin:8px 0 0 0;
}
.post_text {
	margin:8px 0 0 0;
	font-size:14px;
	line-height:19px;
}
.post_text img {
	border: 1px solid #827a66;
	padding: 4px;
	background-color: #a2977c;
	margin:10px;
}
.post_info {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#887e66;
	text-align:right;
	margin:0 0 8px 0;
}
#blog_sidebox {
	width:30%;
	float:right;
	padding:0 0 0 25px;
	border-left:2px solid #a2977c;
}
#blog_sidebox p, #blog_sidebox dl, #blog_sidebox ul {
	font-size:13px;
}
#blog_sidebox h4 {
	margin-bottom:15px;
}
#blog_sidebox .flickr_img {
	width: 75px;
	height: 75px;
	margin: 0px 1px 1px 0;
	border: 1px solid #827a66;
	padding: 4px;
	background-color: #a2977c;
}
#blog_sidebox dt {
	font-size: 12px;
}
#blog_sidebox dd {
	text-indent:0;
	margin-left: 8px;
	font-size: 10px;
	text-transform: uppercase;
}
#blog_sidebox h3 {
	padding: 0 0 17px 0;
}
.recent_track {
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 16px;
}
.recent_track img {
	width: 75px;
	height: 75px;
	padding:4px;
	margin-right: 10px;
	border: 1px solid #827a66;
	background-color: #a2977c;
}
.music_track {
	font-size:14px;
	font-weight:bold;
	padding:0 0 3px 0;
	color: #635238;
}
.music_artist {
	font-size:10px;
	font-weight:bold;
	padding:2px 0 3px 0;
	text-transform: uppercase;
}
.music_time {
	font-size:10px;
	font-weight:bold;
	padding:0 0 3px 0;
	text-transform:uppercase;
	color:#887e66;
}
#blog_sidebox td {
	font-size: 12px;
}
#blog_sidebox tr {
	line-height:17px;
}
#blog_sidebox th {
	font-size: 15px;
	padding: 0 10px 0 0;
	text-align: left;
}
#blog_sidebox table a {
	font-weight: bold;
}
.fav_name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
.fav_info {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#887e66;
	margin-bottom: 20px;
}
/*---------------------------END Blog-----------------------------*/



/*---------------------------Comments-----------------------------*/
.comment {
	width:100%;
}
.comment_info {
	display:block;
	padding:8px 13px 8px 5px;
	width:29%;
	float:left;
	text-align:right; 
}
.comment_author {
	font-weight: bold;
	margin-bottom: 7px;
	clear:both;
}
.comment_avatar {
	padding:0;
	margin:0;
	text-align:center;
	float:right;
}
.comment_avatar img {
	height: 75px;
	width: 75px;
	margin: 12px 1px;
	border: 1px solid #827a66;
	padding: 4px;
	background-color: #a2977c;
}
.comment_text {
	font-size: 14px;
	display:block;
	padding:8px 5px;
	width:66%;
	float:left;
	line-height: 19px;
}
.comment_clear {
	clear:both;
	border-bottom:1px solid #a2977c;
	padding-top: 15px;
	margin-bottom: 15px;
}
.awaiting_moderation {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin:8px 0;
}
textarea#comment {
	width:97%;
}
input, textarea {
	background-color: #E2DBCF;
	border: 1px solid #a2977c;
	padding: 7px;
	color:#635238;
	font-weight:bold;
	margin:0;
	font-family: Arial, "Trebuchet MS", Verdana, san-serif;
	font-size:12px;
}
h3#comments {
	border-bottom:2px solid #a2977c;
	padding:15px 0 12px 0;
}
/*---------------------------END Comments-----------------------------*/



/*---------------------------Single-----------------------------*/
#blog_sidebox ul, #blog_sidebox li {
	padding:0;
	margin:0;
	list-style:none;
	font-size:10px;
}
/*---------------------------END Single-----------------------------*/



/*---------------------------Footer-----------------------------*/
#footer {
	background-color: #a7c8ca;
	color: #18294a;
	clear: both;
	border-top: 2px solid #7f989a;
	font-size: 11px;
}
#footer a {
	font-weight: bold;
	color: #18294a;
	text-decoration: underline;
}
#footer_container
{
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#footer_left {
	float: left;
	padding: 18px 0;
}
#footer_right {
	float: right;
	padding: 18px 0;
}
/*---------------------------END Footer-----------------------------*/



/*---------------------------About Me-----------------------------*/
#aboutme_bio {
	font-size:14px;
	line-height:19px;
}
#find_me_on img {
	margin: 20px 0 10px 5px;
}
/*---------------------------END About Me-----------------------------*/

