/*
STYLE SHEET FOR Chris Whitelock Time Shares
*/


/* ----- Global Structure & Styles ----- */
html, body {
	padding : 0;
	margin : 0;
	background: #e0d6c6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}

 a, a:visited {
	color: #324e23;
	font-weight: bold;
	text-decoration: none;
}

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

img {
	max-width: 100%;
	max-height: auto;
}






/* ----- Global Header ----- */
header {
	background: #e0d6c6;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #324e23;
}
header .logo {
	padding-top: 8px;
}
header .title {
	padding-bottom: 10px;
	text-align: right;
	font-size: 20px;
	color: #644f2e;
	font-weight: 600;
}
.topnav {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
#topbanner {
	width: 100%;
	height: 200px;
	background-image:  url(../images/banner.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom: 2px solid #324e23;
}








/* ----- Global Image Borders ----- */
.frame {
/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;
 
/* This adds the border */
padding: 4px;
border: solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color: white;
}




/* ----- Sidebar ----- */
.sidebar {
	padding: 40px 0 0 20px;
	line-height: 1.5;
	text-align: center;
}



/* ----- Main Sidebar Navigation ----- */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

#nav li a {
	line-height: 2.5;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #324e23;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #000;
}

#nav li a:hover {
	background: #324e23;
	color: #fff;
	text-decoration: none;
}






/* ----- Main Content Area ----- */
.content-wrapper {
	margin: 20px 0;
	padding: 10px 0;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#content {
	min-height: 850px;
	border-left: 2px solid #324e23;
	padding-left: 20px;
	padding-right: 20px;
}
#content li {
	padding-bottom: 4px;
	margin-bottom: 4px;
}
#content h1 {
	font-size: 20px;
	font-style: italic;
	color: #787272;
} 
#content h2 {
	font-size: 16px;
	font-style: bold;
	color: #466b31;
	margin-top: 0;
} 
#separator {
	width: 100%;
	height: 2px;
	border-bottom: 1px dotted #c0c0c0;
}
.bottom-logos {
	padding: 20px 0;
	text-align: center;
}
 
 
 
/* ----- Search Forms ----- */
.search-wrapper {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.search-field {
	display: inline-block;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}
 
 

/* ----- Contact Forms ----- */
.form {
	width: 90%;
	padding: 5px;
	font-size: 12px;
	border: 1px dotted #c0c0c0;
	background: #efefef;
	color: #808080;
}

.form2 {
	padding: 5px;
	font-size: 12px;
	border: 1px dotted #c0c0c0;
	background: #efefef;
	color: #808080;
}
 
 
 
 
/* ----- Photo Album ----- */
.gallery-wrapper {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.gallery-field {
	display: inline-block;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}

 
 

/* ----- Global Footer ----- */
footer {
	text-align: center;	
	padding: 10px 0 40px 0;
	font-size: 11px;
}





/* RESPONSIVE MEDIA QUERIES: */

/* "Large" */
@media (min-width: 1200px) {

}

/* "Medium" */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* "Small" */
@media (min-width: 768px) and (max-width: 991px) {

.topnav {
	font-size: 12px;
	font-weight: 400;
}
#content {
	min-height: 200px;
	border-left: none;
}
#nav li a {
	text-align: center;
}

}

/* "Extra Small" */
@media (max-width: 767px) {


header .logo {
	text-align: center;
	margin-bottom: 10px;
}
header .title {
	font-size: 14px;
	text-align: center;
}
.topnav {
	text-align: center;
	font-weight: 400;
}
#content {
	min-height: 200px;
	border-left: none;
	padding-left: 10px;
	padding-right: 10px;
}
#nav li a {
	text-align: center;
}
.search-field {
	padding: 5px;
}

}
