@import "reset.css";
@import "960.css";
@import "text.css";

body {
  background: #f3fcfc url("../images/body-bg.jpg") repeat-x;;
}

a { color: #dd0a13; text-decoration: none; 
}

#main { background: #fff; }

#sidebar { margin: 2em 0; }
  #sidebar ul.related { list-style: none; padding: 0; margin: 0; }
    #sidebar ul.related li { padding: 0; margin: 0; }
      #sidebar ul.related li a { }
      #sidebar ul.related li a.twitter { padding: 0 0 0 20px; background: url("../images/icons/twitter_1.png")  0 0 no-repeat; }

#splash { background: url("../images/splash.jpg") center 0 no-repeat; display: block; height: 200px; margin: 0; padding: 0; }
  #splash h2 { float: left; text-indent: -5000px; }
  #splash ul {  display: block; width: 240px; height: 140px; float: right; list-style: none; padding: 10px; margin: 20px; margin-right: 90px; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px;
  }
    #splash ul li { font-size: 18px; font-family: georgia; padding: 0; margin: 0; color: #f00;}

#wrap { background: #fff; }

#header #branding  { overflow:hidden; height: 30px; }
  #header #branding h1 { font-size: 14px; margin: 0; padding: 0; float: left; }
    #header #branding h1 a { text-decoration: none; font-size: 14px; line-height: 30px; color: #fff; margin: 0; padding: 0; }
  #header #branding h2 { margin-left: 1em; float: right; }
    #header #branding h2 a { text-decoration: none; font-size: 12px; font-weight: normal; line-height: 30px; color: #fff; margin: 0; padding: 0 0 0 20px; float:right; background: url("../images/icons/feed.png")  0 8px no-repeat;
}
    #header #branding h2 a.twitter { background: url("../images/icons/twitter_2.png")  0 8px no-repeat; }


#header #navs { height: 32px; }
  #header #navs ul li { display: inline; margin: 0 1em 0 0; padding: 0; }
    #header #navs ul li a {line-height: 32px; }
      #header #navs ul li a:hover { text-decoration: underline; }

#content { min-height: 600px; }

#latest-jobs { margin: 2em 0 0 0; }
  #latest-jobs h2 { font-family: georgia; margin: 0 0 0.5em 0; padding: 0; font-weight: normal; }
  
ul.jobs { border-top: 1px solid #ccc; margin: 0; }
  ul.jobs li { list-style: none; padding: 0; margin: 0; border-bottom: 1px solid #ccc; padding: 1em; background: #fafafa; }
  ul.jobs li.alt { background: #fefefe; }
    ul.jobs li h3 { padding: 0; margin: 0; font-weight: normal; color: #999; float: left; }
      ul.jobs li h3 span { color: #333; }
      ul.jobs li h3 a { padding: 0; margin: 0; }
    ul.jobs li h4 { font-size: 12px; line-height: 28px; padding: 0; margin: 0; font-weight: normal; color: #999; float: right; }
      ul.jobs li h4 em { font-style: normal;  }

    ul.jobs li p  { padding: 0; margin: 0; font-size: 10px; }

  ul.jobs li .meta { clear:both; font-size: 10px; line-height: 18px; }

  ul.jobs ol {
    list-style: none; margin: 0; padding: 0; height: 18px; 
  }
  
    ul.jobs ol li { display: inline; border: none; margin: 0; padding: 0; height: 20px; }
      ul.jobs ol li p { height: 18px; float: left; }
    
      ul.jobs ol li p.location { background: url("../images/icons/world.png") 0 0 no-repeat !important; padding-left: 20px !important; margin-right: 1em !important; }
      ul.jobs ol li p.link { background: url("../images/icons/link.png") 0 0 no-repeat !important; padding-left: 20px !important; margin-right: 1em !important; }
      ul.jobs ol li p.type { background:  url("../images/icons/time.png") 0 0 no-repeat !important; padding-left: 20px !important; margin-right: 1em !important; }
      ul.jobs ol li p.category { background:  url("../images/icons/tag_blue.png") 0 0 no-repeat !important; padding-left: 20px !important; margin-right: 1em !important; }
      
.paginator { position: relative; text-align: left; overflow: hidden; 
	border-bottom: 1px solid #d7d7d4;
	margin: 0;
	padding: 0;
}
	.paginator li { list-style-type: none; float: left; display: inline; /**display: inline; _height: 1%;*/
		padding: 7px 0;
		margin: 0;
		height: 31px;
		line-height: 31px;
		color: #aaa9a9;
	}
	
	.paginator .first { border-left: none;}	
		
		.paginator li a { display: block; *display: inline-block;
			color: #aaa9a9;
			line-height: 31px;
			padding: 0 9px 0 8px;
			border-right: 1px solid #efefec;
		}
			
			.paginator li:hover { background: #333; }

			.paginator li a:hover { text-decoration: none; color: #fff; }
			
			.paginator li.page-hover, .paginator li.page-hover a {
				cursor: pointer;
				background-color: #1f2122;
				color: #FFF;
				border-color: #1f2122;
			}
			
			.paginator li.current, .paginator li.current a, .paginator li.current a:hover {
				background-color: #efefec !important;
				border-color: #efefec !important;
				color: #1f2122 !important;
				cursor: default !important;
			}
			
			.paginator li.current strong, .paginator li.prevnext span { padding: 0 9px 0 8px;}
			.paginator li.prevnext a span { padding: 0;}
			.paginator li.prevnext span { line-height: 31px; display: block; }
			.paginator li.prev span, .prevdisabled { border-right: 1px solid #efefec;  }
			.paginator li.prevnext {  float: right; }
				.paginator li.prevnext a { position: relative; display: block; *display: inline-block; _overflow: hidden; color: #1f2122;}
				.paginator li.disabled a { color: #aaa9a9;}
				.paginator li.prevnext a span { margin: 0; border: none;}
				.paginator li.prevnext a:hover { text-decoration: none; cursor: pointer; color: #FFF; }
		  .paginator li.prev { border-left: none;}
				.paginator li.next a {border: none; }
					

#job-details { margin: 2em 0; }
  #job-details h2 { font-family: georgia; font-weight: normal; margin: 0; padding: 0; }
  #job-details h3 { font-weight: normal; margin: 0 0 1em 0; padding: 0; border-bottom: 1px solid #aaa; }

  #job-details .logo { float: right; }

    #job-details ol li { display: inline; border: none; margin: 0; padding: 0; height: 20px; }
      #job-details ol li p { height: 18px; float: left; }
    
      #job-details ol li p.location {
        background: url("../images/icons/world.png") 0 0 no-repeat !important;
        padding-left: 20px !important;
        margin-right: 1em !important;
      }

      #job-details ol li p.link {
        background: url("../images/icons/link.png") 0 0 no-repeat !important;
        padding-left: 20px !important;
        margin-right: 1em !important;
      }
      
      #job-details ol li p.type {
        background:  url("../images/icons/time.png") 0 0 no-repeat !important;
        padding-left: 20px !important;
        margin-right: 1em !important;
      }

      #job-details ol li p.category {
        background:  url("../images/icons/tag_blue.png") 0 0 no-repeat !important;
        padding-left: 20px !important;
        margin-right: 1em !important;
      }

.errors {}
  .errors h3 { font-weight: normal; margin: 0; padding: 0; }
    .errors ul {  }
      .errors ul li {  }

#post-job { margin: 2em 0; }
  #post-job h2 { font-family: georgia; margin: 0 0 1em 0; padding: 0 0 0.5em 0; font-weight: normal; border-bottom: 1px solid #ccc; }
  #post-job form {}
    #post-job form .field { margin: 0 0 1em 0; clear:both; }
      #post-job form .field label { text-align:right; margin-right: 1em; float: left; width: 120px; display: block; }
      #post-job form .field input { float: left; width: 420px; display: block; }
      #post-job form .field select { float: left; width: 200px; display: block; }
      #post-job form .field textarea { float: left; width: 420px; height: 140px; display: block; }
      #post-job form .field .example { font-size: 10px; line-height: 16px; color: #666; clear:both; margin-left: 135px; width: 420px; }
    #post-job form .terms { font-style: italic; clear:both; margin-left: 135px; width: 420px; }
    #post-job form .actions { clear:both; margin-left: 135px;}


#page { margin: 2em 0 0 0; }
  #page h2 { font-family: georgia; margin: 0 0 1em 0; padding: 0 0 0.5em 0; font-weight: normal; border-bottom: 1px solid #ccc; }

#sidebar #stats {}
  #sidebar #stats h2 { font-weight: normal; font-size: 18px; text-transform: uppercase; margin: 0; padding: 0.5em 0; }

  #sidebar #stats dl { margin: 0; padding: 0; background: #fafafa; border-top: 1px solid #eee; }  
    #sidebar #stats dl dt { float: left; width: 120px; padding: 0.5em 0; border-bottom: 1px solid #eee; padding: 10px; }  
      #sidebar #stats dl dd { float: left; text-align: right; width: 60px; padding: 0.5em 0; border-bottom: 1px solid #eee; padding: 10px;}      

