/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCC;
	font: 1.3em garamond, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1.2em;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
img {
	border: 0;
}

/* headers */
h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: black;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #008;
	line-height: 1.1em;
	font-size: 1.3em;
	text-align: center;
}
h3 {
	color: black;
	line-height: 1.1em;
	font-size: 1.2em;
	text-align: center;
}

h1, h2, h3, h4{
	padding: 20px;		
	margin: 0;
}

p {
	padding: 5px;
}

h4 {
  font-size: 0.75em;
  line-height: 1em;
  color: #666;
  text-align: center;
  font-style: italic;
}

p {
  font-family: georgia, garamond;
  font-size: 0.75em;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
    font-size: .75em;
	font-weight: bold;
}

ul li {
	list-style-image: url(bullet.gif);
}

#greenbox {
	padding: 15px; 
	border: 1px solid #333; 
	background-color: #efd; 
	margin: 15px; 
}

#greenbox p{
	font-size: 1em;
	padding: 30px;
	padding-top: 5px;
	margin-right: 15px;
  font-family: arial, helvetica, sans-serif;
}

#whitebox {
	padding: 15px; 
	border: 2px dashed black; 
	background-color: #fff; 
	margin: 15px; 
	line-height: 1.4em;
	font-size: 1em;
}



.hilite {
  background-color: yellow;
  font-weight: bold;
}

img.centered {
      display: block;
      margin-left: auto;
      margin-right: auto 
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
  margin-top: -10px;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}

/* Main Column */
#main {
	float: left;
	width: 100%;
	padding: o; margin: 0 0 0 5px;
	display: inline;
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(content.jpg) repeat-y center top;
	clear: both;
	width: 820px;
	height: 15px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { 
	float: right;
	border: 1px solid black;
	margin: 5px;
	margin-left: 15px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.booktitle {
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
	color: #008;
}


