



@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(http://fonts.googleapis.com/css?family=Raleway:100);


.entry-content, .entry-summary {
	font-size: <?=$font_options[\\\'main_font_size\\\'] ?>px;
	font-family: Arial, sans-serif; 	
}

.widget-area a:link, .widget-area a:visited {
	font-size: 14px;
	 

}

h3.widget-title, .widget-title {
	font-size: <?=$font_options[\\\'widget_title_font_size\\\'] ?>px;
	font-family: Arial, sans-serif; 	
}

div.widget-area ul li, div.widget-area ul li a, aside.widget li, aside.widget li a,
.widget, .widget ul, .widget ul li, .widget a, .widget-area a:link, .widget-area a:visited {
	font-size: <?=$font_options[\\\'widget_body_font_size\\\'] ?>px;
	font-family: Arial, sans-serif; 	
}

.entry-title
{
	font-size: <?=$font_options[\\\'index_title_font_size\\\'] ?>px;
	font-family: 'Raleway', sans-serif; 		
}

#site-title{
	padding-top: 20px;
	padding-bottom: 0;
	margin:0px;
}

.entry-content,
.entry-summary {
	padding: ;
}


#site-title, #site-title a{
	font-size: <?=$font_options[\\\'blog_title_font_size\\\'] ?>px;
	font-family: 'PT Sans Narrow', sans-serif; 
}

.entry-title, .entry-title a{
	font-size: <?=$font_options[\\\'index_title_font_size\\\'] ?>px;
	font-family: 'Raleway', sans-serif; 	
}

#access, #access2 {
	background: <?=$options[\\\'bottom_nav_bg\\\'] ?>; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(<?=$options[\\\'bottom_nav_bg\\\'] ?>, <?=$options[\\\'bottom_nav_secondary\\\'] ?>);
	background: -o-linear-gradient(<?=$options[\\\'bottom_nav_bg\\\'] ?>, <?=$options[\\\'bottom_nav_secondary\\\'] ?>);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(<?=$options[\\\'bottom_nav_bg\\\'] ?>), to(<?=$options[\\\'bottom_nav_secondary\\\'] ?>)); /* older webkit syntax */
	background: -webkit-linear-gradient(<?=$options[\\\'bottom_nav_bg\\\'] ?>, <?=$options[\\\'bottom_nav_secondary\\\'] ?>);
}




#access ul ul, #access2 ul ul{
	background: <?=$options[\\\'bottom_nav_secondary\\\'] ?>;
}
 

#access a, #access2 a, #access .menu li a, #access2 .menu li a{
	color:  <?=$options[\\\'bottom_nav_color\\\'] ?>;
}

#access ul ul a, #access2 ul ul a {	
	background: <?=$options[\\\'bottom_nav_hover_bg\\\'] ?>;
	color: <?=$options[\\\'bottom_nav_bg\\\'] ?>;
}

#access .menu ul.children > li:hover > a,
#access .menu ul.sub-menu > li:hover > a,
#access .menu > ul > li:hover > a,
#access .menu > li:hover > a,
#access2 .menu ul.children > li:hover > a,
#access2 .menu ul.sub-menu > li:hover > a,
#access2 .menu > ul > li:hover > a,
#access2 .menu > li:hover > a{
	background: <?=$options[\\\'bottom_nav_hover_bg\\\'] ?>;
	color: <?=$options[\\\'bottom_nav_hover_color\\\'] ?>;
}

/* Navigation sub-menus background and text color */
#access .menu ul.children li a,
#access .menu ul.sub-menu li a,
#access2 .menu ul.children li a,
#access2 .menu ul.sub-menu li a {
	background: <?=$options[\\\'bottom_nav_bg\\\'] ?>; 
	color:  <?=$options[\\\'bottom_nav_color\\\'] ?>;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus,
#access2 li:hover > a,
#access2 ul ul :hover > a,
#access2 a:focus {
	background: <?=$options[\\\'bottom_nav_hover_color\\\'] ?>;
	color: <?=$options[\\\'bottom_nav_hover_bg\\\'] ?>;
}


#nomnom-header{
	padding:0px;
	margin:0px;
}

#nomnom-header img{
}

#access{
	margin-top:0px;
}
}