/*! jQuery UI - v1.9.0 - 2012-10-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.button.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='Lato'%2CTahoma%2CVerdana%2C%20Arial%2C%20Helvetica%2C%20sans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=5px&bgColorHeader=ffffff&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=ff0000&fcHeader=433f38&iconColorHeader=617566&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=d5d5d5&fcContent=333333&iconColorContent=808080&bgColorDefault=506256&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=30&borderColorDefault=45574c&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=506256&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=80&borderColorHover=45574c&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=45574c&bgTextureActive=01_flat.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=ffa824&iconColorActive=ffffff&bgColorHighlight=ffffff&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=100&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=8dc262&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
#notag_widget-7 .ui-tabs{
border:none;
}
#notag_widget-7 ul.ui-tabs-nav{
	background:transparent;
}
#wp-accordion-1{
	margin:0 0 20px 0;	
}
/* dark
#menu-side-nav-pages>li{
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#dadada));
    background: -webkit-linear-gradient(top, #aaa, #dadada);
    background: -o-linear-gradient(top, #aaa, #dadada);
    padding: 4px 10px;
    color: #222;
    border: 1px solid #A2A2A2;
    text-shadow: 0 1px 0 #FFF;
    cursor: pointer;
    margin: 0;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
    outline: 0;   
}
*/
#wp-accordion-1 .wp-tab-title{
	background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    border: 1px solid #DDD;
}

#menu-side-nav-pages>li{
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);	
    border: 1px solid #DDD;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
	padding: 4px 10px;
    cursor: pointer;
    margin: 0;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
    outline: 0;
    vertical-align: baseline;    
}
#menu-side-nav-pages>li:hover, #wp-accordion-1 .wp-tab-title:hover{
    border: 1px solid #A2A2A2;	
}


#menu-side-nav-pages>li>a{
	padding-left:5px;
	font-weight:bold;
	font-size:14px;	
	color:#000000;
	font-family:"Segoe UI", "Lucida Grande", Arial, sans-serif;
}

