/*  
Template name: Cerulean Elegance
Template URI: http://templates.arcsin.se/cerulean-elegance-website-template/
Release date: 2009-04-01
Last updated: 2009-08-10
Description: A dark, clean and simple two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/

Modified 2011-12-30 by Steve Gray.
- Various minor tweaks.
- Much unused CSS removed.
- Some CSS copied from older AutoHotkey_L CSS.

Modified 2018-10-09 by Steve Gray.
- Integrated install_button.
- 
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, 
tbody, tfoot, thead { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #2A2A20;
	font: normal 11pt sans-serif;
	line-height: 1.5em;	
    margin: 1em;
}


/* 
   Typography 
------------------------------------------------------------------- */

p,ul {padding: 0.2em 0 1.2em;}

h1 {
	font: normal 28px sans-serif;
	color: #445566;
	margin: 10px 0 20px 0;
}
h2 {
	font: normal 24px sans-serif;
	color: #445566;
	margin: 8px 0 8px 0;
}
h3 {
	font: normal 22px sans-serif;
	color: #445566;
	margin: 8px 0 8px 0;
}
h4 {
	font: normal 20px sans-serif;
	color: #445566;
	margin: 25px 0 10px 0;
}
h5 {
	font: bold 18em sans-serif;
	color: #445566;
	margin: 8px 0 8px 0;
}
h6 {
	font: bold 16em sans-serif;
	color: #445566;
	margin: 8px 0 8px 0;
}

blockquote {
	background: #F6F6F6 url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


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

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}
dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
    padding-bottom: 0;
}
ul {
    list-style-type: disc;
    margin-left: 2em;
}
ol {
    list-style-type: decimal;
    margin-left: 2em;
}
li {
    margin: 0.3em 0;
}


/* 
   Links 
------------------------------------------------------------------- */

a {
    /*color: #0000AA;*/
    color: #2050B0;
    text-decoration: none;
}
a:hover {
	color: #6666CC;
	text-decoration: underline;
}
a:visited {
    /*color: #AA00AA;*/
    color: #B050B0;
}


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

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}



/* 
   AutoHotkey
------------------------------------------------------------------- */

.NoIndent {
	margin-left: 0;
	margin-right: 0;
}

/* pre: code blocks, code: inline code, .Syntax: syntax definition (block/pre or inline/span) */
pre, code, .Syntax {
	font-family: Consolas, Courier New, monospace;
}
pre, code {
    border: solid 1px #EEEEEE;
    border-right-color: #C8C8C8;
    border-bottom-color: #C8C8C8;
    background-color: #F6F6F6;
}
.Syntax {
    color: #303000;
    background-color: #FFFFAA;
    border-right: solid 1px #E8E89A;
    border-bottom: solid 1px #E8E89A;
}
code, span.Syntax { padding: 1px 0.5em; }
pre {
    margin: 0.2em 0 0.7em 1.5em;
    padding: 0.7em 0.7em 0.7em 0.7em;
    white-space: pre-wrap; /* works in IE8 but apparently not CHM viewer */
    word-wrap: break-word; /* works in CHM viewer */
    line-height: 120%;
}
pre.Syntax {
    margin: 0 0 1.0em 0;
    line-height: 150%;
}

/* code comments */
pre em, code em { color: #009000; font-style: normal; }

/* table of command parameters */
table.info {
    border-top: solid 2px #F6F6F6;
    border-collapse: collapse;
}
table.info td {
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    padding: 0.3em;
}
table.info th {
    background-color: #F6F6F6;
    border-bottom: solid 1px #C0C0C0;
	padding: 0.3em;
}
/* hack-fix for Hotkeys page (code blocks stretching the table out) */
table.fixed {
    table-layout: fixed;
}

/* version number/requirement tag */
h1 .ver, h2 .ver, h3 .ver {font-size: 65%; font-weight: normal; margin-left: 1em; vertical-align: top}
h2 .ver {color: lightgray; font-size: 80%;}
.ver,
/* de-emphasized */
.dull {color: gray;}
.red {color: red;} /* used for highlight in various places */
.blue {color: blue;}


/* */
.dl_size {
	color: #9F9F9F;
}
.dl_size a {
	color: #42A9CC;
}
code {
	padding: 1px 1px;
	color: #9F9F9F;
	background-color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	white-space: nowrap;
}

/*AutoHotkey download page*/
.install_button {
font-size: 125%;
font-weight: bold;
background: rgb(66, 184, 221);
color: #fff;
padding: 0.4em;
text-shadow: 1px 1px #008;
border-radius: 2px;
}
.install_button:hover {
color: #fff;
text-decoration: none;
background: rgb(55, 172, 205);
}
.warning {
border-left:2px solid #FFA000;
background-color:#FFF8E6;
color:#C05500;
padding:.5em 1em
}