/*
Theme Name: Gary Williams Solicitors
Version: 1.0.0
Description: Gary Williams Solicitors Theme
Author: Mark Galvin
Template: twentytwelve
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/*
Colours:
Black: #231F20
Blue: #0055A4
White
*/

body {
    background-color: #79A;
    color: #231F20;
}

body .site {
    margin-top: 0;
    margin-bottom: 0;
}

#main.wrapper {
    border-top-color: #DDD;
    border-top-style: solid;
    border-top-width: 3px;
}

img#gwsLogo {
    width: 100%;
    height: 100%;
}

.gwsName {
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
    word-wrap: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;  
}

.nowrapnobreak {
    white-space: nowrap;
    word-wrap: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;    
}

.site-title {
    float: left;    
}

header .gwsContactInfo {
    float: right;
    font-size: 1.2em;
    line-height: 1.8em;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: right;
    margin-bottom: 20px;
}

.contactFreephone {
    font-weight: bold;
}


.site-content article {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-content article {
    white-space: normal;
    word-wrap: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.site-content a:link{
	text-decoration: none;
	color: #00f;
}
.site-content a:visited{
	text-decoration: none;
	color: #00f;
}
.site-content a:hover{
	text-decoration: underline;
	color: #00f;
}
.site-content a:active{
	text-decoration: underline;
	color: #00f;
}

.site-info {
    text-align: center;	
}

.entry-header .entry-title {
    font-weight: bold;
    color: #0055A4;
}

.main-navigation {
    margin-left: -40px;
    margin-right: -40px;
}

.main-navigation .nav-menu > li:first-of-type {
    padding-left: 40px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    background-color: #231F20;    
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #fff;
}

.main-navigation li a {
    color: #fff;
}

.main-navigation li a:hover {    
    color: #DDD;
}

.main-navigation li ul li a {
    /* background-color: #0055A4; */
    background-color: #231F20;
}

.main-navigation li ul li a:hover {
    background: #0055A4;
    color: #DDD;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    color: #0055A4;
}

#contactTelephoneTable {
    width: auto;
}

#contactTelephoneTable td, #contactTelephoneTable th {
    padding: 3px;
}

footer[role='contentinfo'], #colophon {
    background-color: #0055A4;
    color: #fff;
    margin-left: -40px;
    margin-right: -40px;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.4;
}

footer[role='contentinfo'] a, #colophon a {
    color: #DDD;
}

input#submitClaimButton {
    background: #0055A4;
    color: white;
    padding: 1em;
    padding: 1rem;
    font-weight: bold;
}