/*
 * Theme Name: PPP
 * Theme URI: http://mu.wordpress.org/
 * Description: PPP
 * Version: 1.6
 * Author: Chad Brubaker
 * Author URI: http://brubco.com
 * */


/*
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.5.1
 * */

#sidebar { 
position:relative;
top:20px;
float:right;
width:20%;
}
#footer {
position:relative;
padding: 10px;
text-align:center;
margin: 0 auto;
width: 100%;
clear: both;
color: #ff6600;
text-decoration:none;
}
#footer a:link, #footer a:visited
{
color: #ff6600;
text-decoration:none;
text-align:center;
}

#hd {
margin-top:20px;
width:100%;
height:243px;
background-color:transparent;
background-image:url(../images/headerRepeat.jpg);
background-repeat: repeat;
border:0px solid blue;
text-align:center;
}
#hd_inner {
width:100%;
height:243px;
background-color:transparent;
background-image:url(../images/header.jpg);
background-repeat: no-repeat;
background-position:center;
border:0px solid blue;
text-align:center;
} 
#bd {
width:100%;
height:443px;
background-color:transparent;
background-image:url(../images/bodyBack.jpg);
background-repeat: repeat-x;
border:0px solid blue;
text-align:center;
} 
#ft {
width:100%;
background-color:transparent;
background-image:url(../images/footgrass.jpg);

background-repeat: repeat-x;
background-position:bottom;
border:0px solid blue;
text-align:center;
}

/*
 * menu classes
 * */
#navcontainer ul
{
min-width:400px;
/*width:100%;*/
position:absolute;
margin-left:100px;
left:50%;
top:0px;
text-align: left;
margin-top:25px;
color: #ff6600;
text-decoration:none;
font-size:16px;
font-family:arial;
}

#navcontainer ul li { 
display: inline; 
padding-top: 25px;
color: #ff6600;
text-decoration:none;
}

#navcontainer ul li a
{
padding-top: 25px;
color: #ff6600;
text-decoration:none;
}

#navlist a:link, #navlist a:visited
{
padding-top: 25px;
color: #ff6600;
text-decoration:none;
text-align:center;
}
#navcontainer ul li a:hover
{
padding-top: 25px;
background: url(../images/pepper.jpg) top no-repeat;
color: #ff6600;
text-decoration:none;
}

/*
 * drop shadow div classes
 * */



.blur{
	background: transparent url(../images/ppp/whitebox.png);
	position:relative;
	color: inherit;
	margin-left: 4px;
	margin-top: 40px;

}

.shadow{
	background: transparent url(../images/ppp/whitebox.png);
/*path to the 60%-transparent 1x1pixel black-colored background image*/
	color: inherit;
}


.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}


.content{
	 /*background color of content*/
	/*background: transparent url(../images/clear.png);*/
	/*color: #1320ae; text color of content*/
	color: #990000; /*text color of content*/
	font-size:20px;
	font-family:arial;
	text-align:left;
	border: 0px solid #000; /*border color*/
	padding: .5em 2ex;
}




/* base.css, part of YUI&#39;s CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL&#39;s LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL&#39;s LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL&#39;s LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell&#39;s padding*/
	margin-bottom:.5em;
	/*centered so it doesn&#39;t blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don&#39;t run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
 *    control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


#menu a {
  position: relative;
  top: 100px; 
  text-decoration: none;
  }


#menu a i { visibility: hidden; }
a#home { left: 301px; height:200px; font-size:200px; }
a#beets { left: 401px; height:200px; font-size:200px; }
