/*
Theme Name: Deer Meadows Golf
Author: PorchLightMedia
Author URI: http://www.PorchLightMedia.org
--------------------------------------------------------------*/
* { padding: 0; margin: 0; }

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	padding-bottom: 8px;
}

#wrapper { 
 margin: 0 auto;
 width: 985px;
}
#header {
	color: #333;
	width: 965px;
	float: left;
	padding: 10px;
	height: 110px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo {
	float: left;
	width: 320px;
}
#headmid {
	float: left;
	margin-top: 90px;
	width: 200px;
}
.sidelink {
	background-image: url(images/sidelink.png);
	background-repeat: no-repeat;
	width: 253px;
	height: 46px;
	float: left;
	text-align: center;
	padding-top: 23px;
}
.sidelink a {
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}


#headmid ul li a {
	color: #18362A;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#phone {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Bitter', serif;
}


#headcontact {
	float: right;
	margin-top: 30px;
	color: #152e24;
	text-align: right;
}
#headmid ul li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 10px;
}




#navigation {
	float: left;
	width: 950px;
	color: #333;
	margin: 0px;
	height: 32px;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#slider {
	float: left;
	width: 727px;
	color: #333;
	margin: 0px;
	height: 285px;
	padding: 0px;
	background-color: #FFF;
}
#mainwrap {
	display: block;
	float: left;
	background-color: #FFF;
	-moz-box-shadow: 3px 7px 9px #000;
	box-shadow: 3px 7px 9px 0px #000;
	margin-bottom: 25px;
}
#links {
	float: right;
	width: 250px;
	height: 278px;
	margin-top: 8px;
	margin-right: 8px;
}
#sublinks {
	float: right;
	width: 250px;
	min-height: 450px;
	margin-top: 15px;
	margin-right: 20px;
}




#navigation ul li {
	display: inline;
	list-style-type: none;
}

#foot3 ul li {
	list-style-type: none;
}

#foot3 ul li ul li{
	padding-left: 15px;
}

#navigation a{
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	margin-right: 8px;

}


#leftcolumn {
	color: #333;
	margin: 15px 10px 0px 0px;
	padding: 10px;
	min-height: 350px;
	width: 240px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#content h1 {
	margin-bottom: 12px;
	font-family: 'Bitter', serif;
	letter-spacing: -1px;
}
a {
	color: #333;
}
h2 {
	color: #2D443A;
	padding-bottom: 6px;
	font-family: 'Bitter', serif;
}

h3 {
	color: #333333;
	padding-bottom: 8px;
	font-family: 'Bitter', serif;
	font-size: 16px;
}



#content {
	color: #333;
	padding: 20px;
	min-height: 350px;
	width: 400px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subcontent {
	color: #333;
	min-height: 350px;
	width: 638px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/subcontent-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#subcontent img {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}


#subcontent ul li {
	list-style-type: none;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#subcontent h1{
	font-size: 34px;
	margin-bottom: 8px;
}

#rightcolumn {
	float: left;
	color: #333;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	min-height: 350px;
	width: 240px;
	display: block;
}

#rightcolumn ul li {
	list-style-type: none;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#sublinks ul li {
	list-style-type: none;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#footer {
	width: 965px;
	clear: both;
	color: #FFF;
	padding: 10px;
	background-color: #232221;
	min-height: 360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#foot1 {
	width: 205px;
	float: left;
	height: 250px;
	padding: 10px;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#foot2 {
	width: 205px;
	float: left;
	height: 250px;
	padding: 10px;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#foot3 {
	width: 205px;
	float: left;
	height: 250px;
	padding: 10px;
	margin-right: 15px;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#foot4 {
	width: 205px;
	float: left;
	height: 250px;
	padding: 10px;
	margin-right: 15px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#footer a {
  display: block;
  margin: 0 5px;
  color: #fff;
}
#footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	font-family: 'Bitter', serif;
	padding-bottom: 8px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
