a {
	color: #34789f;
}
hr {
	border: 1px dashed #cccccc;
}

div.profile {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;	
}
div.profile_top {
	background: url(images/profile_top.gif) no-repeat;
}
div.profile_bottom {
	background: url(images/profile_bottom.gif) no-repeat;
}
div.link_bar {
	background: url(images/link-bar_back.jpg) repeat-x;
}
div.link_bar a.new_page {
	color: #FFDB79;
}

div.main_bar {
	background: url(images/main-bar_back.jpg) repeat-x;
	background-position: center;
}
div.main_bar_content {
	background: url(images/main-bar_back.jpg) repeat-x;	
}
div.main_photo {
	background: #000000;
}
div.profile {
	background: #ffffff;
}
span.main_bar_edit, span.main_bar_edit a {
	color: #34789f;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
}



/* SEARCH BOX */
div.search_box {
	background: url(/images/search_box/search_back.gif);
}
div.search form #search_box {
	color: #999999;
}



/* WIDGETS */
div.widget_title_bar {
	background: url(images/widget_top-bar_back.jpg); 
	color: #ffffff;
}
div.widget_title_bar a {
	color: #ffffff;
}
div.widget_content {
	background: url(images/widget_back.jpg) bottom repeat-x; 
	color:#666666;
}





/* SIDEBARS */
div.sidebar_title_bar {
	background: url(images/widget_top-bar_back.jpg);
	font-weight: bold;
	color: #ffffff;
}
div.left_sidebar {
	background: url(images/widget_back.jpg) bottom repeat-x;
}
div.left_sidebar a.sidebar_title {
	color: #ffffff;
}
div.left_sidebar a.sidebar_title:hover {
	color: #fff0c7;
}
div.left_sidebar a {
	color: #34789f;
}
div.left_sidebar a:hover {
	color: #22648a;
	text-decoration: none;
}
div.left_sidebar ul li a:hover {
	background: #e6eef1;
}
div.left_sidebar ul.by_date li.year {
	color: #999999;
}
div.left_sidebar a.admin {
	color: #666666;
	background: #FFF0C7;
	border-bottom: 1px dashed #cccccc;
}
div.left_sidebar a:hover.admin {
	background: #ffdb79;
}
div.right_sidebar ul a:hover {
	background: #E6EEF1;
}
div.right_sidebar .contact_info {
	background: url(images/widget_back.jpg) bottom repeat-x;
}
div.right_sidebar .send_message {
	background: url(images/widget_back.jpg) bottom repeat-x;
}
div.right_sidebar #send_message {
	background: url(images/widget_top-bar_back.jpg) repeat-x top center;
	color: #ffffff;
}




/* INNER PAGE */
div.inner_page a {
	color: #34789f;
}
div.inner_page a:hover {
	color: #22648a;
	text-decoration: none;
}
div.inner_page #page_title a {
	color: #34789f;
}
div.inner_page #page_title a:hover {
	color: #22648a;
	text-decoration: none;
}
div.inner_page ul.comments li {
	background-color: #ffffff;
	background: url(images/main-bar_back.jpg) repeat-x;
	background-position: bottom;
	border: 1px solid #BCD1D6;
}
div.inner_page ul.comments span.date {
	color: #666666;
}
div.inner_page div#post_comment {
	border: 1px solid #dedede;
	background-color: #ffffff;
	background: url(images/widget_back.jpg) bottom repeat-x;
}
div.inner_page div#post_comment h1 {
	color: #34789f;
}
div.inner_page .post_button {
	background: url(/images/btn_post.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
}




/* PHOTO GALLERIES */
ul#photo_gallery li { 
	border: 1px solid #dddddd; 
	background: url(images/widget_back.jpg) bottom repeat-x; 
	background-color: #ffffff;
	color: #999999;
}
div#gallery {
	background: #131313 url(images/back_dark_gradient.jpg) top center repeat-x;
	color: #d4d4d4;
}
div#gallery span#page_title {
	color: #ffffff;
}
div#gallery a:link, div#photo_gallery a:visited {
	color: #ffffff;
}
a#btn_grid {
	background: url(images/btn_gallery_grid.gif) top left no-repeat;
}
a#btn_grid:hover {
	background-position: 0 -35px;
}
a#btn_scroll {
	background: url(images/btn_gallery_scroll.gif) top left no-repeat;
}
a#btn_scroll:hover {
	background-position: 0 -35px;
}

