/*
Theme Name: Ted Dekker
Theme URI: http://www.metamorphicmedia.com/
Description: Custom theme developed for Ted Dekker
Author: metaMorphic Media
Author URI: http://www.metamorphicmedia.com
Version: 0.0.1
*/

@import url('css/reset.css');
@import url('css/blocks.css');
@import url('css/default.css');
@import url('css/pagenavi-css.css');

/*HTML header*/
#htmlheader{
	background:url('images/mainsite_header.png') top center no-repeat;
	width:1024px;
	height:260px;
	color:#d2ca9d;
	font-size:12px;
}

#htmlheader a{
	text-decoration:none;
	color:#d2ca9d;
}

#htmlheader a:hover{
	text-decoration:underline;
}

.htmlmenu ul, li{
	list-style:none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

#htmlmenu_left{
	float:left;
	padding-left:170px;
	padding-top:20px;
}

#htmlmenu_right{
	float:right;
	padding-right:160px;
	padding-top:20px;
}

#transparent_button{
	padding-top:100px;
}

#footer_menu{
	padding-top:10px;
}

/* title_img */

img.title_img {
	margin:0 0 7px 0;
}

/* archives */

li.widget_archive {}

li.widget_archive h3.widget_title {
	padding:25px 0 0 0;
	width:113px;
	height:23px;
	background:url('images/heading_archives.gif') left 25px no-repeat;
}

li.widget_archive ul {
	margin:0 0 0 15px;
}

li.widget_archive ul li {
	margin:0 0 5px 0;
	font-size:12px;
}
