/*
AUTHOR: Erwin Aligam 
WEBSITE: http://www.styleshout.com/
TEMPLATE NAME: Envision
TEMPLATE CODE: S-0013
VERSION: 1.0          	
*/ 
* { margin: 0; padding: 0; }

body {
	background: #CCC;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color:#444444;
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #FF5F00;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 120%;
	color:#FF5F00;
}
h2 span {
font-family:Arial, Helvetica, sans-serif;
font-size: 75%;
font-weight:normal;
color:#2180BC;
cursor: help;
border-bottom: 1px dotted;
}
h3 {
font-size: 135%;
color:#FF5F00;
}
h4 {
text-align:center;
	font-size: 240%;
	color:#000000;
	line-height:4px;
	padding:210px 0px 0px 0px;
	background-image:url(images/keyword_list_matters.jpg);
	background-repeat:no-repeat;
}
h5 {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 150%;
color:#666666;
line-height:3em;
}
h6 {
	font-size: 180%;
	color:#FF5F00;
	line-height:1.3em;
}

/* images */
img {
border:none;
padding-right:5px;
}
img.float-right {
  margin: 5px 0px 5px 5px;
}
img.float-left {
  margin: 0px 5px 0px 0px;
}

h1, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(images/bullet2.gif);
}

.keywords {
font-size:16px;
font-family:"Courier New", Courier, monospace, Arial;
color:#000000;
}

.error {
font-size:12px;
line-height:normal;
color:#FF0000;
}
.orangetext {
font-size:12px;
line-height:normal;
color:#FF5F00;
}
.shaded {
background-color:#efefef;
color:#333333;
}
.small {
font-size:9px;
}
.medium {
font-size:11px;
line-height:normal;
}

.highlight {
background-color:#FFFF00;
}

.centered {
text-align: center;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
.acronym {
color:#2180BC;
cursor: help;
border-bottom: 1px dotted;
}
.acronym:hover {
color:#FF5F00;
}
blockquote {
margin: 10px;
padding: 0 0 0 28px;  
border: 1px solid #f2f2f2; 
background: #FAFAFA url(images/quoteorange.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #FF5F00;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #ffb07e;
	border-bottom: 1px solid #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #efefef;
}
.formwhite {
	background-color: #FFFFFF;
}
label {
	display:block;
	margin:5px 0;
}
input {
padding:2px;
	font: normal 1em Verdana, sans-serif;
}
input#clear {
padding: 0px;
border: none;
background-color: #efefef !important;
}
input#white {
padding: 0px;
border: none;
background-color: #ffffff !important;
}
textarea {
	width:440px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:170px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 25px;
	margin: 0;
	color: #FFF;
	background: #FF5F00 url(images/button-bg.gif) repeat-x 0 0;
	border: none;
}
input.button:hover{ 
	background: #FF5F00 url(images/button-bgact.gif) repeat-x 0 0;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 760px;
	background: #CCC url(images/content2.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 700px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 760px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.gif) no-repeat center top;
	padding: 0;	
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 33px 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: 16px 'Trebuchet MS', Tahoma,, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 69px;
	left: 47px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color:#FFFFFF;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #80FFFF;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 720px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color:#80FFFF;
}
#menu ul li#current a {	
	color:#ccc;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	color:#FF5F00;
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px solid #EFF0F1;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;
	background-color:
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	color: #FF5F00;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots4.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots4.gif) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #2180BC;	
}
#sidebar ul.sidemenu li a:hover {	
	color:#FF5F00;
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.gif) no-repeat center top;
	clear: both;
	width: 760px;
	height: 65px;
	text-align: center;	
	font-size: 82%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}
#footer a:hover { 
	color: #80FFFF;
	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; }
/* FROM KEYWORDCSS FILE */
#states li { margin: 0px; }

ul.boxy li { margin: 3px; }
ul.sortable li {
position: relative;
}
ul.boxy {
list-style-type:none;
padding: 0px;
margin: 2px;
width: 20em;
font-size: 13px;
font-family: Axial, sans-serif;
}
ul.boxy li {
list-style-image:url(images/bulletclear.gif);
cursor: move;
padding: 2px 2px;
border: 1px solid #ccc;
background-color: #eee;
}
.clickable a {
display: block;
text-decoration: none;
cursor: pointer;
cursor: hand;
}
.clickable li:hover {
background-color: #f6f6f6;
}
/* FROM BRACESCSS.CSS  **********************
.body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
*/
.red {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
}
.title{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
.boxout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#E7E7F7;
	padding:6px;
	border: 1px solid #3399CC;
}
.tg {
background-color:#FFCC66;
}
.white {
background-color:#FFFFFF;
}
.type2 {
color:white;
background-color:#E48936;
}
.type3 {
color:white;
background-color:#FF00FF;
}
.type4 {
color:black;
background-color:#FFFF00;
}
.type5 {
color:black;
background-color:#CCCCCC;
}
.type6 {
color:white;
background-color:#59ACFF;
}
.type7 {
color:white;
background-color:#00CC00;
}
.type8 {
color:white;
background-color:#FF0000;
}
.type9 {
color:black;
background-color:#FFCC99;
}
.type10 {
color:black;
background-color:#D8F312;
}
.type11 {
color:white;
background-color:#C46AFF;
}
.type12 {
color:white;
background-color:#009999;
}
.type13 {
color:#006b3a;
background-color:#00FF99;
}
.type14 {
color:black;
background-color:#FFCCFF;
}
.type15 {
color:white;
background-color:blue;
}
.type16 {
color:black;
background-color:#CEF5FF;
}
.type17 {
color:black;
background-color:#C1C100;
}
.type18 {
color:black;
background-color:#FFFF9B;
}
.type19 {
color:black;
background-color:#A8FFA8;
}
.type20 {
color:white;
background-color:#666666;
}
.type21 {
color:black;
background-color:#BFBFFF;
}
.type22 {
color:#1c489b;
background-color:#E3B764;
}
.type23 {
color:black;
background-color:#FF9966;
}
.type24 {
color:white;
background-color:#AA0055;
}
.type25 {
color:#068300;
background-color:#ffb400;
}
.type26 {
color:black;
background-color:#FF1C8D;
}
.type27 {
color:#9c2130;
background-color:#63DECF;
}
.type28 {
color:black;
background-color:#E6E4CA;
}
.type29 {
color:black;
background-color:#d3aa97;
}
.type30 {
color:#b71313;
background-color:#f0f7b0;
}
.type31 {
color:black;
background-color:#8bd7ff;
}
.type32 {
color:black;
background-color:#eee400;
}
.type33 {
color:#ff00a0;
background-color:#00ff5f;
}
.type34 {
color:#d3efff;
background-color:#ff5f00;
}
.type35 {
color:red;
background-color:#f8cc00;
}
.type36 {
color:#9e4e52;
background-color:#d0dfbe;
}
.type37 {
color:#eaff3b;
background-color:#00bdc4;
}
.type38 {
color:black;
background-color:#ff91c0;
}
.type39 {
color:#921bac;
background-color:#e29f49;
}
.type40 {
color:#8c2aff;
background-color:#73d500;
}
.type41 {
color:red;
background-color:#00FFFF;
}
.type42 {
color:yellow;
background-color:#877616;
}
.type43 {
color:#a3ff4d;
background-color:#5c00b2;
}
.type44 {
color:#45ffff;
background-color:#ba0000;
}
.type45 {
color:#ffcdfd;
background-color:#007d06;
}
.type46 {
color:#e0ff4d;
background-color:black;
}
.type47 {
color:#e3ada3;
background-color:#1c525c;
}
.type48 {
color:white;
background-color:#A0A48E;
}
.type49 {
color:white;
background-color:#874425;
}
.type50 {
color:#0216ff;
background-color:#fde900;
}
.type51 {
color:white;
background-color:#0c0083;
}
.tbl {
background-color:#FFFFFF;
}