/* -------------------------------------------------------------- 

	Theme Name: MFPS - Portfolio Theme Coda
	Theme URI: http://www.mediumdesignstudio.com/themes/mfps
	Description: A Wordpress Theme by Medium.
	Author: Uzi Ashkenazi.
	Author URI: http://mediumdesignstudio.com
	Version: 0.1
	Tags: plastic, theme, medium
	General comments/License Statement if any.

-------------------------------------------------------------- */

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/coda.css";

/*@import "style/css/diagnostic.css"; Just use for developing tests */

/* -------------------------------- 
	 WordPress.com Stats - I hide the smiley (http://wordpress.org/extend/plugins/stats/faq/)
-------------------------------- */

img#wpstats{display:none;}

/* Homepage Accordion */
#extra-content-home { position:absolute; top:810px; text-align:left; width:100%; background:none; padding:0 0 20px; margin:0; }
#extra-content-home  .main-content { width:792px; margin:0 auto; }
#extra-content-home .button { font:normal 10px/15px Arial,sans-serif; color:#969696; text-decoration:none; }
#extra-content-home p { font:normal 10px/15px Arial,sans-serif; text-align:justify; }

/* Header New Layout */
#header .logo { padding:0; margin:0; }
#header .logo a { display:block; float:left; width:236px; height:100px; background:url(style/images/logo.jpg) no-repeat; text-indent:-9999px; }
#header .right { float:right; width:270px; }
  #header .facial-plastic-surgery { display:block; float:right; width:79px; height:58px; background:url(style/images/facial-plastic-sugery-logo.jpg) no-repeat; text-indent:-9999px; }
  #header .best-of-la { display:block; float:right; width:50px; height:58px; margin-right:14px; background:url(style/images/best-of-la-logo.jpg) no-repeat; text-indent:-9999px; }
  #header .phone { display:block; float:right; width:267px; height:22px; margin-top:13px; background:url(style/images/phone-image.jpg) no-repeat; text-indent:-9999px; }

  #nav { display:block; width:778px; height:16px; margin:0 auto; padding-left:14px; background:url(style/images/nav-bg.jpg) no-repeat; }

    /* General Styles */
    #nav a:link, #nav a:visited, #nav a { color:#444444; font:normal 12px Helvetica, Arial,Verdana; text-decoration:none; text-transform:lowercase; }
    #nav a:hover { color: #b09b96; text-decoration: none; }

    /* base level */
    #nav ul { padding:0; }
    #nav ul li a { display:inline-block; margin:0 60px 0 0; padding:0; line-height:29px; padding-left:6px; }
		#nav ul li a.active { background:#b09b96; color:#fff; }
    #nav ul li.last a { margin-right:0; }

    /* dropdown level */
    #nav ul ul , #nav ul ul  li, .#nav ul ul  li a { padding:0; margin:0; border:0; }
    #nav ul ul { background:#ece6e6; width:166px; border-bottom:1px solid #afafb1; border-right:1px solid #afafb1; }
    #nav ul ul li a { display:block; padding:2px 8px; line-height:18px; }

  .subnav a:hover, .subnav a.active { text-decoration:underline; color:#b09b96; }

