/* Stevens mega cooles css-design */

html {
    margin: 0;
    padding: 0;
}

body#css-zen-garden { 
	font: georgia, sans-serif;
	line-height: 1.88889;
	color: #000;
	background: #05a url(./paisley.png); 
	margin: 0; 
	padding: 0;
	}

.page-wrapper {
    padding: 0 500px 0 110px;  
    margin: 0;
}

.intro {
    width: 100%;
    min-width: 450px;
}

.sidebar {
    border-color:#999;
    border-width:4px;
    border-style: solid;
    position: absolute;
    top: 50px;
    right: 50px;
    background: url(./symphony.png)
}

#zen-intro,
#zen-supporting {
    border-color:#999;
    border-width:4px;
    border-style: solid;
    background: rgba(220,160,140,0.5);
    margin: 50px 0px;
}

#zen-supporting {
    background: rgba(117,160,255,0.5);
}

#zen-summary {
    background-image: url(./paisley.png);
    border-style: groove;
    margin-left: -2px;
    margin-right: -2px;
}

.summary p,
#zen-supporting p {
    margin: 20px 20px 20px 10px; 
}
 
.preamble p {
    padding: 0px 10px 0 10px;
}

h3 {
    color: #000;
    font-style: italic;
    font-weight: lighter;
}

header {
    padding-top: 10px;
}

h1 {
    color: #000;
    font-weight: bolder;
}

h2 {
    color: #000;
    font-weight: lighter;
}

abbr {
    font-weight: bold;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555;
	}
a:hover, a:focus, a:active { 
	font-weight: bolder;
	text-decoration: underline; 
	color: #555;
	}
