/* 
v 1.0
Author: Jon Marus
bc-23.com Content styles

*/

/* ============================================================ */
/* Link Styles */

a {
	color: #333;
}

a:hover {
	color: #555;
}

a.sml_link {
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

a.sml_link:hover {
	color: #555;
}

/* ============================================================ */
/* Document Settings */

body {
	margin: 0px;
  	padding: 0px 20px 10px 0px;
  	
  	font-size: 12px;
  	color: #222;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	
  	background-color:transparent;
}

/* ============================================================ */
/* Divs */

#top_link {
	padding: 4px;
	width: 500px;
	text-align: right;
	border-bottom: 1px solid #333;
}

#update_box {
	border-top: 1px solid #333;
	padding: 10px;
}

#photo_caption {
	margin: 0px auto;
	color: #444;
	font-size: 10px;
	width: 110px;
	height: 30px;
	text-align: center;
}

#photo_caption_big {
	margin: 0px auto;
	margin-bottom: 2px;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	width: 400px;
	text-align: center;
}

#guestbook_box {
	margin: 15px 0px 30px 0px;
	width: 400px;
	border-bottom: 1px solid #333;
}
	
#guestbook_author {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
}

#guestbook_msg {
	margin: 0px 0px 0px 15px;
	padding: 10px;
}

/* ============================================================ */
/* Classes */

.hdr_txt {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

.topic {
	color: #222;
	font-weight: bold;
}

.img_bdr {
	border: 3px solid #fff;
}

.update_title {
	font-weight: bold;
}

.update_date {
	font-size: 10px;
	font-style: italic;
}

.td_hdr {
	border-bottom: 1px solid #333;
}