
/**
 * Sweepers Home Style Sheet
 * Author: Tom at klenwell@gmail.com
 * Last Update: July 2010
 */

/**
 * Reset
 */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
p, pre, blockquote, ul, ol, dl, address { margin: .5em 0; padding: 0; }
ul li { list-style:none; margin-left:.5em; }
form, fieldset { margin: 0; padding: 0; }
dd, blockquote { margin-left: .5em; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
table { border-collapse:collapse; }
td { vertical-align:top; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }

/**
 * Basic Layout
 */
html, body, .page, table#parent { height:100%; }
body {
    margin:0; padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#EFE6E6;
    color: #665555;
}
.page {
    width:auto;
    margin:0; padding:0px;
    background-image:url('/img/home/bg.sweeper.v3.png');
    background-position: left center;
    background-repeat:no-repeat;
    background-color:transparent;
}
table#parent {
    width:1024px;
    margin:0 auto;
}
table#parent td {
    position:relative; height:100%;
    vertical-align:middle;
}

a { color:#A64040; text-decoration:none; }
a:hover { color:#C55C1B; text-decoration:none; }
.active { }

/**
 * Banner
 */
div#banner {
    padding:12px 0 0;
    text-align:center;
    /* background-image:url('/img/home/bg.banner.v3.png');
    background-position: center center;
    background-repeat:no-repeat;
    background-color:transparent; */
}


/**
 * Core
 */
table#core {
    margin:32px auto 48px;
}
table#core td { vertical-align:top; }
td#core_center { width:34%; vertical-align:middle; }
td#core_left { width:33%; }
td#core_right { width:33%; }
td#core_left div.content {
    padding:64px 24px 24px;
}
td#core_right div.content {
    padding:96px 24px 24px;
    text-align:center;
}

/**
 * Aphorism
 */
div#aphorism {
    width:320px;
    margin:0 auto;
    border:0px solid #330000;
}
div#aphorism div#aphorism_datebar {
    height:28px;
    text-align:center;
    font-family:'IM Fell DW Pica', Georgia, serif;
    font-size:20px;
    font-weight:bold;
    background:#665555;
    color:#543838;
    padding:.3em;
    letter-spacing:.15em;
}
div#aphorism div#aphorism_text {
    height:264px;
    padding:0.6em 0.8em;
    background-color:#F6F3F3;
    color: #665555;
    font-family:'IM Fell DW Pica', Georgia, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height:1.4em;
}
div#aphorism div#aphorism_iconbar {
    padding:.4em;
    text-align:right;
    background:#665555;
}

/* icons */
div#aphorism div#aphorism_iconbar a.icon {
    display:block; float:right;
    width:24px; height:24px;
    margin-right:1em;
    text-decoration:none;
    background-repeat:no-repeat;
    background-color:transparent;
}
a#icon_tweet { background-image:url('/img/home/bx.tweet-me-sprite.v3.png'); }
a#icon_tweet:hover { background-position:0px -24px; }
a#icon_comment { background-image:url('/img/home/bx.comment-sprite.v3.png'); }
a#icon_comment:hover { background-position:0px -24px; }


/**
 * Footer
 */
div#footer {
    width:auto; clear:both;
    padding:4px;
    text-align:center;
    color:#baa;
    font:11px/1.4em Verdana, Geneva, sans-serif;
}
div#footer div.left {
    width:140px;
    text-align:left;
}
div#footer div.right {
    width:140px;
    text-align:right;
}
#footer a { text-decoration:none; }



/* MASTHEAD */
/*____________________________________________________________________________*/

#masthead_panel {}

/*____________________________________________________________________________*/



/* METABAR */
/*____________________________________________________________________________*/

#metabar_panel
{
 margin:0 auto 4px;
 padding:4px 0 8px;
 font:bold .8em Arial, Helvetica, sans-serif;
 border-bottom:0px solid #cc6600;
}
/*____________________________________________________________________________*/



/** References **/
/*______________________________________________________________________________

	CSS Reference (w3schools.com)
	http://www.w3schools.com/css/default.asp

	Page Centering with Valid CSS (quirksmode.org)
	http://www.quirksmode.org/css/centering.html

	Jigsaw CSS Validator (w3.org)
	http://jigsaw.w3.org/css-validator/

	World Wide Web Consortium Home Page (w3.org)
	http://www.w3.org/

	Some Font-Family Recommendations

		Arial, Helvetica, sans-serif;
		"Trebuchet MS", Helvetica, sans-serif;
		"Palatino Linotype", "Book Antiqua", Palatino, serif;
		Verdana, Geneva, sans-serif;
		Tahoma, Geneva, sans-serif;
		"Lucida Console", Monaco, monospace;

______________________________________________________________________________*/

