/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */
	
}

/* Custom Menu Added By WTD Start */
#menu-about-menu
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #5E6B4D;
font-family: 'Rokkitt', Georgia, serif;
}

#menu-about-menu ul, #menu-about-menu li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-size: 14pt;
}
		
#menu-about-menu a:link, #menu-about-menu a:visited
{
float: left;
line-height: 14px;		
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
border-bottom:transparent 4px solid;
padding-bottom:2px;
}

#menu-about-menu a:link#current, #menu-about-menu a:visited#current
{
/*border-bottom: 4px solid #5E6B4D; */
border-bottom: 4px solid #28140B;
padding-bottom: 2px;
background: transparent;
color: #5E6B4D;
}

#menu-about-menu a:hover
{
/*border-bottom: 4px solid #727C63;*/
border-bottom: 4px solid #28140B;
padding-bottom: 2px;
background: transparent;
color: #727C63;
}

#menu-about-menu a:hover { color: #28140B; }	
/* Custom Menu Added By WTD Over */

@media only screen and (max-width: 768px){
	#menu-about-menu{border:0px;}
	#menu-about-menu a:link, #menu-about-menu a:visited{ width:100%; margin:0px 0px 10px 0px;}
}