/**
 * @author              Steven Palmer and Bradley Silk
 * @author url          http://coalaweb.com
 * @author email        support@coalaweb.com
 * @version             Version 0.0.1 January 2013
 * @copyright           Copyright (c) 2013 Steven Palmer and Bradley Silk All rights reserved.
 */

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


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

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

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }

a { color: #339933; }

a:hover,
em,
code, .menu-dropdown li.level1:hover a:hover, 
#toolbar .menu-line li a:hover, #footer a:hover {     
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; 
}

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

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

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

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

blockquote {
    font-size: 18px;
    line-height: 26px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-align: center;
}
q, blockquote {
    font-family: "Helvetica",helvetica, arial, sans-serif;
    font-style: normal;
}
blockquote:before {
    background: url("http://www.letuslandscape.com.au/images/icons/quote_start.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}
blockquote:after {
    background: url("http://www.letuslandscape.com.au/images/icons/quote_end.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    height: 18px;
    position: absolute;
    right: 0;
    width: 22px;
}