/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 13px/17px Arial, Helvetica, sans-serif;
	color: #444;
}

a { color: #333581; }

a:hover, code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #9BA2D5; color: #fff; }
::selection { background: #9BA2D5; color: #fff; }


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 20px; line-height: 25px; }
h2 { font-size: 18px; line-height: 18px; }
h3 { font-size: 16px; line-height: 16px; }
h4, h5, h6 { font-size: 14px; line-height: 14px; }

.content h4 {
	font-weight: bold;
}

h3 { 
	margin: 15px 0px;
}

.content h3 { 
	color: #135CAE;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

button,
input[type='button'],
input[type='submit'], 
input[type='reset'] { 
	padding: 3px 10px;
	background: #a3aada;
	border-radius: 4px;
	color: #fafafa;
	border: none;
	font-size: 13px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}