/* CSS Reset */
* {
	margin: 0;
	padding: 0;
}
header, footer, section, aside, nav, article {
	display: block;
}
body {
	background-image: url('../images/light_pattern.png');
	border-top: solid 15px #1A272E;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 10px 10px 10px 0;
}
h1 {
	font-family: 'Lobster Two', cursive;
	text-shadow: 0px 1px 3px #000000;
	color: #FFF;
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #555;
}
p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}
ul {
	list-style: none;
}
li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #6AB05A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	border: solid 5px white;
	box-shadow: 0px 1px 7px #777;
	background: #ccc;
}
iframe {
	border: solid 5px white;
	box-shadow: 0px 1px 7px #777;
	background: #ccc;
}
nav {
	float: right;
}
nav ul {
	margin-top: 15px;
}
nav li {
	float: left;
	color: #6AB05A;
	text-align: right;
	margin: 1px;
}
nav a {
	display: block;
	font-size: 16px;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
	color: #6AB05A;
	letter-spacing: 1px;
}
nav a:hover {
	color: #FFF;
	text-decoration: none;
}
nav li.selected a {
	color: #FFF;
}
section {
	clear: both;
	color: #23363D;
}
footer {
	margin: 0 auto;
	clear: both;
}
.main {
	background: #23363D;
	border-bottom: solid 5px #1A272E;
	height: 85px;
	margin-bottom: 25px;
}
.main h1 {
	display: inline-block;
	margin-top: 5px;
	margin-left: 3px;
	float:left;
	font-size: 28px;
	padding: 0;
}	
.extras {
	background:#23363D;
	padding-top: 1%;
	padding-bottom: 6.7%;
}
.extras h2 {
	color: #FFFFFF;
}
.extras section {
	width: 98%;
	margin: 2.1% auto;
}
.extras p {
	color: #9A9A9A;
}
.about img {
	float: left;
	margin-right: 15px;
	box-shadow: 0px 1px 7px #222;
}
.about img.icon {
	border: none;
	margin-right: 12px;
	box-shadow: none;
	background: none;
}
.footer {
	background: #1A272E;
	height: 45px;
}
.copyright {
	display: inline-block;
	color: #9A9A9A;
	padding-top: 15px;
	text-align: left;
	margin-left: 1%;
}
.logo {
	float: right;
	color: #fff;
	font-family: 'Lobster Two', cursive;
	text-shadow: 0px 1px 3px #000000;
	font-size: 24px;
	padding-top: 5px;
	display: none;
}
.border {
	height: 15px;
	background-repeat: repeat-x;
	clear: both;
}
.top.border {
	background: #23363D;
	background-image: url('../images/zigzag_header.png');
  margin-top: -1px;
}
.bottom.border {
	background-image: url('../images/zigzag_footer.png');
}
.author {
	font-family: 'Droid Sans', sans-serif;
	float: right;
	font-style: normal;
	font-size: 14px;
	text-align:right;
	padding: 0 80px 60px 0;
}
.author a {
	color: #6AB05A;
	font-style: italic;
	font-size: 12px;
}
.quotemark {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84px;
	color: #9b9b9b;
	float: left;
	display: none;
}
.news .category {
	color: #777;
	font-size: 12px;
	padding-top: 0;
}
.tweets {
	display: none;
}
.blueButton {
	color: #FFFFFF;
	padding: 4px 15px;
	background: #296065;
	border-radius:4px;
	text-shadow: 0px -1px 0px #0b3b3f;
	border: solid 1px #0b3b3f;
	text-decoration: none;
}
.blueButton:hover {
	background: #3A7176;
	border: solid 1px #1C4C4F;
	color: #EEE;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.highlight {
	color: #6AB05A;
	font-weight: bold;
}
.clear {
	clear: both;
}
	
/* Homepage Styles */
	
#index .main {
	height: 100px;
	margin-bottom: 0;
}
.featured {
	width: 100%;
	margin: 0 auto;
	color: #23363D;
}
.featured_image {
	max-width: 100%;
	display: block;
	height: 290px;
	border: none;
	border-top: 5px solid #FFF; 
	border-bottom: 5px solid #FFF; 
	box-shadow: none;
	box-shadow: 0px 1px 7px #777;
	background-image: url('/golf/img/golf.jpg');
	background-position: 100% 22%;
	background-size: 120%;
}
.featured h2 {
	width: 30%;
	float: left;
	border-right: solid 1px #9A9A9A;
	margin: 2.5% 1%;
}
.featured p {
	width: 55%;
	float: left;
	margin: 3% 2%;
	font-style: italic;
}
.introduction {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	border-top: dashed 1px #9A9A9A;
	border-bottom: dashed 1px #9A9A9A;
}
.introduction p {
	font-size: 22px;
	padding: 3% 15%;
	text-shadow: 0px 1px 0px #FFFFFF;
}
.specialties {
	width: 98%;
	margin: 2.1% auto;
}
.specialties article {
	margin-bottom: 2%;
}
.specialties article:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.specialties p, .portfolio p {
	line-height: 18px;
}
.specialties a{
	color: #FFFFFF;
	margin-top: 1.5%;
	padding: 4px 15px;
	background: #6AB05A;
	border-radius:4px;
	text-shadow: 0px -1px 0px #2C721D;
	border: solid 1px #2C721D;
	text-decoration: none;
}
.specialties a:hover {
	background: #7BC15B;
	border: solid 1px #3D832E;
	color: #EEE;
}
.current {
	width: 98%;
	margin: 0 auto;
	padding-top: 4.1%;
}
.current img {
	max-width: 80%;
	height: auto;
	display:none;
	margin: auto;
}
.current a:nth-of-type(1) img {
	display: inline;
}
.testimonial {
	width: 98%;
	margin: 1% auto;
	text-align: center;
	padding-top: 4.1%;
}
.testimonial img {
	float: left;
	margin: 2.3% 5.1% 7% 6.3%;
}
.testimonial p{
	width: 55%;
	font-style: italic;
	text-align: left;
	float: left;
	padding: 3.1% 3.1% 0 2.5%;
}
	
@media (min-width: 360px) {
	.featured h2 {
		width: 25%;
	}
	.featured p {
		width: 60%;
		margin: 3% 3.5%;
	}
	.logo {
		display: inline-block;
	}
}

@media (min-width: 430px) {
	#index .main {
		height: 65px;
		margin-bottom: 0;
	}
	.quotemark {
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 84px;
		color: #9b9b9b;
		float: left;
		display: inline;
	}
	.current img {
		float: left;
		width: 48%;
		height: auto;
		margin-right: 2%;
		border: solid 5px white;
		box-shadow: 0px 1px 7px #777;
		background: #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.current a:nth-of-type(3) img {
		display: inline;
	}
}

@media (min-width: 640px) {
	.main {
		height: 110px;
	}
	.main h1 {
		padding: 10px 10px 10px 0;
		margin-top: 15px;
		font-size: 36px;
		margin-left: 1%;
	}
	nav ul {
		margin: 35px 0;
	}
	nav li {
		float: left;
		color: #6AB05A;
		text-align: right;
		margin: 5px;
	}
	nav a {
		display: block;
		font-size: 16px;
		margin-right: 7px;
		margin-left: 7px;
		text-decoration: none;
		color: #6AB05A;
		letter-spacing: 1px;
	}
	#index .main {
		height: 260px;
		margin-bottom: 0;
	}
	.featured {
		width: 98%;
	}
	.featured figure{
		position: relative;
		margin-top: -160px;
	}
	.featured h2 {
		margin: 2.5% 0;
	}
	.introduction p {
		font-size: 28px;
	}
	.specialties article {
		float: left;
		width: 33%;
		margin-right: .5%;
	}
	.featured_image {
		max-width: 99%;
		border: solid 5px white;
		box-shadow: 0px 1px 7px #777;
	}
	.current img {
		float: left;
		width: 32%;
		height: auto;
		margin-right: 2%;
		border: solid 5px white;
		box-shadow: 0px 1px 7px #777;
		background: #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline;
	}
	.current a:last-child img {
		margin-right: 0;
	}
	
	.testimonial img {
		float: left;
		margin: 2.6% 5.1% 7.3% 6.3%;
	}
	.testimonial p{
		width: 63%;
	}
	.extras section {
		float: left;
		width: 48%;
		margin-left: 1%;
		clear: none;
	}
}

@media (min-width: 960px) {
	.main h1 {
		padding: 10px 10px 10px 0;
		margin-top: 15px;
		font-size: 36px;
		margin-left: 0;
	}
	.featured {
		width: 960px;
	}
	.featured_image {
		width: 950px;
	}
	.introduction {
		width: 960px;
	}
	.specialties {
		width: 960px;
		margin: 20px auto;
	}
	.current {
		width: 960px;
		padding-top: 40px;
	}
	.testimonial {
		width: 960px;
		padding-top: 40px;
	}
	.container{
		width: 960px;
	}
	.extras {
		padding-top: 10px;
		padding-bottom: 65px;
	}
	.extras section {
		float: left;
		width: 33%;
		margin-left: 0;
		margin-right: .5%;
		clear: none;
	}
	.extras section:last-child {
		margin-right: 0;
	}
	.tweets {
		display: block;
	}
	.copyright {
		margin-left: 0;
	}
}

/* Portfolio Styles */

.portfolio {
	width: 98%;
	margin:2.1% auto;
}
.portfolio article {
	clear: both;
	border-top: solid 2px #ccc;
	padding-top: 10px;
	margin-bottom: 45px;
}
.portfolio article:first-child {
	padding-top: 0;
	border-top: none;
}
.portfolio p {
	width: 98%;
	margin-bottom: 5px;
}
.portfolio a {
	color: #FFFFFF;
	padding: 4px 15px;
	background: #6AB05A;
	border-radius:4px;
	text-shadow: 0px -1px 0px #2C721D;
	border: solid 1px #2C721D;
	text-decoration: none;
}
.portfolio img {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
}
.portfolio iframe {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	display: inline-block;
	float: left;
}
.portfolio iframe ~ p {
	float: left;
	width: 98%;
}

.portfolio .inarticle {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	border: none;
	background: none;
	color: #6AB05A;
	text-shadow: none;
	padding: 0;
}

.portfolio .inarticle:hover {
	text-decoration: underline;
}

@media (min-width: 640px) {
	.portfolio img {
		float: right;
		margin-bottom: 45px;
	}
}	
	
@media (min-width: 960px) {
	.portfolio {
		width: 960px;
	}
	.portfolio p {
		width: 650px;
		margin-bottom: 15px;
	}
	.portfolio iframe {
		margin-bottom: 45px;
	}
	.portfolio iframe ~ p {
		width: 45.5%;
	}
}

/* Blog styles */

.placeholder {
	text-align: center;
	padding: 13% 0 5% 0;
	width: 100%;
	margin: 0 auto;
	min-height: 200px;
	color: #23363D;
}
	
/* Contact styles */

form {
	background: #fff;
	padding: 7px;
	box-shadow: 0px 1px 7px #777;
}
input {
	float: left;
	clear: left;
	max-width: 95%
}
textarea {
	float: left;
	clear: left;
}
input[type="text"] {
	width: 200px;
	display: inline-block;
}
input[type="email"] {
	width: 200px;
	display: inline-block;
}
label {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	width: 70px;
	float: left;
	clear: left;
	margin-right: 10px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.form {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.contact h3 {
	margin-left: 10px;
}
.contact fieldset {
	width: 96%;
	background: #eee;
	border: solid 1px #ccc;
	padding: 1% 2% 1% 1.5%;
}
.contact fieldset:first-child {
	border-bottom:none;
}
.contact fieldset:last-child {
	border-top:none;
}
.contact div {
	width: 100%;
	margin: 10px .5%;
}
.contact textarea {
	width: 96.5%;
	resize: vertical;
	height: 100px;
	min-height: 100px;
}
.contact input[type="submit"] {
	float: right;
	margin: 10px;
	display: inline-block;
	background: #6AB05A;
	color: #FFFFFF;
	padding: 4px 15px;
	border-radius:4px;
	text-shadow: 0px -1px 0px #2C721D;
	border: solid 1px #2C721D;
	font-family: Tahoma, Geneva, sans-serif;
}
.contact input[type="submit"]:hover {
	background: #7BC15B;
	border: solid 1px #3D832E;
	color: #EEE;
}
.information {
	float:left;
	margin-left: 1%;
	color: #23363D;
	margin-bottom: 10px;
}
.information p {
	float: left;
}
	
@media (min-width: 640px) {
	label {
		font-family: 'Droid Sans', sans-serif;
		font-size: 13px;
		width: 70px;
		margin-right: 10px;
		text-align: right;
		display: inline-block;
		vertical-align: top;
	}
	input {
		float: none;
		clear: left;
	}
	textarea {
		float: none;
	}
	.contact fieldset {
		width: 96%;
	}
	.contact textarea {
		max-width: 78%;
		height: 130px;
		min-height: 130px;
	}
}

@media (min-width: 880px) {
	.form {
		width: 625px;
		float: right;
		margin-right: 20px;
		clear: none;
		margin-bottom: 40px;
		margin-top: 15px;
	}
	.contact fieldset {
		width: 588px;
	}
	.information p {
		float: none;
	}
}

@media (min-width: 960px) {
	.form {
		margin-right: 60px;
	}
	.information {
		margin-left: 0;
	}
}