* {
  margin: 0;
  padding: 0;
  }

body {
	font-size: 14px;
	font-family: "Montserrat";
	text-align:center;
	background-color: #acd2cc;
}

#home #nav-home a,
#events #nav-events a,
#join #nav-join a,
#links #nav-links a,
#forum #nav-forum a,
#contact #nav-contact a,
#past-events #nav-past-events a,
#orchid-festival #nav-orchid-festival a {
	color: rgb(255,255,255);
	background-color: #043f3e;
	text-decoration: none;
}

a:link {
	color: #335951;
	text-decoration: underline;
}

a:active {
	color: #335951;
	text-decoration: underline;
}

a:visited {
	color: #043f3e;
	text-decoration: underline;
}

a:hover {
	color: #8ca65a;
	text-decoration: underline;
}

#page {
	width:900px;
	text-align:center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: thin solid #f0c43e;
}

#header {
	height:auto;
	width:900px;
	text-align:left;
	clip: rect(auto,auto,auto,auto);
!}

#logo {
	text-align:left;
	font:32px "Montserrat";
	color:#FFF;
	height:65px;
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#slogan {
	text-align:left;
	width:365px;
	margin-left:180px;
	color:rgb(0,0,0);
	font-family: "Montserrat";
	font-size: 15px;
	font-style: italic;
	float: left;
}
#slogan-right {
	text-align:right;
	width:350px;
	color:rgb(182,);
	font-family: "Montserrat";
	font-size: 15px;
	font-style: italic;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}


/* TOP NAVIGATION BAR */
#nav {
	width:900px;
	float:left;
}
#nav-menu {
	height:40px;
	float: left;
	background-color: #e97180;
	background-position: center;
	width: 900px;
}

#nav-menu ul {
	list-style:none;
}
  
#nav-menu ul a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-family: "Montserrat";
	font-size: 16px;
	color: #FFF;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
	
#nav-menu ul a:hover {
	color: #FFF;
	background-color: #043f3e;
}
 
#nav-menu li {
	float:left;
	padding-right: 10px;
}
/* END NAVIGATION BAR */

/* Large header*/
#header2 {
	width:900px;
	height:350px;
	background-color: #FFF;
	background-image: url(./header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
/* end large header */

/* clears all floated elements */
.clearfloats {
  clear:both;
}
/* end clear floats */

/* first content section, lighter green area */
#content {
	width:900px;
	min-height:180px;
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
	background-color: rgb(255,255,255);
}
.contenth2h3h4h5h6 {
	color:#e97180;
	font-family: "Montserrat";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: left top;
	clip: rect(auto,auto,auto,auto);
}
.table {
	border: 2px solid #FF6600;
	border-collapse: collapse;
}
td {
	border: 1px solid rgb(230,64,150);
	padding: 10px 10px 10px 10px;
}
.tabletextbold {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	color: #e97180;
}
.tabletextblack {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.textbold {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: bold;
	color: #e97180;
}
.textboldblack {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.tabletext {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: lighter;
	color: #666666;
}
.content-padding150 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
}

.content-padding a {
  font:16px "Montserrat";
  color: #e97180;
}

.content-padding a:hover {
  font:16ppx "Montserrat";
  color: #043f3e;
  text-decoration:none;
}


#content h1 {
	color:#e97180;
	padding-bottom:6px;
	font-family: "Montserrat";
	font-size: 24px;
}

#content p {
	color:#333;
	text-align:left;
	font-family: "Montserrat";
	font-size: 16px;
}
/* end content 1 section */


/* image that divides the two different colored content sections */
#body-divider {
	width:600px;
	height:23px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
/* end content divider */

/* darker green content section, "content 2" */
#content2 {
	width:600px;
	min-height:180px;
	text-align:left;
	padding-top:10px;
	padding-bottom:0px;
}

#content2 p {
	color:#333;
	text-align:left;
	padding-bottom:10px;
	font-family: "Montserrat";
	font-size: 16px;
}

#content2 h2,h3,h4,h5,h6 {
	line-height:20px;
	color:#e97180;
	font-family: "Montserrat";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: left top;
}

.content2-block {
	width:185px;
	float:left;
}

.content2-block p {
	width:180px;
	float:left;
	text-align:left;
}

  /* three column area, vertical dotted divider */
  .content-divider {
	width:10px;
	height:280px;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FF6600;
	background-image: none;
  }

.imageborder {
	border: 2px solid #ff6600;
	box-shadow: 10px 10px 10px #666;
}


.thumbnail {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 750px; /* Set a small width */
}

.thumbnail-small {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 500px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.thumbnail-small:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
