/*
Theme Name: NYCEDA
Description: Custom Theme for NYCEDA
Author: Chuck Lin
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h1 { font-size:1.4em; line-height:30px;}
h2 { font-size: 1.3em;}
h3 { font-size: 1.2em;}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
a {
    text-decoration: none;
    color: #333;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

#wrapper {
    width:100%;
    margin:0 auto;
    background:#EDFAFF url(images/bodybg.jpg) no-repeat;
    background-size:100%;
    width:100%;
    padding: 0;
}
#main {
    width:1024px;
    margin:0 auto;
    background:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#header {
    height:120px;
    background:#fff;
    position:relative;
    width:1024px;
    margin:0 auto;
}
#logo {
    width:173px;
    height: 102px;
    float:left;
}
#site-description {
    color:#3C7EC2;
    font-size:1.4em;
    height:20px;
    position: absolute;
    top:38px;
    left:200px;
}
.menu-header {
    height:50px;
}
.menu-header ul {
    list-style-type: none;
    position: absolute;
    left: 80px;
}
.menu-header li {
    list-style-type: none;
    float: left;
    position:relative;
}
.menu-header li a {
    width:100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 4px;
    display:block;
    font-size:16px;
    color:#fff;
}
.menu-header li a:hover {
    color:#c4ddf7;
}
#site-description {
    height:50px;
}
#sidebar {
    float: right;
    width:300px;
    padding:0 10px;
}
#footer {
    position: relative;
    background:#395DB5;
}
.footer-menu {
    clear:both;
    margin-top:20px;
}
#footer-menu {
    text-align: center;
}
#menu-footer-menu {
    text-align: center;
}
#menu-footer-menu li {
    display:inline;
    text-align: center;
    margin:4px;
}
#menu-footer-menu li a {
    color:#fff;
    font-size:1em;
}
#footer-widget-area {
    float:right;
    width: 468px;
}
.footer-resources {
    float:left;
    width: 530px;
    clear:left;
}
#menu-resources li {
    margin-bottom:.5em;
}
#menu-resources li a {
    color:#fff;
}
#container {
    margin:20px auto;
    float:left;
    width:660px;
    background:#fff;
    padding:0 20px;
}
#nav li {
    float:left;
    display:block;
    width:127px;
    height:161px;
    margin-right:6px;
}
#nav li:last-child {
    margin-right:0;
}
#nav li a {
    display:block;
}
#news-div, #success-stories-div {
    margin-top:20px;
}
.homepage-sections h1 {
    background:#efefef;
}
#state-list li {
    float:left;
    width:25%;
}
#menu-top-menu .menu-item {
    height:50px;
}
.badge {
    width:127px;
    height:161px;
    text-indent:-2000px;
}
#find-a-job {
    background:url(images/find-a-job.png) no-repeat;
}
#hire-a-veteran {
    background: url(images/hire-a-vet.png) no-repeat;
}
#post-a-job {
    background: url(images/post-a-job.png) no-repeat;
}
#create-profile {
    background: url(images/create-profile.png) no-repeat;
}
#operation-veebo {
    background:url(images/about-veebo.png) no-repeat;
}
h2 {
    text-shadow: 1px 1px 1px #333;
    filter: dropshadow(color=#333, offx=1, offy=1);
    font-size: 1.8em;
    margin:0 0 10px 0;
}
.section {
    border-top:1px solid #ccc;
    padding:20px 0;
}
h3 {
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:6px;
}
#news li {
    margin-top:10px;
}
.post {
    font-size:1em;
}
.entry-meta {
    font-style:italic;
}
.entry-content {
    margin: .5em 0;
    padding-bottom:1em;
    border-bottom: 1px solid #ccc;
}
#state-list li {
    line-height:20px;
}
#state-list li a {
    font-size:1.2em;
}
#success-stories {
    background: url(images/success-stories-bg.png) no-repeat;
    width:663px;
    height:217px;
    position:relative;
    overflow:hidden;
}
#success-stories-wrapper {
    height:200px;
    width:5000px;
    position:absolute;
}
.story {
    float:left;
    height:160px;
    width:360px;
    padding:20px;
}
#success-stories-div {
    position:relative;
}
#left-arrow {
    width:39px;
    height:55px;
    position:absolute;
    display:block;
    left:0;
    top:140px;
    cursor:pointer;
    z-index:100;
    background:url(images/left-arrow.png) no-repeat;
}
#right-arrow {
    width:39px;
    height:55px;
    position:absolute;
    display:block;
    right:0;
    top:140px;
    cursor:pointer;
    z-index:100;
    background:url(images/right-arrow.png) no-repeat;
}
.success-image-frame {
    width:150px;
    overflow:hidden;
    float:left;
    margin-right:5px;
}
.success-story {
    float:left;
    width:205px;
}
#footer-inner {
    width:1024px;
    margin:0 auto;
    padding:20px;
}
#footer h3 {
    color:#fff;
    font-size:1.4em;
    font-weight:normal;
    float:left;
}
.clear {
    clear:both;
}
#footer h4 {
    text-align:center;
    color:#fff;
    margin:10px 0 0 0;
}
.jump-to {
    background: url(images/jump-to-bg.png) no-repeat;
    width:300px;
    height:106px;
    position:relative;
}
.jump-to input[type=text] {
    position:absolute;
    left:20px;
    top:46px;
    width:200px;
    border:0;
}
.jump-to label {
    position:absolute;
    color:#fff;
    top:10px;
    left:20px;
    font-size:1.4em;
}
.jump-to input[type=image] {
    position:absolute;
    top:38px;
    right:24px;
}
.widget-area {
    margin-top:20px;
}
.widget-area li {
    margin-bottom:20px;
}
table {
    border-collapse: separate;
}
td {
    padding:10px 0;
    vertical-align: top;
    line-height:20px;
}
td label {
    width:90%;
    display:block;
    line-height:20px;
    text-align:right;
}
table textarea {
    width:400px;
    height:100px;
}
#archive .entry-content {
    line-height: 1.4em;
}
.alignleft {
float:left;
margin:4px;
}
.alignright {
float:left;
margin:4px;
}
#container {
    line-height:1.3em;
}
#container p {
   margin-bottom:1em;
}
h1 {
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:1em;
}
.morelink {
    color:#395DB5;
}
.morelink:hover {
    text-decoration:underline;
}
#message {
    width:500px;
    height:100px;
}
.sub-menu {
    display:none;
    background:#317FCa;
    color:#fff;
    margin-left:-70px;
    z-index:100;
    width:200px;
}
.sub-menu li {
    float:none;
    text-align:left;
    padding: 0px 10px;
}
.sub-menu li a {
    height:1em;
    text-align:left;
    width:auto;
}
#home-widgets ul li.widget-container {
    float:left;
}
#image-28 {
    clear:left;
}
.sizing {
    text-decoration:underline;
    cursor:pointer;
}
