/*
Theme Name:     Cefn Onn
Theme URI:      http: //example.com/
Description:    Twenty Ten child theme for the friends of Parc Cefn Onn 
Author:         Peter Bradley
Author URI:     http://peredur.net
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

body {
    font: 14px/1.5 "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

h1, h2, h3, h4, h5 {
    color: #216B3A;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
    color: #216B3A;
}

/*--------------------- header ---------------------------*/

#access {
    background: none repeat scroll 0 0 #FFF;
}

#access a:link,
#access a:visited {
    color: #216B3A;
    font-size: 1.1em;
    text-decoration: underline;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #216B3A;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #216B3A;
}

#access li:hover > a,
#access ul ul :hover > a {
    background: #FFF;
    color: #216B3A;
    text-decoration: none;
}

#logo {
    float: left;
    margin-right: .5em;
}

#site-title {
    width: 100%;
    float:left;
    margin:-1.5em 0 1em 3.5em;
}

#site-title a:link,
#site-title a:visited {
    color: #216B3A;
    font-weight: bold;
    text-decoration: none;
}

#branding img {
    border: 0;
    clear: both;
}

/*-------------- content ----------------------------------*/

#content {
margin-right: 210px;
}

#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
    color: #216B3A;
    font-weight: bold;
}

#content, #content input, #content textarea {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

#content .entry-title {
    color: #216B3A;
}

#content img.alignright {
	clear: right;
}

.entry-title a:active, .entry-title a:hover {
    color: #216B3A;
}

.entry-title a:link, .entry-title a:visited {
    color: #216B3A;
}

/*------------ sidebar ----------------------------------*/

#primary, #secondary {
    width: 190px;
}

#main .widget-area ul {
    padding: 0;
}

/*------------ footer -----------------------------------*/

#site-info {
    text-align: center;
    width: 100%;
}

