/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */


/* Color Guide:

mid_blue  #069 (headers)

*/


body { 
  font-size: 13px;
  line-height: 1.6;
  color: #5f5f5f;
  font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  text-shadow: rgba(0, 0, 0, .1) 0 0 1px; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #006699; line-height: 1.6; }

h1 { font-size: 26px; font-weight: 200; margin-bottom: 10px; line-height: 1.4 }
h2 { font-size: 13px; color: #222; text-transform: uppercase; font-weight: bold; margin: 1.6em 0 1.6em; }
h3 { font-size: 14px; color: #005581; margin-bottom: 0; font-weight: bold; }
h4 { font-size: 13px; color: #444; font-weight: bold; }
h5 { font-size: 13px; font-weight: bold; color: #444; }
h6 { font-size: 13px; color: #444; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 .8em; }

img.left	{ float: left;  margin: 0 10px 10px 0;}
img.right	{ float: right; margin: 0 -120px 10px 10px; position: relative; }

a:focus, 
a:hover     { color: #0091db; }
a           { color: #069; text-decoration: none; outline: none; }

#content p a,
#content ul a { border-bottom: 1px dotted; }

blockquote  { margin: .8em 0; padding: 0 1.5em; }

strong      { font-weight: bold; color: #444; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

address     { margin: 0 0 1.5em; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.highlight 	{ background: #fdffd3; }

hr 			{ display: none; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol		   { margin: 0 1.6em; }
ul,
ol         { margin: 0 1.6em 1.6em 1.6em; }

ul         { list-style: disc; }
ol         { list-style: decimal; }

dl         { margin: 0 0 1.6em 0; }
dl dt      { font-weight: bold; }
dd         { margin-left: 1.6em;}

ul.two_col { float: left; clear: both; width: 100%; }
ul.two_col li { float: left; width: 46%; }

#content ul { list-style: none; margin-left: 0; }
#content ul li { background: transparent url(/fileadmin/energy/images/arw_grey.gif) 0 5px no-repeat; padding-left: 15px; }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #d9d9d9; text-align: center; }
th,td       { padding: 4px 10px 4px 5px; }
tr.odd td  	{ background: #fffce5; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* Icons
-------------------------------------------------------------- */

a.icon { background: transparent url(../images/x.gif) 0 0 no-repeat; padding-left: 18px; padding-bottom: 1px; }
a.icon:hover { border: none !important; text-decoration: underline !important; }

a.icon.weblink 				{ background-image: url(../images/icon_linkarrow.gif); }
a.icon.generic 				{ background-image: url(../images/icon_generic.gif); }
a.icon.acrobat, a.icon.pdf	{ background-image: url(../images/icon_acrobat.gif); }
a.icon.excel, a.icon.xls	{ background-image: url(../images/icon_excel.gif); }
a.icon.word, a.icon.doc 	{ background-image: url(../images/icon_word.gif); }
a.icon.powerpoint, a.icon.ppt { background-image: url(../images/icon_powerpoint.gif); }
a.icon.video				{ background-image: url(../images/icon_video.gif); float: left; line-height: 15px; }

/*a.icon img { margin-left: -18px; margin-top: -2px; }*/

li.icon { background-image: none !important; padding-left: 10px !important; margin-bottom: .2em; }
li.icon a { padding-left: 20px }
	


/* Misc classes
-------------------------------------------------------------- */
