/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Stylevantage - orange
   TEMPLATE CODE: 	S-0001
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(../Images/headerbg-orange.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #EC981F; 
	text-decoration:none;
}
a:hover {
	background: inherit;
	color: #000000;
	text-decoration:none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
ul span, ol span {
	color: #666666;
}


/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #EC981F;
}

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;  
  border-left: 3px solid #EC981F;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../Images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #EC981F;  
	font-weight: bold; 
}


/* form elements */
customform {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}



/* search form */
customform.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
customform.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
customform.searchform input.button {
	width: 55px;
	vertical-align: top;
}



/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
	width: 80%;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 850px;	
}

/* header */
#header {
	position: relative;
	background: url(../Images/headerbg-orange.gif) repeat-x 0% 0%;
	height: 84px;	
}
#header h1#logo{
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}

#header h1#logo a span.gray-logo{
	color: #CCC;
}

#header h1#logo a:hover span.gray-logo{
	color: #FFA600;
}

#header h1#logo a:hover span.orange-logo{
	color: #CCC;
}

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em '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: 48px; left:65px;		
}
#header .customform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	margin-left: 180px;
	padding: 0;
	width: 100%;
	border-left: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.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;
}
/* footer */
#footer {
	clear: both;
	background: #FFF url(../Images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:Hover {
	text-decoration: none;
	color:#535456;
	font-weight: bold;
}
/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #FFA600; }

.tableHeader
{
  font-size: 12px;
  color: #FFFFFF;
  font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
  font-weight: Bold;
  background-color: #5D5E60;
  padding: 10px;
  margin: 5px;
  top: 18px;
}

.tableHeader a:link
{
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}

.tableHeader a:visited
{
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}

.tableHeaderHighlighted
{
  font-size: 12px;
  color: #FFFF00;
  font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif;
  font-weight: bold;
}
.tableCellNormal
{
  font: 100%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
  border: #000080 0px solid;
  background-color: #FFFFCC;
  color:#535456;
  padding: 10px;
  margin: 5px;
  text-decoration:none;
}
.tableCellNormal a:hover
{
	color: #5D5E60;
}
.tableCellAlternating
{
  
  color: #000000;
  font: 100%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  border-left: #000080 1px solid;
  border-bottom: #000080 1px solid;
  background-color: #FDA;
}

.arrowlistmenu{
width: 21%; /*width of accordion menu*/
float:left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../Images/titlebar.png) repeat-x center left;
margin-bottom: 0px;
text-transform: capitalize;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
text-decoration: none;
font-style:normal;
 
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../Images/titlebar-active.png);
text-decoration: none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FF9933;
display: block;
padding: 2px 0;
padding-left: 23px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li ul li a
{
	padding-left: 30px;
}

.arrowlistmenu ul li ul li ul li a
{
	padding-left: 37px;
}

.arrowlistmenu ul li ul li ul li ul li a
{
	padding-left: 45px;
}

.arrowlistmenu ul li a:visited
{
	color: #FF9933;
	text-decoration: none;
}

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
	color: #E59D34;
	background-color: #FFFFCC;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
