/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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


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

html {background:#fff; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 70%; cursor: default}

body {padding-bottom: 20px; background: none repeat scroll 0% 0% rgb(255, 255, 255);}

abbr, acronym {border-bottom: 1px dotted gray}

h1, h2, h3, h4, h5, h6, p, ul, dl, dd, li, ol, a, img, body, html, span, div{margin:0; padding:0}

h1 {color: rgb(0, 102, 153); font-size: 1.25em; padding: 5px 0px 15px; font-weight:bold; line-height:16px}

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

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

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

blockquote {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

blockquote:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 12px;
	width: 17px;
	background: url(../images/quote_start.png) 0 0 no-repeat;
}

blockquote:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	height: 12px;
	width: 17px;
	background: url(../images/quote_end.png) 0 0 no-repeat;
}


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