/*
Theme Name: ECCTG
Description: The ECCTG theme
Author: Alexis Howells
Template: coraline
*/

/*
ECCTG blue;    background: #4466DD;
ECCTG gray:    background: #9999cc;
*/

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

.two-column #container {
    max-width: 850px;
}

.club-mobile {
	color: #4466DD;
}
.entry-content h1 { font-size: 1.5em;  }
.entry-content h2 { font-size: 1.2em;  }
.entry-content h3 { font-size: 1.0em;  }
.entry-content h4 { font-size: 0.8em;  }
.entry-content h5 { font-size: 0.7em;  }
.entry-content h6 { font-size: 0.6em;  }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 { margin-bottom:0.2em;  }

ul.lcp_catlist {
    list-style-type: none;
    margin-left: 0px;
}

p.nocomments, span.comments-link, span.sep, span.author, p.comments-link {
    display: none;
}

table.ecctg-no-border, table.ecctg-no-border tr td {
    border-collapse:collapse;
    border: 0px;
}

table.ecctg-no-border {
    margin: 0 -1px 5px 0;
}

table.ecctg-no-border ol, table.ecctg-no-border ul {
    margin: 0 0 0.3em 2em;
}

table.committee {
    width: 97%;
    padding: 1px;
}

p {
    margin-bottom: 0.5em;
}

#masthead {
    /*brc logo*/
    background: url("http://www.smugmug.com/photos/i-rZHtQzt/0/X3/i-rZHtQzt-X3.jpg") center right no-repeat; 
    padding: 0;
}

#site-title {
    text-align: left;
    width:540px;
}

#site-description {
    text-align: left;
    font-size: 0.96em;
    color: #4466DD;
    font-weight: bold;
    width: 540px;
    float:left;
    margin-bottom: 0px;
    height: 23px;
    text-shadow: hsl(0,0%,60%) 1px 1px 1px;
}

#header_search {
    margin-left: 540px;
    height: 23px;
    margin-bottom: 10px;
}

#searchform {
    width: 230px;
    padding: 0px;
    margin-top: -10px;
}

#header_search #searchform input[type="text"] {
    padding: 1px;
    padding-left: 5px;
    border-radius: 5px;
}

.widget-title {
    border-bottom: 1px solid #9999cc;
    border-top: 3px solid #4466dd;
}

ul.twocolumn ul {
    width: 100%;
    overflow: hidden;
}

ul.twocolumn ul li, ul.blogroll li {
    width: 50%;
    float: left;
}

ul.twocolumn ul li {
    line-height: 1.5em;
}

ul.twocolumn ul, ul.blogroll {
    list-style-type: none;
    margin: 0px;
}

li.brlink {
    line-height: 85px;
    margin:auto;
    text-align: center;
}

ul.blogroll li img {
    max-width: 200px;
    max-height: 80px;
    vertical-align: middle;
 
}

div.navigation {
    margin: 0 0 0.5em 0;
}

div.linkcat {
	clear: left;
}

a.rsswidget img {
	display: none;
}

a[href='http://www.facebook.com/'] {
  padding-right: 18px;
  background: url("http://www.facebook.com/favicon.ico") no-repeat right;
}

/*span.ai1ec-contact-email*/
a[href ^="mailto:"] {
  padding-right: 21px;
  background: url(/wp-content/themes/ecctg/img/email.png) no-repeat right;
}
span.ai1ec-contact-email > a 
{
    padding-right:0px;
    background: None;
}
a, a:visited, .entry-title a {
    color: #4466DD;
}

a:hover {
    color: #9999cc;
}

.hentry {
margin: 0 0 1.5em;
}

#access {
	border-top: 1px solid #9999cc;
}

#access a {
	/*color: #4466DD; Menu Text colour, not current page */
	color: black;
}

#access ul ul { /* Increase the strength of the menu shadow */
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}

#access ul ul a {
	background: #4466dd; /* popdown menu colour */
	color: #eee;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #4466dd;
	color: white;
}

#access ul ul a:hover {
    background: #3355EE; /* Hover colour of first popdown*/
    color: white;
}

#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item a,
#access .current-menu-ancestor a,
#access .current_page_item a,
#access .current_page_ancestor a {
	background: #4466DD;
	color: white;
}

body {
    background: green;
    background: url("http://www.smugmug.com/photos/i-v6n5QSt/0/X3/i-v6n5QSt-X3.jpg") no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
    background-color: white;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    -moz-shadow: 0 0 5px 0.8em #FFFFFF;
    -webkit-shadow: 0 0 5px 0.8em #FFFFFF;
    box-shadow: 0 0 5px 0.8em #FFFFFF;
}

footer.ai1ec-event-footer {
    display: None;
}
/*
span.ai1ec-contact-name, span.ai1ec-contact-phone, span.ai1ec-contact-email {
    padding-right: 0.5em;
}
*/
#footer {
    padding: 0px;
}

#header {
    margin: 0 0 10px;
}

thead > tr > td {
    font-size: 110%;
    font-weight: bold;
}