/*
Theme Name: Chameleon
Version: 1
Author: Edwin Webb
Author URI: http://etwebb.com/

bg red : 590000
content white: f3f2f0

*/

@import url(yui_reset.css);
@import url(typography.css);

/* type n stuff */
body {
	background-color:#590000;
	background-image:url("images/bg_tile.png");
	color:#000;
}

a {
	text-decoration:underline;
	color:#600;
}
a:hover {
	color:#822;
}

a:selected, a:visited {
	color:#400;
}
#footer , #footer a {
	color:#eee;
}

/* layout */
#header {
	height:152px;
	background-image: url("images/bg_top.png");
}
#content_layer {
	background-color:#f3f2f0;
	background-image: url("images/content_bg_right.png");
	background-repeat:no-repeat;
	background-position:bottom right;
}
#content {
	position:relative;
	z-index:2;	
	min-height:202px;
	padding:2em 20% 100px 24%;
	background-image: url("images/content_bg_left.png");
	background-repeat:no-repeat;
	height:100%;
}
#footer {
	min-height:180px;
	background-image: url("images/bg_bottom.png");
	background-repeat:repeat-x;
	padding:20px 22% 0px;
	
}
#title_name {
	position:absolute;
	top:255px; 
	left:10px;
	z-index:2;
}
/* Yay, ie6 hacks!! */
#chameleon {
	display:block;
	position:absolute;
	top:56px;
	z-index:1;
	_width:265px;
	_height:190px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://drmike.com/chameleon/wp-content/themes/chameleon/images/logo.png");
}
#chameleon img {
	_visibility:hidden;
}
.wp-image-39 {
	float:left;
	margin:0 10px 10px 0;
}

/* menu */
#menu {
	position:absolute;
	top: 105px;
	right:20px;
}
#menu li {
	float:left;
	padding:0px 15px;
	line-height:3em;
}
#menu a {
	color:#f2f1f0;
	font-family:"georgia";
	font-size:2.7em;
	font-style:italic;
	letter-spacing:-1px;
	text-decoration:none;	
	text-shadow: rgba(255 , 255 , 255 , 0.6) 0px 0px 5px;
}
#menu a:hover , #menu .current_page_item a {
	color:#fff;
	text-shadow: rgba(0 , 0 , 0 , 0.6) 2px 2px 3px;
}
/* media */

#mediaplayer {
	position:fixed;
	top:0px;
	right:100px;
}

/* Other */ 
.alignleft {
	float:left;
	margin:.5em;
}
.postmetadata, .page small {
	display:none;
}

/* rep page */
#post-10 h3 {
	font-size:2.5em;
	margin-top:1em;
	margin-bottom:.25em;
}
#post-10 h4 {
	font-size:2em;
	margin-top:.5em;
	margin-bottom:.125em;
	margin-left:.25em;
}
#post-10 ul {
	margin-left:2.5em;
	list-style:circle;
	
}
#post-10 ul li {
	font-size:1.6em;
	line-height:1.2em;
}
