/*
Theme Name: Arch
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */


.blkpgh {
font-size:17px;
}


.blkhder {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000;
margin: 0;
}





.entry-header {
display: none;
}


.menunav {
	width:100%;
	background:linear-gradient(#b3aaa3,#9d948b);
	height:28px;
	display:inline-block;
}
.menunav ul {
	display:block;
	margin:0;
	padding:0;
}
.menunav ul li {
	color: #ffffff;
	float:left;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: 700;
	list-style:none;
	border-right:1px solid #c8c1bb;
}
.menunav ul li a {
	color: #ffffff;
    float:left;
	text-decoration:none;
	 padding: 2px 26px 5px 27px;
}
.menunav ul li a:hover {
	background:#bc9b00;
}

/*Sub menu start here*/

.menunav ul li ul {
	display:none;
}
.menunav ul li:hover ul {
	display:block;
	background: #824f09;
    position: absolute;
    width: 220px;
	margin-top:27px;
}
.menunav ul li:hover ul li {
	display:list-item;
	color:#FFF;
	float:none;
}
.menunav ul li:hover ul li a {
	padding: 5px 10px;
	display:list-item;
	color:#FFF;
	float:none;
}



.paypal {
padding: 6px 92px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #11334E;
  border: #FF9935 1px solid;
}

.send {
padding: 9px 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #BC9B00;
}

#welcome p {
    font-size: 12px;
    letter-spacing: normal;
	font-weight: 200!important;
    line-height: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: left;
}

/* Responsive nav start here */

@media (max-width:1200px) {
.menunav ul li a {
    padding: 2px 13px 5px 27px;
}
}

@media (max-width:980px) {
.menunav ul li a {
    padding: 2px 7px 5px 6px;
}
}

@media (max-width:768px) {
.menunav {
display:none;
}
#wprmenu_bar {
    background: #824f09 !important;
}
#wprmenu_menu.wprmenu_levels ul li {
 background: #af6e15;
}
#wprmenu_menu ul li a {
    color: #fff !important;
}
#wprmenu_menu ul li a:hover {
   color: #000 !important;
}
}

.menulist li a.select {
    background:rgba(0, 0, 0, 0) linear-gradient(#b3aaa3, #9d948b) repeat scroll 0 0 !important;
}
.menunav {
position:relative;
bottom:-10px;
}