/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Stylevantage - orange
   TEMPLATE CODE: 	S-0001
   VERSION:          1.0          	
   
   ffa600 x 8dcdff
   ec981f x 6182f1
 *******************************************/ 
 
/********************************************
   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-blue.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #6182f1; 
}

a:hover, ul.sidemenu a.selected {
	background: inherit;
	color: #806B4D;
}

	#header a, #header a.selected, #header a.visited {
		color: #cfeaff !important;
	}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	

#sidebar { display: none; }
#sidebar h1 {
	padding: 10px 0px 5px 15px;
	/* background: url(../images/square_arrow.gif) no-repeat 2px 12px; */
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #6182f1;	
}
ul span, ol span {
	color: #666666;
}

p { text-align: justify; }


/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

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 #6182f1;
}
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 #6182f1;  
	font-weight: bold; 
}

/* form elements */
form {
	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 */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
    width: 850px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	position: relative;
	clear:both;
    margin: 0; padding:0;
	width: 850px;	
	min-height: 400px;
	
}

#logoab {
	position: absolute;
	right: -110px; top: -15px;
	background: url(../images/logoabr.gif) 0 0 no-repeat;
	width: 100px; height: 100px;
}
/* header */
#header {
	position: relative;
	background: url(../images/headerbg-blue.gif) repeat-x 0% 0%;
	height: 111px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #eee;
	text-transform: lowercase;
	background: url(../images/logoemi.jpg) 0px 1px no-repeat;
	height: 100px;
	width: 550px;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#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: 65px; left:73px;		
}
#header .searchform {
	position: absolute;
	top: 1px; right: 3px;	
	/* background: url(../images/logoabrg.gif) 0px 21px no-repeat; */
	text-align: right;
	height: 100px;
}
#header .contact {
	color: #fff;
	text-align: right;
	line-height: 14px;
	margin-top: 10px;
	padding-left: 250px;
}

/* main column */
#main {
	float: left;
	margin: 20px 0 0 15px;
	padding: 0;
	width: 54%;	
	border-left: 1px solid #f2f2f2;
	min-height: 400px;
}

.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;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#rightbar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/* background: url(../images/arrow.gif) no-repeat 2px 5px; */
	padding: 2px 5px 2px 0px;	
}

* html body #rightbar ul.sidemenu li { height: 1%; }

#rightbar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
	border-left: 3px solid #ccc;
	padding-left: 10px;
}

#rightbar ul.sidemenu a:hover, #rightbar ul.sidemenu a.selected {
	border-left: 3px solid #8dcdff;
}

/* rightbar */
#rightbar {
	float: right;
	width: 212px;
	padding: 0;	margin: 20px 0 0 0;		
}

/* 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;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(../images/menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #8dcdff;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #8dcdff;
}

/* 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: #8dcdff; }




/*
 *  MODULES
 */
#customers {
	width: 95%;
	padding: 1em 5px 5em 1em;
}

#customers div.item {
	
}

#customers div.item-image, #customers div.text {
	float: left;
	margin: 2em 2.5em 2em 0;
	background-color: #eee;
	border-top: 5px solid #679a8e; border-bottom: 1px solid #679a8e;
	padding: 10px;
}
#customers div.text {
	width: 50%;
	padding-bottom: 20px;
}


/*
 * Gallery
 */

#gallery {
	clear: both;
	padding-left: 0px !important;
}

#gallery ul {
	list-style-type: none;
}

#gallery li {
	width: 140px;
	border:solid #CCC;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 4px;
	background:#FFF;
	padding: 5px;
	text-align:center;
	float:left;
	margin: 5px;
}

#gallery li.folder { width: 100% !important; text-align: left; padding: 0;  }

#gallery a {
	border-bottom-width: 0px !important;
}

#gallery a.open {
	padding-right: 14px;
	background: url(../images/open.gif) bottom right no-repeat; 
	border-bottom-width: 0px !important;
}

h2.item-folder {
	padding: 20px 0 20px 50px;
	background: url(../images/gallery/folder.gif) 0px 12px no-repeat;
}

/*
#gallery a span {
	position:absolute;
	left:-9999px;
}
*/
#gallery span {	
	font-weight:bold;
	background:#FFF;
	color:#999;
	font-size: 80%;
} 


#gallery img {
	border: 2px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
 */
}

a.back {
	padding-right: 20px;
	background: url(../images/back.gif) bottom right no-repeat; 
	border-bottom-width: 0px !important; font-weight: bold;
	line-height: 16px;
}
a.forward {
	padding-right: 20px;
	background: url(../images/forward.gif) bottom right no-repeat; 
	border-bottom-width: 0px !important; font-weight: bold;
	line-height: 16px;
}

.no-bmargin { margin-bottom: 0px; padding-bottom: 0px; }

#breadCrumb {
	height: 18px; /* This is the height we wan't on our breadcrumb */
	padding: 0 0 0 0px;
	/* background: #999; This is our background color */
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
}
#breadCrumb ul { margin: 0px; }
#breadCrumb li {
	float: left;
	display: inline;
	margin-right: 4px;
}
#breadCrumb a {
	background: url(../images/breadcrumb.gif) top right no-repeat;
	padding-right: 18px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
	border-bottom-width: 0px;
}
#breadCrumb a:hover {
	background: url(../images/breadcrumb.gif) bottom right no-repeat;
	border-bottom-width: 1px;
}

#breadCrumb img {
	border: 0px !important;
	vertical-align: text-bottom;
}


