/*  
Theme Name: dj buddha version seven
Theme URI: http://www.djbuddha.org/
Description: post-prapanca-launch-my-life-is-changing-forever-sort-of-style
Version: 7.0
Author: Scott Mitchell
Author URI: http://www.djbuddha.org/

Release notes:
*/

/*------------------------------
BASIC
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
	}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article { display: block; }

body {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #ffffff;
	}


/*------------------------------
HEADER
------------------------------*/
#top {
	margin: 1em 0 0 0;
	padding: .5em;
	height: 115px;
	background: url("/_testSite/images/amida-logo.jpg");
	background-repeat: no-repeat;
	}
#top h1 { margin-left: 160px; font-size: 48px; line-height: 32px; }
#top h1 a:link { color: #000; text-decoration: none; }
#top h1 a:visited { color: #000; text-decoration: none; }
#top h1 a:hover { color: red; text-decoration: none; }

/*------------------------------
NAVIGATION
------------------------------*/

nav {
	position: absolute;
	left: 0;
	width: 100%;
	}

nav ul {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	list-style: none;
	}

nav ul li {  
    float: left;
    padding: 0;  
	}  
  
nav ul li a {  
	display: block;  
	margin-right: 2em;  
	text-decoration: none;  
	color: black;
    }

nav ul li a:hover {	color: red; }  
nav ul li a:visited { color: black; }  

/*------------------------------
MAIN CONTENT AREA
------------------------------*/

#content {
	float: left;
	margin-top: 5em;
	margin-bottom: 5em;
	padding: 0;
	padding-bottom: 25em;
	width: 60%;
	color: #333;
	}
#content h1, h2, h3, h4, p { padding-bottom: 1em; }
#content p { color: #666; font-size: 14px; line-height: 30px; }
#content a:link { color: #333; text-decoration: underline; }
#content a:visited { color: #666; text-decoration: underline; }
#content a:hover { color: red; text-decoration: none; }
#content img {
	float: right;
	margin: 0 0 100px 1em;
	padding: 2px;
	max-width: 25%;
	border: 1px solid #333;
	}

/*------------------------------
SIDEBAR
------------------------------*/

#sidebar { 
	float: right; 
	width: 30%; 
	margin-top: 5em;
	margin-bottom: 5em;
	overflow: hidden;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li { padding-left: 1em; text-indent: -1em; }
#sidebar { line-height: 20px; }
#sidebar img { max-height: 100px }
#sidebar section { padding-bottom: 1em; border-bottom: 1px solid #666; }
#sidebar a:link { color: #333; text-decoration: underline; }
#sidebar a:visited { color: #666; text-decoration: underline; }
#sidebar a:hover { color: red; text-decoration: none; }
#sidebar h4 a:link { color: #000; text-decoration: none; }
#sidebar h4 a:visited { color: #000; text-decoration: none; }
#sidebar h4 a:hover { color: red; text-decoration: none; }


/*------------------------------
META-INFO [ALTO-FOOTER]
------------------------------*/

#meta-info {
	clear: both;
	margin: 20px 0;
	padding: 1em 0;
	}
html #meta-info {
	height: 1%;
}
.meta-columns {
	float: left;
	width: 28%;
	margin-right: 2em;
	padding-bottom: 100px;
	overflow: hidden;
	}
#meta-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#meta-info li { padding-left: 1em; text-indent: -1em; }
#meta-info a:link { color: #333; text-decoration: underline; }
#meta-info a:visited { color: #666; text-decoration: underline; }
#meta-info a:hover { color: red; text-decoration: none; }
#meta-info h4 a:link { color: #000; text-decoration: none; }
#meta-info h4 a:visited { color: #000; text-decoration: none; }
#meta-info h4 a:hover { color: red; text-decoration: none; }

/*------------------------------
FOOTER
------------------------------*/
footer {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1em 0 0 1em;
	background: #333;
	color: #fff;
	z-index:999;
    filter:alpha(opacity=80);
    opacity:0.8;
	}
footer a:link { color: #fff; text-decoration: underline; }
footer a:visited { color: #fff; text-decoration: underline; }
footer a:hover { color: red; text-decoration: none; }


/*------------------------------
ect., ect., ect...!
------------------------------*/
#s { width: 150px; color: #666; }

/*------------------------------
shhhhh!
------------------------------*/

#easter_egg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:10em;
	background:#333;
	text-align:center;
	display:none;
	}

