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

This software is copyright Mesoconcepts  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
#
*/

/* font face */

.antica,
.antica input,
.antica select,
.antica button
{
	font-family: Book Antica, Times, Serif;
}

.arial,
.arial input,
.arial select,
.arial button
{
	font-family: Arial, Helvetica, Sans-Serif;
}

.bookman,
.bookman input,
.bookman select,
.bookman button
{
	font-family: Bookman Old Style, Times, Serif;
}

.comic,
.comic input,
.comic select,
.comic button
{
	font-family: Comic Sans MS, Helvetica, Sans-Serif;
}

.corsiva,
.corsiva input,
.corsiva select,
.corsiva button
{
	font-family: Monotype Corsiva, Courier, Monospace;
}

.courier,
.courier input,
.courier select,
.courier button
{
	font-family: Courier New, Courier, Monospace;
}

.garamond,
.garamond input,
.garamond select,
.garamond button
{
	font-family: Garamond, Times, Serif;
}

.georgia,
.georgia input,
.georgia select,
.georgia button
{
	font-family: Georgia, Times, Serif;
}

.tahoma,
.tahoma input,
.tahoma select,
.tahoma button
{
	font-family: Tahoma, Helvetica, Sans-Serif;
}

.times,
.times input,
.times select,
.times button
{
	font-family: Times New Roman, Times, Serif;
}



.trebuchet,
.trebuchet input,
.trebuchet select,
.trebuchet button
{
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-Serif;
}


.verdana,
.verdana input,
.verdana select,
.verdana button
{
	font-family: Verdana, Helvetica, Sans-Serif;
}

pre,
code
{
	font-family: Courier New, Courier, Monospace;
}


/* font size */

.small h1
{
	font-size: large;
}

.small h2,
.small .widget_calendar caption
{
	font-size: medium;
	font-weight: bold;
}

body.small,
.small,
.small h3,
.small p,
.small li,
.small dt,
.small dd,
.small table,
.small th,
.small td,
.small input,
.small select,
.small button,
.small pre,
.small code,
.small .entry_header h2,
.small .main .bookmark_me h2,
.small .comment_header h2
{
	font-size: small;
}


.medium h1
{
	font-size: x-large;
}

.medium h2,
.medium .widget_calendar caption
{
	font-size: large;
	font-weight: bold;
}

body.medium,
.medium,
.medium h3,
.medium p,
.medium li,
.medium dt,
.medium dd,
.medium table,
.medium th,
.medium td,
.medium input,
.medium select,
.medium button,
.medium pre,
.medium code,
.medium .entry_header h2,
.medium .main .bookmark_me h2,
.medium .comment_header h2
{
	font-size: medium;
}


.large h1
{
	font-size: xx-large;
}

.large h2,
.large .widget_calendar caption
{
	font-size: x-large;
	font-weight: bold;
}

body.large,
.large,
.large h3,
.large p,
.large li,
.large dt,
.large dd,
.large table,
.large th,
.large td,
.large input,
.large select,
.large button,
.large pre,
.large code,
.large .entry_header h2,
.large .main .bookmark_me h2,
.large .comment_header h2
{
	font-size: large;
}


.small #header h1,
.medium #header h1
{
	font-size: x-large;
}

.large #header h1
{
	font-size: xx-large;
}