/* Here are the default styles so you dont have to load them into every client when you need a new one */

img {
	border:0px;
}

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



#cover {
	-moz-opacity:0.5;
	-khtml-opacity:0.5
}


div#contentWrapper { /* Force Padding */
	display:block;
	padding-top: 10px;
}


.entry {
	margin: 0;
	padding: 10px;
}
	
.entry span.date {
	margin: 3px 10px 0 0;
	padding: 7px;
	font-size: 11px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-color: #b4c0c8;
	height: auto;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #fffcf3;
}

.entry h2, .ehead2 h2 {
	margin: 0;
	padding: 0;
	font-size: 23px;
	color: #444444;
	font-weight: normal;
	line-height: 28px;
	border:0px;
}
	
.ehead2 .entryinfo {
	padding: 0 10px 0 40px;
}

.entry h2.title {
	margin: 0;
	font-size: 18px;
	color: #444444;
	font-weight: normal;
	line-height: 21px;
}


.entry span.author {
	margin: 0;
	font-size: 10px;
	color: #444444;
	font-weight:bold;
}
	
.excerpt {
	margin: 10px 0 0 0;
}

.excerpt p {
	display: inline;
}


/* ROT Image Slider */

	.slider ul, .slider li{
		margin:0;
		padding:0;
		list-style:none;
	}


	/* numeric controls */	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}

	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}

	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}

	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* END ROT Image Slider */


/* ON share and forward page */
#email_text {
  width: 430px;
  border: 1px solid #cccccc;
  padding: 10px 20px 10px;
	text-align:left; /* Musts be here */
}

span.required {
  color: #DD0000;
}
/* END */


/**
 * jQuery lightBox plugin CSS
*/

#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-spinner.gif') center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
	font-weight: bold;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-n.png') repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-ne.png') no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-e.png') repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-se.png') no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-s.png') repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-sw.png') no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-w.png') repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url('http://buco3.com/images/cmn/popimage/imgbox-bg-nw.png') no-repeat;
}
