/*
THEME NAME: ThematicChild
THEME URI: http://www.wyattfarm.org
DESCRIPTION: My child extension to Thematic
TEMPLATE: thematic
VERSION: 0.1
AUTHOR: John Lewis
AUTHOR URI: http://www.wyattfarm.org
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Use styling from parent theme, then override and add. */
@import url('../thematic/style.css');

/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family:Arial, sans-serif;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background:#325b57;
}
#blog-title {
    font-size:30px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:45px 0 0 500px;
   /* border-bottom:1px solid #242A30; */
    border-bottom:none;
}
#blog-description {
    font-size:16px;
    font-style:italic;
    padding:10px 0 0 500px;
    color:#fff;
}
#branding {
    background:transparent url(images/wyattfarmsign.jpg) no-repeat scroll center top;
    background-position: left;
    height:175px;
    position:relative;
    z-index:10;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:14px;
    background:#FFFEE0;
    border-top:1px solid #D6D49A;
    border-bottom:1px solid #D6D49A;
    margin-top:-1px;
}
#menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:#325b57;
    color:#fff;
    border-top:1px solid #6DA5D6;
    text-decoration:none;
}
#menu a:hover {
    background:#377c75;
    color:#efd040;
    border-color:#3B86C7;
}
#menu .current_page_item a {
    background:#325b57;
    color:#efd040;
    border-color:#3B86C7;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:35px 0;
}
#content ul {
    margin: 0 0 18px 30px;
}
#hoaboard {
    margin: 0 0 18px 0;
}
#hoaboard td {
    border:solid 1px;
    padding:3px 15px;
}
.faq {
    font-weight:bolder;
    margin-top:30px;
    margin-bottom:10px;
}

/* =Asides
-------------------------------------------------------------- */

.main-aside {
    background: #FFFEE0;
    border: 1px solid #D6D49A;
    padding: 15px;
}
.main-aside ul ul {
    margin: 0 0 18px 13px;
}
.main-aside ul ul li {
    margin: 0 0 0 18px;
}

/* =Meta
-------------------------------------------------------------- */
#meta {
    overflow:hidden;
}
#meta .widgettitle {
    display:none;
}
#meta ul {
    margin:0;
    list-style:none;
    clear:both;
}
#meta li {
    margin:0;
    display:inline;
}
#meta a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:#325b57;
    color:#fff;
    border-top:1px solid #6DA5D6;
    text-decoration:none;
}
#meta a:hover {
    background:#377c75;
    color:#efd040;
    border-color:#3B86C7;
}
#random-quote {
    clear:both;
    padding-top:10px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#325b57;
    padding:24px 0 24px 0;
}

/* =Custom
-------------------------------------------------------------- */

#jallinks ul ul {
    margin: 0 0 0 13px;
}
#jallinks ul ul li {
    margin: 0 0 0 30px;
}
img.commonspic {
    float:left;
    margin-right:15px;
}
table.pavilionreservation {
    width: 98%;
}
table.pavilionreservation td {
    border: solid 1px;
    padding: 3px 15px;
}

#homeforsale {
    margin: 0 0 30px 10px;
    clear:both;
}
#homeforsale p {
    margin: 0 0 10px 0;
}
#homeforsale img {
    margin-right:10px;
    border:solid #999 1px;
    float:left;
}
#homeforsale .address {
    font-size:14px;
    font-weight:bold;
}

