/*
  Sept. 03/06 - Styles for modules only - snews.ca - OhSix template
  -------------------------------------------------------------------------- */

/* quotebox for code insertions */
.quotebox {
        float: left;
	/*position: relative;*/
	margin: 5px 0 10px 2px;
	padding: 15px;
	width: 96%;
	border: 1px solid #d4b99e;
	background-color: #f8f6ec;
	font: normal 12px monospace, Courier, Tahoma, Verdana;
	color: #000;
	line-height: 130%;
}

/* Thumbnails styles for templates page in resources module ---- */
#samples {
	display: inline;
	clear: both;
	}
.thumbs {
	float: left;
	width: 85px;
	height: 100px;
	margin-right: 13px;
	margin-bottom: 15px;
	padding: 0;
 	}
.thumbs img { display: block;
	position: relative;
	padding: 1px;
	margin:0 0 0 0;
	border:1px solid #fff;
	background-color:#ddd;
	color: #555;
 	}

.thumbs img:hover{
 background: url(flash.gif);  /* animated.gif frame around thumbnails */
	}
.thumbox { /* applies to template thumbnail box only */
	position: relative;
	height: 165px; /* 100% - To keep thumbs from overflowing out of the container in IE6 - container too big in FireFox.  */
	margin: 0 0 20px 0;
	border:2px solid #cbc2bd;
	background: #c0c0b0;
	color: #4c2008;
	padding:10px 10px 0 10px;
	}
/* ---------------------------------------------------------------- */


/* ----- span class styles, for inline text in quotebox only */
.style1 { font-style: normal; color: #2898c2; }
.style1b { font-style: bold; color: #2898c2; }
.style2 { font-style: normal; color: red; }
.style2b { font-style: bold; color: red; }
.style3 { font-style: normal; color: green; }
.style3b { font-style: bold; color: green; }
.style4 { font-style: normal; color: orange; }
.style4b { font-style: bold; color: orange; }
.style5 { font-style: normal; color: #909090; } /* mid-grey */
.style6 { margin-left: 5px; font: normal 10px Verdana, Tahoma, Arial; color: #707070; } /* mid-grey  - page update*/

/* ------------- Holly Hack - clears thumbs float-left after last thumbs in resources/template.htm ------ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ---------------------------------- end Holly Hack --------------- */

