/*--------------------------------------------------------------------------- 
Title:      kimmackenzie.com master style
Author:     Kalon Edser, info@hidalgofoto.net
Updated:    January 12 2006
-----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 11px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
	background: #E9E7E3 url(style/bg_01.gif);
	}

p {
	color: #C39A9A;
	font-family: Geneva, Verdana, Arial, Helvetica, san-serif;
	}


h1 {
	padding-bottom: 15px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 18px;
	}
	
h2 {
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 4px 0;
	border-bottom: 1px #BC5133 dotted;
	}
	
h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #BC5133;
	}		


a:link, a:visited, a:active {
	color: #FF7D58;
	text-decoration: none;
	}

li a:hover, p a:hover, h2 a:hover {
	color: #FFA990;
	border-bottom: 1px #FF7D58 dotted;
	}



/*
----------------------------------------------------------------------------- 
Homepage
-----------------------------------------------------------------------------*/

/* styles for IE 5 Mac */
#centered {
	background-color: transparent;
	margin-top: 65px;
	}

/* following rules are invisible to IE 5 \*/
#centered {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -252px; /* half of height*/
	text-align: center;
	min-width: 550px; 
	}
/* end IE 5 hack */ 

#home {
	margin: 0 auto;
	position: relative;
	width: 550px;
	height: 485px;
	text-align: right;
	background: #000000 url(style/bg_home.jpg) no-repeat;
	border: 10px #FFFFFF solid;
	}

#welcome {
	position: absolute;
	top: 350px;
	right: 40px;
	width: 190px;
	}

#welcome p {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: small;
	color: #FFFFFF;
	}

p.enter {
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0 0 0;
	}
	
p.enter a:link, p.enter a:visited, p.enter a:active {
	color: #E4D3C8;
	/*padding: 5px 5px 5px 5px;
	background: #4E3E3B;*/
	}
	
p.enter a:hover {
	color: #FFFFFF;
	/*background: #6C5652;
	border: none;*/
	}
	
	
	


/*
----------------------------------------------------------------------------- 
Core Layout Elements
-----------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 730px;
	text-align: left;
	background: #000000;
	}

#header {
	position: relative;
	width: 730px;
	height: 270px;
	margin: 0;
	padding: 0;
	background: #4E3E3B url(style/bg_header.jpg) no-repeat;
	}

#main {
	width: 100%;
	margin: 0;
	padding: 80px 0 40px 0;
	color: #FFFFFF;
	background: #000000 url(style/bg_main.gif) top left no-repeat;
	}

#footer {
	width: 100%;
	height: 65px;
	background: #4E3E3B url(style/bg_footer.jpg) repeat-x;
	}




/*
----------------------------------------------------------------------------- 
Header / Logo / Menu
-----------------------------------------------------------------------------*/

#logo {
	padding: 0;
	margin: 0;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 258px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 258px;
	height: 154px;
	background: url(style/logo.png) no-repeat;
	}
html>body #logo span {
	top: 50px;
	}
	
body.home #logo span {
	top: 175px;
	right: 30px;
	}
html>body.home #logo span {
	top: 175px;
	}	
	

#menu_main {
	position: relative;
	right: 0px;
	top: 220px;
	width: 100%;
	height: 50px;
	background: #FFFFFF url(style/bg_menu.gif) no-repeat;
	margin:0;
	padding:0;
	}

#menu {
	float: right;
	margin: 13px 0 0 0;
	padding: 0;
	width: 545px;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#menu li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#menu a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	border: none;
	}
        
#menu a:hover {
	background-position: 0 -25px;
	}

#menu a:active, #menu a.selected,
body.news li#m-news a,
body.biography li#m-biography a,
body.gig_guide li#m-gigguide a,
body.gallery li#m-gallery a,
body.guestbook li#m-guestbook a,
body.contact li#m-contact a
	{
	background-position: 0 -50px;
	}

#m-news a  {
	width: 67px;
	background: url(style/menu/news.gif) top left no-repeat;
	}

#m-biography a  {
	width: 102px;
	background: url(style/menu/biography.gif) top left no-repeat;
	}

#m-gigguide a  {
	width: 94px;
	background: url(style/menu/gigguide.gif) top left no-repeat;
	}

#m-gallery a  {
	width: 84px;
	background: url(style/menu/gallery.gif) top left no-repeat;
	}

#m-guestbook a  {
	width: 106px;
	background: url(style/menu/guestbook.gif) top left no-repeat;
	}
	
#m-contact a  {
	width: 92px;
	background: url(style/menu/contact.gif) top left no-repeat;
	}	
	
	
	
	
/*
----------------------------------------------------------------------------- 
Main / Content Elements
-----------------------------------------------------------------------------*/	
	
#left {
	float: left;
	width: 255px;
	margin: 0;
	padding: 0;
	text-align: right;
	overflow: hidden;
	}

#right {
	float: right;
	width: 475px;
	margin: 0;
	padding: 0;
	overflow: hidden;	
	}

#left .content {
	padding: 40px 50px 0 45px;
	}

#right .content {
	padding: 0 80px 0 10px;
	}

body.biography #right .content img {
	margin: 10px 0;
	border: 1px #FFFFFF solid;
	}
	

span.date {
	color: #C65534;
	font-weight: bold;
	}
	
a.archive_title {
	font-weight: bold;
	}	

.entries {
	padding: 0 0 20px 0;
	}
	
body.gig_guide #right .content .entries {

	}

body.gig_guide #right .content p, .comment {
	padding: 10px;
	margin: 10px 0;
	border: 1px #674F4F dotted;
	background: #251A1A url(style/bg_box.png) repeat-x;
	}	
	
body.gig_guide #right .content p b {
	color: #E4D3C8;
	border-bottom: 1px #674F4F dotted;
	}

.comment-content p {
	color: #FFFFFF;
	}

p.comment-footer {
	padding-top: 10px;
	border-top: 1px #674F4F dotted;
	}

h2.comments-header, h2.comments-open-header {
	padding-top: 15px;
	}

body.guestbook h2#individual_header {
	padding-bottom: 11px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 18px;
	border: none;
	}

body.guestbook p#date_header, body.gallery p#date_header {
	display: none;
	}
	
	
#left ul {
	list-style: none;
	/*border-right: 1px #674F4F dotted;
	padding-right: 10px;*/
	}

#left ul li {
	list-style: none;
	padding: 5px 0;
	text-transform: lowercase;
	font-size: 12px;
	}

#left ul li.space {
	padding-top: 20px;
}
	
	
	
/*
----------------------------------------------------------------------------- 
Gallery
-----------------------------------------------------------------------------*/	

body.gallery #right .content .entry_body {
	overflow: hidden;
	}
		
body.gallery #right .content .entry_body p {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
	width: 122px;
	height: 122px;
	text-align: center;
	overflow: hidden;
	}

body.gallery #right .content .entry_body img {
	border: 1px #FFFFFF dotted;
	padding: 0;
	margin: 0;
	}
	
body.gallery #right .content .entry_body a {
	border: none;
	padding: 0;
	margin: 0;
	}	
	
body.gallery #right .content .entry_more {
	clear: both;
	padding: 10px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px #674F4F dotted;
	}



/*
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/	

#footer p {
	padding: 35px 20px 0 265px;
	text-align: left;
	color: #BFB7B6;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #BFB7B6;
	text-decoration: none;
	border-bottom: 1px #BFB7B6 dotted;
	}

#footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
	}	

.v_space {
	height: 100px;
}

a img {
	border: none;
	}	