/*
Theme Name: Bispro
Theme URI: http://hileud.com/
Description: bispro
Version: 1.0
Author: azis supangkat
Author URI: http://hileud.com/



*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background:url('images/background-twit-bispro.png');
	}

#page {
	text-align: left;
	/*background:url('images/bispro-bg.png');*/
	height:700px;
	}

#logo {
   height:100px;
   background:url('images/bispro-logo.png') no-repeat;
   margin:42px 49px 14px;
   
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #D0D822;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Tahoma, Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #652D90;
	text-decoration: none;
	}

a:hover {
	color: #D0D822;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: auto;
	padding: 0;
	width: 900px;
	}

#logos {
 float:left;
 height:50px;
 width:100%;
 margin-top:3px;
 margin-left:23px;
}
#logos a,#logos a img{
 margin:0;
 padding:0;
 float:left;
}

#header {
	margin: 0;
	padding:0 20px;
	padding-top:16px;
	float:left;
	width: 812px;
	text-align:right;
	position:absolute;
	color:#ccc;
	}
	
#main{
  float:left;
}	

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 20px;
	margin-top:21px;
	width: 630px;
	min-height:631px;
	background:url("images/bispro-box-content.png") no-repeat;
	}

.widecolumn {
	float: left;
	padding: 0 20px;
	margin-top:21px;
	width: 630px;
	min-height:631px;
	background:url("images/bg.png") no-repeat;
	}

.post {
	margin: 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
  margin:0;
  padding:6px 23px;	
  color:#d6de23;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	}*/

html>body .entry li {
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


#sidebar #searchform #s {
	width: 104px;
	padding: 10px 0;
	border:none;
	background:transparent;
	font-size:11px;
	float:left;
	}
#s{
  margin-right:10px;
}	

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
  float:left;
	padding: 20px 0;
	width: 219px;
	min-height:700px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#icon{
  float:left;
  margin-right:10px;
}

/* End captions */

/* Author: Craig Erskine Description: Dynamic Menu System - Vertical */ 
#menu{
  padding:21px 0 0 21px;
  margin-top:-20px;
  background:url('images/bispro-box-icon.png') no-repeat;
  width:211px;
  height:235px;
}
ul#navmenu-v,ul#navmenu-v li 
{ 
width: 170px; 
/* Menu Width */ margin: 0; list-style: none; 
} 
ul#navmenu-v ul li{
  display: block;
	float: none;
	min-width:170px;
	width: auto;
	white-space: nowrap;


}

ul#navmenu-v ul li a{
  padding-left:20px;
}
ul#navmenu-v li { float: left; position: relative; width: 100%; } 
ul#navmenu-v li.iehover { z-index: 1000; /* IE z-index bugfix */ } 
ul#navmenu-v ul { display: none; position: absolute; top: 0; left: 100%; z-index: 9999; } 
/* Root Menu */ 
ul#navmenu-v a 
{ 
  border-bottom: 1px solid #ccc;  
  padding: 7px 6px; 
  display: block; 
  background: #f2f2f2; 
  color: #666; 
  font: 11px Tahoma, sans-serif; 
  text-decoration: none; 
  height: 14px; 
  opacity:1;
  } 
 
 ul#navmenu-v a img{
 margin-top:-3px;
 } 

/* Root Menu Hover Persistence */ 

ul#navmenu-v a:hover,ul#navmenu-v li:hover a,ul#navmenu-v li.iehover a,ul#navmenu-v li:hover li a:hover,ul#navmenu-v li.iehover li a:hover 
{ 
  background: #dedede; color:#61298a;
  border-bottom: 1px solid #f2f2f2;
  
} 

ul#navmenu-v li:hover li a,ul#navmenu-v li.iehover li a { 
  float: none; background: #f2f2f2; 
  border-bottom: 1px solid #ccc;
  
} 


/* 3rd Menu Hover Persistence */ 
ul#navmenu-v li:hover li:hover li a:hover,ul#navmenu-v li:hover li:hover li:hover a,ul#navmenu-v li.iehover li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover a { background: #666; } /* 4th Menu */ ul#navmenu-v li:hover li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li.iehover li a { background: #666; } /* 4th Menu Hover */ ul#navmenu-v li:hover li:hover li:hover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover li a:hover { background: #333; } /* Hover Function - Do Not Move */ ul#navmenu-v li:hover ul ul,ul#navmenu-v li:hover ul ul ul,ul#navmenu-v li.iehover ul ul,ul#navmenu-v li.iehover ul ul ul { display: none; } ul#navmenu-v li:hover ul,ul#navmenu-v ul li:hover ul,ul#navmenu-v ul ul li:hover ul,ul#navmenu-v li.iehover ul,ul#navmenu-v ul li.iehover ul,ul#navmenu-v ul ul li.iehover ul { display: block; }

ul#navmenu-v a:hover ul li{
  background:#F2F2F2;
}

ul#navmenu-v li.last a,ul#navmenu-v li.first a{
 background:none; 
}

ul#navmenu-v li.first a:hover{
 background:url('images/btn-home-dark.png'); 
}

ul#navmenu-v li.last a:hover{
 background:url('images/btn-contact-dark.png'); 
}

ul#navmenu-v li.last a{
  border:none;
}

/*homepage*/
img.imgthumb{
  height:406px;
  margin:36px 16px;
  width:600px;
  margin-bottom:0;
}
img.bghome{
  position:absolute;
  z-index:10;
  top:205px;
  margin-left:337px;
  opacity:0.85; 
}

.postin{
  position:absolute;
  z-index:11;
  top:205px;
  margin-left:358px;
  width:235px;
  color:#fff;
}
.posttext{
 font-size:10px;
 line-height:13px;
 text-align:justify;

}
.postbottom{
 padding:0; 
 margin-top:9px;
}
.slogan{
 color:#FFFFFF;
 display:block;
 float:left;
 font-size:14px;
 height:100px;
 line-height:22px;
 padding:20px 16px 0 73px;
 width:190px;
}

#news{
  float:right;
  width:292px;
  display:block;
  height:167px;
  background:url('images/bgboxnews.png') no-repeat;
}
.title{
  color:#D0D822;
  font-size:40px;
  padding:29px 0 10px 0;
  font-family:Arial;
  
}

#search{
  background:url('images/bispro-box-find.png') no-repeat;
  width:211px;
  height:41px;
  padding-left:35px;
  padding-top:5px;
  clear:both;
}
#buttoblog
{
  width:211px;
  height:75px;
}
#help
{
  background:url('images/bispro-box-howwemayhelpyou.png') no-repeat;
  padding:14px 10px 10px 43px;
  height:95px;
}
#help .title{
  font-size:12px;
  color:#652d90;
  margin:0;
  padding:10px 0 0;
  font-weight:bold;
}
#help p{
 color:#652d90;
 margin:0;
 padding:4px;
}
#disclaimer{
  height:30px;
  padding:14px 10px 10px 33px;
  line-height:21px;
  color:#999;
}
#disclaimer a{
  color:#999;
}


#ungu{
  background:url('images/background-ungu-repeat.png');
  width:208px;
  
  height:245px;
  right:0px;
  position:absolute;
  top:205px;
}

/*scroll*/
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	
  width:223px;
	/* vertical scrollers have typically larger height than width */	
	height: 120px;	
}

/* root element for scrollable items */
.scrollable ul{
 list-style:circle;
 color:#fff;
 margin:0;
 padding:0 22px;
}

.scrollable ul li a{

 color:#fff;
}

#newsscroll{
  display:block;
  float:left;
  width:255px;
}

a.prev,a.next{
  float:right;
  display:block;
  height:63px;
  margin-right:16px;
  margin-top:4px;
}
.scrollable ul li{
  margin-left:3px;
}
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.item {
	
	margin:0;
	padding:0;
	font-size:11px;
	line-height:13px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	margin:0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	

/*page*/

.post-2{
  background:url("images/bg-company.png") no-repeat;
}
.post-23,.post-24,.post-26,.post-81{
  background:url("images/bg-company2.png") no-repeat;
}

.post-32{
  background:url("images/bg-services.png") no-repeat;
}
.post-33,.post-35,.post-36,.post-37,.post-69,.post-70,.post-213,.post-216,.post-218,.post-222,.post-225,.post-229,.post-209{
  background:url("images/bg-services2.png") no-repeat;
}

.post-38{
  background:url("images/bg-enabletech.png") no-repeat;
}

.post-39,.post-40,.post-41,.post-42,.post-43,.post-44,.post-45,.post-46,.post-47,.post-48,.post-101,.post-109,.post-114,.post-116,.post-127,.post-130, .post-362, .post-367, .post-371, .post-375, .post-526{
  background:url("images/bg-enabletech2.png") no-repeat;
}

.post-49{
  background:url("images/bg-method.png") no-repeat;
}

.post-50,.post-51,.post-52,.post-53,.post-138,.post-141,.post-146,.post-148,.post-153,.post-157,.post-159,.post-163,.post-165,.post-167,.post-172{
  background:url("images/bg-method2.png") no-repeat;
}

.post-55,.post-1,.post-,.post-236,.post-242{
  background:url("images/bg.png") no-repeat;
}

/*ini untuk contact halaman utama*/
.post-56{
   background:url("images/bg-contact.png") no-repeat;
}
/*ini untuk contact*/
.post-342,.post-349{
   background:url("images/bg-contact2.png") no-repeat;
}

.post-183{
  background:url("images/bg-client.png") no-repeat;
}

.post-54,.post-89,.post-91,.post-92,.post-260,.post-256,.post-260,.post-251{
  background:url("images/bg-client2.png") no-repeat;
}

.post-55{
  background:url("images/bg-partner.png") no-repeat;

}
.pg{
 font-size:12px;
 line-height:16px;
 color:#333;
}

.pad50{
  padding:60px 30px 30px;
}
div.nav{
margin-left:20px;
}
.nextpage a{
 position:absolute;
 z-index:12;
 margin-left:494px;
 top:220px;
 width:138px;
 height:205px;
 background: url('images/bispro-next.png');
}
.prevpage a{
 position:absolute;
 z-index:12;
 margin-left:0px;
 top:220px;
 width:138px;
 height:205px;
 background: url('images/bispro-prev.png');
}
.prevpage a:hover{
  background: url('images/bispro-prev.png');
}

.nextpage a:hover{
  background: url('images/bispro-next.png');
 }
.paging{
 width:24px;
 padding:0 16px;
 height:21px;
 background:url("images/bispro-paging.png"); 
 position:absolute;
 z-index:13;
 margin-left:578px;
 top:73px;
 color:#fff;
}
.quote1{
 width:25px;
 padding:0;
 height:21px;
 background:url("images/quote1.png") no-repeat; 
 position:absolute;
 z-index:13;
 margin-left:48px;
 top:497px;
}

.quote2{
 padding:2px 3px;
 
}


#sub{
  float:right;
  width:295px;
  margin-top:-19px;
}

#sub a{
  color:#666;
}
ul#subsection{
  list-style:none;
}

ul#subsection li{
  font-size:18px;
  
  border-bottom:2px solid #ccc;
  padding:5px;
  text-align:left;
  line-height:20px;
}

#content h3{
  color:#652D90;
  font-size:24px;
  font-weight:normal;
  line-height:24px;
  padding:63px 0px 5px 95px;
}
#news h3 {
  margin:0;
  padding:6px 23px;	
  color:#d6de23;
}
#news h3 a{
 color:#D0D822;
}
#news h3 a:hover{
 text-decoration:underline;
}


ul#newstick,ul#newstick li,ul#newstick2,ul#newstick2 li{
  padding:0;
  margin:0;
  list-style:none;
}
h3#single{
  margin:0;
  padding:0;
  line-height:24px;
  text-align:left;
}

#submitbut{
 float:left;
}

h3#searchresult{
  margin:0;
  padding:0;
}

#contentsearch .padsearch{
height:20px;
}

#contentsearch .entry{
 padding:40px;
}

#cols{
float:left;
width:200px;
min-height:100px;
padding:12px;
}

#newsupdate{
  background: url("images/bispro-top.png") no-repeat top;
  width:670px;
  padding:200px 0 0px;
  margin-top:20px;
  
}

.postbody{  
  background: url("images/bispro-middle.png")  repeat-y scroll -1px 0 transparent;
  min-height:800px;
} 

.postbody2{  
  background: url("images/bispro-middle.png")  repeat-y scroll -1px 0 transparent;
  min-height:400px;
} 

.postfooter{
  background: url("images/bispro-bottom.png") no-repeat bottom;
  height:54px;
  bottom:0;
}

.padnews{
  padding:0 60px 20px;
  
}
h3#pagenews{
  font-size:19px;
  margin:0;
  padding:0 0 20px;
  font-family:Tahoma;
  text-align:left;
}
h3#pagenews a{

  color:#652d90;
}

hr.botline{
  background-color:#666666;
  border:medium none;
 display:block;
 height:2px;
 margin:30px 0;
}

a.more-link{
color:#D0D822;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/*color box*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#000;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

