@import 'reset.css';

html {
	background: #ddd;
}

body {
	background: #ddd url('../images/bg_body.gif') repeat-x left top;
	color: #202020;
	font-family: Helvetica Neue, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-font-smoothing: antialiased; }
}

img {
	border: none;
}

h1#logo {
	background: transparent url("../images/dp-logo.gif") no-repeat 0 0;
	float: left;
	height: 60px;
	line-height: 1000px;
	overflow: hidden;
	width: 350px;
}

h2 a {
	color: #403d3c;
}

h2 {
	color: #403d3c;
	font-family: 'Helvetica', Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}

h3 {
	color: #cc3333;
	font-weight: bold;
}


a {
	color: #06c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 6px;
}

p.big {
	font-size: 14px;
}

label {
	font-size: 15px;
	color: #373737;
}

input {
	font-size: 16px;
}

.highlight {
	color: #000;
	background: #fbffaf;
}

table {
	font-size: 14px;
}

table.full-width {
	width: 100%;
}

td {
	padding: 5px;
}

table.jobs .location {
	font-weight: bold;
	color: #000;
}

.alt, .alt td {
	background: #e4eeff;
}

table.jobs .category, .category {
	font-size: 10px;
	color: #999;
}

li .handle {
  font-size: 12px;
  cursor: move;
  color: #777;
}

#main-container {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#header {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

#main-content {
	clear: both;
	float: left;
	width: 760px;
}

#featured {
	background: #fff;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 960px;
}

/* Main Content */

#column-one {
	float: left;
	width: 380px;
}

#column-two {
	float: left;
	width: 380px;
}

#full-width {
	float: left;
	width: 745px;
}

#content-wrapper {
	background: #fff;
	padding: 25px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 15px;
	margin-left: 4px;
	margin-right: 14px;
	margin-bottom: 15px;
	min-height: 200px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#sidebar {
	float: right;
	margin-top: 10px;
	width: 220px;
}

	#sidebar h2 {
		margin: 10px 0 5px;
		margin-left: 5px;
	}

	#sidebar ul {
		display: inline;
	}

	#sidebar ul li {
		background: #eee;
		float: right;
		margin-bottom: 1px;
		padding: 2px 10px;
		width: 190px;
	}

		#sidebar ul li.selected {
			background: #fff url('../images/bg_tag_arrow.gif') center left no-repeat;
			cursor: pointer;
			padding: 2px 15px;
		}

		#sidebar ul li.selected:hover {
			background: #fff url('../images/bg_tag_arrow.gif') center left no-repeat;
			text-decoration: none;
		}

		#sidebar ul li.selected:hover a {
			text-decoration: none;
		}

	#sidebar ul li:hover {
		background: #f4f4f4 url('../images/bg_tag_arrow.gif') center left no-repeat;
		cursor: pointer;
		padding: 2px 15px;
		text-decoration: underline;
	}

	#sidebar ul li a {
		color: #555;
		font-weight: normal;
	}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.end-column {
	background: #fff url('../images/end-column.gif') top left no-repeat;
	height: 25px;
	padding: 5px 15px 10px 15px;
	text-align: right;
	width: 340px;
}

.end-column-full {
	background: #fff url('../images/end-column-full.gif') top left no-repeat;
	height: 20px;
	width: 730px;
}

#flash_notice, #flash_error {
  width: 720px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 14px;
  margin-top: 10px;
}

#flash_notice {
  background-color: #e4fedf;
  border: solid 1px #bfd5bb;
}

#flash_error {
  background-color: #ffeae3;
  border: solid 1px #d3bfb9;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 320px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}
#footer {
	clear: both;
	text-align: left;
}
#search-box {
	width: 720px;
	height: 70px;
	background: #76d0ea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 14px;
	margin-top: 10px;
	border: 1px solid #66b3ca;
}

#notification-box {
	width: 720px;
	/*height: 90px;*/
	background: #fff3cf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 14px;
	margin-top: 10px;
	border: 1px solid #ffe991;
}

#search-fields-container p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#search-fields-container p.text {
	padding-top: 8px;
}
#search-fields-container input.big-field {
	width: 300px;
	padding: 4px;
	font-size: 18px;
	color: #000;
}
#search-fields-container select {
	font-size: 16px;
	font-weight: bold;
}

#search-fields-container #examples p {
	font-size: 12px;
	text-align: center;
}
#search-fields-container input.search-button {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 4px;
}

#search-fields-container {
	margin: auto;
	width: 600px;
	margin-top: 7px;
	text-align: center;
}

.job {
	font-size: 14px;
	margin: 13px;
	color: #000;
}

.job p {
	padding: 2px;
}

#footer {
	margin: 15px;
}

.required {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

pre.code {
	background-color: #111;
	color: #eee;
	font-size: 10px;
	padding: 10px;
	margin: 0;
}

.user-box {
	background: #e5e5e5;
	border: 2px solid #bbb;
	margin: 0;
	text-align: center;
}

.user-box td {
	border-left: 2px solid #bbb;
	width: 243px;
}


.user-box th {
	border-left: 2px solid #bbb;
	height: 40px;
	vertical-align: middle;
}

.user-box th.first, .user-box td.first {
	border-left: none;
}

#sponsors {
  text-align: center;
}

#sponsors img {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

.sponsor {
  margin-bottom: 3px;
}

.sidebar-box {
  margin-left: 10px;
  font-size: 10px;
  background: #eee;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.post {
  margin-bottom: 30px;
}

.post h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.post .date {
  float: right;
  font-size: 10px;
}

.published, .private {
  color: #fff;
  padding: 2px;
  font-size: 10px;
}

.published {
  background: green;
}

.private {
  background: red;
}

.page ul {
  list-style-type: decimal;
}

.page ol {
  list-style-type: disc;
}

.page li {
  margin-left: 25px;
}

.big-button {
  font-size: 18px;
  background: #6a8eeb;
  padding: 8px;
  border: 1px solid #2c5bd6;
  color: #fff;
  text-decoration: none;
}

.big-button:hover {
  background: #2c5bd6;
  text-decoration: none;
}

.company-user {
  color: red;
}

.individual-user {

}

#comments {
	width: 400px;
}

#comments hr {

}

.job ul {
  list-style: disc;
  margin: 10px;
}

.job ul li {
  margin-left: 30px;
}

.expired, .deleted {
  font-size: 10px;
  color: red;
}