@charset "utf-8";
/* 
Theme Name: Custom Theme - Gower Dog Training Classes
Description: Pages, no blogging
Author: Jamie @ MCS
Author URL: http://www.mumblescomputerservices.com
*/

*{
margin:0;
padding:0;
}

html{
height:100%;
padding-bottom:2px;
}

body{
font: 13px "Lucida Grande",  "Lucida Sans Unicode", verdana, geneva, sans-serif;
background: #4d4d4d;
}

p{margin-bottom:15px;}

h1,h2,h3,h4{margin-bottom:15px;}

#wrap{
width: 900px;
margin-left:auto;
margin-right:auto;
}

#headerwrap{
background:url(images/headerbg.jpg) repeat-x;
height:155px;
}

#header{
position:relative;
height:130px;
width:880px;
margin-left:auto;
margin-right:auto;
}

#title{
position:absolute;
font-size: 24px;
top:20px;
left:0px;
}

#telephone{
position:absolute;
right:10px;
top:50px;
width:140px;
font-size:18px;
color:#fff;
text-align:right;
}

#nav{
position:relative;
top: 110px;
height: 40px;
border: 1px solid #02202a;
background:#f4f5d6;
background:#fff;

-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

#nav li{
list-style:none;
display:inline;
float:left;
margin-left: 10px;
font-size: 16px
}

#nav li a{
display:block;
color:#000;
text-decoration:none;
padding: 10px 12px 10px 12px;
}

#nav li a:hover{background:#ddd;}

#contentwrap{
background-color:#fbfdd8;
border-bottom:2px solid #04303f;
}

#content{
position:relative;
line-height:26px;
padding: 20px 10px 30px 10px;
background:url(images/pawprints.jpg) no-repeat top right #fbfdd8;
width: 880px;
margin-left:auto;
margin-right:auto;
min-height:400px;
}

#content li{margin-left:30px;}
#content ul{margin-bottom:15px;}

#content img{
border-style:none;
}

#lhs{
width: 620px;
}

#rhsbar{
width:200px;
padding:10px 10px 10px 20px;
border-left:1px solid #ddd;
float:right;
font-size:12px;
z-index:8;
}

.imgborder{
background-color:#999;
padding:1px;
}

#footer{
background:#4d4d4d;
color:#aaa;
width:880px;
margin-left:auto;
margin-right:auto;
padding:20px 0px 30px 0px;
font-size:0.9em;
min-height:80px;
}

#footer a{
color:#aaa;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline; 
color:#fff;}

#footer img{
border-style:none;
}

.clear{
clear:both;
line-height:0;
}

/* Wordpress image align */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

a.linkopac:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;}

a.linkopac img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5; }
