/*@import url("css/navigation.css");*/
/* CSS Document */

/*Colors :

Orange: #ef811f
*/
body {
	margin: 0;
	padding: 0;
	background-color: #020202;
	background-image:url(/Portals/0/skins/kaldiscoffee/images/BG.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#dcdcdc;
}

a:link, a:visited {
	color: #ef811f;
	text-decoration: none;
	outline: none;
}

a:active
{
	outline:none;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}



a:hover, a:active {
	color: #FFFFFF;
	outline: none;
}

blockquote
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 939px;
	margin: 0 auto;
}

#header {
	width: 939px;
	height: 116px;
}

#logo {
	width: 445px;
	height: 102px;
	float: left;
	margin-top: 14px;
	margin-left: 13px;
	display: inline;
}

.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headRight {
	width: 454px;
	float: right;
	margin-top: 32px;
	text-align:right;
}

#userInfo {
	color: #ef811f;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing:1px;
}

.shoppingCart {
	background-image:url(/Portals/0/skins/kaldiscoffee/images/shoppingCartBG.gif);
	background-repeat:repeat-x;
	color: #ef811f;
	padding-left: 5px;
	font-size: 14px;
	line-height: 16px;
}

/*.searchBox {
	border: solid 1px #794211;
	background-color: #020202;
	color: #ef811f;
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	padding: 4px;
	margin-right: 5px;
	height: 13px;
}*/

#nav {
	height: 24px;
	text-align:right;
	margin-bottom:11px; /*--- To provent the slide show images from jumping right up under the navigation during slide transition ---*/
}


#banner {
	width: 939px;
}

#banner p /*--- This style assumes that ONLY images will be displayed in this banner and so removes paragraphs that get inserted automatically ---*/
{
	margin:0px;
	padding:0px;
}


#homeContent {
	windows: 939px;
	background-image:url(/Portals/0/skins/kaldiscoffee/images/homeContentBG.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

#homeLeftCol {
	float: left;
	width: 231px;
	text-align: right;
}

#homeRightCol {
	float: right;
	width: 231px;
}

#homeCenterCol {
	margin-left: 254px;
	width: 431px;
}

#subContent {
	width: 939px;
	background-image:url(/Portals/0/skins/kaldiscoffee/images/subContentBG.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

#subContentWide
{
	width: 939px;
	background-repeat: repeat-y;
	margin-top: 15px;
}

#subLeftCol {
	float: left;
	width: 231px;
	text-align: right;
}

#subRightCol {
	float: right;
	width: 685px;
}

#subWideCol {
	float: right;
	width: 939px;
}

.headline {
	font-family: Futura, Futura LT, Futura LT bt, Futura Book, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
	color: #ef811f;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #ef811f;
}

.smallText
{
	font-size:10px;
}

.alertText
{
	color:#ef5f1f;
	font-weight:bold;
}

#footer {
	width: 939px;
	border-top: solid 1px #2e2d2d;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #9a9a9a;
	text-transform: uppercase;
}

#footer span {
	display:block;
	margin-bottom: 4px;
}

#footer .footermenu {
	color: #ef811f;
}

a.tt{
    position:relative;
	display:block;
    z-index:24;
}

/*a.tt span{ display: none; }*/
.tooltip { display:none;}

a.tt:hover{ z-index:25; }

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-23px;
	right: -61px; 
	width:150px;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
    text-align: center;
}

.tooltip
{
    position:absolute;
    margin-top:-55px;
	margin-left:-60px;
	/*right: -61px; */
	width:150px;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
    text-align: center;
	z-index:500;
}

.tooltip .top
{
background-color: #ef811f;
padding:3px;
}

a.tt:hover span.top{
	display: block;
	background-color: #ef811f;
	padding: 3px;
}


a.tt:hover span.bottom{
	display: block;
	background-image:url(/Portals/0/skins/kaldiscoffee/images/ttBottom.png);
	height: 11px;
	background-repeat:no-repeat;
	background-position: 69px top;
}

.tooltip .bottom
{
	display: block;
	background-image:url(/Portals/0/skins/kaldiscoffee/images/ttBottom.png);
	height: 11px;
	background-repeat:no-repeat;
	background-position: 69px top;
}

#subMenu ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;	
}

#subMenu li {
	margin: 0;
	padding: 0;
}

#subMenu a:link, #subMenu a:visited {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #fffefd;
	padding: 5px 8px;
	text-transform:uppercase;
}

#subMenu a:hover, #subMenu a:active {
	background-color: #272626;
}

.containerControlBottom
{
	background-color:#ffffff;
	line-height:30px;
	padding:5px
}


/*--- DNN Overrides -----------------------------------------------------------------------------------------------*/
.ControlPanel .SubHead
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.ControlPanel .CommandButton:link, .ControlPanel .CommandButton:visited
{
	color:#000000;
	text-decoration:none;
}

.ControlPanel .CommandButton:hover, .ControlPanel .CommandButton:active
{
	color:#EF811F;
	text-decoration:underline;
}

#dnn_dnnSEARCH_txtSearch, .SRProductSearch
{
	
	border: solid 1px #794211 !important;
	background-color: #020202 !important;
	color: #ef811f;
	font-size: 9px;
	line-height: 13px;
	text-transform: none;
	padding: 4px;
	margin-right: 5px;
	height: 13px;
}

#dnn_dnnSEARCH-txtSearch NormalTextBox
{
	border:0px;
	padding:0px;
	margin:0px;
	
}

#dnn_dnnSEARCH_txtSearch input
{
	padding-left:5px;
	padding-top:5px;

}

#dnn_dnnSEARCH_cmdSearch img
{
	vertical-align:middle;
}

/*- Moves the Pencil Pop Up Icon so it does not overlap the module drop down arrows. -*/
.eipbackimg
{
 margin-left:15px;
}


.Help
{
    border: 1px solid #ef811f;
    padding: 2px;
	margin:2px 0px;
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
    background-color: #dcdcdc;
}

.FCKImageGalleryItemContainer
{
	color:#000000;
}

.FileManager_Explorer .DNNTree
{
	color:#000000;
	
}


.SubHead, .NormalBold
{
	color:#ef811f;
}

.Head
{
	color:#ffffff;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/*--- This overwrites the styles that the CataLooK store is using ---*/
.FileManager_Explorer .DNNTree img
{
	display:inline-block;
}

.FileManager_Item a:hover, .FileManager_AltItem a:hover
{
	color:#000000;
}

/*--- Overwrites the Permsissions columns, headers and rows ---*/
.DataGrid_Container .DataGrid_Header, .DataGrid_Container .DataGrid_Item, .DataGrid_Container .DataGrid_AlternatingItem
{
	color:#EF811F;
}

/*--- Overrides DNN File Image links when placing an image within primary content ---*/
.FCKImageGalleryDetailsContainer a:hover
{
	color:#EF811F;
}


/*--- Blog Module overrides ---*/
.BlogContent .NormalTextBox
{
	/*color: #EF811F;
	background-color: #020202;
	border:1px solid #794211;
	padding:4px;
	font-size:9px;*/
}

.blogSearch
{
	/*background-image:url(/Portals/0/images/search-button.gif);
	background-repeat:no-repeat;
	background-color: transparent;
	border:none;
	cursor:pointer;
	color:Transparent;*/
}


/*--- CataLooK Store Style overrides ------------------------------------------------------------------------------------------------------------------*/
#dnn_ctr411_ViewEditOrders_rowStatistics td 
{
	color:#FFFFFF !important;
}


#dnn_ctr407_EditAdvancedCategories_dgPermissions td
{
	background-color:#000000 !important;
	color:#ffffff !important;
} 

/*--- Dynamic forms submit button overrides -----------------------------------------------------------------------------------------------------------*/
div.DynamicForms_SaveFormDiv
{
	padding: 10px 0 0 135px;
}

/*--- Engage Temp Styles ---*/

.contact-number{padding:5px 5px 0 0;vertical-align: top;}
#homeContent{clear:both;}
#homeLeftCol{clear:right;}
#homeCenterCol{float:left;margin-left:25px;}
/*.special-message{background:#f1821f url(images/round-alert-bg.jpg) no-repeat top left;width:240px;padding:5px;float:right;margin:-23px 3px 10px 0;*margin:-18px 3px 10px 0;}
	.special-message p{text-transform:uppercase;font-family: Futura, Futura LT, Futura LT bt, Futura Book, Arial, Helvetica, sans-serif;font-size:11px;color:#fff;padding:0;}*/

/*-- content cleanup --*/
.product-links-home{}
	.product-links-home P{float:right;width:180px;padding:15px 0 0 10px;}
	.product-links-home a img{margin-bottom:15px;border:solid 2px #585858;}
	.product-links-home a:hover img{margin-bottom:15px;border:solid 2px #ccc;}

#homeLeftCol .headline{text-align:left !important;float:left;}
.events-list{text-align:left !important;}
.events-list h2{font-family: Arial, Helvetica, sans-serif;}
	.events-list .event{border-bottom:solid 1px #585858;}
	.events-list .event img{margin:10px 0 0;}
	
/*--- Post Container ---*/
.post{border:solid 1px #e7e7e7;margin:0 0 20px 0;clear:both;margin:0 0 30px 0;}
	.wrap{background: #fff url(images/post-bg.jpg) repeat top left;border:solid 2px #fff;}
		.p-heading{margin:0;padding:22px 22px 11px;}
			.post .Head{font-family: Futura, Futura LT, Futura LT bt, Futura Book, Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;text-transform:uppercase;color: #ef811f;}
			
.post .CATGridItem{color:#585858;}
.post .CATProductListItem {color:#333;font-size:18px;}

		.p-body {margin:0;padding:0 22px 11px;}


