/* Transparent custom corners and borders stylesheet */
/* http://www.456bereastreet.com/archive/200609/transparent_custom_corners_and_borders_version_2/ */
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin: 0px 0px 7px 0px;
	width: 190px;
	border-style: solid;
	border-width: 5px;
}

/* Normal styling, used when JavaScript is supported */
.cb {
      margin:0;
	padding:0;
      width: 200px;
}

/* Top corners and border */
.bt {
	height:5px;
	margin:0 0 0 14px;
	background:url('../pics/css-box.png') no-repeat 100% 0;
}
/* Top left corner */
.bt div {
	position:relative;
	left:-14px;
	width:14px;
	height:5px;
	background:url('../pics/css-box.png') no-repeat 0 0;
	font-size:0;
	line-height:0;
}

/* Bottom corners and border */
.bb {
	height:12px;
	margin:0 0 0 10px;
	background:url('../pics/css-box.png') no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-10px;
	width:10px;
	height:12px;
	background:url('../pics/css-box.png') no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

/* Left border */
.i1 {
	padding:0 0 0 10px;
	background:url('../pics/css-borders.png') repeat-y 0 0;
}
/* Right border */
.i2 {
	padding:0 11px 0 0;
	background:url('../pics/css-borders.png') repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
      padding:0;
}

/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

.i3 a, .cbb a {
	display:block;
	margin:0;
      padding: 0 0.2em 0 0.2em;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 200;
}
.i3 a:hover, .cbb a:hover {
	/* colors are specified in site.css */
	text-decoration: none;
}
/* for the PayPal "Pay Now" button: */
.i3 a form, .cbb a form {
	text-align: center;
	padding-left: 0.333em; /* the image appears too far to the left */
	display: block;
	position: relative;
	top: 0.1em;
}

/* OPERA HACK */
/* from: http://www.nealgrosskopf.com/tech/thread.php?pid=20 */
/* removes the double-height navigation boxes from Opera */
/* remove completely when this hack starts to break other browsers, e.g. Firefox */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
  .i3 { margin: 0 0 -1.333em 0; }
}
