/*
Theme Name: Semiologic, Reloaded
Theme URI: http://www.semiologic.com/software/sem-reloaded/
Description: The Semiologic theme, reloaded
Version: 0.6 RC
Author: Denis de Bernardy
Author URI: http://www.mesoconcepts.com


DO NOT EDIT THIS FILE
=====================

Semiologic has a custom.css feature.

To customize this file, create a custom.css file in the theme's folder, and paste this file's contents. This will let you customize the theme's defaults without losing your changes when you upgrade.


Reset
-----
Based on YUI Reset and YUI Font
Copyright (c) 2008, Yahoo! Inc. All rights reserved. BSD Licensed.
*/
HTML
{
	color: #000;
	background: #FFF;
}
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, CODE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE
{
	margin: 0;
	padding: 0px;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: inherit;
	font-weight: inherit;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: inherit;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
	font-variant: normal;
}
SUP
{
	vertical-align: text-top;
}
SUB
{
	vertical-align: text-bottom;
}
INPUT, TEXTAREA, SELECT
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
INPUT, TEXTAREA, SELECT
{
	font-size: 100%;
}
LEGEND
{
	color: #000;
}
BODY
{
	font: 13px/1.231 "Trebuchet MS", Tahoma, Arial, Helvetica, Clean, Sans-Serif;
	font-size: small;
	font: x-small sans-serif;
}
TABLE
{
	font-size: inherit;
	font: 100% sans-serif;
}
PRE, CODE, KBD, SAMP, TT
{
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}
/*
Theme Fonts
-----------
*/
.skin
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.antica
{
	font-family: "Book Antica", Times, Serif;
	font-size: 1em;
}
.arial
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.bookman
{
	font-family: "Bookman Old Style", Times, Serif;
	font-size: 0.9em;
}
.comic
{
	font-family: "Comic Sans MS", Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.corsiva
{
	font-family: "Monotype Corsiva", Courier, Monospace;
	font-size: 1.1em;
}
.courier
{
	font-family: "Courier New", Courier, Monospace;
	font-size: 0.9em;
}
.garamond
{
	font-family: Garamond, Times, Serif;
	font-size: 1em;
}
.georgia
{
	font-family: Georgia, Times, Serif;
	font-size: 0.9em;
}
.tahoma
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.times
{
	font-family: "Times New Roman", Times, Serif;
	font-size: 1em;
}
.trebuchet
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.verdana
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 1.3;
}
/*
Semiologic Defaults
-------------------
*/
P, DL, DT, DD, UL, OL, H1, H2, H3, H4, H5, H6
{
	margin: 0.5em 0px;
}
LI
{
	margin: 0.3em 0px;
}
PRE
{
	font-size: 100%;
	margin-left: 0.5em;
}
BLOCKQUOTE, Q, UL, OL, DL
{
	margin-left: 1.6em;
}
UL UL, OL OL, DL DL
{
	margin-left: 0.8em;
}
STRONG, B
{
	font-weight: bold;
}
EM, I
{
	font-style: italic;
}
DEL, S
{
	text-decoration: line-through;
}
INS, U
{
	text-decoration: underline;
}
A
{
	color: #22E;
}
A:hover
{
	color: #C22;
}
A EM
{
	font-style: normal;
	color: #C22;
}
.align_center
{
	text-align: center;
}
IMG.align_center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align_left
{
	text-align: left;
}
.align_right
{
	text-align: right;
}
.float_left
{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.1em;
}
.float_right
{
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.1em;
}
.active
{
	font-weight: bold;
}
BODY
{
	font-size: 14px;
}
H1
{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #F6A303;
}
H2
{
	font-size: 12px;
	font-weight: bold;
	background-color: #C9DEED;
	padding: 0 0 0 7px;
}
H3, TH, .entry_date, .comment_date, .pings_date
{
	font-weight: bold;
}
.button
{
	min-height: 23px;
	font-weight: bold;
}
/*
* calendar
 */
.widget_calendar TABLE
{
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
}
.widget_calendar CAPTION
{
	margin: 0.5em auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #C8DDEC;
}
.widget_calendar TH, .widget_calendar TD
{
	padding: 1px 3px;
	text-align: center;
}
.widget_calendar #prev
{
	text-align: left;
}
.widget_calendar #next
{
	text-align: right;
}
#today
{
	font-weight: bold;
}
/*
* Comment Form
 */
#commentform DIV
{
	margin: 0.5em 0px;
}
/*
* Avatars
 */
IMG.avatar
{
	float: left;
	margin-right: 0.3em;
	margin-bottom: 0.1em;
}
/*
* Miscellaneous
 */
.sem_subscribe_me UL, .now-reading UL, .widget_democracy UL
{
	list-style: none !important;
}
.entry_actions A, .comment_actions A
{
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.2em;
}
.comment_box A
{
	display: block !important;
	text-align: center !important;
	height: 68px !important;
	width: 80px !important;
	overflow: hidden !important;
	background: url(icons/comment_box.gif) no-repeat top center !important;
	color: #333 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
	line-height: 12px !important;
	padding-top: 3px !important;
	padding-bottom: 1px !important;
}
.comment_box A:hover
{
	color: #C22 !important;
}
.num_comments
{
	padding-top: 10px;
	font-size: 36px;
	line-height: 36px;
}
#header A, #header A:hover
{
	color: inherit;
	text-decoration: none;
}
#header_nav SPAN
{
	margin-left: 6px;
	margin-right: 6px;
}
.float_nav #header_nav SPAN
{
	margin-left: 0px;
	margin-right: 12px;
}
#footer_nav SPAN
{
	margin-left: 6px;
	margin-right: 6px;
}
.float_nav #footer_nav SPAN
{
	margin-left: 12px;
	margin-right: 0px;
}
SPAN.nav_sep
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#credits
{
	font-size: 0.8em;
}
#sitename
{
	margin: 0px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: normal;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 16px;
	font-size: 42px;
	line-height: 50px;
}
#tagline
{
	margin: 0px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 14px;
	line-height: 17px;
}
.invert_header #sitename
{
	padding-top: 34px;
	padding-bottom: 1px;
	text-align: center;
}
.invert_header #tagline
{
	padding-top: 1px;
	padding-bottom: 17px;
	text-align: center;
}
DIV.next_prev_posts, P.submit, P.subscribe-to-comments, P.solo-subscribe-to-comments
{
	text-align: center;
}
.nav_active
{
	font-weight: bold;
}
H1 A
{
	color: inherit;
	text-decoration: none;
}
H2 A
{
	text-decoration: none;
}
.sidebar H2 A
{
	color: inherit;
}
/*Margins and Padding*/
.main_widget, .entry, .comment, .widget
{
	margin-top: 1em;
	margin-bottom: 1em;
}
#top_sidebar .widget
{
	margin-bottom: 0px;
}
.pad, .post_list
{
	padding: 0px 15px;
	margin: 0px auto;
}
.widget_calendar TD.pad
{
	padding: 0px !important;
	margin: 0px !important;
}
.entry
{
	margin-bottom: 2em;
}
.comment, .widget
{
	margin-bottom: 1.5em;
}
.entry_content H1, .entry_content H2, .entry_content H3, .entry_content H4, .entry_content H5, .entry_content H6, .entry_content P, .entry_content UL, .entry_content OL, .entry_content DL
{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.entry H2
{
	margin-top: 1.2em;
}
.entry H3, .widget H3
{
	margin-top: 1em;
}
.entry_header H1
{
	margin: 0px;
	padding: 0px;
}
.entry_date, .comment_date, .pings_date
{
	margin-bottom: 0.2em;
}
.entry_header, .pings_header, .comments_header
{
	margin-bottom: 1em;
}
.comment_header H3
{
	margin-top: 0px;
}
.comment_header EM
{
	font-style: normal;
}
.comment_time
{
	font-weight: normal;
}
.entry_content, .comment_content
{
	margin-bottom: 1em;
}
.comment_header, .comment_label
{
	width: 160px;
	float: left;
}
.comment_content, .comment_field
{
	margin-left: 165px;
}
.comment_field INPUT, #comment
{
	width: 99%;
}
/*External links: only add an icon in the main area*/
.header .external, .sidebar .external, .footer .external
{
	background-image: none;
	padding-right: 0px;
}
/*WP Image Aligns*/
.skin .aligncenter
{
	margin-left: auto;
	margin-right: auto;
}
.skin IMG.aligncenter
{
	display: block;
}
.skin .alignleft
{
	float: left;
	margin-right: 0.5em;
}
.skin .alignright
{
	float: right;
	margin-left: 0.5em;
}
/*WP Image Captions*/
.wp-caption
{
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
/*border-radius: 3px*/
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
/*hidden class, used to fix IE6 problems*/
.hidden
{
	display: none;
}
/*WP Search Widget*/
.widget_search
{
	text-align: center;
}
/*mediacaster*/
DIV.media, DIV.enclosures
{
	margin: 0.5em 0px;
}
DIV.media
{
	text-align: center;
}
/*entry_author_image*/
.entry .entry_author_image
{
	float: left;
	border: 1px outset #000000;
	margin: 1.2em 1.2em 0px 0.1em;
}
/*wp gallery*/
.gallery
{
	clear: both;
}
.gallery DL
{
	margin-left: 0px;
}
/*search reloaded*/
.search_count
{
	text-align: right;
}
.search_title
{
	font-size: 1.2em;
	font-weight: normal;
}
.search_url
{
	color: #060;
}

