/* Start of CMSMS style sheet 'icebluLayout' */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #8D1A02;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #8D1A02;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #FFF;
	background: url(uploads/iceblu/bodytop.png) repeat-x left top;
}
#wrap {
	background: url(uploads/iceblu/bodybtm.png) repeat-x left bottom;
}
div#pagewrapper {
	width: 886px;
	margin: 0px auto;
	color: black;
	background: url(uploads/iceblu/pagebtm.png) no-repeat left bottom;
}
div#top {
	margin: 0;
	padding: 0;
	background: url(uploads/iceblu/pagetop.png) no-repeat left top;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	height: 220px;
	margin: 0;
	padding: 0;
}
div#header h1 {
	margin: 0;
	padding: 45px 0px 0px 40px;
	line-height:1em;
	font-size:2em;
        font-weight:normal;
        color:#000653;
}
div#header h2.headright {
	float: right;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 76px 65px 0px 0px;
	color: #595959;
}
div.crbk {
	margin: 0;
	padding: 0;
}
div.breadcrumbs {
	padding: 1em 0em 1em 40px;
	font-size: 90%;
	margin: 0px;
        color:#FFF;
}
div.breadcrumbs a, a:link a:active {
	color: #8D1A02;
}
div.breadcrumbs a:hover {
	color: #fff;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 25em;
	text-align: right;
	padding: 2px 0 0em 0;
	margin: 0 40px 0px 0px;
        color:#FFF;
}
div#search label {
	display:none;
}
#search input[type="submit"] {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 1px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
        color:#000;
	background: url(uploads/shinytube/search.gif) no-repeat center center;
}
#search input[type="text"] {
	border: none;
	width: 128px;
	margin-left: 1px;
	padding: 2px 0px 2px 2px;
        color:#fff;
	background-color: transparent;
}
div#content {
	margin: 0 auto 1em;
	padding: 0px 5px 0px 10px;
}
div.back1 {
	margin-left: 28%;
	margin-right: 5%;
}
* html div.back1 {
	float: right;
	width: 69%;
	margin-left: 0%;
	margin-right: 10px;
}
div#main {
	padding: 10px 0px 0px 15px;
}
div#sidebar {
	float: left;
	width: 195px;
	display: inline;
	margin: 5px 0px 20px 23px;
	padding: 0px;
}
div#sidebarb {
	padding: 10px 0px 10px 0px;
}
#sidebarb div#news h2 {
	margin: 0px;
        padding: 3px 0px 3px 4px;
	line-height: 2em;
	background: none;
	color: #000653;
	border: none
}
#sidebar div#newsbody {
	margin: 0px 0px;
	background: #fff;
}
div.footback {
	clear: both;
        height:110px;
	padding: 30px 0px 0px;
}
div#footer {
	padding: 0px;
	color: #595959;
}
#footrt {
	clear:both;
	width: 515px;
	margin: 0px auto
}
div#footer p {
	font-size: 0.8em;
	padding: 10px 0px 0px;
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;lear:both;
}
div.right49 {
	float: right;lear:both;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #294B5F;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #899092;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
.bign {
	line-height: 0.75em;
        font-size:2.5em;
	color: #11254A;
        font-family:serif;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
.BlogSummary {
	margin-bottom: 0px;
}
.BlogSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}
.BlogSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
}
.BlogSummarySummary, .BlogSummaryContent {
	line-height: 140%;
	margin-bottom: 5px;
}
#BlogPostDetailDate {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 5px;
	padding: 0 10px;
}
#BlogPostDetailSummary {
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 150%;
}
#BlogPostDetailContent {
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 150%;
}
.BlogSummaryLink {
}
.BlogSummaryAuthor {
}
.BlogSummaryMorelink {
	margin: 0 0 10px 10px;
	padding: 0;
}
#BlogPostDetailTitle {
	padding: 0 10px;
	color: #4dacff;
}
#BlogPostDetailHorizRule {
}
#BlogPostDetailCategory {
	padding: 0 10px;
}
#BlogPostDetailAuthor {
	padding: 5px 10px;
}
#BlogPostDetailAuthor {
}
#BlogPostDetailPrintLink {
	padding: 0px 10px;
}
#BlogPostDetailReturnLink {
	padding: 0 10px;
}
.blogcat {
        text-align:center
}
#addcommentlink {
	padding: 0 10px;
}
div.words {
        background-color: #F0F0F0;
        color: #595959;
	margin: 0px 10px;
	padding: 1px 10px;
}
#comments h3{
        margin-top:5px
}
table.com {
        margin-top:0px
}
td.in{
        margin-top:0px;position:relative
}
table.com {
        width:99%;
        margin-top:0px
}
img.captchapict {
        float:right;
        margin-top:5px
}
/* End of 'icebluLayout' */

