/*
Style: Header Boxed Large Arc
*/

/* header */
#header { background: none; top: 60px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#header-inner { background: url(img/header-large.png) repeat-x 0 0; height: 120px; 
-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/* logo & tagline */
#logo { display: block; font-size: 42px; line-height: 120px; margin-left: 10px; }
#logo.logo-img { margin-top: 30px; margin-bottom: 30px; margin-left: 10px; }
#logo.logo-img img { height: 60px; }
#tagline { line-height: 120px; }

/* nav */
#nav { top: 76px; }
#nav li a { padding: 14px 12px; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
#nav ul { top: 44px; }
#nav li.current_page_item a, 
#nav li.current_page_parent a, 
#nav li.current-menu-ancestor a, 
#nav li.current-menu-item a { background: #fff!important; color: #222; text-shadow: none; }

/* headstyle */
ul#headstyle-switch { top: 20px; right: 0; }
ul#headstyle-switch li { float: right; }
#wrapper { margin-top: -460px; }

/* subheader */
#subheader-top { display: none; }
#subheader-inner { padding-top: 0; }
#subheader .ctitle { display: none; }