/*
    MixMobi, Master Stylesheet for screen media
    Last Updated: 16 February 2010
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@import "reset.css";


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
    background: #fff url(../images/backgrounds/bg-grid.gif) 0 30px;
    font-family: Georgia, "Times New Roman", Serif;
    }
h1, h2, h3, h4 {
    font-family: Arial, Sans-Serif;
    line-height: normal;
    }
h1 {
    font-size: 2.4em; /* 24px */
    font-weight: bold;
    }
h2 {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 2.0em; /* 20px */
    margin-bottom: 24px;
    }
h3 {
    font-size: 1.6em; /* 16px */
    font-weight: bold;
    margin-bottom: 4px;
    }
a {
    color: #000;
	outline: none;
    }
    a:hover { color: #666; }

div.wrapper {
    background: transparent url(../images/backgrounds/bg-nav.gif) repeat-x;
    height: 242px;
    width: 100%;
    }
    body#home div.wrapper { background-image: url(../images/backgrounds/bg-nav-tall.gif); }

div.inner {
    margin: 0 auto;
    position: relative;
    width: 960px;
    }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
    float: left;
    height: 142px;
    width: 100%;
    }
    body#home #header { background: transparent url(../images/backgrounds/bg-rainbow.gif) no-repeat right 76px; height: 242px; }

#header h1 {
    display: inline;
    float: left;
    height: 107px;
    line-height: 107px;
    margin-left: 10px;
    overflow: hidden;
    text-transform: uppercase;
    width: 770px;
    }
    #header h1.logo { float: right; height: auto; margin: 61px 10px 0 0; width: auto; }
    body#home #header h1 { height: 90px; line-height: normal; margin-top: 117px; width: 515px; }
    body#home #header h1.logo { float: none; height: auto; left: 10px; margin: 0; position: absolute; top: 59px; width: auto; }

#header h1.logo a {
    background: transparent url(../images/logo-medium.gif) no-repeat;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 53px;
    width: 170px;
    }
    body#home #header a.logo { background-image: url(../images/logo.gif); padding-top: 59px; width: 187px; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header ul {
    float: left;
    font-family: Arial, Sans-Serif;
    list-style: none;
    margin-left: 10px;
    }
#header ul li {
    float: left;
    }
    #header ul li.highlighted { background: transparent url(../images/backgrounds/bg-nav-highlighted-left.gif) no-repeat; }

#header ul li a {
    color: #fff;
    float: left;
    font-size: 1.3em; /* 13px */
    font-weight: bold;
    height: 34px;
    line-height: 32px;
    margin-right: 25px;
    text-decoration: none;
    }
    #header ul li.active a,
    #header ul li a:hover { background: transparent url(../images/icons/icon-active.gif) no-repeat bottom center; }
    #header ul li.highlighted a { background: transparent url(../images/backgrounds/bg-nav-highlighted-right.gif) no-repeat top right !important; color: #a24420; margin-left: 5px; padding: 0 8px 0 3px; }
    #header ul li.highlighted a:hover { color: #fff; }
    
    #header ul.authenticated {float:right;margin-right: -190px;}
    #header ul.authenticated span.subtle {color:#CCC;}
    
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {
    margin-top: 20px;
    width: 550px;
    }
form div {
    clear: left;
    float: left;
    width: 100% !important;
    }
	form div div { float: none !important; clear: none; width: auto !important; margin: 0; }
	
form div.buttons p {
    background: none;
    border: none;
    clear: both;
    font-size: 1.2em; /* 11px */
    line-height: normal;
    margin: 0 0 16px;
    min-height: 0;
    padding: 0;
    width: auto;
    }
fieldset {
    background: transparent url(../images/backgrounds/bg-gradient-top.png) repeat-x;
    border-top: 1px solid #ccc;
    padding-bottom: 64px;
    position: relative;
    width: 100%;
    }
fieldset div {
    margin-top: 12px;
    }
fieldset div p.note {
    background: none;
    border: none;
    clear: both;
    color: #666;
    font-size: 1.1em; /* 11px */
    line-height: normal;
    margin: 4px 0 0 120px;
    min-height: 0;
    padding: 0;
    }
fieldset label {
    float: left;
    font-size: 1.2em; /* 12px */
    line-height: 26px;
    margin-left: 6px;
    width: 114px;
    }
fieldset input,
fieldset select {
    float: left;
    }
    fieldset select { width: 226px; }
    fieldset input.text { border: 1px solid #ccc; padding: 6px 4px; width: 218px; }

legend span {
    color: #f16530;
    display: block;
    font-family: Arial, Sans-Serif;
    font-size: 1.4em; /* 14px */
    font-weight: bold;
    left: 0;
    line-height: normal;
    margin-bottom: 4px;
    position: absolute;
    text-transform: uppercase;
    top: -18px;
    width: 100%;
    }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {
    float: left;
    margin-top: 24px;
    }
tr {
    }
    tfoot tr { border: none; }

th,
td {
    background: #f2f2f2;
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.1em; /* 11px */
    padding: 16px 10px;
    text-align: center;
    vertical-align: top;	
    }
    table.pricing thead th, table.pricing tbody td { width: 124px; }
    table#plan tfoot td.signup {border-bottom:1px solid #C2C2C2 !important;text-align:center;vertical-align:center;}
    tfoot th, tfoot td { border-top: 1px solid #c2c2c2 !important;}
    tfoot th.feature, tfoot td.feature { border-top: none !important; }
    th.alt, td.alt { background-color: #f7f7f7 !important; }
    th.feature, td.feature { background-color: #fff !important; border: none; overflow: visible; padding: 0 !important; width: 149px; }
    th.empty, td.empty { background: transparent; border: none; }
    table.features th, table.features td { padding: 10px; }
    table.features tr.bottom th, table.features tr.bottom td { border-bottom: 1px solid #c2c2c2; }

th {
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    }
    table.features thead th { width: 68px; }
    tbody th { border-left: 1px solid #c2c2c2; border-right: none; text-align: left; white-space: normal; width: 188px; }
    th.feature { font-size: 1.636em; /* 1.636 x 11px = 18px */ }
    th.feature span { background: transparent url(../images/backgrounds/bg-table-feature-top.png) no-repeat; display: block; height: 97px; line-height: 97px; margin: -33px -8px; padding-top: 10px; position: relative; width: 166px; }
    table.features th.feature span { background: transparent url(../images/backgrounds/bg-table-feature-top.png) no-repeat; display: block; height: 71px; margin: -20px -8px 0; position: relative; width: 166px; }
    table.features th.feature img { display: block; margin: auto; padding-top: 24px; }
    tr.heading th, th.group { background: #000; color: #fff; padding: 10px 0; text-transform: uppercase; width: auto !important; }
    tr.heading th { padding: 10px; }
    table.features th { vertical-align: middle; white-space: normal; }
    table.features tbody th { line-height: 13px; width: 230px; }

td {
    }
    tr.description td { font-size: 0.909em; /* .909 x 11px = 10px */ font-style: italic; font-weight: normal; height: 54px; }
    tr.price th, tr.price td { vertical-align: middle; }
    tr.price td { font-size: 1.273em; /* 1.273 x 11px = 14px */ font-weight: bold; }
    tr.price td.feature { color: #f16530; text-transform: uppercase; }
    tr.price td em { background: none; color: #999; display: block; font-size: 0.714em; /* 0.714 x 14px = 10px */ font-style: italic; font-weight: normal; margin: 0; padding: 4px 0 0; text-transform: none; width: auto; }
    td.feature { font-size: 1.272em; /* 1.272 x 11px = 14px */ font-weight: bold; }
    td.feature span { background: transparent url(../images/backgrounds/bg-table-feature-cell.png) no-repeat 0 bottom; display: block; margin: 0 -8px -1px; padding: 17px 20px; position: relative; width: 126px; z-index: 1; }
    tfoot td.feature span { background-image: url(../images/backgrounds/bg-table-feature-bottom.png); margin-bottom: -8px; padding-bottom: 26px; }
    tr.description td.feature span { height: 58px; }
    td.no, td.yes { background: #f2f2f2 url(../images/icons/icon-no.gif) no-repeat center center; text-indent: -9999px; }
    td.yes { background-image: url(../images/icons/icon-yes.gif); }
    td.no.rfid { background-image: url(../images/icons/icon-no-rfid.gif); }
    td.na { color: #cbcbdf; }
    tr.heading td span { background-position: 0 center; height: 2px !important; }
    table.features td { vertical-align: middle; }
    table.features td.feature span { height: 18px; }
    table.features tr.bottom td.feature { border-bottom: none; }
    table.features tr.bottom td.feature span { background: transparent url(../images/backgrounds/bg-table-feature-bottom-clear.png) no-repeat 0 bottom; margin-bottom: -9px; padding-bottom: 26px; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Image replacement
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.repl-create {
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-create.gif) left top no-repeat;
	}
.repl-learnmore { 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-learnmore.gif) left 50% no-repeat;
	}
.repl-pricing { 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-pricing.gif) left 50% no-repeat;
	}
.repl-signup { 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-signup.gif) left 50% no-repeat;
	}
.repl-signup-plan { 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-signup-plan.gif) left 50% no-repeat;
	}
.repl-features { 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-features.gif) left 50% no-repeat;
	}
.repl-login { 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-login.gif) left 50% no-repeat;
	}
.repl-issue{ 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-issue.gif) left 50% no-repeat;
	}	
.repl-about{ 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-about.gif) left 50% no-repeat;
	}	
.repl-privacy{ 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-privacy.gif) left 50% no-repeat;
	}
.repl-terms{ 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-terms.gif) left 50% no-repeat;
	}
.repl-reset-pwd{ 
	text-indent: -9999px;
	background: transparent url(../images/replacements/repl-reset-pwd.gif) left 50% no-repeat;
	}
.repl-news{
  text-indent: -9999px;
	background: transparent url(../images/replacements/repl-news.gif) left 50% no-repeat; 
}
.repl-account-confirmation{
  text-indent: -9999px;
	background: transparent url(../images/replacements/repl-account-confirmation.gif) left 50% no-repeat; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* See Plans and Pricing */
a.btn-see-plans {
	float: left;
	margin: 3px 0 0 0;
	background: transparent url(../images/buttons/btn-see-plans.gif) left top no-repeat;
	width: 200px;
	height: 35px;
	text-indent: -9999px;
	}
	
/* Black Sign up now */
a.btn-signup-black {
    background: transparent url(../images/buttons/btn-sign-up-black.gif) no-repeat;
    float: left;
    height: 73px;
    width: 168px;
	text-indent: -9999px;
    }
	
/* Orange Sign-up now */
a.btn-signup-orange {
	float: none;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/buttons/btn-sign-up-orange.gif); 
	margin: 8px -2px 8px; 
	width: 130px; 
	height: 35px;
	}
	
/* Create Account */
input.btn-create-account {
  display: block;
  overflow: hidden;
	width: 146px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(../images/buttons/btn-create-account.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	font-size: 0;
	}
	
input.btn-login {
  display: block;
  overflow: hidden;
	width: 116px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(../images/buttons/btn-login.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	font-size: 0;
	}
	
input.btn-submit {
  display: block;
  overflow: hidden;
	width: 116px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(../images/buttons/btn-submit.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	font-size: 0;
	}
	
a.btn-continue-billing {
	float: none;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/buttons/btn-continue-billing.gif); 
	margin: 8px -2px 8px; 
	width: 202px; 
	height: 35px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content  {
    border-top: 4px solid #000;
    float: left;
    margin: -2px auto 0;
    position: relative;
    width: 960px;
    }
.section {
    clear: both;
    float: left;
    padding: 28px 10px;
    width: 940px;
    }
    body#home .section { background: transparent url(../images/backgrounds/bg-gradient-bottom.png) repeat-x left bottom; padding-right: 180px; width: 460px; }

.section div {
    float: left;
    width: 230px;
    }
.section div h3 {
    color: #f16530;
    font-size: 1.4em; /* 14px */
    font-weight: bold;
    text-transform: uppercase;
    }
.section div p {
    font-size: 1.2em; /* 12px */
    line-height: normal;
    margin: 10px 30px 0 0;
    }
    div.subsection p { background: transparent url(../images/backgrounds/bg-gradient-top.png) repeat-x; border-top: 1px solid #ccc; line-height: 1.4em; margin: 0; min-height: 60px; padding: 10px 10px 24px; }
    div.subsection p img { float: left; margin: 4px 10px 0 0; }

div.subsection {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 460px;
    }
    div.subsection.next { margin-left: 10px; margin-right: 0; }
    div.subsection.wide { margin-right: 20px; width: 650px; }

div.sidebar {
    margin-top: 44px;
    margin: 44px -10px 0 0;
    width: 280px;
    }
div.sidebar h3 {
    border-bottom: 4px solid #000;
    color: #000;
    padding-bottom: 3px;
    text-transform: none;
    }
div.sidebar p {
    margin: 10px 10px 34px 0;
    }

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Page-Specific -- Home page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section div ul {
    border-top: 1px solid #e3e3e3;
    list-style: none;
    margin-top: 10px;
    }
.section div ul li {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.2em; /* 12px */
    padding: 6px;
    }
.section div ul li img {
    margin-right: 10px;
    vertical-align: middle;
    }
#quote {
    background: none !important;
    border-top: 4px solid #000;
    color: #666;
    font-size: 1.6em; /* 16px */
    font-style: italic;
    line-height: normal;
    padding: 24px 80px 28px 10px !important;
    }
#quote p {
    float: left;
    margin-left: 40px;
    text-align: center;
    width: 380px;
    }
    #quote p.citation { color: #000; font-size: 0.75em; /* .75 x 16px = 12px */ font-style: normal; margin-top: 6px; }

/* Home Page Videos */
#videos {
    background: transparent url(../images/backgrounds/bg-videos.png) no-repeat;
    height: 338px;
    left: 480px;
    position: absolute;
    top: 0px;
    width: 480px;
    }
#videos div,
#videos ol {
    left: 70px;
    position: absolute;
    width: 390px;
    }
#videos div {
    background: #000;
    height: 244px;
    top: 15px;
	width: 390px;
	padding: 0;
    }
	#videos div.cannot_play { background: #fff; padding: 10px; width: 370px; height: 224px; }
	
#videos ol {
    list-style: none;
    top: 259px;
    }
#videos ol li {
    float: left;
    }
#videos ol li a {
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 23px;
    width: 130px;
    }
    #videos ol li a.create { background: transparent url(../images/backgrounds/bg-video-create-off.png) no-repeat; }
    #videos ol li a.share { background: transparent url(../images/backgrounds/bg-video-share-off.png) no-repeat; }
    #videos ol li a.measure { background: transparent url(../images/backgrounds/bg-video-measure-off.png) no-repeat; }
    #videos ol li a.create:hover, #videos ol li.active a.create { background-image: url(../images/backgrounds/bg-video-create-on.png); }
    #videos ol li a.share:hover, #videos ol li.active a.share { background-image: url(../images/backgrounds/bg-video-share-on.png); }
    #videos ol li a.measure:hover, #videos ol li.active a.measure { background-image: url(../images/backgrounds/bg-video-measure-on.png); }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Page-Specific -- Learn More
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sign-up {
    background: none;
    border: none;
    padding: 0;
    width: auto;
    }
#sign-up ul {
    border: none;
    float: left;
    margin: 7px 0 0 10px;
    }
#sign-up ul li {
    border: none;
    line-height: 20px;
    list-style: inside disc;
    padding: 0;
    }
#faq {
    border-top: 4px solid #000;
    }
#faq h3 span {
    color: #f16530;
    }
#faq p {
    font-size: 1.2em; /* 12 px */
    line-height: 1.333em;
    margin-bottom: 24px;
    }
#faq p span {
    color: #f16530;
    font-family: Arial, Sans-Serif;
    font-size: 1.333em; /* 1.333 x 12px = 16px */
    font-weight: bold;
    margin-right: 3px;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Page-Specific -- About Us
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    
#about ul {
    border-top:none;
    margin:-40px 0 0 15px;
    }
    
#about ul li {
    border: none;
    line-height: 20px;
    list-style: inside disc;
    padding: 0;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Page-Specific -- News
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#news_items {
  margin-top:0;
  }
#news_items ul {
  margin-bottom:15px;
  }
#news_items li p {
  margin:0;
  }
#news_items .date {
  font-style:italic;
  font-size:.9em;
  color:#666666;
}
#news_items h4 a {
  text-decoration:none;
  font-weight:bold;
  font-size:1.3em;
}

#hero_item {
  background:url("../images/backgrounds/bg-gradient-top.png") repeat-x scroll 0 bottom #FFF;
  border-top:1px solid #CCCCCC;
  } 

#hero_item p{
  background:none;
  border:none; 
  padding: 10px;
  min-height:inherit;
  }    
#hero_item a.title {
  font-weight:bold;
  font-size:1.4em;
  padding :15px 0;
}

#hero_item ul, #hero_item ol{
  margin:0 10px 0 25px;
}

#hero_item li {
  list-style:outside disc;
  line-height:18px;
  border:none;
}

#hero_item ol li {
  list-style:decimal outside none;
  font-size: 1.2em;
}

.fader {
  background:url("../images/backgrounds/bg-gradient-top.png") repeat-x scroll 0 0 transparent;
  min-height:60px;
  padding:10px 0;
} 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
    border-top: 1px solid #666;
    color: #666;
    float: left;
    font-family: Arial, Sans-Serif;
    font-size: 1.1em; /* 11px */
    line-height:1.2em;
    margin: 28px 0;
    padding: 2px 0 48px 0;
    width: 100%;
    }
#footer p {
   float: left;
   }
   #footer p.links { float: right; }
   #footer p.links a { color: #666; }
   #footer p.links a:hover { color: #000; }

#follow {
  margin-left: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Flash & Error Messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 #message_block {
   clear: both;
   width:100%;
 }

 .message_block ul {
   margin:1em 0 0;
   border:1px solid #CCCCCC;
   list-style: none;
   padding: 10px;
 }
 .message_block ul li {
   margin-left: 3em;
   font-size:1.2em;
   padding:.5em 0;
   font-weight:bold;
 }
 .message_block ul.error {
   border: 1px solid #CCC;
   background: #f7ebeb url(../../images/message_block/error_m.gif) 1em 50% no-repeat;
 }

 .message_block ul.info {
   background: #FFF url(../../images/message_block/info_m.gif) 1em 50% no-repeat;
 }

 .message_block ul.notice {
   border: 1px solid #5EB954;
   background: #BDE0C2 url(../../images/message_block/notice_m.gif) 1em 50% no-repeat;
 }

 .message_block ul.confirm {
   background: #FFF url(../../images/message_block/confirmation_m.gif) 1em 50% no-repeat;
 }

 .message_block ul.warn {
   border:1px solid #EECA40;
   background: #F7EDB4 url(../../images/message_block/warn_m.gif) 1em 50% no-repeat;
 }
 
 div.fieldWithErrors { /* error class added auto-magically by rails */
 	border: 1px solid #CCC;
 	background-color: #f7ebeb;
 	padding:3px;
 	height:22px;
 	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Misc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.text_heavy p{
  font-size:1.2em;
  line-height:normal;
  margin:10px 30px 0 0;
  }

.submit-field a{
  float:left;
  margin:-15px 0 0 150px;
  font-size:1.2em;
  line-height:1.3em;
  }

/*Rails authenticity token div hiding in IE7*/
form > div:first-child {
  *float:none !important;
  }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   White Label -- Override header logo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
#white_label #header h1 {
  width:740px;
}

#white_label #header h1.logo {
  margin:5px 10px 5px 0;
  width:200px;
}

#white_label #header h1.logo a {
  background-image:none;
  height:inherit;
  overflow:hidden;
  padding-top:35px;
  width:200px;
}