/**
 * Copyright (c) 99designs. 2007-2012
 *
 * @source https://99designs.com/static/css/pages/frontpage.css
 * @version 3.9.805
 */


/* import ../modules/fonts.css */

@font-face {
    font-family: 'FeltTipRomanRegular';
    src: url('/static/fonts/felttiproman_regular_macroman/FeltTipRoman-webfont.eot');
    src: url('/static/fonts/felttiproman_regular_macroman/FeltTipRoman-webfont.eot?iefix') format('eot'),
         url('/static/fonts/felttiproman_regular_macroman/FeltTipRoman-webfont.woff') format('woff'),
         url('/static/fonts/felttiproman_regular_macroman/FeltTipRoman-webfont.ttf') format('truetype'),
         url('/static/fonts/felttiproman_regular_macroman/FeltTipRoman-webfont.svg#webfontm8lHNW1b') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vegur';
    src: url('/static/fonts/vegur_bold/vegur-b_0.602-vegur.eot');
    src: url('/static/fonts/vegur_bold/vegur-b_0.602-vegur.eot?iefix') format('eot'),
         url('/static/fonts/vegur_bold/vegur-b_0.602-vegur.woff') format('woff'),
         url('/static/fonts/vegur_bold/vegur-b_0.602-vegur.ttf') format('truetype'),
         url('/static/fonts/vegur_bold/vegur-b_0.602-vegur.svgz#webfontZsWmJoDM') format('svg'),
         url('/static/fonts/vegur_bold/vegur-b_0.602-vegur.svg#webfontZsWmJoDM') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* import ../modules/network-navbar.css */

@media screen, projection, print {
#network-navbar {
position: absolute;
top: -3px;
left: 0;
font-size: 0.54em;
text-transform: uppercase;
text-decoration: none;
height: 27px;
overflow: hidden;
z-index: 60;
}
#network-navbar li {
display: inline;
height: 27px;
}
#network-navbar li a {
display: block;
float: left;
height: 27px;
text-indent: -9999em;
}
#nv-design-contests a {
width: 104px;
background: url(/static/images/nav/nv-network-navbar.png) no-repeat scroll 0 -30px transparent;
}
#nv-design-contests a:hover, #nv-design-contests.selected a {
background: url(/static/images/nav/nv-network-navbar.png) no-repeat scroll 0 0 transparent;
}
#nv-logo-store a {
width: 77px;
background: url(/static/images/nav/nv-network-navbar.png) no-repeat scroll -104px -30px transparent;
}
#nv-logo-store a:hover, li#nv-logo-store.selected a {
background: url(/static/images/nav/nv-network-navbar.png) no-repeat scroll -104px 0 transparent;
}
#nv-blog a {
width: 48px;
background: url(/static/images/nav/nv-network-navbar.png) no-repeat scroll -182px -30px transparent;
}
#nv-blog a:hover, li#nv-blog.selected a {
background: url(/static/images/nav/nv-network-navbar.png) no-repeat scroll -182px 0 transparent;
}
}


/* import ../modules/userbar-readymade.css */

@media screen, projection, print {
#userbar, #nav-account-ready-made {
display: block;
height: 25px;
margin: 0;
padding: 0;
position: absolute;
right: 0;
top: 2px;
text-align: right;
width: 100%;
}
#nav-account-ready-made li {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 12px;
line-height: 1.0;
margin: 0 0 0 6px;
padding: 5px 0 2px;
text-transform: lowercase;
}
#nav-account-ready-made a,
#nav-account-ready-made a:link,
#nav-account-ready-made a:visited {
display: block;
background-color: #efefef;
border: 1px solid #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #666;
padding: 3px 5px 3px;
position: relative;
text-decoration: none;
}
.ie6 #nav-account-ready-made a,
.ie6 #nav-account-ready-made a:link,
.ie6 #nav-account-ready-made a:visited,
.ie7 #nav-account-ready-made a,
.ie7 #nav-account-ready-made a:link,
.ie7 #nav-account-ready-made a:visited { padding: 1px 5px; }
#nav-account-ready-made a:hover,
#nav-account-ready-made a:active {
background: #f2f2f2;
color: #143264;
text-decoration: none;
}
#nav-account-ready-made li a:focus {
outline: none;
}
#nav-account-ready-made a.nav-contact,
#nav-account-ready-made a.nav-contact:link,
#nav-account-ready-made a.nav-contact:visited {
background: #fff;
border-color: #fff;
color: #4d4d4d;
position: relative;
}
#nav-account-ready-made a.nav-contact span.arrow {
border-bottom: 0;
border-left: 0;
border-right: 12px solid transparent;
border-top: 6px solid #fff;
bottom: -6px;
display: block;
height: 0;
left: 5px;
position: absolute;
width: 0;
}
.ie6 #nav-account-ready-made a.nav-contact span.arrow {
display: none;
}
#nav-account-ready-made a.nav-contact:hover,
#nav-account-ready-made a.nav-contact:active {
color: #f50;
}
#nav-account-ready-made li a.active,
#nav-account-ready-made li a.active:link,
#nav-account-ready-made li a.active:visited {
background-image: -moz-linear-gradient(top, #FFFFFF, #d0D0D0); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #d0D0D0)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#d0D0D0'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#d0D0D0')"; 
border-color: #b3b3b3;
color: #333;
}
.ie6 #nav-account-ready-made a.active,
.ie7 #nav-account-ready-made a.active {
padding-right: 1px;
}
#nav-account-ready-made li a.active:hover,
#nav-account-ready-made li a.active:active {
background: #f2f2f2;
border-color: #A9ACB1;
color: #143264;
}
#nav-account-ready-made li a em,
#nav-account-ready-made li a:link em,
#nav-account-ready-made li a:visited em {
background-color: #ff5500;
border: 0 solid #ff5500;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
color: #fff;
display: inline;
font-style: normal;
font-weight: bold;
margin: 0 0 0 5px;
font-size: 11px;
padding: 1px 4px 0 4px;
}
.ie6 #nav-account-ready-made li a em,
.ie6 #nav-account-ready-made li a:active em,
.ie6 #nav-account-ready-made li a:hover em,
.ie7 #nav-account-ready-made li a em {
display: none;
}
.ie7 #nav-account-ready-made li a em,
.ie7 #nav-account-ready-made li a:link em,
.ie7 #nav-account-ready-made li a:visited em,
.ie8 #nav-account-ready-made li a em,
.ie8 #nav-account-ready-made li a:link em,
.ie8 #nav-account-ready-made li a:visited em {
padding-top: 3px;
}
#nav-account-ready-made li a:hover em,
#nav-account-ready-made li a:active em {
background-color: #143264;
border: 0 solid #143264;
}
#nav-account-ready-made li a.inactive em {
display: none;
}
#nav-account-ready-made .profile {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
height: 19px;
line-height: 1.0;
margin: 0;
padding: 0 0 0;
position: relative;
}
.ie6 #nav-account-ready-made .profile,
.ie7 #nav-account-ready-made .profile {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
float: none;
clear: none;
height: 20px;
}
#nav-account-ready-made .profile a,
#nav-account-ready-made .profile a:link,
#nav-account-ready-made .profile a:visited,
#nav-account-ready-made .profile a:hover,
#nav-account-ready-made .profile a:active {
background: transparent;
border: none;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 1.08em;
line-height: 16px;
margin: 3px 6px 0 0;
padding: 0;
position: relative;
text-decoration: none;
}
#nav-account-ready-made .profile a:hover,
#nav-account-ready-made .profile a:active {
color: #143264;
}
#nav-account-ready-made .profile a .name {
text-decoration: underline;
text-transform: none;
}
.ie6 #nav-account-ready-made .profile .name,
.ie7 #nav-account-ready-made .profile .name {
display: block;
float: left;
cursor: pointer;
}
#nav-account-ready-made .profile img {
border: 1px solid #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
height: 18px;
margin: -4px 3px 0 0;
position: relative;
vertical-align: middle;
width: 18px;
}
.ie7 #nav-account-ready-made .profile img {
display: block;
float: left;
cursor: pointer;
}
#nav-account-ready-made .profile #become-user-form {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 1em;
height: 18px;
line-height: 1.0;
margin: 0;
overflow: visible;
padding: 0 6px 0 0;
position: relative;
vertical-align: baseline;
width: 115px;
}
.ie6 #nav-account-ready-made .profile #become-user-form,
.ie7 #nav-account-ready-made .profile #become-user-form {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
float: none;
clear: none;
height: 20px;
}
#nav-account-ready-made .profile #become-user-form fieldset {
display: block;
font-size: 1em;
height: 18px;
line-height: 1.0;
margin: 0;
overflow: visible;
padding: 0;
position: relative;
}
.ie6 #nav-account-ready-made .profile #become-user-form fieldset,
.ie7 #nav-account-ready-made .profile #become-user-form fieldset {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
float: none;
clear: none;
height: 20px;
}
#nav-account-ready-made .profile #become-user-form select {
background: #fff;
border: 1px solid #ddd;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius: 3px;
color: #143264;
display: block;
font-size: 1em;
left: 0;
margin: 1px 6px 0 0;
padding: 2px;
position: absolute;
text-transform: none;
top: 3px;
width: 115px;
height: auto;
}
.ie6 #nav-account-ready-made .profile #become-user-form select {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 1em;
height: 16px;
line-height: 1.6;
top: 4px;
}
.ie7 #nav-account-ready-made .profile #become-user-form select {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 1em;
height: 19px;
line-height: 1.6;
top: 2px;
}
a.favorites-link span {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
padding: 0;
height: 12px;
width: 13px;
margin: 0 3px 0 0;
text-indent: -3000px;
background:url("/static/images/stock/icon-favorite-stars-small.png") no-repeat scroll 0 0 transparent;
}
a.favorites-link.active span {
background:url("/static/images/stock/icon-favorite-stars-small.png") no-repeat scroll 0 -24px transparent;
}
#nav-account-ready-made .nav-my-projects {
overflow: visible;
position: relative;
}
#nav-account-ready-made .nav-my-projects .tooltip {
display: block;
opacity: 1.0;
position: absolute;
top: 29px;
visibility: visible;
z-index: 999;
}
#nav-account-ready-made .nav-my-projects .conditional {
display: none;
}
#nav-account-ready-made .nav-my-projects .tooltip p,
#nav-account-ready-made .nav-my-projects .tooltip p strong {
font-family: Helvetica, Arial, sans-serif;
margin-bottom: 0;
}
.nav strong {
font-family: "Arial", sans-serif;
font-weight: 600;
}
.nav, #nav-account-ready-made .profile select {
font-family: "Helvetica", "Arial", sans-serif;
font-weight: normal;
}
.switchsitebar {
position: relative;
z-index: 100;
width: 100%;
margin: 0;
padding: 10px 0;
background-image: -moz-linear-gradient(top, #6E737E, #51555E); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6E737E),color-stop(1, #51555E)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E737E', endColorstr='#51555E'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E737E', endColorstr='#51555E')"; 
}
.switchsitelink {
position: relative;
width: 940px;
margin: 0 auto;
color: #FFF;
text-align: center;
font-size: 16px;
text-shadow: 0 1px 0 #30343F;
-webkit-font-smoothing: antialiased;
}
.switchsitelink a,
.switchsitelink a:visited,
.switchsitelink a:link,
.switchsitelink a:hover {
color: #FFF;
}
.switchsitelink a {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
margin-left: 25px;
position: relative;
}
.switchsitelink a .flag {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
position: absolute;
left: -20px;
top: 2px;
width: 16px;
height: 11px;
background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAALCAMAAAD4KHtDAAAAdVBMVEUAABLvbW6crtbfXVFSa6pFW57zjY3rpan2MTOzxunr6ur6+vry7fDY09vwwM70UFESL5ZvisWmX1enm6qFGzfSBAT7hXdxh7gzT5UAADFlbLXmHyMAAFMCEm03d/kEcuxcbM65d4xiPW8aWrWtAABIgfr9/Vs3T8oNAAABiUlEQVR4XkWSh46lMAxFsdN76O3VMvv/n7g2vNEclKBE8vE1onkQGzOBYIotezzxI/Gc6zDU1/N6uVzUZV171xLp2SUp1dy1zSO473PQW2M0vWOkDQBGlb0xOeE8by6hXNEEjxi0DohpCtg83M/PjQEoxWphjQYS6IkMpcA4ajigfhsucm2dyQHJHVpDktpsLtzCLd7unPlfTIcgZxA5R1vgM2SjtdG9RLUsOK8ttnlid4CYVMuCG3N/U39rpzMBMIIE4jNn7DXmHp1baK0pMCw4SM3G7f3dv6Nn+kOgC1D8uFvxefXbPMu5VygXhWrtNJQDy5SBE3D/d+XzPnW7niBEqhf+EFzmTdL8igZYcFHNN4G13wR8ERnPJN/vGgRdGeOj33cWSExcT1QSKNxShENQ+iqvzZQBzkA7Ad3IghgT+8ZT4D0ujMLKgjDpBwuWYARez0h/IWDUGn6PVhwjoJOMciRqqN61LX9EKV0QWyN+6U5GIn35EPQDrkxDLLTaTtVa0zCkK4Gv/xxpJPL2mFBlAAAAAElFTkSuQmCC);
}
.en-us.switchsitebar .switchsitelink a .flag { background-position: 0 0; }
.en-ca.switchsitebar .switchsitelink a .flag { background-position: -16px 0; }
.en-au.switchsitebar .switchsitelink a .flag { background-position: -32px 0; }
.en-gb.switchsitebar .switchsitelink a .flag { background-position: -48px 0; }
.switchsitelink .dismiss {
position: absolute;
top: 0;
right: 0;
width: 18px;
height: 18px;
text-align: center;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
text-decoration: none;
background-color: #50555D;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px; 
-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
}
.switchsitelink .dismiss:active {
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
}
.switchsitelink .dismiss span {
position: absolute;
top: 4px;
left: 4px;
width: 10px;
height: 10px;
line-height: 10px;
}
}


/* import ../modules/userbar.css */

/* import ../modules/userbar-scoring.css */

/* import ../modules/progressbar.css */

@media screen, projection, print {
.progress {
position: relative;
width: 100px;
height: 8px;
background-color: #EEEEEE;
background-image: -moz-linear-gradient(top, #EEEEEE, #F9F9F9); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEEEEE),color-stop(1, #F9F9F9)); 
border: 1px solid #D6D6D6;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset; 
box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset; 
}
.progress .inner {
position: absolute;
top: 0;
left: 0;
min-width: 3px;
max-width: 100%;
background: #FF6600 url(/static/images/progressbar.gif) repeat 0 0;
height: 8px;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
}
}

.score {
position: relative;
min-width: 250px;
}
#userbar .score .avatar {
float: left;
margin-bottom: 10px;
}
#userbar .score .avatar img {
border: 1px solid #CCC;
}
#userbar .score .displayname-container {
font-size: 18px;
font-weight: bold;
line-height: 1;
padding-top: 3px;
white-space: nowrap;
margin-left: 10px;
float: left;
}
#userbar .score .currentlevel {
position: absolute;
top: 23px;
left: 75px;
font-size: 14px;
font-weight: bold;
height: 26px;
line-height: 26px;
}
#userbar .score .points {
position: absolute;
top: 49px;
left: 75px;
height: 13px;
line-height: 13px;
}
#userbar .score .progress {
width: 100%;
height: 27px;
margin: 15px 0 5px;
clear: both;
}
.ie7 #userbar .score .progress {
width: 250px; 
}
#userbar .score .inner {
margin: 0 !important; 
padding: 0 !important; 
height: 27px;
background-image: none; 
background-color: #FF5500; 
background-image: -moz-linear-gradient(top, #FF5500, #FF9933);
background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #FF5500),color-stop(1, #FF9933));
}
#userbar .score .inner {
width: 1%;
-moz-transition: width .5s;
-webkit-transition: width .5s;
-o-transition: width .5s;
}
#userbar .score .remaining {
position: absolute;
top: 0;
font-size: 11px;
line-height: 2.6;
font-weight: bold;
width: 100%;
white-space: nowrap;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
opacity: 0;
}
#userbar .score .remaining.leading {
left: 100%;
text-align: left;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,0.3);
margin-left: 10px;
opacity: 1;
}
#userbar .score .remaining.trailing {
color: #FFF;
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
right: 0;
text-align: right;
margin-right: 10px;
opacity: 1;
}
#userbar .score .markers {
position: relative;
height:12px;
text-align: center;
}
.ie7 #userbar .score .markers {
width: 250px; 
}
#userbar .score .markers .help {
display: inline;
}
#userbar .score .markers .current.level {
position: absolute;
left: 0;
}
#userbar .score .markers .next.level {
position: absolute;
right: 0;
}

#userbar, #nav-account {
display: block;
width: 100%;
height: 25px;
margin: 0;
padding: 0;
position: absolute;
right: 0;
top: 1px;
text-align: right;
z-index: 50;
}
#nav-account {

}
#nav-account ul {
margin-left: 0;
}
#nav-account li {
display: block;
text-align: left;
list-style-type: none;
}
.ie7 #nav-account .nav-item {
display: inline;
}
#nav-account .nav-item {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 12px;
line-height: 1.0;
margin: 0 0 0 3px;
vertical-align: middle;
}
.ie7 #nav-account .nav-item > a {
display: inline;
}
#nav-account .nav-item > a {
display: inline-block;
padding: 2px 5px 0;
position: relative;
}
#nav-account .nav-item .ir {
height: 22px;
overflow: visible;
}
#nav-account .nav-item .ir:hover {
text-decoration: none;
}
.ie7 #nav-account .nav-item .my-account-link {
padding-bottom: 0px;
}
.ie7 #nav-account .nav-item .my-account-link .spacer {
line-height: 14px;
}
#nav-account .nav-item .spacer {
margin: 0 4px;
}
#nav-account .nav-item > a,
#nav-account .nav-item > a:visited {
display: block;
position: relative;
}
#nav-account li a:focus {
outline: none;
}
#nav-account li a.active,
#nav-account li a.active:link,
#nav-account li a.active:visited {
color: #333;

}
#nav-account.nav a:hover,
#nav-account.nav a:active {
text-decoration: underline;
}
#nav-account .nav-item > .ir,
#nav-account .nav-item > .ir * {
text-decoration: none;
}
#nav-account .nav-item > a > .ir {
background-image: url(/static/images/userbar-sprite.png);
background-repeat: no-repeat;
background-position: 0 3px;
width: 24px;
text-decoration: none;
}
#nav-account .nav-item.inbox > a > .ir {
background-position: 0 3px;
width: 23px;
}
#nav-account .nav-item.inbox:hover a .ir {
background-position: 0 -23px;
}
#nav-account .nav-item.inbox.active a .ir {
background-position: 0 -49px;
}
#nav-account .nav-item.notifications > a > .ir {
background-position: 0 -88px;
width: 19px;
}
#nav-account .nav-item.notifications:hover a .ir {
background-position: 0 -119px;
}
#nav-account .nav-item.notifications.active a .ir {
background-position: 0 -150px;
}
#nav-account .nav-item.my-account > a {
text-decoration: none;
}
#nav-account .nav-item.my-account > a:hover .spacer {
text-decoration: underline;
}
#nav-account .nav-item.my-account a > img {
border: #ccc 1px solid;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ie7 #nav-account .nav-item.my-account a > * {
display: inline;
}
#nav-account .nav-item.my-account a > * {
display: inline-block;
vertical-align: middle;
}
#nav-account .nav-item.my-account .my-account-link {
padding-left: 7px;
padding-right: 7px;
}
#nav-account .dotted li,
#nav-account li.dotted {
background: url(/static/images/userbar-sprite.png) no-repeat 0 -248px;
padding-left: 5px;
}
#nav-account li.dotted:first-child {
background-image: none;
}
.arrow-down {
display: inline-block;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #069;
}
#nav-account .nav-item .buttonify {
box-shadow: none;
padding-top: 2px;
}
#nav-account .nav-item .buttonify .ui-button-text {
padding: 0.4em 0.6em;
font-size: 12px;
}
#nav-account .nav-item.trigger.active {
z-index: 30;
padding: 0;
}
#nav-account .nav-item.trigger.active > a:after {
content: "";
display: block;
width: 100%;
position: absolute;
left: 0;
top: 22px;
height: 7px;
background-color: #fff;
z-index: 50;
}
#nav-account .nav-item.trigger > a {
border: transparent 1px solid;
}
.ie7 #nav-account .nav-item.trigger.active > a,
.ie8 #nav-account .nav-item.trigger.active > a {
border-bottom-color: #fff;
}
#nav-account .nav-item.trigger.active > a {
background-color: white;
border-color: #ccc;
-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
box-shadow: rgba(0,0,0,0.2) 0 0 5px;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
z-index: 21;
}
.ie7 #nav-account .trigger.active > a,
.ie8 #nav-account .trigger.active > a {
border-bottom-color: #fff;
}
#nav-account .active-area {
display: none;
}
#nav-account .active .active-area {
position: absolute;
top: 25px;
right: 0;
background-color: white;
display: block;
min-width: 237px;
padding: 0;
z-index: 20;
border: #ccc 1px solid;
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-moz-border-radius: 4px 0 4px 4px;
-webkit-border-radius: 4px 0 4px 4px;
border-radius: 4px 0 4px 4px;
}
#nav-account .nav-item.my-account.active .my-account-link:after {
content: "";
display: block;
width: 100%;
position: absolute;
left: 0;
top: 22px;
height: 6px;
background-color: #fff;
}
#nav-account .nav-item.my-account .active-area .logout-link {
padding-top: 4px;
}
#nav-account .nav-item.my-account .active-area {
padding: 10px 20px;
min-width: 110px;
top: 24px;
}
#nav-account .nav-item.my-account .active-area .dotted li,
#nav-account .nav-item.my-account .active-area li.dotted {
display: block;
padding-left: 7px;
background-position: 0 -246px;
}
#nav-account .nav-item.my-account .active-area .my-account-content {
text-align: center;
}
.ie7 #nav-account .nav-item.my-account .active-area .my-account-content > li {
display: inline;
}
#nav-account .nav-item.my-account .active-area .my-account-content > li {
display: inline-block;
vertical-align: top;
margin-left: 15px;
padding-left: 15px;
border-left: #ccc 1px solid; 
border-left: rgba(204, 204, 204, 0.3) 1px solid;
}
#nav-account .nav-item.my-account .active-area .my-account-content > li:first-child {
border-left: none;
padding-left: 0;
}
#nav-account .nav-item.my-account .active-area .my-account-content > li:first-child {
margin-left: 0;
}
#nav-account .nav-item.my-account .active-area ul {
vertical-align: top;
padding-top: 3px;
padding-bottom: 2px;
}
#nav-account .nav-item.my-account .active-area li {
vertical-align: top;
padding-top: 3px;
padding-bottom: 3px;
}
#nav-account #user-menu {
padding-top: 0;
}
#nav-account #user-menu > li:first-child {
padding-top: 0;
}
#nav-account #notifications-list {
width: 330px;
}
#nav-account .nav-item.inbox,
#nav-account .nav-item.notifications {
overflow: visible;
cursor: pointer;
}
#nav-account .nav-item.inbox em,
#nav-account .nav-item.notifications em {
display: none;
position: absolute;
top: 1px;
right: 1px;
padding: 1px 3px;
font-style: normal;
color: #fff;
font-size: 10px;
text-indent: 0;
line-height: 1.2em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
background: #ff5600;
background: -moz-linear-gradient(top, #ff5600 0%, #e24b00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5600), color-stop(100%,#e24b00));
background: -webkit-linear-gradient(top, #ff5600 0%,#e24b00 100%);
background: -o-linear-gradient(top, #ff5600 0%,#e24b00 100%);
background: -ms-linear-gradient(top, #ff5600 0%,#e24b00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5600', endColorstr='#e24b00',GradientType=0 );
background: linear-gradient(top, #ff5600 0%,#e24b00 100%);
}
#nav-account .nav-item.inbox.has-new em,
#nav-account .nav-item.notifications.has-new em {
display: block;
}
#nav-account .nav-item.active.has-new em,
#nav-account .nav-item.active.has-new em {
display: none;
}
div.menu > ul > li.separator,
#nav-account .nav-item.separator,
#nav-account .nav-item.trigger.separator {
background: url(/static/images/userbar-sprite.png) no-repeat 0 -182px;
margin-left: 10px;
padding-left: 10px;
}
#nav-account .login-link + .separator {
margin-left: 5px;
}
#nav-account .notifications .notification-title {
padding: 10px;
}
#nav-account .notifications .notification-see-all {
border-top: #ccc 1px solid;
background-color: #ededed;
padding: 10px;
}
#nav-account .notifications .notification-see-all a {
display: block;
text-align: center;
}
#nav-account .notifications .notification-none {
border-top: #ccc 1px solid;
background-color: #f7f7f7;
padding: 20px 10px;
}
.notifications .notification-loader,
.notifications .notification-item {
border-top: #ccc 1px solid;
width: 310px;
padding: 10px;
background-color: #F7F7F7;
}
.notifications .notification-item.inline {
margin: 10px 0;
width: 100%;
color: #8e8e8e;
background-color: #fff;
}
.notifications .notification-item.inline {
padding: 0;
border-top: none;
}
#nav-account .notifications .notification-loader span {
margin: auto;
height: 28px;
width: 28px;
display: block;
background: url(/static/images/ajax-loader-transparent.gif);
}
.notifications .notification-item.unread {
background-color: #FFF;
}
#nav-account .notifications .notification-item {
cursor: pointer;
position: relative;
}
.notifications .notification-item a {
display: inline;
}
#nav-account .notifications .notification-item a:hover {
text-decoration: none;
}
.notifications .notification-item .notification-icon {
border: #ccc 1px solid;
}
.notifications .notification-item .notification-message,
#nav-account .notifications .notification-item .notification-message {
width: 77%;
line-height: 1.5em;
color: #787878;
margin-left: 10px;
}
.notifications .notification-item .notification-message .faux-link,
.notifications .notification-item .notification-message a,
#nav-account .notifications .notification-item .notification-message a {
font-weight: bold;
}
.notifications .notification-item .notification-time {
display: block;
color: #B0B0B0;
font-size: 11px;
}
.notifications .notification-item.inline .notification-time {
padding-left: 5px;
display: inline;
}
.notifications .notification-item .notification-image,
.notifications .notification-item .notification-message {
vertical-align: top;
display: inline-block;
*display: inline;
zoom: 1;
}
.notifications .notification-item.inline .notification-image,
.notifications .notification-item.inline .notification-message {
vertical-align: middle;
}
#nav-account .notifications .notification-item:hover {
background-color: #069;
}
#nav-account .notifications .notification-item:hover .notification-message,
#nav-account .notifications .notification-item:hover .notification-message .faux-link,
#nav-account .notifications .notification-item:hover .notification-time {
color: #FFF;
}
.notifications .notification-item .userscoring-point-bounty {
margin-left: 7px;
}
#nav-account .notifications .notification-item .userscoring-point-bounty {
position: absolute;
bottom: 10px;
right: 10px;
margin-left: 0;
}
a.favorites-link span {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
padding: 0;
height: 12px;
width: 13px;
margin: 0 3px 0 0;
text-indent: -3000px;
background:url("/static/images/stock/icon-favorite-stars-small.png") no-repeat scroll 0 0 transparent;
}
a.favorites-link.active span {
background:url("/static/images/stock/icon-favorite-stars-small.png") no-repeat scroll 0 -24px transparent;
}
#nav-account .nav-my-projects {
overflow: visible;
position: relative;
}
#nav-account .nav-my-projects .tooltip {
display: block;
opacity: 1.0;
position: absolute;
top: 29px;
visibility: visible;
z-index: 999;
}
#nav-account .nav-my-projects .conditional {
display: none;
}
#nav-account .nav-my-projects .tooltip p,
#nav-account .nav-my-projects .tooltip p strong {
font-family: Helvetica, Arial, sans-serif;
margin-bottom: 0;
}
.nav strong {
font-family: "Arial", sans-serif;
font-weight: 600;
}
.nav, #nav-account .profile select {
font-family: "Helvetica", "Arial", sans-serif;
font-weight: normal;
}
.switchsitebar {
position: relative;
z-index: 100;
width: 100%;
margin: 0;
padding: 10px 0;
background-image: -moz-linear-gradient(top, #6E737E, #51555E); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6E737E),color-stop(1, #51555E)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E737E', endColorstr='#51555E'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E737E', endColorstr='#51555E')"; 
}
.switchsitelink {
position: relative;
width: 940px;
margin: 0 auto;
color: #FFF;
text-align: center;
font-size: 16px;
text-shadow: 0 1px 0 #30343F;
-webkit-font-smoothing: antialiased;
}
.switchsitelink a,
.switchsitelink a:visited,
.switchsitelink a:link,
.switchsitelink a:hover {
color: #FFF;
}
.switchsitelink a {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
margin-left: 25px;
position: relative;
}
.switchsitelink a .flag {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
position: absolute;
left: -20px;
top: 2px;
width: 16px;
height: 11px;
background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAALCAMAAAD4KHtDAAAAdVBMVEUAABLvbW6crtbfXVFSa6pFW57zjY3rpan2MTOzxunr6ur6+vry7fDY09vwwM70UFESL5ZvisWmX1enm6qFGzfSBAT7hXdxh7gzT5UAADFlbLXmHyMAAFMCEm03d/kEcuxcbM65d4xiPW8aWrWtAABIgfr9/Vs3T8oNAAABiUlEQVR4XkWSh46lMAxFsdN76O3VMvv/n7g2vNEclKBE8vE1onkQGzOBYIotezzxI/Gc6zDU1/N6uVzUZV171xLp2SUp1dy1zSO473PQW2M0vWOkDQBGlb0xOeE8by6hXNEEjxi0DohpCtg83M/PjQEoxWphjQYS6IkMpcA4ajigfhsucm2dyQHJHVpDktpsLtzCLd7unPlfTIcgZxA5R1vgM2SjtdG9RLUsOK8ttnlid4CYVMuCG3N/U39rpzMBMIIE4jNn7DXmHp1baK0pMCw4SM3G7f3dv6Nn+kOgC1D8uFvxefXbPMu5VygXhWrtNJQDy5SBE3D/d+XzPnW7niBEqhf+EFzmTdL8igZYcFHNN4G13wR8ERnPJN/vGgRdGeOj33cWSExcT1QSKNxShENQ+iqvzZQBzkA7Ad3IghgT+8ZT4D0ujMLKgjDpBwuWYARez0h/IWDUGn6PVhwjoJOMciRqqN61LX9EKV0QWyN+6U5GIn35EPQDrkxDLLTaTtVa0zCkK4Gv/xxpJPL2mFBlAAAAAElFTkSuQmCC);
}
.en-us.switchsitebar .switchsitelink a .flag { background-position: 0 0; }
.en-ca.switchsitebar .switchsitelink a .flag { background-position: -16px 0; }
.en-au.switchsitebar .switchsitelink a .flag { background-position: -32px 0; }
.en-gb.switchsitebar .switchsitelink a .flag { background-position: -48px 0; }
.switchsitelink .dismiss {
position: absolute;
top: 0;
right: 0;
width: 18px;
height: 18px;
text-align: center;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
text-decoration: none;
background-color: #50555D;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px; 
-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
box-shadow: 0 -1px 2px rgba(0,0,0,0.5) inset; 
}
.switchsitelink .dismiss:active {
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; 
}
.switchsitelink .dismiss span {
position: absolute;
top: 4px;
left: 4px;
width: 10px;
height: 10px;
line-height: 10px;
}


/* import ../modules/tooltips.css */

.tooltip {
background-color: #f7f7f7;
border: 1px solid #c4c7ce;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
color: #666e81;
font-size: 12px;
margin: 0;
opacity: 0;
padding: 8px;
position: absolute;
text-shadow: 0 1px 0 #fff;
top: 48px;
-moz-transition: 0.1s;
-webkit-transition: 0.1s;
transition: 0.1s;
left: -98px;
width: 250px;
visibility: hidden;
z-index: 999;
}
.tooltip p,
#content .tooltip p {
border: none;
line-height: 1.5;
margin: 0;
padding: 0;
text-align: center;
text-decoration: none;
text-transform: none;
}
#badge-draft:hover .tooltip,
#badge-intuit:hover .tooltip,
#badge-netsol:hover .tooltip,
#badge-fasttrack:hover .tooltip,
#badge-blind:hover .tooltip,
#badge-private:hover .tooltip,
#badge-guaranteed:hover .tooltip,
#badge-prepaid:hover .tooltip,
#badge-payonwin:hover .tooltip,
#badge-healthy:hover .tooltip,
#badge-caution:hover .tooltip,
#badge-unhealthy:hover .tooltip {
display: block;
opacity: 1.0;
visibility: visible;
-moz-transition: 0.25s;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.tooltip-pointer span {
border-color: transparent transparent #f7f7f7 transparent;
left: 50%;
margin-left: -7px;
top: -6px;
}
.tooltip-pointer {
border-color: transparent transparent #c4c7ce transparent;
border-style: solid;
border-width: 7px;
display: block;
left: 50%;
margin-left: -7px;
position: absolute;
top: -14px;
}
#nav-account .nav-my-projects .tooltip,
#nav-account .nav-my-projects .tooltip p {
background-color: #ddf3fe;
color: #2f5385;
text-shadow: 0 1px 0 #fff;
}
#nav-account .nav-my-projects .tooltip {
border-color: #00aeef;
}
#nav-account .nav-my-projects .tooltip .tooltip-pointer {
border-color: transparent transparent #00aeef transparent;
}
#nav-account .nav-my-projects .tooltip .tooltip-pointer span {
border-color: transparent transparent #ddf3fe transparent;
}


/* import ../modules/header-contact-panel.css */

@media screen, projection, print {
#header-contact-panel {
position: absolute;
top: 62px;
right: 0;
display: none; 
}
#header-contact-panel .contact-panel-method-list {
float: right;
margin: 0;
padding: 0;
}
#header-contact-panel .contact-panel-method {
float: left;
list-style: none;
font-weight: bold;
line-height: 1;
}
#header-contact-panel .contact-panel-method.no-link,
#header-contact-panel .contact-panel-method-link {
position: relative;
padding-left: 25px;
padding-right: 20px;
margin: 0;
font-size: 12px;
}
#header-contact-panel .contact-panel-method.no-link.last,
#header-contact-panel .last .contact-panel-method-link {
padding-right: 0;
}
#header-contact-panel .icon {
position: absolute;
top: 0;
left: 0;
background: transparent url("/static/images/header-contact-panel-sprite.png") no-repeat top left;
width: 20px;
height: 20px;
}
#header-contact-panel .flag {
display: inline-block;
background: transparent url("/static/images/header-contact-panel-flags.png") no-repeat;
width: 23px;
height: 20px;
margin-bottom: -5px;
margin-left: -10px;
margin-right: -2px;
}
.en-au #header-contact-panel .flag { background-position: 0 0; }
.en-us #header-contact-panel .flag { background-position: 0 -40px; }
.en-ca #header-contact-panel .flag { background-position: 0 -20px; }
.en-gb #header-contact-panel .flag { background-position: 0 -60px; }

#chat-contact-panel-method {
display: none;
}
#header-contact-panel .chat .icon {
background-position: 0 0;
}

#chat-contact-panel-method.offline-mode .offline-msg {
color: #888;
}

#header-contact-panel .consultation .icon {
background-position: 0 -20px;
}

#header-contact-panel .contact-panel-method.phone.no-link,
#header-contact-panel .phone .contact-panel-method-link {
padding-left: 24px;
}
#header-contact-panel .phone .icon {
background-position: 0 -87px;
height: 100%;
}
#header-contact-panel .contact-panel-method.phone {
font-size: 16px;
color: #464d5c;
font-weight: bold;
margin-top: -.5em;
}
#header-contact-panel .opening-hours {
margin-top: 3px;
font-size: 10px;
color: #888;
font-weight: normal;
text-align: right;
line-height: 1;
white-space: nowrap;
}
}

#header-contact-panel {
top: 70px;
right: 10px;
}
#userbar {
right: 10px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
body { font:13px Helvetica, Arial, sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #006699; text-decoration: none; }
a:hover { color:#09C; text-decoration: underline; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display:none; visibility:hidden; }
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.print {display: none;}
.nav li { display: inline-block; }
.nav a { text-decoration: none; }
.nav a:focus { outline: none; }
#network-navbar {margin-left: 10px;}
#nav-account .profile a,
#nav-account .profile a:link,
#nav-account .profile a:visited,
#nav-account .profile a:hover,
#nav-account .profile a:active {
font-size: inherit;
}
.old-footer body {background: #51555e;}
#container {
width: 100%;
min-width: 960px;
}
#site-header .content,
#feature-section .content,
#facebook-container .content,
#press-section .content,
#stats-section .content,
#site-footer .content {
width: 940px;
padding: 0 10px;
margin: 0 auto;
position: relative;
}
#top {background: #fff;}
#site-header {background: #fff url("/static/images/shared/bg-sprite.png") repeat-x 0 -520px; min-height: 130px;}
#branding {position: absolute; top: 35px; left: 10px;}
#logo {display: block; margin-top: 3px;}
#tagline {font-family: 'FeltTipRomanRegular'; font-size: 155%; letter-spacing: -1px; color: #888; text-align: center; font-weight: normal;}
#page-headings {padding: 135px 0 0 0; z-index: 1; width: 100%; text-align: center;}
.xmas #page-headings {padding: 160px 0 0 0;}
#page-headings h1 {color: #464d5c; font-size: 48px; white-space: nowrap; font-family: 'Vegur'; font-weight: bold;}
#page-headings h2 {color: #ff5500; font-size: 24px; font-family: 'Vegur';}
#hiring-msg {
display: block;
position: absolute;
top: 0;
right: -64px;
width: 64px;
height: 53px;
text-indent: -9999em;
margin: 0;
background: transparent url("/static/images/frontpage/hiring.png") no-repeat -64px 0;
}
#hiring-msg:hover {
background-position: 0 0;
cursor: pointer;
}
.ie6 #page-headings h1,
.ie7 #page-headings h1 {font-size: 46px; margin-top: -10px;}
#feature-section {background: #fff;}
#video-section {background: #fff; padding: 30px 40px 30px 0; float: left; width: 606px;}
.ie7 #video-section {padding-top: 40px;}
#video-wrapper {
 	background: black;
border: 5px solid #cecccc;
position: relative;
padding: 10px;
width: 576px;
height: 324px;
margin: 0 auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
#video-splash-bg {
width: 576px;
height: 324px;
display: block;
position: absolute;
top: 10px;
left: 10px;
z-index: 20;
text-align: center;
}
#video-splash-bg h3 {font-size: 182%; color: #fff; margin-top: 50px;}
#video-splash-bg p {font-size: 138.5%; color: #999;}
.video-splash {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: transparent url("/static/images/shared/icon-sprite.png") no-repeat 209px -165px;
cursor: pointer;
z-index: 30;
}
.video-splash:hover {
background-position: 209px -522px;
}
.ie6 .video-splash {
height: 324px;
}
#video-splash-loading {
position: absolute;
top: 140px;
left: 235px;
padding: 50px;
background: #efefef;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
border: 5px solid #cecccc;
}
.video-player {
width: 576px;
height: 324px;
margin: auto;
}
#video-supp {padding-top: 30px;}
#video-supp h3 {font-size: 182%; color: #464d5c; text-shadow: 0px 2px 3px #eee; margin-top: .5em;}
#facebook-container {
height: 60px;
}
#facebook-container.variation-2 {
display: none;
}
#facebook-container .facebook-like {
position: absolute;
left: 20px;
bottom: -60px;
}
.product-categories-list {float: left; margin: .5em 0 1.5em 0;}
.product-categories-list ul, .product-categories-list li {margin: 0; padding: 0;}
.product-categories-list li {font-size: 123.1%; list-style-type: none; line-height: 40px; white-space: nowrap;}
#product-categories-list li {line-height: 30px;}
#product-categories-list1 li {padding-right: 20px;}
#help {text-align: left; margin-top: 1.2em;}
#press-section {background: #fff url("/static/images/shared/bg-sprite.png") repeat-x 0 -390px; height: 130px; clear: both;}
#press-section .heading {color: #888; font-family: 'FeltTipRomanRegular'; font-size: 182%; font-weight: normal; text-align: center; margin-bottom: 20px; text-shadow: 0px 2px 5px #ccc;}
#press-list {background: transparent url("/static/images/frontpage/press-logos-all.png") no-repeat; height: 50px; text-indent: -9999em;}
.en-us #press-list {background-position: 0 0}
.en-ca #press-list {background-position: 0 -50px}
.en-au #press-list {background-position: 0 -100px}
.en-gb #press-list {background-position: 0 -150px}
#press-list { display: block; width: 100%; position: relative; }
#press-list a { display: block; position: absolute; top: 0; left: 0; height: 30px; }
.en-us a#press-link1 { left:   0px; width: 200px; }
.en-us a#press-link2 { left: 220px; width: 200px; }
.en-us a#press-link3 { left: 460px; width: 150px; }
.en-us a#press-link4 { left: 640px; width: 155px; }
.en-us a#press-link5 { left: 825px; width: 115px; }
.en-ca a#press-link1 { width: 200px; }
.en-ca a#press-link2 { left: 245px; width: 206px;}
.en-ca a#press-link3 { left: 494px; width: 142px; }
.en-ca a#press-link4 { left: 678px; width: 133px; }
.en-ca a#press-link5 { left: 851px; width: 88px; }
.en-au a#press-link1 { left:   0px; width: 190px; }
.en-au a#press-link2 { left: 215px; width: 160px; }
.en-au a#press-link3 { left: 400px; width: 180px; }
.en-au a#press-link4 { left: 605px; width: 130px; }
.en-au a#press-link5 { left: 760px; width: 180px; }
.en-gb a#press-link1 { left:   0px; width: 100px; }
.en-gb a#press-link2 { left: 120px; width: 195px; }
.en-gb a#press-link3 { left: 335px; width: 200px; }
.en-gb a#press-link4 { left: 565px; width: 200px; }
.en-gb a#press-link5 { left: 785px; width: 155px; }
#stats-section {background: #fff url("/static/images/shared/bg-sprite.png") repeat-x 0 -250px; height: 140px;}
#stats {padding-top: 32px;}
#stats ul {margin-left: 0;}
#stats li {color: #616B80; text-shadow: 0 1px 0 #fff; text-align: right; display: block; float: left; padding: 0 25px;}
#stats li strong {
color: #464d5c;
display: block;
font-weight: normal;
font-size: 248%;
text-align: right;
}
#stat-avg-designs,
#stat-open-projects { width: 100px; }
#stat-all-projects { width: 140px; }
#stat-current-offer,
#stat-month-payouts { width: 160px; }
#site-footer {
background-color: #51555e;
background-image: -moz-linear-gradient(top, #6f747f, #51555e);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6f747f),color-stop(1, #51555e));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f747f', endColorstr='#51555e');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f747f', endColorstr='#51555e')";
padding-bottom: 40px;
}
#categories { padding: 40px 0; overflow: hidden; margin-left: 0; width: 655px; float: left; }
#categories li { float: left; margin-left: 0; }
#categories dt { color: #fff; font-size: 16px; padding-bottom: 15px; text-shadow: 0 1px 0 #30343f; }
#categories dd { font-size: 13px; margin-bottom: .6em; }
#categories dd a,
#categories dd a:link,
#categories dd a:visited { color: #c0c0c0; text-shadow: 0 1px 0 #30343f; text-decoration: none; }
#categories dd a:hover,
#categories dd a:active { color: #fff; text-shadow: 0 1px 0 #464d5c; }
#categories dd a:focus { outline: none; }
#identity-design { width: 180px; }
#web-design { width: 150px; }
#print-design { width: 140px; }
#graphic-design { width: 170px; }
.made-in-australia {
position: absolute;
left: 230px;
bottom: 50px;
color: silver;
text-shadow: 0 1px 0 #30343F;
}
.made-in-australia .icon {
display: inline-block;
margin-bottom: -8px;
width: 24px;
height: 24px;
background: transparent url("/static/images/frontpage/australia.png") no-repeat;
}
#designer-cta {
padding-top: 35px;
float: left;
width: 250px;
min-height: 230px;
padding-left: 30px;
background: transparent url("/static/images/shared/icon-sprite.png") no-repeat -700px -100px;
overflow: hidden;
}
#designer-cta .designer-cta-heading {
font-family: FeltTipRomanRegular;
font-size: 24px;
font-weight: normal;
color: #fff;
text-shadow: 0 1px 0 #30343f;
line-height: 1;
margin: 0;
}
#designer-cta .designer-benefits {
margin: 1.2em 0;
list-style: none;
}
#designer-cta .designer-benefits .benefit {
color: #C0C0C0;
font-size: 13px;
text-shadow: 0 1px 0 #30343f;
background: transparent url("/static/images/shared/icon-sprite.png") no-repeat -10px 0;
padding-left: 30px;
line-height: 2;
margin-bottom: .8em;
}
#choosecountry {
position: absolute;
bottom: 47px;
left: 10px;
width: 200px;
height: 24px;
color: #A9A9AB;
border: 1px solid #454950;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px; 
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
background-image: -moz-linear-gradient(top, #555B64, #494E56); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555B64),color-stop(1, #494E56)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555B64', endColorstr='#494E56'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#555B64', endColorstr='#494E56')"; 
z-index: 40;
}
#choosecountry.click {
border: 1px solid transparent;
-moz-box-shadow: none; 
-webkit-box-shadow: none; 
box-shadow: none; 
filter: none;
-ms-filter: none;
}
#choosecountry .arrow {
position: absolute;
right: 0;
top: 4px;
width: 30px;
height: 16px;
border-left: 1px solid #A9A9AB;
background-repeat: no-repeat;
background-position: center center;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAJElEQVR42l2JsQkAAAjD+v9VvcxIBwUdAk0j2/URcEI854bZDeeCLx041VzYAAAAAElFTkSuQmCC);
}
#choosecountry .options {
position: absolute;
top: -1px;
left: -1px;
width: 100%;
border: 1px solid transparent;
}
#choosecountry.click .options {
padding-top: 24px;
border: 1px solid #454950;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px; 
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
background-image: -moz-linear-gradient(top, #555B64, #494E56); 
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555B64),color-stop(1, #494E56)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555B64', endColorstr='#494E56'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#555B64', endColorstr='#494E56')"; 
-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.5); 
-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.5); 
box-shadow: 0 3px 8px rgba(0,0,0,0.5); 
}
#choosecountry .option,
#choosecountry .option:visited,
#choosecountry .option:active {
padding: 5px 10px;
display: none;
height: 14px;
color: #A9A9AB;
text-shadow: 0 1px 0 #30343F;
text-decoration: none;
}
#choosecountry .option .flag {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
width: 16px;
height: 11px;
background: 50% 50% no-repeat;
margin-right: 7px;
background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAALCAMAAAD4KHtDAAAAdVBMVEUAABLvbW6crtbfXVFSa6pFW57zjY3rpan2MTOzxunr6ur6+vry7fDY09vwwM70UFESL5ZvisWmX1enm6qFGzfSBAT7hXdxh7gzT5UAADFlbLXmHyMAAFMCEm03d/kEcuxcbM65d4xiPW8aWrWtAABIgfr9/Vs3T8oNAAABiUlEQVR4XkWSh46lMAxFsdN76O3VMvv/n7g2vNEclKBE8vE1onkQGzOBYIotezzxI/Gc6zDU1/N6uVzUZV171xLp2SUp1dy1zSO473PQW2M0vWOkDQBGlb0xOeE8by6hXNEEjxi0DohpCtg83M/PjQEoxWphjQYS6IkMpcA4ajigfhsucm2dyQHJHVpDktpsLtzCLd7unPlfTIcgZxA5R1vgM2SjtdG9RLUsOK8ttnlid4CYVMuCG3N/U39rpzMBMIIE4jNn7DXmHp1baK0pMCw4SM3G7f3dv6Nn+kOgC1D8uFvxefXbPMu5VygXhWrtNJQDy5SBE3D/d+XzPnW7niBEqhf+EFzmTdL8igZYcFHNN4G13wR8ERnPJN/vGgRdGeOj33cWSExcT1QSKNxShENQ+iqvzZQBzkA7Ad3IghgT+8ZT4D0ujMLKgjDpBwuWYARez0h/IWDUGn6PVhwjoJOMciRqqN61LX9EKV0QWyN+6U5GIn35EPQDrkxDLLTaTtVa0zCkK4Gv/xxpJPL2mFBlAAAAAElFTkSuQmCC);
}
#choosecountry .option.us .flag { background-position: 0 0; }
#choosecountry .option.ca .flag { background-position: -16px 0; }
#choosecountry .option.au .flag { background-position: -32px 0; }
#choosecountry .option.uk .flag { background-position: -48px 0; }
#choosecountry.click .option:hover {
background-color: #222;
color: #FFF;
}
#choosecountry.click .option:first-child {
-moz-border-radius: 3px 3px 0 0; 
-webkit-border-radius: 3px 3px 0 0; 
border-radius: 3px 3px 0 0; 
}
#choosecountry.click .options .option {
display: block;
position: relative;
height: 14px;
-moz-border-radius: 0; 
-webkit-border-radius: 0; 
border-radius: 0; 
}
#choosecountry.click .option:last-child {
-moz-border-radius: 0 0 3px 3px; 
-webkit-border-radius: 0 0 3px 3px; 
border-radius: 0 0 3px 3px; 
}
.en-us #choosecountry .options .option.us,
.en-au #choosecountry .options .option.au,
.en-ca #choosecountry .options .option.ca,
.en-gb #choosecountry .options .option.uk {
display: block;
position: absolute;
top: 0;
margin: 0;
width: 180px;
-moz-border-radius: 3px 3px 0 0; 
-webkit-border-radius: 3px 3px 0 0; 
border-radius: 3px 3px 0 0; 
}
#choosecountry a,
#choosecountry a:link,
#choosecountry a:active,
#choosecountry a:focus,
#choosecountry a:hover,
#choosecountry :focus,
#choosecountry :-moz-any-link:focus {
outline: none;
-moz-outline-style: none;
}
#footer-bar {
clear: both;
background-color: #30343f;
border: 0px solid #30343f;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #3b3f53;
display: block;
height: 12px;
margin: 0;
overflow: hidden;
padding: 10px 15px;
position: relative;
}
#footer-bar ul {
overflow: hidden;
position: absolute;
top: 9px;
margin: 0;
height: 20px;
}
#footer-copyright { left: 0; padding-left: 15px; }
#footer-navigation { right: 0; padding-right: 15px; }
#footer-bar li {
color: #3b3f53;
display: list-item;
float: left;
line-height: 1.2;
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
margin: 0 9px 0 0;
padding: 0;
}
#footer-bar li.first {
list-style-position: outside;
list-style-type: none;
}
#footer-bar li.last {
margin: 0 2px 0 0;
padding: 0;
}
#footer-bar li a {
margin: 0;
padding: 0 0 0 3px;
text-decoration: none;
}
#footer-bar a:link,
#footer-bar a:visited {
color: #818b92;
text-shadow: 0 -1px 0 #222;
}
#footer-bar a:hover { color: #ddd; }
#footer-bar a:active { color: #fff; }
#footer-bar a:focus {
outline: none;
}
.ie6 #nav-account {display: none;}
.ie7 #nav-account a,
.ie7 #nav-account a:link,
.ie7 #nav-account a:visited { padding: 1px 5px; }
.ie7 #nav-account li a em,
.ie7 #nav-account li a:link em,
.ie7 #nav-account li a:visited em { padding-top: 0; }
.ie7 #nav-account a.active { padding-right: 1px; }
.ie7 #nav-account .profile { display: inline; }
.ie7 #nav-account .profile .name,
.ie7 #nav-account .profile img {
display: block;
float: left;
cursor: pointer;
}
.ie7 #nav-account .profile,
.ie7 #nav-account .profile #become-user-form,
.ie7 #nav-account .profile #become-user-form fieldset {
display: inline;
float: none;
clear: none;
height: 20px;
}
.ie7 #nav-account .profile #become-user-form select {
display: inline;
margin-left: -120px;
font-size: 1em;
height: 19px;
line-height: 1.6;
top: 0px;
}
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
@media all and (orientation:portrait) {
}
@media all and (orientation:landscape) {
}
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}

