/*
        Name:  Envision
        Date:  2008.01.23
      Author:  Jesse Foster | jf26028 (http://www.gravitycube.net/)
 Description:  2 column light layout.
     License:  Originally released under the Creative Commons Attribution 2.5 by Erwin Aligam.
               Enhancements released by GravityCube.net under the BSD license - Copyright (c) 2008, http://www.gravitycube.net/.
               See License.txt for full license.
     Credits:  Original theme based on Envision by Erwin Aligam (http://www.styleshout.com/) under the Creative Commons Attribution 2.5 license.
*/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #CCC;
font-size: 12px;	
	text-align: center;
}

/* links */


A:link
{
    COLOR: black
}
A:visited
{
    COLOR: black
}
td {
padding:4px;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

#row1 {
	background: #f0f8ff;

}
#row2 {
	background: #ffefd5;

}
/********************************************
   LAYOUT
********************************************/ 


/*
div#container{width:900px;margin:0 auto}
div#content{float:left;width:700px}
div#sidebarOne{float:right;width:200px}
div#sidebarTwo{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}
*/

div#sidebarOne{float:right;width:26%; padding-right:25px;}
div#sidebarTwo{float:right;clear:right;width:26%; padding-right:25px;}


#container {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#sitename a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header div#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

#header div#layoutSelection { float: right; margin-top: 30px; margin-right: 50px; }

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Main Column */
#content {
	float: left;
	width: 66%;
/*	padding: 0;
*/
	margin: 5px 0 0 5px;
	display: inline;
	margin-left: 30px;
}
#content h2 {
	margin-top: 2px;
	font: Bold 24px Verdana ,'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px solid #EFF0F1;
/*
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
*/
	text-transform: none;
}
#content h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}


/* Sidebar */	
.sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
.sidebar ul 
{
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
}
.sidebar ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
	border-bottom: dashed 1px #728D26;
}
* html body .sidebar ul li {
	height: 1%;
}
.sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
.sidebar ul li a:hover {	
	color: #1773BC;	
}
.sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
.sidebar ul ul li { background: none; }


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* page */
#page { padding: 10px; }
#page h1 { margin-top: 0; }


div#footer { padding-top: 15px; }




















