/* {{{ Text and Links */

body {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 1.231;
	color: #6d7581;
}

a:link,
a:visited {
	text-decoration: none;
	color: #447bc4;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #447bc4;
}

a.external:link,
a.external:visited {
	padding-right: 8px;
}

a.external:hover,
a.external:active {
	padding-right: 8px;
	background: transparent url(/img/tignish/content/external-link.png) center right no-repeat;
}

h1 a.external:link,
h2 a.external:link,
h3 a.external:link,
h4 a.external:link,
h5 a.external:link,
h6 a.external:link,
h1 a.external:visited,
h2 a.external:visited,
h3 a.external:visited,
h4 a.external:visited,
h5 a.external:visited,
h6 a.external:visited {
	padding-right: 16px;
}

h1 a.external:hover,
h2 a.external:hover,
h3 a.external:hover,
h4 a.external:hover,
h5 a.external:hover,
h6 a.external:hover,
h1 a.external:active,
h2 a.external:active,
h3 a.external:active,
h4 a.external:active,
h5 a.external:active,
h6 a.external:active {
	padding-right: 16px;
	background: transparent url(/img/tignish/content/external-link-large.png) center right no-repeat;
}
a.email:link,
a.email:visited {
	padding-right: 16px;
}

a.email:hover,
a.email:hover {
	padding-right: 16px;
	background: transparent url(/img/tignish/content/email-link.png) center right no-repeat;
}

p { margin: 0 0 1em 0; }

img { border: 0; }

p,
dd,
#content li,
#main-content li {
	line-height: 1.5;
}

#footer a.external:hover,
#footer a.external:hover {
	background-image: url(/img/tignish/content/external-link-footer.png);
}

strong { font-weight: bold; }

em { font-style: italic; }

abbr,
acronym {
	border-bottom :1px dotted #000;
	cursor: help;
}

p,
fieldset,
table,
pre {
	margin-bottom: 1em;
}

/* }}} */
/* {{{ Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, serif;
	font-weight: normal;
    font-style: italic;
    color: #484848;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: MetaBlack, "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
    font-size: 130%;
    display: block;
    letter-spacing: -0.02em;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1, h2, h3 {
	margin: 1em 0 0.5em 0;
}

/* }}} */
/* {{{ Lists */

ul {
	margin: 1em 0 1em 0;
	padding: 0;
}

blockquote {
	margin: 1em;
}

ol,
dl {
	margin: 1em;
}

ol,
dl {
	margin-left: 0;
    padding-left: 1.5em;
}

ol li,
ul li ol li {
	list-style: decimal outside;
	background: none;
}

dl dd {
	margin-left:1em;
}

/* }}} */
/* {{{ Table */

td, th { border: 0; }

table.data-table {
	border-top: 1px solid #eee;
}

table.data-table td,
table.data-table th {
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #eee;
}

/* }}} */
/* {{{ Download Button */

ul.home-download,
ul.home-download li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

ul.home-download {
	margin-left: 0;
	position: relative;
	width: 300px;
	overflow: hidden;
}

a.download-link,
a.download-link:link,
a.download-link:visited {
	display: block;
	margin: 0 0 10px 50px;
	height: 95px;
	-moz-box-shadow:    0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	box-shadow:         0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	overflow: visible;
	background: #84C63C; /* old browsers */
	background: -moz-linear-gradient(top, #84C63C 0%, #489615 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C63C), color-stop(100%,#489615)); /* webkit */
	background: linear-gradient(top, #84C63C 0%, #489615 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C63C', endColorstr='#489615',GradientType=0 ); /* ie */
	-moz-transition:   box-shadow 0.2s ease-in-out;
	-webit-transition: box-shadow 0.2s ease-in-out;
	transition:        box-shadow 0.2s ease-in-out;
}

.beta-download a.download-link,
.beta-download a.download-link:link,
.beta-download a.download-link:visited {
    background: #447BC4; /* old browsers */
    background: -moz-linear-gradient(top, #447BC4 0%, #305d99 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#447BC4), color-stop(100%,#305d99)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9400', endColorstr='#305d99',GradientType=0 ); /* ie */
}

a.download-link:hover,
a.download-link:active {
	-moz-box-shadow:    0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	box-shadow:         0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	-moz-transition:    box-shadow 0.2s ease-in-out;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	transition:         box-shadow 0.2s ease-in-out;
}

a.download-link span.download-content {
	position: relative;
    margin-left: -50px;
	display: block;
	background: url(/img/home/download-logo.png) 0 0 no-repeat;
	height: 95px;
	font-family: georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 10px 0 112px;
}
 
a.download-link span.download-title {
    display: block;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.home-download a.download-link span.download-title {
    font-size: 26px;
}

a.download-link:hover,
a.download-link:active {
	background-position: -300px 0;
	text-decoration: none;
	cursor: pointer;
}

* html ul.home-download li a.download-link { overflow: hidden; }

ul.home-download li a.download-link span.download-info {
	display: block;
	margin-top: 3px;
	color: #346012;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
}

ul.beta-download li a.download-link span.download-info {
    color: #fff;
}

ul.home-download li a.download-link #download-arrow,
ul.home-download li a.download-link .download-arrow {
	position: absolute;
	top: 15px;
	right: 15px;
}

ul.home-download li a.download-link span.download-info em {
	display: block;
	font-style: normal;
}

.download-noscript { margin-left: 35px; width: 400px; }
.download-noscript h3 { font-size: 120%; margin-bottom: 0; }
.download-noscript h3 span { display: block; font-size: 75%; color: #898378; }
.download-noscript ul { margin-top: 0.5em; }

.download-other {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	width: 310px;
	text-align: center;
	color: #ccc;
	margin: 0;
}

#download .download-noscript h3 span a,
#download .download-noscript h3 span a:link,
#download .download-noscript h3 span a:visited,
.download-other a,
.download-other a:link,
.download-other a:visited {
	white-space: nowrap;
	color: #999;
}

.home-download abbr,
.download-noscript abbr { border-bottom: 0; }


/* }}} */
/* {{{ Sidebar Download Buttons */

#download.top-right {
    position: absolute;
    right: 10px;
    top: 85px;
    z-index: 9;
}

#download.top-right  ul.home-download {
    width: auto;
}

* html #download.top-right ul.home-download {
    width: 330px;
}

#download a.download-link {
    height: 45px;
    margin-bottom: 3px;
}

#download a.download-link span.download-content {
    margin-left: -25px;
    padding-left: 55px;
    font-size: 14px;
    background-image: url(/img/download-logo-sub.png);
    height: 40px;
    line-height: auto;
    padding-top: 8px;
}

#download a.download-link span.download-title {
    font-size: 22px;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(/img/firefox/download-arrow.png) 100% 50% no-repeat; 
}

#download .download-other {
    width: auto;
    margin: 0;
    text-align: left;
    margin-left: 80px;
}

#download .download-noscript {
    width: 275px;
    background: url(/img/download-logo-sub.png) 0 0 no-repeat;
    padding-left: 55px; 
    margin-left: 25px;
}

#download .download-noscript h3 {
    margin: 0;
}

#download .download-noscript h3 span {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

#download .download-noscript ul {
    list-style-type: none;
    margin: 0;
}

#download .download-noscript ul li {
    display: inline;
    margin-right: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

/* }}} */
/* {{{ Mobile Download Links */

* html #download.mobile {
    width: 250px;
}

#download.mobile .dl,
#download.mobile .dl:link,
#download.mobile .dl:visited {
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
	-moz-box-shadow:    0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	box-shadow:         0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	overflow: visible;
	background: #84C63C; /* old browsers */
	background: -moz-linear-gradient(top, #84C63C 0%, #489615 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C63C), color-stop(100%,#489615)); /* webkit */
	background: linear-gradient(top, #84C63C 0%, #489615 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C63C', endColorstr='#489615',GradientType=0 ); /* ie */
	-moz-transition:   box-shadow 0.2s ease-in-out;
	-webit-transition: box-shadow 0.2s ease-in-out;
	transition:        box-shadow 0.2s ease-in-out;
}

#download.mobile .dl span {
	display: block;
	background: url(/img/firefox/download-arrow.png) 10px 14px no-repeat;
	padding: 8px 20px 8px 30px;
}

#download.mobile .dl:hover,
#download.mobile .dl:active {
	-moz-box-shadow:    0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	box-shadow:         0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	-moz-transition:    box-shadow 0.2s ease-in-out;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	transition:         box-shadow 0.2s ease-in-out;
}

#download.mobile h3 {
  line-height: 0.9;
  margin: 0 0 20px;
  zoom: 1;
}

#download.mobile h3 span {
  color: #447bc4;
}

#download.mobile .notes {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	zoom: 1;
}

/* }}} */
/* {{{ OS detection */

li.os_linux,
li.os_windows,
li.os_osx { display: none; }

ul.os_linux li.os_linux { display: block; }
ul.os_windows li.os_windows { display: block; }
ul.os_osx li.os_osx { display: block; }

/* }}} */
/* {{{ Main Features */

#main-feature {
	margin: 0 20px;
}

#main-feature h2 {
    font-size: 40px;
    padding: 10px 0;
    margin: 0;
    line-height: 1.2em;
}

#main-feature h2 span {
    font-size: 65px;
}

#main-feature p {
    color: #484848;
    font-size: 20px;
    line-height: 1.4em;
}

/* }}} */
