/*
Terms of use
------------

This software is copyright Mesoconcepts Ltd, and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.mesoconcepts.com/license/
**/


/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/

/* marker, large buttons */


.marker
{
	background-color: yellow;
	color: black;
}


.large_button
{
	width: 240px;
	height: 160px;
	margin: 2em auto;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: Tahoma, Helvetica, Sans-Serif;
}

.large_button .button_tag
{
	font-size: 24pt;
	padding: 24px 16px 14px 16px;
	font-weight: bold;
	color: firebrick;
}

.large_button .button_action
{
	font-size: 24pt;
	padding: 24px 24px;
	text-align: center;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
}


/* sales letter page related stuff */

body.letter #ext_wrapper
{
	width: 590px;
	margin: 10px auto;
}

body.letter #ext_sidebar,
body.letter #sidebar,
body.letter #sem_admin_menu

{
	display: none;
}

body.letter
{
	background-color: steelblue;
	color: black;
}

body.letter #ext_wrapper,
body.letter #wrapper,
body.letter #main,
body.letter #body
{
	background-image: none;
	background-color: white;
	color: black;
	border: none;
}

body.letter #ext_wrapper
{
	border: inset 1px;
}

div.letter
{
	margin-left: 1em;
	margin-right: 1em;
}

div.side_testimonials
{
	float: right;
	padding: 0px 1em;
	margin-left: 1em;
	background-color: antiquewhite;
	color: black;
	width: 160px;
}

.letter blockquote
{
	background-color: antiquewhite;
	color: black;
}

body.letter a
{
	color: blue;
	text-decoration: underline;
}

body.letter a:hover
{
	color: firebrick;
}

.letter h1
{
	color: #d00;
	font-weight: 900;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 24pt;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

.letter .entry_content h2
{
	color: black;
	font-weight: 900;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 16pt;
	text-align: center;
}

.letter .side_testimonials h2
{
	margin-top: 2.5em;
	color: black;
	font-weight: 900;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}

body.letter,
.letter h3,
.letter p,
.letter li,
.letter dl,
.letter dt,
.letter dd,
.letter table,
.letter th,
.letter td,
.letter pre,
.letter code
{
	font-family: Times New Roman, Georgia, Garamond, Times, Serif;
	font-size: 13pt;
}

body.letter .gallery p
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 11pt;
}

body.letter p strong
{
	font-weight: 900;
}

.side_testimonials h3,
.side_testimonials p,
.side_testimonials li,
.side_testimonials dl,
.side_testimonials dt,
.side_testimonials dd,
.side_testimonials table,
.side_testimonials th,
.side_testimonials td,
.side_testimonials pre,
.side_testimonials code
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
}

body.letter .side_testimonials a,
body.letter .testimonials a,
body.letter .testimonial a,
body.letter a.testimonial
{
	color: black;
	text-decoration: none;
}

.order_form
{
	margin: 2em 3em;
	padding: 1em 2em;
	border: solid 1px #ccc;
	background-color: #eee;
}