/*   
Theme Name: Ricochet's Tavern
Theme URI: http://www.swartwerk.com
Description: Ricochet's Tavern
Author: Swartwerk Media Design, Inc.
Author URI: http://swartwerk.com
Version: 0.1
*/


/*////////////////////////////////////////*/
/*////////////  GLOBAL RESETS  ///////////*/
/*////////////////////////////////////////*/

* {
	padding: 0;
	margin: 0;
}


a img {
	border: none;
}


#content-main a {
	color: #666;	

}


#content-main a:hover {
	color: #000;
}


p {
	margin: 15px 0 15px 0;
}



/*////////////////////////////////////////*/
/*////////////  GENERAL  ///////////*/
/*////////////////////////////////////////*/


body {
	text-align: center;
	font-family: arial, sans-serif;
	/* background-image: url(/wp-content/themes/ricochets/_image/bak-2013.jpg); */
}



#main-wrapper {
	margin: 0 auto;
	font-size: 15px;
	width: 960px;
	text-align: center;
}


img#bak {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left:0;
}

/*////////////////////////////////////////*/
/*////////////  HEADER  ///////////*/
/*////////////////////////////////////////*/

#header {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7); 
	margin: 20px 0 10px 0;
	padding: 10px;
	*background-color: #000;
}
	
	
#header h3 {
	font-family: rye, georgia, serif;
	font-size: 65px;
	font-weight: normal;
	color: #B83210;
	letter-spacing: 1px;
	line-height: 65px;
}


#header h1 {
	font-family: Montserrat, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

#header h2 {
	font-family: rye, georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #F6C500;
	letter-spacing: 1px;
}


#header p {
	font-family: rye, georgia, serif;
	font-size: 30px;
	font-weight: normal;
	color: #F6C500;
	letter-spacing: 1px;
	margin: 0;
}

#header a {
	color: #F6C500;
	text-decoration: none;
}


/*////////////////////////////////////////*/
/*////////////  NAV  ///////////*/
/*////////////////////////////////////////*/

.menu-primary-container {
	text-align: center;
	margin: 20px 0 0 0;
}


#menu-primary li {
	display: inline;
	list-style-type: none;
	font-family: Fjalla One;
}

#menu-primary li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 25px;
}

#menu-primary li.current-menu-item a,
#menu-primary li a:hover  {
	color: #B83210;
}


/*////////////////////////////////////////*/
/*////////////  HOME  ///////////*/
/*////////////////////////////////////////*/

.slider-wrapper {
	border: 1px solid #fff;
}


#home-features {
	list-style-type: none;
}


#home-features li {
	float: left;
	text-align: left;
	font-size: 12px;
}

#home-features li h1 {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}

#home-features li#home-feature-2 h1 {
	color: #c00;
}


#home-feature-1,
#home-feature-2 {
	width: 280px;
	border-right: 1px dashed #9E8267;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}

#home-feature-3 {
	width: 280px;	
}


/*////////////////////////////////////////*/
/*////////////  CONTENT  ///////////*/
/*////////////////////////////////////////*/

#content {
	text-align: left;
}


#content #feature {
	padding: 15px;
	line-height: 20px;
	font-size: 13px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	*background-color: #fff;
	margin: 10px 0 0 0;
	overflow: hidden;
}


#content h1 {
	font-family: rye, georgia, serif;
	font-size: 32px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	line-height: 40px;
}

#content h2 {
	font-family: rye, georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
}

/*////////////////////////////////////////*/
/*////////////  SECONDARY PAGES  ///////////*/
/*////////////////////////////////////////*/

#secondary-banner .banner {
	border: 1px solid #fff;
	width: 958px;
}



/*////////////////////////////////////////*/
/*////////////  LOCATION  ///////////*/
/*////////////////////////////////////////*/

.wp-image-42 {
	float: right;
	margin: 0 20px 0 20px;
}



/*////////////////////////////////////////*/
/*////////////  FOOTER  ///////////*/
/*////////////////////////////////////////*/

#footer {
	font-family: rye, georgia, serif;
	font-size: 30px;
	margin: 10px;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	*color: #fff;
}


#smd a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	*color: #fff;
	font-size: 12px;
	text-decoration: none;
}



/*////////////////////////////////////////*/
/*////////////  RESPONSIVE MAX 960 ///////////*/
/*////////////////////////////////////////*/



@media  (max-width:960px)  {
 
body,
#main-wrapper,
#header {
	width: 100%;
}


body div#main-wrapper div#header {
	margin: 0;
	padding: 0;
}


#home-feature-1,
#home-feature-2,
#home-feature-3 {
	width: 30%;
}


body.home div div.slider-wrapper img {
	width:100% !important;
}

#menu-primary li a {
	padding: 8px;
	display: inline-block;
}



}





/*////////////////////////////////////////*/
/*////////////  RESPONSIVE MAX 700 ///////////*/
/*////////////////////////////////////////*/


@media  (max-width:700px)  {
 

#home-feature-1,
#home-feature-2,
#home-feature-3 {
	width: 100%;
}



#header h3 {
	font-size: 30px;
}

#header  h1 {
	font-size: 18px;
	line-height: 22px;
}

#header  p {
	font-size: 18px;
}

#header h2 {
	font-size: 18px;
}

#content h1,
#content h2 {
	font-size: 22px;
	line-height: 26px;
}


body.page-id-18 #content {

}




}




/*////////////////////////////////////////*/
/*////////////  RESPONSIVE MAX 630 ///////////*/
/*////////////////////////////////////////*/


@media  (max-width:630px)  {
 



body.page-id-18 #content img {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
}

#header  h1 {
	display: none;
}



}


