/*
Theme Name: PropertyandFreedom.org 2010
Theme URI: http://propertyandfreedom.org/
Description: The default and inaugural Property and Freedom theme.
Version: 0.1
Author: Aristotle A. Esguerra
Author URI: http://cantemusdomino.net/
Tags: red, custom header, fixed width, two columns, widgets

	PropertyandFreedom.org 2010 0.1
	http://propertyandfreedom.org/

	This theme was designed and built by Aristotle A. Esguerra,
	whose blog you will find at http://cantemusdomino.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/** Begin Global CSS Reset ****************************************************
 ** See http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ **********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/****************************************************** end Global CSS Reset **/

ol#accessibility-menu { display: none; }

/* Image Replacement */

#header .title span, #header .tagline span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/** LAYOUT ********************************************************************/

.container
{
    width: 960px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

#header .container
{
    height: 140px;
}

/* Main Backgrounds */
#header { background: #06101d url(images/bg-header.png) repeat-x; }
#footer { background-color: #c0b1a1; }

#content {padding:20px 10px;}
#content.narrowcolumn {width:640px;float:left;}
#content.widecolumn {width:940px;float:left;}

#sidebar {width: 280px; float: left; padding:20px 10px;}

#footer {clear: both; }

/* Header
---------------------------------------------*/

/* Logo -> Image replacement. */
#header .title, #header .title a
{
    display: block;
    width: 760px;
    height: 66px;
    overflow: hidden;
}

#header .title
{
    position: absolute;
    top: 6px;
    left: 100px;
    color: #f6f6f6;
    font-size: 25px;
    font-family: Georgia, "Times New Roman" ,Times,serif;
}

#header .title a
{
    background: url(images/title.png);
    text-indent: -9999px;
}

#header .title em
{
    color: #646b71;
    font-size: 16px;
}
#header .title span
{
    background-image: url(images/title.png);
}
#header .tagline
{
    position: absolute;
    top: 64px;
    left: 323px;
    width: 310px;
    height: 20px;
    font-size: 14px;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    color: #646b71;
}
#header .tagline span
{
    background-image: url(images/tagline.png);
}

p.quotation {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 960px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font: italic 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #300;
	}
p.quotation span {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
p.quotation span a {
	text-decoration: none;
	color: #009;
	}
p.quotation span a:hover {
	text-decoration: underline;
	color: #00c;
	}

/* Main Navigation */
ul#navigation
{
    position: absolute;
    top: 106px;
    left: 0px;
    width: 827px;
    height: 40px;
    font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#navigation li
{
    float: left;
    padding-top: 8px;
}
ul#navigation li a
{
    float: left;
    height: 26px;
    line-height: 24px;
    padding: 0 8px 0;
    font-size: 1em;
    color: #333;
    text-decoration: none;
}
ul#navigation li a:hover
{
    color: #d80e0e;
    text-decoration: none;
}
ul#navigation li.active a
{
    padding: 0 8px 0 8px;
    position: relative;
    left: 1px;
    color: #d80e0e;
    background: #fff;
}
ul#navigation li.active
{
    background: none;
}

/* Content
---------------------------------------------*/

#content {
	font: normal .8125em "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: .9375em;
	}
#content h1 {
	font-family: Garamond, Palatino, serif;
	font-size: 2em;
	color: #887c70;
	padding: .5em 0;
	}
#content h2 {
	font-family: Garamond, Palatino, serif;
	font-size: 1.75em;
	color: #600;
	padding: 0 0 .5em;
	font-variant: small-caps;
	}
#content h3 {
	font-family: Garamond, Palatino, serif;
	font-size: 1.5em;
	color: #887c70;
	padding: .5em 0;
	}
#content h4 {
	font-family: Garamond, Palatino, serif;
	font-size: 1.25em;
	color: #887c70;
	padding: .5em 0;
	}
#content h5 {
	font-family: Garamond, Palatino, serif;
	font-size: 1.125em;
	color: #887c70;
	padding: .5em 0;
	}
#content h6 {
	font-family: Garamond, Palatino, serif;
	font-size: 1em;
	color: #887c70;
	padding: .5em 0;
	}
#content .entry p,
#content .entry form {
	padding: .5em 0;
	line-height: 1.5em;
	}
#content ul {
	list-style-type: square;
	padding-left: 20px;
	line-height: 1.5em;
	}
#content ul li ul {
	list-style-type: disc;
	}
#content ul li ul li ul {
	list-style-type: circle;
	}
#content a {
	color: #009;
	}
#content a:hover {
	color: #900;
	}

/* Sidebar
---------------------------------------------*/

#sidebar {
	font-size:.8125em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: .9375em;
	}
#sidebar h2 {
	font-size: 1.142em;
	font-variant: small-caps;
	font-weight: bold;
	}
#sidebar p {
	line-height: 1.25em;
	}
#sidebar ul {
	list-style-type: none;
	padding: 10px 10px;
	background-color: #c0b1a1;
	margin:0 0 10px 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
#sidebar ul li ul {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 1.25em;
	}
#sidebar ul li ul li ul {
	list-style-type: circle;
	}
#sidebar a {
	color: #009;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #900;
	text-decoration: underline;
	}

/* Footer
---------------------------------------------*/
#footer p, #footer li {
	font: bold .6875em Arial, Helvetica, sans-serif;
	color: #000;
	}
#footer a {
	color: #009;
	text-decoration: none;
	}
#footer a:hover {
	color: #33c;
	text-decoration: none;
	}

/* STANDARD WORDPRESS FORMATTING

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #600;
	text-align: center;
	background-color: #c0b1a1;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

a.post-edit-link {
	text-decoration: none;
	color: #fc0 !important;
	background: #600;
	border: 2px outset #600;
	padding:2px 4px;
	font: .875em Helvetica;
	}
a.post-edit-link:hover {
	background: #711;
	}
a.post-edit-link:active {
	border: 2px inset #600;
	}

ol.commentlist li { border-bottom: 1px dotted #777 !important; }
.comment-meta {padding:.5em 1em .5em !important;}
.comment-body p {padding:.5em 1em !important;}
}