/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/**
* RESET
*/
* {
	font-size: 1em;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}

code,
kbd,
samp,
pre,
tt,
var,
input,
select,
isindex,
listing,
xmp,
plaintext {
	font: inherit;
	white-space: normal;
}

textarea {
	font: inherit;
}

a,
img,
a img,
iframe,
form,
abbr,
acronym,
object,
applet,
table,
a abbr,
a acronym {
	border-width: 0;
}

dfn,
i,
cite,
var,
address,
em {
	font-style: normal;
}

th,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
	font-weight: normal;
}

caption,
th,
td {
	text-align: left;
}

html {
	background: white;
	color: black;
	line-height: 1;
	font-family: arial, sans-serif;
}

/* \*/

html {
	font-family: sans-serif;
}

q {
	quotes: "\201C""\201D""\2018""\2019";
}

ul,
ol,
dir,
menu {
	list-style: none;
}

sub,
sup {
	vertical-align: baseline;
}

a {
	color: inherit;
}

/**
* Disable Deprecated elements
*/
font,
basefont {
	color: inherit;
	font: inherit;
	font-size: 100%;
}


center,
*[align] {
	text-align: inherit;
}

s,
strike,
u {
	text-decoration: inherit;
}

img {
	border: none;
	margin: 0;
}

ol {
	list-style-type: decimal;
}

body {
	background-color: transparent;
}

tr,
th,
td {
	background-color: transparent;
	border: none;
	height: auto;
	vertical-align: inherit;
	width: auto;
}

table[border],
table[border] {
	border-collapse: separate;
	border-spacing: 0;
}

nobr {
	white-space: normal;
}

marquee {
	-moz-binding: none;
	overflow: visible;
}

blink {
	text-decoration: none;
}

/**
* GENERAL STYLING
*/
html {
	font-size: 125%;
}

body {
	font-size: 50%;
}

a {
	text-decoration: underline;
}

strong,
th,
thead td,
h2,
h3,
h4,
h5,
h6,
dt {
	font-weight: bold;
}

cite,
em,
dfn {
	font-style: italic;
}

code,
kbd,
samp,
pre,
tt,
var,
input[type='text'],
input[type='password'],
textarea {
	font-size: 100%;
	font-family: mono-space,monospace;
}

pre {
	white-space: pre;
}

pre * {
	font-size: 100%;
	white-space: pre;
}

del {
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid black;
}

small,
sup,
sub {
	font-size: 85%;
}

big {
	font-size: 125%;
	line-height: 80%;
}

abbr,
acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted black;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

blockquote {
	padding-left: 2.2em;
}

hr {
	display: none; /* We will re-reset it later for content */
}

: lang(af),
: lang(nl),
: lang(pl) {
	quotes: '\201E' '\201D' '\201A' '\2019';
}

: lang(bg),
: lang(cs),
: lang(de),
: lang(is),
: lang(lt),
: lang(sk),
: lang(sr),
: lang(ro) {
	quotes: '\201E' '\201C' '\201A' '\2018';
}

: lang(da),
: lang(hr) {
	quotes: '\00BB' '\00AB' '\203A' '\2039';
}

: lang(el),
: lang(es),
: lang(sq),
: lang(tr) {
	quotes: '\00AB' '\00BB' '\2039' '\203A';
}

: lang(en-GB) {
	quotes: '\2018' '\2019' '\201C' '\201D';
}

: lang(fi),
: lang(sv) {
	quotes: '\201D' '\201D' '\2019' '\2019';
}

: lang(fr) {
	quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

*[lang|='en'] q: before {
	content: '\201C';
}

*[lang|='en'] q: after {
	content: '\201D';
}

*[lang|='en'] q q: before {
	content: '\2018';
}

*[lang|='en'] q q: after {
	content: '\2019';
}

input,
select,
button {
	cursor: pointer;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

input[type='hidden'] {
	display: none;
}

/**
* SIZING
*/
#page {
	font-size: 1.2em;
	line-height: 1.6em;
}

h1 {
	font-size: 1.6em;
	line-height: 1;
	margin: 1em 0 .5em;
}

h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.07em 0 .535em;
}

h3 {
	font-size: 1.4em;
	line-height: 1;
	margin: 1.14em 0 .57em;
}

h4 {
	font-size: 1.3em;
	line-height: 1;
	margin: 1.23em 0 .615em;
}

h5 {
	font-size: 1.2em;
	line-height: 1;
	margin: 1.33em 0 .67em;
}

h6 {
	font-size: 1em;
	line-height: 1;
	margin: 1.6em 0 .8em;
}

hr {
	display: block;
	background: black;
	color: black;
	width: 100%;
	height: 1px;
	border: none;
}

ul {
	list-style: disc outside;
}

ul ul,
ol ul {
	list-style: square outside;
}

ul ul ul,
ol ul ul,
ol ol ul,
ul ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ul ol,
ol ol {
	list-style: lower-latin outside;
}

ul ul ol,
ol ul ol,
ol ol ol,
ul ol ol {
	list-style: lower-roman outside;
}

table {
	border-collapse: collapse;
}

hr,
p,
ul,
ol,
dl,
pre,
address,
table,
form {
	margin-bottom: 1.6em;
}

p+p {
	margin-top: -.8em;
}

fieldset {
	margin: 1.6em 0;
	padding: .8em 1.6em;
}

.fieldset-wrapper {
	padding-bottom: 0;
}

/* \*/

legend {
	padding-left: .8em;
	padding-right: .8em;
}

fieldset>*: first-child {
	margin-top: 0;
}

textarea,input[type='text'] {
	padding: .1em .2em;
}

input {
	padding: .2em .1em;
}

select {
	padding: .2em .1em 0;
}

select[multiple] {
	margin-bottom: .8em;
}

option {
	padding: 0 .4em .1em;
}

button {
	padding: .3em .5em;
}

input.form-checkbox, 
input.form-radio {
	vertical-align: baseline;
}

dt {
	margin-top: .8em;
	margin-bottom: .4em;
}

ul,
ol {
	margin-left: 2.2em;
}

caption {
	padding-bottom: .8em;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

/**
* Tripoli Visual Plugin
*/
blockquote {
	color: #666;
}

blockquote > *: first-child: before /* Tripoli bonus: pure CSS blockquote */ {
	content: "\201C";
	font-size: 2.5em;
	margin-left: -.62em;
	font-family: georgia,serif;
	padding-right: .2em;
	color: #aaa;
	line-height: 0;
}

abbr[title],
acronym[title],
dfn[title] {
	border-bottom: 1px solid #ccc;
}

ins,
dfn {
	border-bottom-color: #666;
}

del {
	color: #666;
}

fieldset {
	border-color: #ccc;
}

textarea,
input[type='text'],
input[type='password'],
select {
	background: #fff;
	border: 1px solid #ccc;
}

fieldset {
	border: 1px solid #ccc;
}

textarea: hover,
input[type='text']: hover,
input[type='password']: hover,
select: hover {
	border-color: #aaa;
}

textarea: focus,
input[type='text']: focus,
input[type='password']: focus,
select: focus {
	border-color: #888;
	outline: 2px solid #e4e4e4;
}

hr {
	background: #aaa;
	color: #aaa;
}

table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

th,td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}

th,td {
	padding: .8em;
}

a: link {
	color: #36c;
}

a: visited {
	color: #99c;
}

a: hover,code,pre {
	color: #c33;
}

a: active,.a: focus {
	color: #000;
}


/**
* MARKUP FREE CLEARING
* Details: http: //perishablepress.com/press/2009/12/06/new-clearfix-hack/
*/
.clearfix: after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/**
* SYSTEM TABS
*/
.tabs {
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.tabs ul.primary {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
}

.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}

.tabs ul.primary li a {
  border-bottom: 1px solid #BBBBBB;
}

.tabs ul.primary li a {
  background-color: #ededed;
  color: #000;
  display: block;
  float: left; /* not LTR */
  font-size: 1.25em;
  -khtml-border-radius: 4px;
  line-height: 1.4;
  margin: 0;
  -moz-border-radius: 4px;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
}

.tabs ul.primary li.active a {
  background-color: #ffffff;
}

.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}

.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}

.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}

.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}

.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}

ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}

ul.action-links li a {
  margin: 0 10px 0 0;
  padding-left: 15px;
}

#postscript,
#navigation,
#footer {
	clear: both;
}

/**
* ADMIN MENU
*/
#admin-menu * {
	font-size: 10px;
}
