/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 * How it works:
 * For example if you want to change a color which is applied in layout.css
 * just copy the original styling into this file right after the commented
 * section. Do this for all CSS modifications.
 *
 * In case you have to update the template save the custom.css file on your computer.
 * De-install and re-install the updated template version. And copy your saved
 * custom.css file back in place. Now compare your modification with the new CSS
 * files and make sure they are working.
 *
 * To load this file when Gzip is enabled in the template parameters do the following:
 * Open css/template.css.php and take a look at the last line. Uncomment follwing line:
 * // include(PATH_ROOT . 'custom.css');
 *
 * To load this file when Gzip is disabled in the template parameters do the following:
 * Open lib/php/yootools.php and take a look at line 100. Uncomment follwing line:
 * // $document->addStyleSheet($baseurl.'/css/custom.css');
 *
 */ 

/*  snow college */
.dropcap {
   float: left;
   padding: 3px 3px 0 0;
   color: #646478;
   font: 50px/37px Georgia, Times, serif;
}

a.icon-external {
        /*padding-left: 17px;
        background: url(/olc/images/SNOW/icon_external.png) 0 40% no-repeat;*/
       font-weight: bold;
}

a.icon-pdf {
        padding-right: 17px;
        background: url(/olc/images/SNOW/pdf_button.png) 0 40% no-repeat;
        background-position:right;
}

/*
 * highlighted emphasis
 */

em.importantred {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
        color: red;
}

em.importantred{ 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	/*border: 1px dotted #aab4be;*/
}

em.important {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}

em.important{ 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	/*border: 1px dotted #aab4be;*/
}
em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	border: 1px dotted #aab4be;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(/olc/images/SNOW/em_file.png) 0 1px no-repeat;
	color: #000000;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(/olc/images/SNOW/em_directory.png) 0 1px no-repeat;
	color: #000000;
}
/* 
 * toc div tags
 *
 */

div.toc {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.toctitle {
     color: #ffffff;
     font-size: 140%;
     text-transform:uppercase;
     text-align:center;
     background:#D6B355;
     margin: -5px -10px 5px -10px;
     line-height:32px;
}

div.toclist1 {
    color:#072246;
    font-weight:bold;
    background:#CFE7FF;
}

div.pagenavbar {
   text-align:center;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip,
div.buster, span.buster {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}

div.buster, span.buster {
	background: #f4f5f6 url(/olc/images/SNOW/div_buster.png) 3px 3px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.info, span.info {
	background: #f4f5f6 url(/olc/images/SNOW/div_info.png) 3px 3px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #efefef url(/olc/images/SNOW/div_alert.png) 3px 3px no-repeat;
	border-top: 1px dotted #0D3267;
	border-bottom: 1px dotted #0D3267;
}

div.download, span.download {
	background: #f5faeb url(/olc/images/SNOW/div_download.png) 3px 3px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(/olc/images/SNOW/div_tip.png) 3px 3px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}


/*
 * layout.css
 */


/*
 * general.css
 */



/*
 * menus.css
 */



/*
 * modules.css
 */



/*
 * joomla.css
 */



/*
 * extensions.css
 */



/*
 * [color]-[specific].css
 * Place here your color specific CSS changes depending on your choosen color variation
 */



/*
 * ie7hacks.css
 * use IE7 browser hacks to apply the styling only to IE7
 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }
 */



/*
 * ie6hacks.css
 * Use IE6 browser hacks to apply the styling only to IE6
 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }
 */
