/*   
Theme Name: Desktop_Template
Template: simon-wp-framework
Theme URI: http://simonwebdesign.com/simon-wp-framework/
Description: A blank framework licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>. It's a blank theme that provides the most flexibility for creating child themes from Child_Simon. Theme comes with custom icons. This Framework is widget ready in the sidebar and in the footer.
Author: SWD
Author URI: http://simonwebdesign.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.1.9
Tags: light, white, black, gray, two-columns, right-sidebar, fixed-width, custom-background, post-formats
*/



html {
	height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #e1c99e;
  	font-family: Lato, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    Text-Shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
body {
	background-color: #e1c99e;
	background-image: url("/images/brock_background_desktop.jpg");
	background-repeat: repeat-x;
  	font-family: Lato, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	margin-top: 0;
	margin:0;
	padding: 0;
	color: #333;	
	min-height: 1115px;
	height: 100%;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	  	font-family: Lato, Helvetica, sans-serif;
}

table {
	border: 0;
}
td {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
tr {
	border: 0;
}
tbody {
	border: 0;
}
hr {
	color: #000000;
	border-color: #333;
}

/* Typography */

h1 {
font-size: 40px;
	color: #000000;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px #333;
    line-height: 40px;
}
.post_content {
	margin-bottom: 40px;
}
a:link {
	color: #59340c;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-weight: 700;
      	font-family: Lato, Helvetica, sans-serif;
}
a:visited {
	color: #59340c;
	text-decoration: none;
	  	font-family: Lato, Helvetica, sans-serif;
}
a:hover {
	color: #804000;
	text-decoration: none;
	  	font-family: Lato, Helvetica, sans-serif;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.page_title_rock {
	margin-top: 30px; 
	margin-bottom: 20px; 
	text-align: center; 
	text-transform: uppercase;
	  	font-family: Lato, Helvetica, sans-serif;
}

/* Containers */

#container {
	display:block;
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding-top: 0;
	border: 0;
	clear: both;
}
.page_container {
	width: 100%;
}
.rock_table {
	width: 100%;
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.top {
	width: 1000px; 
	height: 200px; 
	margin: 0 auto 0 auto;
	padding: 0;
}
.top_search {
	width: 150px;
	margin: 0 185px 0 0;
	float:left;
	padding: 75px 0 0 0;
}
.top_request {
	width: 215px;
	margin: 0 0 0 130px;
	float:left;
	padding: 40px 0 0 0;
}
.top_request img {
	border: 0;
}
.flex_100 {
	width: 100%;
	padding: 0;
	margin-top:0;
}

.frontbuttons2 li {
	width: 90px;
	height: 90px;
	float:left;
	margin-right: 15px;
	display: block;
}
.frontbuttons2 img {	
	border-width: 1px;
	border-color: #e1c99e;
	border-style: solid;
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
}
.sm_button img {
	width: 40px;
	height: 40px;
}

.left_column {
	width: 640px;
	float:left;
	margin-right: 60px;

}
.right_column {
	width: 300px;
	float:right;
}
.column_left {
	width: 540px;
	float:left;
	border-right: 2px;
	border-style: solid;
	border-color: #a18c6d;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	padding-right: 25px;


}
.column_right {
	width: 400px;
	float:right;
	text-align: left;
	padding-left: 20px;
}

.front_sm {
	width: 100%; 
	height: 50px; 
	clear:left; 
	margin-top: 40px; 
	margin-left: 0; 
	margin-right: 0;
}
#bottom {
	width: 100%;
	height: 510px;
	background-color: #e1c99e;
	clear:left;
	display:block;
	position:relative;
}
#footer {
	margin-top: 0;
    text-align: center;
    color: #59340c;
	border-top: 0;
}
.large_text {
	clear:both; 
	width: 700px; 
	margin: 30px auto 0 auto;
}
div.rock {
	width: 100%; 
	padding: 0 0 0 0px;
}

div.sm_feed_left {
	width: 60%;
	float:left;
	margin-right: 20px;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	border-width: 2px;
	border-color: #333;
}
div.sm_feed_right {
	width: 30%;
	float:left;
	margin-right: 0;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	border-width: 2px;
	border-color: #333;
}
div.sm_feed {
	width: 100%;
	margin-top: 5%;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(119, 119, 119, 0.75);
	border-width: 2px;
	border-color: #333;
}
.mid {
	margin-top: 0;
}
.front_calendar {
	width: 300px; 
	margin-left: 10px; 
	margin-top: 40px; 
	margin-bottom: 0;
}
.festival_container {
	width:1000px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 40px;
}
.festival_container_2 {
	margin-top: 20px;
}

/* Navigation */

.nav_background {
	background-image: url("/images/nav_background2.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 37px;
	clear:both;
}
.nav_background_bottom {
	background-image: url("/images/nav_background2.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 37px;
	margin: 0;
	padding-top: 0;
}

#menu-main-menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding-top: 8px;
}
#menu-main-menu.menu {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#menu-main-menu li {
	padding-left: 13px;
	padding-right: 13px;
	float:left;
	display:block;
	list-style: none;
} 
#menu-main-menu a:link {
  	color: #423c0b;
  	display: block;
  	font-family: Lato, Helvetica, sans-serif;
  	font-size: 18px;
}
#menu-main-menu a:visited {
  	color: #423c0b;
  	display: block;
}
#menu-main-menu a:hover {
  	color: #674314;
  	display: block;
}
#menu-side-menu {
	margin-left: 0;
	margin-top: 0;
	padding-top: 8px;
}
#menu-side-menu a:link {
  	color: #423c0b;
  	display: block;
  	margin-top: 0;
}
#menu-side-menu a:visited {
  	color: #423c0b;
  	display: block;
}
#menu-side-menu a:hover {
  	color: #674314;
  	display: block;
}
.menu-side-menu-container {
	margin-top:0;
	padding-top: 0;
}
#bottom_nav li {
	padding: 0 12px 0 12px;
	margin-top: 0;
	float:left;
	display:block;
	list-style: none;
	font-size: 18px;
}
.rightborder {
	border-right: 1px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-color: #423c0b;
	border-style: solid;
}
#bottom_nav a {
  	color: #423c0b;
}

/* Images */
img {
  	overflow: hidden;
  }
div.rock img {
	margin-right: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-width: 1px;
	border-color: #e1c99e;
	border-style: solid;
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
}

.textwidget img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-width: 1px;
	border-color: #e1c99e;
	border-style: solid;
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
}
.plain img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	border-color: #e1c99e;
	border-style: solid;
	-moz-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.6);
	box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.6);

}
/* Sidebar */
  
#sidebar {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

/* Slideshow and Video */
  
#front_slideshow {
  	width: 1000px;
  	height: 400px;
  	margin: 0 auto 0 auto;
	overflow: hidden;
}
#front_slideshow img {
	width: 1000px;
	height: 400px;
	border-width: 1px;
	border-top: 0;
	border-bottom: 0;
	border-style: solid;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
	
/* Photo Buttons on Landing Pages */
.sm_button  {
	width: 58px;
	height: 58px;
	float:left;
	margin: 0;
	padding: 0;
	-moz-box-shadow:0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border: 0;
	margin-left: -3px;
}
.sm_button img {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.0);
	-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.0);
	box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.0);
	border: 0;
}
.nav_button {
	width: 140px;
	height: 215px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 8px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0 0 8px 4px rgba(119, 119, 119, 0.75);
	box-shadow: 0 0 8px 4px rgba(119, 119, 119, 0.75);
	border-width: 2px;
	border-color: #000;
	border-style: solid;
	padding: 10px;
	float:left; 
	margin-left: 15px;
	margin-top: 15px;
	background: #000;
	text-align: center;	
}

div.nav_button img {
	width: 140px;
	height: 140px;
  	margin-bottom: 0;
  	padding: 0;
 	box-shadow: none;
  	border: 0;
}
.nav_button a:visited {
  	background-color: #000;
}
.nav_button hover {
  	background-color: #333;
}
div.button_text {
	width: 140px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
		}	
div.button_text a:link {
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.button_text a:visited {
	color: #FFF;
}
.button_container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.text_container {
  width: 100%;	
}
	
/* Member Listings */
	
.membersname {
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
}
.membersdescription {
	margin-left: 15px;
}
table.members01 {
	width: 100%;
}
#midrighttemplatecontent {
	width: 100%;
}
.sectionheader02 {
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #000;
	border: 0;
	font-size: 16px;
}
table.members01 {
	border-top: 1px;
	padding: 15px 0 0 0;
	margin-top: 15px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-color: #333;
	border-style: dotted;
}
div.membersdescription {
	margin-top: 15px;
}

/* Widgets */

.widgettitle {
	display: none;
  }
.widgets_on_page ul {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	border: 0px;
}

#Social_Media ul, li {
	margin-top: 0;
}
li.cat-post-item  {
	padding: 0 0 15px 0;
	margin: 0;
  	border-bottom: 1px;
  	border-left: 0;
  	border-right: 0;
  	border-top: 0;
  	border-style: solid;
  	border-color: #000;
}
.cat-post-widget .post-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display:block;
    text-align: center;
}
.cat-post-item p {
    text-align: justify;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
	padding-bottom: 10px;
	color: #000;
}

.wp-post-image {
	margin-top: 0;
	vertical-align: top;
	margin-right: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	border-width: 1px;
	border-color: #e1c99e;
	border-style: solid;
	padding: 0;
}
li.cat-post-item img {
	display:block;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.6);
	border-width: 1px;
	border-color: #e1c99e;
	border-style: solid;
	padding: 0;
	margin-right: 20px;

}
li.cat-post-item {
	padding-bottom: 20px;
}
.cat-post-item .post-title {
	display:block;
	margin-top: 20px;
}
#Social_Media.widgets_on_page ul {
  	margin-top: 30px;
  	height: 50px;
}
#Social_Media ul {
  	margin-left: 0px;
  	padding-left: 0px;
}
OL.soliloquy-control-nav.soliloquy-control-paging {
display: none;
}



/* Miscellaneous */
code {
	font-family: Lato !important;
	background: transparent !important;
}

.soliloquy-pager {
display: none;
}
div.rock p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
#menu-relocation li {
	padding: 8px; 
	border-right: 1px;
	border-color: #333;
	border-style: solid;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	float:left;
}
#menu-relocation {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}	
li.cat-post-item {
	padding: 10px;
	min-height: 160px;
	height: 100%;
}
td { 
	vertical-align: top;
}
#hires {
	width: 100%;
}
.wp-caption-text {
	background: transparent;
	line-height: 22;
	border: 0;
	color: #000;
}

/* Seasonal Colors */

.largetitle, .home, .event-time-2, .calendarto {
	color:#399d47;
}

.cat-post-widget ul li {
border-bottom: 2px;
border-style: dotted;
border-color: #399d47;
margin: 0px;
margin-top: 20px;
}
h2 {
	color: #399d47;
}
.nav_button:hover {
	background-color: #399d47;
}
.mountain_background {
	width: 100%;
	height: 35px;
	background-image: url("http://www.blowingrock.com/wp-content/uploads/2014/10/mountains_black2.png");
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}
.top_logo {
	width: 316px;
	height: 205px;
	border: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	float:left;
	margin: 0;
	padding: 0;
}
div.ew-event-container {

	background: #fff;
}
.bottom_logo {
	clear:both;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
div.vpname {
	font-size: 24px;
	font-weight: bold;
}

img.alignright {
	display: block;
	margin-left: 20px;
	float:right;
}
.alignright {
	display: block;
	margin-left: 20px;
	float:right;
}
.alignleft {
display:block;
float:left;
margin-right: 20px;
}
img.alignleft {
	display: block;
	margin-right: 20px;
	float:left;
}
.button_center {
	margin-left: 200px;
}
#soliloquy-container-224 {
	width: 600px;
	margin-left: auto; margin-right: auto;
}
#hires img {
margin-right: 20px;
}