﻿/*#############################################################
Name: Byrner

#############################################################*/

/*elements*/
html 
{
	background-color:#000000;
	background-image:url('/topRivets.png');
	/* Height is 100%, so the body can be 100% */
	height:100%;
	background-repeat: no-repeat;
	background-position:right top;
}

body 
{
	background-image:url('/bottomRivets.png');
	background-repeat: no-repeat;
	background-position:left bottom;
	padding:0;
	/* Height is 100%, so the tiled BG will tile all the way down
	the page, not just as far down as the page's content
	(when the content's height is less than the window's height) */
	height:100%;
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;
	text-align:center;
	margin:0 0 0 0;

}

html>body 
{
	min-height:100%;
	height:auto;
}


h4
{
	color:#DF1200;
    font-family:harlow solid italic,magneto,papyrus,matura MT script capitals, aharoni;
}
h2
{
	margin:0px 0px 0px 0px;
	}


a:link{color: #DF1200;text-decoration:none;}
a:visited{color: #C11100;text-decoration:none;}
a:hover{color: #ffffff;text-decoration:none;}
a:focus{color: #eeeeee;text-decoration:none;}
a:active{color: #DF1200;text-decoration:none;}


#MainContentOuterDiv
{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1100px;
}
#HeaderLogo
{
position:absolute;
top:12px;
left:0px;

}
#HeaderSpacer
{
	height:118px;
}
#TopMenu
{
	position:absolute;
	width:1100px;
	top: 73px;
	left: 0px;
	text-align:center;

}
.TopMenuText
{
	font-weight:bold;
	color:#cccccc;
	font-size:13px;
	text-decoration:none !important;
}


#FooterDiv
{
	text-align:right;	
}

#FooterSpacer
{
	height:175px;
}
#TR_Iguana
{
display:block;
text-align:center;
}
#Quote_speaks
{
border: 2px #F3AA0D solid;
width:400px;
color:#eeeeee;
text-align:left;
padding: 5px;
}
#Quote_callout
{
text-align:center;
}


#Column_Left
{
	width:500px;	
}

#Column_Middle
{
    position:absolute;
    top:143px;
    left:555px;
    width:230px;
    background-color:#191919;
    border:solid 1px #444444;
    padding:5px;
}
    
#Column_Right
{
	position:absolute;
    top:143px;
    left:820px;
    width:230px;
    background-color:#191919;
    border:solid 1px #444444;
    padding:5px;
}
/*
#Under_Column
{
    position:absolute;
	height:196px;
	width:296px;
 	position:absolute;
 			top:1010px;
		left:764px;
		 border:solid 1px #111111;
}
*/

#FooterLogo
{
display:block;
text-align:center;
}
#FooterComment
{
	border:1px #a62c00 solid;
	padding:3px;
	color:white;
	font-weight:bold;
	font-size:8pt;
}




.MainContentTable
{
	
	width:1100px

}
.MainContentCell
{
	padding:25px;
	width:1100px;
	background-color:#000000;

}

.ItemHeaderBox
{
	/*background-image:url('/working_design/resources/images/TopicTitleBar_dark.png');
	background-repeat:repeat-y;
	background-position:left;	
	*/
	padding-left:8px;
	padding-top:8px;
}


.HeaderText
{
	color:#DF1200;
    margin: 0px 0px 0px 0px;
    
    text-align:left;
    font-size:25pt;
    font-family:harlow solid italic,magneto,papyrus,matura MT script capitals, aharoni;

}
.sidetitle
{
	color:#DF1200;
    margin: 0px 0px 0px 0px;
    
    text-align:left;
    font-size:18pt;
    font-family:harlow solid italic,magneto,papyrus,matura MT script capitals, aharoni;
	}
	


.ItemHeaderText
{
    color:#DF1200;
    margin: 0px 0px 0px 0px;
    text-align:left;
    text-decoration:none !important;
    font-size:18pt;
    font-weight:bold;
    font-family:Trebuchet MS;
   
}
.ItemContent{
    
    color:#F3E9A3;
    padding-top:5px;
    padding-bottom:10px;
    /*border:dashed 1px #6B0A00;
    background-color:#160100;
    */
}
.smalltext
{
font-size:11px;
}
.ButtonTreatment
{
	background-color:#DF1200;
	border:2px solid #dddddd;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	
}
/*dasblog search box classes*/
.searchContainerStyle 
{
	
}
.searchTextBoxStyle
{
	width:170px;
	background:#000000;
	border:2px solid #DF1200;
	padding-top:3px;
	color:#eeeeee;
}


/*dasblog tagcloud*/
/*###########################################################################*/
/*  TAG CLOUD  */
/*###########################################################################*/
.tagCloud{
	text-align:center!important;

}
.smallestTag { font-size: 9px; color:#a62c00!important; display:block; }
.smallerTag { font-size: 11px; color:#a62c00!important; display:block; }
.smallTag { font-size: 13px; color:#a62c00!important;}
.mediumTag { font-size: 15px; color:#a62c00!important; }
.largeTag { font-size: 17px; color:#a62c00!important; }
.largerTag { font-size: 19px; color:#a62c00!important; }
.largestTag { font-size: 21px; color:#a62c00!important; }
/*dasblog tagcloud*/



/*blog entry hide section classes*/
.trHiderBottomClick
{
	display:none;
    font-weight:bold;
    cursor:pointer;
}
.trHiderContent
{
	display:none;
	
}
.trHiderControl
{
	display:block;
}
.trHiderTopClick
{
 	font-weight:bold;
    cursor:pointer;
}
/*blog entry hide section classes*/




/*dasblog comment styles*/
.commentBoxStyle {
	border-top: 1px #F77900 dashed;
	border-bottom: 1px #F77900 dashed;
	border-right:  1px #F77900 dashed;	
	border-left:  1px #a62c00 solid;	
	background-color:#f6f1f1;	
	color: #505050;
	margin-bottom: 10px;
	padding: 5px;
}

.commentDateStyle {
	background-color: #E6DdDd;
	color: gray;
	padding: 2px;
	text-align: center;
}

.commentBodyStyle {
	padding: 10px 0 10px 0;

}

.commentBoxFooterStyle {
	border-top: 1px solid #d0d0d0;
	padding-top: 10px;
}

.commentViewBoxStyle {
	border: 1px solid #d0d0d0;
	padding: 10px;
		width:510px;
}

/* Exceptions for Print */
@media print {
	.commentViewBoxStyle {
		display: none;
	}
}

/*dasblog comment styles*/