/*
Theme Name:     peakanddale
Theme URI:      http://www.peakanddale.com
Description:    A wordpress child theme created for Peak and Dale Solutions' company website
Author:         Peak and Dale Solutions
Author URI:     http://www.peakanddale.com
Template:       twentytwelve
Version:        0.1.0
*/


html{
	width:100%;
	height:100%;
}
body
{   
	padding: 0px;
	margin: 0px;
 	background-color:#82b64a;
	font-size:75%;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	line-height:1.5;
	color: #34421D;
	width: 100%;
	height: 100%;
}

span, applet, object, iframe, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
	padding:0;
}
label{
        width:220px;
        float:left;
}
ul{
	margin:0;
	padding:0;
}
ol{
        margin-left:30px;
}
h2 {
	z-index: 1;
	font: 2.6em "Georgia", "Times New Roman", serif;
	color: #072800;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	margin-top:1.2em;
	position: relative;
	padding-right: 10px;
}
h1 {
	z-index: 1;
	font: 2.5em "Georgia", "Times New Roman", serif;
	color: #072800;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
h3 {
	
	font-size: 1.2em;
	font-weight: bold;
	color: #072800;
	
}

h4 {
	z-index: 1;
	font: 1.6em "Georgia", "Times New Roman", serif;
	color: #072800;
	font-style: italic;
	font-weight: normal;
	padding:5px;
}

a{  outline: none; 
	color:#75AD0E; 
	padding-top:6px;
}
p{
	line-height:18px;
        padding-left:10px;
}
li{
        margin:0;
	padding:0;
}
/* main containers */
#start{
	margin:0;
	padding:0;
	height:40px;
	background:#96C762;
}
#start p{
	float:right;
	margin-right:30px;
        line-height:20px;
}
#start a{
        color: #ffffff;
}
#wrapper{
	width:980px;
	margin:0 auto;
	padding:0;

}
#top{
	width: 987px; 
	top:0px;
	background: url(images/bg-top.jpg) no-repeat; 
  	background-position: centre;
	margin:0 auto;
	height:225px;

}
#header {
	margin-left:18%;
	padding-top:120px;
	width:600px;

}
#main{
	background:#FFFFFF url(images/content-bg.jpg) repeat-y;
	width:987px;
	margin:0 auto;

}
/* Home page */
#first p, #second p, #third p{
	z-index: 1;
	position: relative;
	padding-right: 10px;
	line-height:16px;

}

#first, #second, #third{
	position: absolute;
	width: 310px;
	height: 310px;
	text-align: center;
}

#first {
    z-index: 10;
}
#first a{
	font-size:15pt;
	line-height:30px;
}

img.round{
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/* Navigation */
#menu{ 
	height: 35px; 
	vertical-align:top;
	width:815px;
	margin:0 auto;
	padding-top:18px;
	text-align:center;
	background:url(images/menu-bg.gif) no-repeat;
}
#menu li
{
	display:inline;	
	list-style:none;
	border-right: solid 1px #092B13;
}

#menu li a
{
	color:#7a7b7d;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
	padding-left:8px;

}
#menu .current_page_item a, #menu li a:hover
{
	color:#7CBF00;
}

#menu .page-item-66{
	padding-right:0;
	border:none;
}

/* Content */
#content{
	padding:20px 10px 10px 80px;
	width:560px;
	float:left;
}
#content p{
	text-align:justify;
}

#pcontent{
        padding: 20px 80px;
        width: 775px;
        margin: 0 auto;
}

#sep{
	border:1px solid #009900;
}
a img {
	border:none;
	outline:none;
}
input.wpcf7-validates-as-required,  textarea.wpcf7-validates-as-required{
        border-color:#E3E4E9 #E3E4E9 #E8F6E8;
        border-style:solid;
        border-width:5px 5px 2px;
        display:block;
}
.wpcf7-form-control-wrap input{
       display:inline;
}
#base{
       clear: both;
}
.entry ul{
        margin-left:30px;
        margin-top:10px;
}
.maroon {
	color:#8C6601;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
        text-align:center;
}
#brown {
	color:#820503;
	font-weight:400;
	}
.hosting td{
	padding-left:6px;
}
#offerings
{
	margin-top:10px;
	margin-right:20px;
	background-image:url(images/workbg.gif);
	width:145px;
	float:left;
	padding:0 10px 0 10px;
	color:#ffffff;
	height:220px;
}
#offerings h3
{
	margin-top:10px;
        height: 32px;
	padding-top: 3px;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #072800;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
}
#offerings p
{
	color:#222222;
	margin-top:5px;
        text-align:left;
}
.portfolio img
{
	padding:5px;
	border:1px solid #BEBEBE;
        opacity: 1;
}
.portfolio img:hover
{

        opacity: 0.8;
}

.work-portfolio{
    background: url(images/work-portfolio.png) no-repeat center top;
    display: block;
    clear: both;
    font-size: 30px;
    height: 69px;
    letter-spacing: -1px;
    margin: 5px auto;
    padding-top: 10px;
    text-align: center;
    width: 815px;
}

.work-portfolio a{
        padding-top: 0;
        text-decoration:none;
}
.work-portfolio a:hover{
        color:#000;
        text-decoration:underline;
}
.webdesign{
	color:#75AD0E;
	font-weight:bold;
	list-style-type:none;
}
.webdesign li {
	background:transparent url(images/check.gif) no-repeat scroll 0 5px;
	height:30px;
	padding:10px 0 0 35px;
}

/* Sidebar */
#sidebar{
	padding: 20px 80px 10px 0;
	margin-left: 660px;
	width: 215px;

}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#casestudies{
	padding: 20px 0 10px 0;
	margin-left: 660px;
	margin-right:60px;
	width: 235px;
	background:#F5F4F0;
	border:1px solid #DEDBD1;

}
#side{
	padding: 20px 0 10px 0;
	width: 235px;
	background:#F5F4F0;
	border:1px solid #DEDBD1;

}
#portfoliobreak{
	padding: 20px 0 10px 0;
	width: 500px;
        margin: 0 auto;
	background:#F5F4F0;
	border:1px solid #DEDBD1;

}
#sub{
	padding: 10px;
	margin: 15px;
	background:#FFFFFF;
	border:1px solid #DEDBD1;
}
#sub h4{
	background:#EBE9E1 none repeat scroll 0;
	border:1px solid #DEDBD1;
	color:#363636;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:16px;
	line-height:normal;
	margin:0 0 7px;
	padding:5px 8px;
	text-align:left;
}
#sub a{
	line-height:22px;
	text-decoration:none;
}
.links a{
	padding:8px 0;
}
.textwidget ul {
	border-bottom:1px solid #674343;
        height:auto;
	width:180px;
}
.textwidget ul li {
	border-top:1px solid #674343;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
.textwidget ul li a, .textwidget ul li a:link, .textwidget ul li a:visited {
	display:block;
	line-height:15px;
	padding:8px 0 8px 10px;
	text-decoration:none;
}

.widget ul {
	border-bottom:1px solid #674343;
        height:auto;
	width:180px;
}
.widget ul li {
	border-top:1px solid #674343;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
.widget ul li a, .widget ul li a:link, .widget ul li a:visited {
	display:block;
	line-height:15px;
	padding:8px 0 8px 10px;
	text-decoration:none;
}
/* Widgets */
.widget{
	padding: 10px;
	margin: 10px;
	background:#FFFFFF;
	border:1px solid #DEDBD1;
}
h2.widgettitle {
	font-size:14px;
	font-weight:bold;
	background:#EBE9E1 none repeat scroll 0;
	border:1px solid #DEDBD1;
	color:#363636;
	height:16px;
	line-height:normal;
	margin:0 0 7px;
        display:block;
	padding:5px 8px;
	text-align:left;
}
#casestudies li{
	list-style-type:none;
}
/* Search */
#nav-search {
	display:block;
	height:30px;
	line-height:16px;
	position:absolute;
	right:28px;
	top:9px;
}
#nav-search #s {
	border-color:#69AB01 #548301 #548301 #69AB01;
}
#s {
	border:1px solid #777777;
	font-size:11px;
	height:15px;
	padding:4px 5px 2px;
	width:170px;
}
#s, #searchsubmit {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#searchsubmit, x:-moz-any-link {
	padding:0 5px 3px;
}
#searchsubmit {
	background:#669900 url(images/searchbtn.jpg) repeat-x scroll left center;
	border:1px solid #666666;
	color:#FFFFFF;
	font-size:11px;
	height:23px;
	letter-spacing:1px;
	line-height:20px;
	margin-top:5px;
	padding:0 5px;
	text-align:right;
}
input {
	
}
.cartbox {
background-color:#F7F7F7;
border:1px dashed #CCCCCC;
margin-left:auto;
margin-right:auto;
padding:10px;
width:90%;
}

.cartbox br{
display:none;
}
/* Footer */
#footer{
	background:#96C762;
	margin:0;
	padding:0;
	height:150px;
        clear: both;
}
#bottom{
	width:900px;
	margin:0 auto;
}
#social{
	float:left;
	padding-top:20px;
}
#copyright{
	float:right;
}
#footer p{
	text-align:right;
}
#footer a{
	color:#FEFEFE;
	font-weight:bold;
}

#myGallery {
	height: 220px important!;
	}

#hmbutton{ text-align: center;}

#hmbutton a {
    background: none no-repeat scroll 20px 20px #79BCFF;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans" !important;
    font-size: 120%;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    margin: 10px 15px 0 0;
    padding: 0 25px 0 30px;
    text-decoration: none;
    transition: background-color 0.3s ease-out 0s;
}

article h1{
    margin-top:20px;
}