/*  
Theme Name: DAVID ZACHRY
Theme URI: http://davidzachry.com/
Description: My new site design.
Version: 1.0
Author: David Zachry
Author URI: http://davidzachry.com/
*/

/* STYLEs */

/* SELECTORs */
body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(includes/gui/background-header.gif);
	background-repeat: repeat-x;
}

body, div, p, textarea, input {
	font-family: "Trebuchet MS", Verdana, Arial, Sans;
	font-size: 16px;
}

h4.latest {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: .9em;
	color: #fff;
	background-color: #000;
}

/* IDs */
#news {
	background-color: #eee;
	margin: 5px 0px 0px 0px;
	padding:  5px 5px 0px 5px;
	border-bottom: 1px dashed #666;
	min-height: 50px;
	height: auto !important; /* Allows all browsers but IE to size to auto for expansion */
	height: 50px;
}

#news em {
	font-size: .8em;
	color: #999;
}

#news h3 {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	color:#000;
}

#news p {
	margin:  0px;
	padding: 0px;
	color:#666;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 890px;
	height: 195px;
	position: relative;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 195px;
}

#logo h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 176px;
	background-image: url(includes/gui/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;

}

#home-left {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	width: 260px;
	float: left;
}

#home-right {
	margin: 0px;
	padding: 0px;
	width: 190px;
	float: left;
}

#home-fix {
	clear: both;
}

#title {
	margin: 0px;
	padding: 0px;
	width: 555px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 120px;
}

#title h2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 95px;
	text-indent: -9999px;
}


#title h2.welcome {
	background-image: url(includes/gui/header-welcome.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

#title h2.design {
	background-image: url(includes/gui/header-design.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

#title h2.music {
	background-image: url(includes/gui/header-music.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

#title h2.about {
	background-image: url(includes/gui/header-about.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

#title h2.contact {
	background-image: url(includes/gui/header-contact.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

#section-image-welcome {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 675px;
	background-image: url(includes/gui/section-image-home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#section-image-about {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 675px;
	background-image: url(includes/gui/section-image-about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#section-image-music {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 675px;
	background-image: url(includes/gui/section-image-music.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#section-image-design {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 675px;
	background-image: url(includes/gui/section-image-design.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#section-image-contact {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 675px;
	background-image: url(includes/gui/section-image-contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#content {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 890px;
	min-height: 335px;
	height: auto !important; /* Allows all browsers but IE to size to auto for expansion */
	height: 335px;
	background-image: url(includes/gui/background-content.gif);
	background-repeat: repeat-y;
}

#content-left {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 120px;
	float: left;
}

#content-middle {
	margin: 0px 0px 0px 0px;
	padding: 40px 15px 15px 95px;
	width: 460px;
	background-image: url(includes/gui/yellow-bar-cover.gif);
	background-repeat: no-repeat;
	float: left;
}

#content-middle p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: .75em;
	line-height: 1.5em;
}

#content-middle a:link, #content-middle a:visited {
	color: #00AEFF;
}

#content-middle a:hover {
	color: #FF002F;
}

#content-middle .subheader {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF002F;
}

#content-right {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	width: 200px;
	float: left;
	background-image: url(includes/gui/background-right-column.gif);
	background-repeat: no-repeat;
}

#content-right blockquote {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #00AEFF;
	font-size: 1.125em;
	font-style: italic;
	text-align: center; 
	line-height: 1.5em;
}

#content-right h4 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: .75em;
	font-style: italic;
	text-align: center;
	background-color: #000;
}

#content-right #header-links {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	width: 200px;
	height: 7px;
	background-image: url(includes/gui/background-links.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#content-right ul {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #00AEFF;
	font-size: .75em;
}

#content-right li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#content-right a:link, #content-right a:visited {
	color: #FF002F;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#content-right a:hover {
	color: #000;
}

#content-fix {
	clear: both;
}

#footer {
	margin: auto;
	padding: 0px;
	width: 890px;
	height: 50px;
}

/* MENU */
#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	margin: 0px;
	padding: 0px;
}

#menu li a:link, #menu li a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 110px;
	height: 20px;
	color: #999999;
	font-size: 1.125em;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}

#menu li a:hover {
	color: #FDDF13;
	background-color: #000;
}

#menu li a#static {
	color: #FDDF13;
	background-color: #000;
}
