/*
    OneClimate Skin definition
*/

/* Default text family, colour, size and border colour */

body, input, textarea, select {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
    font-size: 15px;
    color: #696969;
    border-color: #393939;
}

a {
    color: #0069a5;
    text-decoration: none;
    
}
a img {
    cursor: pointer;
}

a:hover { 
	color: #333333;
    border-bottom: 1px;
    /*text-decoration: underline; */
    border-bottom-style: dotted;
     
 }

span.date {
    font-family: 'Georgia';
    font-style: italic;
}
    
/* Finesse colours of input boxes so they look sunken */

input, textarea {
    border-right-color: #696969;
    border-bottom-color: #a9a9a9;
}

/* Colour and weight for error mesages */

.error {
    color: #FF0000;
    font-weight: bold;
}
.info {
    color: #7db100;
}

/* Suppress borders on images by default */

img {
    border-width: 0px;
}

/* Styles for buttons */

div.button {
    color: #FFFFFF;
    background-color: #7db100;
    border: 1px solid #000000;    
    cursor: pointer;
}

/* Colour for input panels */

div.input-panel {
    background-color: #ededed;
}
    
    
/* text and colour styles for widget headers */

h2 {
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    letter-spacing: -0.5px;
    border-color: #393939;
}
h2.widget-header a {
    color: #333333;
    line-height: 14px;
}
h2.post-title {
    letter-spacing: -1px;    
    font-weight: normal;
}
    
/* text and colours for navig bars on widgets */

h3.navig {
    font-size: 11px;
    background-color: #ededed;
    color: #696969;
    border-top: 1px solid;
}

    
/* COMMON SIZES - SHOULD EVENTUALLY MIGRATE TO common.css */

body, div {
    border-style: solid;
    border-width: 0px;
}

input, textarea {
    border-width: 1px;
    margin: 0px;
    padding: 0px;
}

h2 { 
    padding: 0px;
    margin-bottom: 2px;
}
h2.widget-header {
    padding-top: 6px;
    border-style: solid;
    border-width: 1px 0px;
    height: 22px;
}

h2.post-title {
    border-width: 0px;
    padding: 0px;
}

h3.navig {
    position: relative;
    padding-top: 5px;
    padding-left: 48px;
    margin: 0px 0px 2px 0px;
    height: 20px;
    min-height: 20px;
}

div.button {
    cursor: pointer;
    text-align: center;
}

form {
    padding: 0px;
    margin: 0px;
}

/* Override absolute positioning of control panel in common.css
   which was done for compatability with old page layouts */
   
div#control-panel2 {
    top: 0px;
    left: 0px;
}
   
div#bottom-panel div.option {
    font-size: 13px;
    letter-spacing:0px;
}

div.front-latest div.attribution a {
    font-weight: normal;
}



#banner-content a:hover { 
	color: #333333;
    border-bottom: 1px;
    border-bottom-style: dotted;
 }
 
#cop-ww {
 	width: 940px;
 }
 
 #cop-ww img {
	height: 48px;
	padding: 0px 0px 0px 10px;
}
#working-with img {
	height: 50px;
	padding: 0px 0px 0px 10px;
}
#our-projects {
 	width: 700px;
}
#our-projects {
	padding-top:  20px;
	
}
#ani-block a {
	font-size:14px;
	z-index:100;
}

#liv-blog  {
	padding-top: 10px;
	width: 640px;
}

/*  Hover color for links in Wales poster */

a.poster-link:hover {
    color: #79A7D3;
}