/* type */

body, input, textarea, select {
	font: normal 11px/17px helvetica, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* links */

a {
	color: #2870b0;
	text-decoration: none;
}

a:active { color: #000; }


/* block-level elements */

cite { font-weight: bold; }
p { margin-bottom: 17px; }


/* form elements */

input.text,
textarea {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    -khtml-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -khtml-appearance: none;
    -moz-appearance: none;
    background: transparent;
}

input:focus { outline: none; }


/* layout */

body {
    position: relative;
    height: 100%;
    background: url(body.png) center -68px repeat-x;
    text-align: center;
}

#container {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}


/* header */

#header {
    position: relative;
    overflow: hidden;
    height: 85px;
    padding-top: 17px;
    color: #ebecec;
    font-size: 13px;
    font-weight: bold;
}

#header a { color: #e0ead8; }
#header a:hover { color: #fff; }

#header h1,
#header h2 {
    position: relative;
    overflow: hidden;
    float: left;
    width: 130px;
    height: 51px;
    padding: 0 0 17px 20px;
    background: url(sprite.png) 20px 0 no-repeat;
    font-size: 23px;
    line-height: 51px;
}

#header h1 a,
#header h2 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-indent: -1000em;
}

#header ul {
    position: relative;
    float: left;
    padding: 34px 20px 0 10px;
}

#header ul li {
    position: relative;
    float: left;
    padding: 0;
}

#header ul li a {
    display: block;
    padding: 0 10px 17px 10px;
    background:  url(sprite.png) 11px -380px no-repeat;
    opacity: 0.999999; /* safari fix */
}

#header form {
    position: relative;
    float: right;
    left: -20px;
    width: 110px;
    margin: 0;
    padding: 34px 10px 17px 10px;
    background:  url(sprite.png) right 17px no-repeat;
}

#header form input.text {
    display: block;
    position: relative;
    top: 1px;
    width: 110px;
    height: 15px;
    font-size: 11px;
}


/* footer */

#footer {
    margin-top: 17px;
    background: #f8faf7;
}

#footer p { margin-bottom: 0; }

#footer-alpha {
    position: relative;
    overflow: hidden;
    padding: 17px 0;
    color: #e2eedc;
    background: #555452;
}
    
#footer-alpha a { color: #e2eedc; }
#footer-alpha a:hover { color: #fff; }
#footer-alpha a:active { color: #fff; }
#footer-alpha h5 a {
    color: #fff;
    font-weight: bold;
}

#footer-alpha a.rss {
    padding-left: 15px;
    background: url(sprite.png) 0 -170px no-repeat;
}

#footer-alpha a.rss:hover { background-position: -300px -170px; }

#footer-alpha li {
    float: left;
    width: 140px;
    border-left: 1px solid #9ca197;
    padding-left: 9px;
}

#footer-alpha li.main {
    border: 0;
    padding-left: 20px;
}

#footer-alpha li.jobs { width: 250px; }
#footer-alpha li.about { width: 140px; }
#footer-alpha li.blog { width: 140px; }

#footer-alpha li li {
    float: none;
    width: auto;
    border: 0;
    padding: 0;
}

#footer-beta {
    padding: 17px 20px 68px 20px;
}

#footer-beta ul {
    position: relative;
    overflow: hidden;
    padding: 2px 0;
    line-height: 13px;
}

#footer-beta li {
    float: left;
    margin-right: 4px;
    border-right: 1px solid #b3b8b2;
    padding-right: 5px;
}

#footer-beta li.last { border: none; }


/* content */

#content {
    position: relative;
}

#alpha,
#beta,
#gamma {
    position: relative;
    float: left;
    min-height: 17px;
}

#alpha {
    left: 20px;
    width: 660px;
    padding: 17px 0;
}

#beta {
    left: 40px;
    width: 300px;
}

#gamma {
    width: 120px;
    padding: 17px 0;
}

body.twt #alpha {
    left: 170px;
    width: 500px;
}

body.twt #beta { left: 200px; }
body.twt #gamma { left: -780px; }

body.tw #alpha {
    left: 170px;
    width: 500px;
}

body.tw #beta {
    left: -480px;
    width: 130px;
    padding: 17px 0;
}


/* general elements */

#alpha h1 {
    position: relative;
    left: -10px;
    width: 100%;
    margin-bottom: 17px;
    padding: 0 10px;
    color: #2f3940;
    background: #f9fefd;
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
}

#alpha h1 a { color: #000; }
#alpha h1 a:hover { color: #2870b0; }

#alpha h2 {
    margin-bottom: 17px;
}

#alpha h3 {
    margin-bottom: 17px;
    color: #132d2e;
	font: normal 15px/17px helvetica, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

#alpha h3 a { color: #132d2e; }
#alpha h3 a:hover { color: #2870b0; }
#alpha h3 a:active { color: #000; }

#alpha h4 {
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: bold;
}


/* special */

.body {
    font-family: "georgia", "times new roman", times, "hiraminpro-w3", "ms mincho", serif;
    font-size: 13px;
}

.body ul,
.body ol {
    margin-bottom: 17px;
    padding-left: 30px;
}

.body ul li { list-style: disc outside; }
.body ol li { list-style: decimal outside; }

blockquote.featured {
    position: relative;
    float: right;
    width: 200px;
    margin-left: 20px;
    padding: 17px 20px 0 20px;
    color: #132d2e;
    background: #f3f9f8;
    font-family: "georgia", "times new roman", times, "hiraminpro-w3", "ms mincho", serif;
    font-size: 12px;
}

a.editlink {
    float: right;
	font-family: helvetica, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-weight: normal;
	font-size: 11px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

a.editlink:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

p.more {
    font-size: 11px;
    margin: 0;
}

a.more,
a span.more {
    padding-right: 9px;
    color: #2870b0;
    background: url(sprite.png) right -170px no-repeat;
    font-style: italic;
    text-transform: lowercase;
}

a.more:active,
a:active span.more {
    color: #000;
    background-position: right -238px;
}

.subnav {
    color: #555452;
}

.subnav a { color: #000; }
.subnav a:hover { color: #2870b0; }
.subnav a:active { color: #000; }

.subnav h1,
.subnav h3 {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: bold;
}

.subnav h1 a,
.subnav h3 a { color: #e3460d; }
.subnav h1 a:hover,
.subnav h3 a:hover { color: #e3460d; }
.subnav h1 a:active,
.subnav h3 a:active { color: #000; }

.subnav h4 { font-size: 11px; text-transform: lowercase; }

.subnav h4 a { color: #555452; }
.subnav h4 a:hover { color: #2870b0; }
.subnav h4 a:active { color: #000; }

.subnav ul {
    margin-bottom: 17px;
}

#alpha input.text {
    display: block;
    position: relative;
    width: 300px;
    height: 17px;
    margin-bottom: 17px;
    padding: 6px 8px 7px 8px;
    border: 2px solid #b3b8b2;
    font-size: 15px;
    line-height: 17px;
}


/* widgets */

.widget {
    background: #f8faf7;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    padding: 10px 20px;
}

.widget h3 {
    color: #555452;
    text-transform: uppercase;
    font-weight: bold;
}

.widget h4 {
    color: #555452;
    font-size: 13px;
    font-weight: bold;
}

.widget h3 a.rss {
    float: right;
    padding-left: 15px;
    color: #555452;
    background: url(sprite.png) 0 -168px no-repeat;
    font-size: 11px;
    font-weight: normal;
}

.widget h3 a.rss:hover {
    color: #2870b0;
    background-position: -300px -168px;
}

.widget .content {
    padding-top: 17px;
    background: url(sprite.png) 0 -1207px no-repeat;
}

.widget p.image,
.featured-jobs-widget p,
.prospective-candidates-widget p,
.clients-widget p,
.subscribe-widget p {
    margin: 0;
}

.featured-jobs-widget h4 {
    float: left;
    width: 90px;
    padding-top: 17px;
    font-size: 11px;
    font-weight: normal;
}

.featured-jobs-widget h4 a { display: block; }

.featured-jobs-widget h4 a span.type {
    display: block;
    color: #000;
}

.featured-jobs-widget h4 a:hover span.type { color: #2870b0; }
.featured-jobs-widget h4 a:active span.type { color: #000; }

.featured-jobs-widget ul {
    margin-bottom: 17px;
}

.featured-jobs-widget li {
    padding-top: 17px;
    margin-left: 90px;
    background: url(sprite.png) -300px -1207px no-repeat;
}

.featured-jobs-widget li.first {
    margin-left: 0;
    padding-left: 90px;
    background: url(sprite.png) 0 -1207px no-repeat;
}

.featured-jobs-widget li a {
    display: block;
    color: #000; 
}

.featured-jobs-widget li a:hover span { color: #2870b0; }
.featured-jobs-widget li a:active span { color: #000; }

.featured-jobs-widget li a span {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.featured-jobs-widget p {
    color: #555452;
}

.featured-client-widget,
.company-widget,
.location-widget {
    background: transparent;
}

.location-widget {
    font-size: 13px;
}

.location-widget h3 {
    margin-bottom: 17px;
}

.location-widget p.image {
    margin-bottom: 17px;
}

.subscribe-widget {
    background-color: #fffbf8;
}

.subscribe-widget p {
    padding-left: 15px;
    color: #555452;
    background: url(sprite.png) -300px -168px no-repeat;
}

.quote-widget {
    color: #132d2e;
    background: #f3f9f8;
}

.quote-widget .content {
    background: none;
    font-family: "georgia", "times new roman", times, "hiraminpro-w3", "ms mincho", serif;
    font-size: 12px;
}


/* home page */

body.home #content { padding-top: 0; }

body.home #hero {
    position: relative;
    overflow: hidden;
    z-index: 10;
    left: -20px;
    width: 720px;
    height: 153px;
    margin: 0;
    color: #fff;
    background: url(sprite.png) 0 -204px no-repeat;
    font-size: 25px;
    line-height: 34px;
    text-indent: -1000em;
}

body.home #alpha h3 {
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
}

body.home #alpha .body {
    padding-top: 17px;
}

body.home ul.services li {
    position: relative;
    float: left;
    width: 180px;
    margin-right: 20px;
}

body.home ul.services li.startups,
body.home ul.services li.investors {
    border-left: 1px solid #e5e5e5;
    padding-left: 19px;
}

body.home ul.services li.investors { margin-right: 0; }


/* jobs page */

body.jobs #hero {
    position: relative;
    left: -20px;
    width: 100%;
    margin-bottom: 17px;
    padding: 17px 20px;
    background: #f9fefd;
    font-family: "georgia", "times new roman", times, "hiraminpro-w3", "ms mincho", serif;
    font-size: 21px;
    line-height: 34px;
    font-weight: normal;
}

body.jobs #alpha h3 {
    margin-bottom: 17px;
    color: #555452;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
}

body.jobs #alpha h3 a span.type {
    display: block;
    color: #555452;
}

body.jobs #alpha h3 a:hover span.type { color: #2870b0; }
body.jobs #alpha h3 a:active span.type { color: #000; }

body.jobs #alpha h3 span.more { font-size: 11px; }

body.jobs #alpha ul.jobs {
    margin-bottom: 34px;
}

body.jobs #alpha ul.jobs li {
    padding-top: 17px;
    background: url(sprite.png) 0 -1207px no-repeat;
}

body.jobs #alpha ul.jobs h4 { margin: 0; }

body.jobs #alpha ul.jobs h4 a { color: #000; }
body.jobs #alpha ul.jobs h4 a:hover { color: #2870b0; }
body.jobs #alpha ul.jobs h4 a:active { color: #000; }

body.jobs #alpha ul.jobs .alpha {
    float: left;
    width: 190px;
}

body.jobs #alpha ul.jobs .beta { margin-left: 200px; }
body.jobs #alpha ul.jobs .beta p {
    margin: 0;
    font-size: 13px;
}

body.jobs #alpha ul.actions li {
    display: inline;
    padding: 0 20px 0 0;
    background: transparent;
}

body.jobs #alpha ul.actions a {
    color: #555452;
    background-position: right -306px;
}

body.jobs #alpha ul.actions a:hover {
    color: #2870b0;
    background-position: right -170px;
}

body.jobs #alpha ul.actions a:active {
    color: #000;
    background-position: right -238px;
}

body.jobs #alpha dl {
    position: relative;
    overflow: hidden;
    float: right;
    width: 190px;
    margin: 0 0 17px 20px;
    border-left: 1px solid #e5e5e5;
    padding-left: 9px;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
}

body.jobs #alpha dl dt {
    float: left;
    clear: left;
    width: 60px;
    text-transform: lowercase;
}

body.jobs #alpha dl dd {
    float: left;
    width: 130px;
}


/* utility */

body .debug { outline: 1px dotted red; }

#grid { display: none; }

body.debug #grid {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(17.png) 0 0 repeat;
    opacity: 0.1;
}

body.debug #grid.front {
    z-index: 1000;
}

.left { float: left; }
.right { float: right; }

.clr {
    overflow: hidden;
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after,
#content:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.075em;
    line-height: 0;
}

.pkg,
#content { display: inline-block; }

/* no ie mac \*/
* html .pkg,
* html #content { height: 1%; }
.pkg[class],
#content[id] { height: auto; }
.pkg,
#content { display: block; }
/* */

