/*
Theme Name: Sabah 2010
Description: Child Theme for [de] Blog Parent Theme
Author: Digital Explorer
Author URI: http://digitalexplorer.co.uk
Template: deblog
Version: 0.1
*/
 
@import url("../deblog/style.css");

/* OVERRIDE BEGIN */

	/* Logo
	==================================================================*/
	#expedition_logo a {
		background-image: url(./style/images/logo_sabah.gif); height:124px; padding:0; width:233px;
	}
	
	/* Mastheads
	==================================================================*/
	#expedition_description {
		background-image: url(./style/images/sabah_inner_image.jpg);
	}
	
	body.front_page #expedition_description {
		background-image: url(./style/images/sabah_home_image.jpg);
	}



	/* Media Icons
	==================================================================*/
	li.widget_get_media_links li.videos a {
		background-image: url(./style/images/icon_videos.gif);
	}
	
	li.widget_get_media_links li.diary a {
		background-image: url(./style/images/icon_diary.gif);
	}
	
	li.widget_get_media_links li.photos a {
		background-image: url(./style/images/icon_photos.gif);
	}
	
	li.widget_get_media_links li.maps a {
		background-image: url(./style/images/icon_maps.gif);
	}
	

	/* Accent Color (default *ee061c*)
	==================================================================*/
		a, a:hover,
		#nav_primary li a:hover,
		#nav_primary li.current_page_item a,
		li.widget li a:hover,
		li.ctc ul.ctc-tag-cloud li a:hover,
		li.widget_get_recent_news li a:hover .description,
		li.widget_get_recent_news li a:hover .title,
		.commentlist li .commentsource cite {
			color: #90210e;
		}

		#expedition_description p,
		.nav_prev_next li.next,
		.nav_prev_next li.next a,
		.nav_prev_next li.next span,
		li.widget_get_recent_comments li .commentlink,
		li.widget_get_recent_comments li .commentlink a,
		li.widget_get_recent_comments li .commentlink a:hover,
		li.widget_get_recent_news li.read_more,
		li.widget_get_recent_news li.read_more a,
		#commentform button,
		#commentformslidertogglebutton,
		#comment_template .navigation .alignright,
		#comment_template .navigation .alignright a {
			background-color: #90210e;
		}

		#nav_primary {
			border-bottom: 6px solid #a23f18;
		}
	
	/* Primary Color, disabled (default *fbc1c6*)
	==================================================================*/
		.nav_prev_next li.next_disabled,
		.nav_prev_next li.next_disabled span,
		.nav_prev_next li.next_disabled a {
			background-color: #d7abab;
		}

	/* Weight of cufon elements
	==================================================================*/
	.posttitle, .widgettitle {
		font-weight: 900;
	}

