body {
	background-color: #C4B9AD;
	background-image: url("img/corner_logos.png");
	background-repeat: no-repeat;
}

#container {
	position: absolute;

	left: 27px;
	top: 165px;
	width: 460px;

	padding: 0;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	
	width: 100%;
	min-height: 400px;

	background-color: white;
	background-image: url("img/content_bg.png");

	font-family: "arial" sans-serif;
	font-size: 12px;
}

#content p {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}

#footer {
	width: 455px;
	height: 35px;
	padding: 27px 45px 5px 20px;

	background-image: url("img/footer_bg.png");
	background-repeat: no-repeat;
	color: #929292;

	font-family: "arial" sans-serif;
	font-size: 8px;
	text-align: right;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
	color: #888888;
}

#footer a:hover {
	color: #202020;
}

#current_page_name {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 145px;
	left: 70px;

	vertical-align: middle;
	text-transform: capitalize;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	color: white;
}

#rsslink {
	float: left;
	border: 0;
	padding: 2px;
}

#rsslink img {
	border: 0;
}

img.lefty {
	float: left;

	margin-right: 15px;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 2px;
	border-color: white;
}

img.frontphoto {
	float: left;
	
	margin-right: 0;
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 10px;

	padding: 2px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

div.lefty {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}

div.lefty a img {
	border-color: white;
}

img.righty {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;

	border-style: solid;
	border-width: 2px;
	border-color: white;
}

div.righty {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
}

div.righty a img {
	border-color: white;
}

h1 {
	font-size: 13px;
	font-family: "Trebuchet MS" sans-serif;
	
	margin-bottom: 5px;
	margin-top: 0;
	
}

h5 {
	font-size: 11px;
	font-family: "Trebuchet MS" sans-serif;

	margin-bottom: 1px;
	margin-top: 10px;
}
#whatsnew {
	height: 139px;

	padding: 5px;
	padding-left: 209px;
	padding-right: 8px;
	
	/*background-color: #111111;*/
	background-color: #47403c;
	color: white;

	border-style: solid;
	border-width: 3px;
	border-color: white;
}

/* IE hack */
* html #whatsnew {
	padding-left: 12px;
	border-left-style: none;
}

#whatsnew p {
	margin-bottom: 4px;
	height: 95px;
}

#whatsnew a {
	color: white;
}

.read_more_link {
	color: white;
	margin-right: 10px;

	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS" sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;

	padding-right: 8px;
}

a {
	color: black;
	text-decoration: underline;
}

#counter {
	text-align: right;
	padding-top: 10px;
	font-size: 10px;
}


/* Styling for the guestbook page */
.gb_title {
	width: auto;
	background-color: #444444;
	background-repeat: no-repeat;

	padding: 3px 4px 3px 10px;
	
	color: white;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.gb_message {
	margin-top: 0px;
	padding: 10px;
	background-color: white;
}

#gb_form td#b {
	vertical-align: bottom;
	text-align: left;
}
#gb_form input {
	width: 260px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
#gb_veri {
	padding: 0;
	margin: 0;
}

#gb_form input.button {
	width: 60px;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 3px;
	background-color: white;
}

#gb_form input.button:hover {
	background-color: black;
	color: white;
}

#gb_form textarea {
	width: 260px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}


/* Styling for audio page */

ul.audio_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.audio_list li {
	margin-bottom: 1px;
}

ul.audio_list li a{
	display: block;
	background-image: url("img/audio-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: white;

	text-decoration: none;
	font-weight: bold;

	padding: 3px;
	padding-left: 25px;
}

ul.audio_list li a .details {
	font-weight: normal;	
}

ul.audio_list li a:hover {
	background-image: url("img/audio-icon-invert.png");
	background-color: black;
	color: white;
}

/* Styling for video page */

ul.video_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.video_list li {
	margin-bottom: 1px;
}

ul.video_list li a{
	display: block;
	background-image: url("img/video-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: white;

	text-decoration: none;
	font-weight: bold;

	padding: 3px;
	padding-left: 25px;
}

ul.video_list li a .details {
	font-weight: normal;	
}

ul.video_list li a:hover {
	background-image: url("img/video-icon-invert.png");
	background-color: black;
	color: white;
}


/* Studio diary styling */
.diary_body {
	background-color: white;
	padding: 10px;

	margin: 0px;
	margin-bottom: 1px;
}

.current_diary_title {
	background-color: #252525;
	color: white;
	padding: 5px;
	padding-left: 10px;
	
	font-size: 11px;
	margin: 0px;
}

.diary_title {
	margin: 0;
	margin-bottom: 1px;
}

.diary_title a {
	display: block;
	background-color: white;
	color: black;
	padding: 5px;
	padding-left: 10px;

	font-size: 11px;
	
	text-decoration: none;
}

.diary_title a:hover {
	background-color: #252525;
	color: white;
}

.back_button {
	display: block;
	width: auto;
	padding: 4px;
	text-decoration: none;
	background-color: white;
	margin-top: 1px;
	text-align: right;

	font-size: 10px;
	font-family: "trebuchet ms";
}

.back_button:hover {
	background-color: #252525;
	color: white;
}

.popup img {
	border-color: white;
	margin-right: 2px;
}

input {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

input {
	background-color: white;
}

ol {
	padding: 0px;
	padding-left: 22px;
	margin: 5px;
}

a.diary_audio_link {
	background-image: url("img/audio-icon.png");
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.diary_video_link {
	background-image: url("img/video-icon.png");
	background-repeat: no-repeat;
	padding-left: 20px;
}

p.righty {
	text-align: right;
}

#latest_updates {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
}

#latest_updates_title {
	margin-left: 10px;
}

div.stickup {
	background-color: white;
	padding: 10px;

	min-height: 54px;

	margin: 0;
	margin-top: 1px;
}

* html div.stickup {
	height: 50px;
}

div.stickup img {
	float: left;
	margin: 2px;
}

div.stickup a.hireslink {
	float: right;
}
