/*	UNORDEREDLIST: base.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    Miha Hribar
	contact:   http://hribar.info
*/

@import url(reset.css);

/*	=COMMON
-----------------------------------------------------*/
body, input, textarea, select, table, td {
	font-size: 11px;
	font-family: 'Trebuchet MS', trebuchet, sans-serif;
	background: #fff;
	color: #000;
}

body {
    text-align: center;
	background: #fff url(../images/bg.gif) repeat-x;
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }

strong { font-weight: bold; }
em { font-style: italic; }

label {
    display: block;
    position: relative;
}

label small {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 80%;
    color: #666;
}

input {
    padding: 3px 0;
}

acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
}

pre {
    text-align: left;
}

/*	=CONTAINER
-----------------------------------------------------*/
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: 38px;
}

#logo h1 a {
	display: block;
	width: 223px;
	padding: 64px 0 0 0;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:64px; /* for IE5.5's bad box model */
}

/*	=LINKS
-----------------------------------------------------*/
#links {
	position: absolute;
	right: 0;
	top: 38px;
}

#links li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 0 8px;
	border-left: 1px solid #e2eaf8;
}

#links li.first {
	padding: 0;
	margin: 0;
	border: 0;
}

#links a {
	color: #77b0d4;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

/*	=JOBS
-----------------------------------------------------*/
#jobs {
	position: absolute;
	right: 0;
	top: 68px;
	width: 400px;
	color: #fff;
}

#jobs h4 {
	position: absolute;
}

#jobs h4 a {
	display: block;
	width: 73px;
	padding: 72px 0 0 0;
	overflow: hidden;
	background: url(../images/sticker.gif) no-repeat;
	height: 0px !important;
    height /**/:72px;
}

#jobs p {
	padding: 10px 0 0 100px;
	line-height: 1.6em;
}

/*	=MAIN
-----------------------------------------------------*/
#main {
	clear: both;
	padding: 170px 0 20px 0;
}

/*	=CONTENT
-----------------------------------------------------*/
#content {
	width: 430px;
	float: left;
	padding: 0 0 20px 0;
	position: relative;
	font-family: Arial, sans-serif;
}

#content a {
    color: #5e88a2;
}

#content #h2_jobs {
	background: #5e88a2 url(../images/jobs_bg.gif) repeat-x bottom;
	padding: 8px 10px 10px 10px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#content h2 {
    color: #5e88a2;
    font-weight: normal;
    margin-bottom: 10px;
}

#content ul {
    margin-left: 15px;
    list-style: disc;
}

#content ul li {
    line-height: 1.6em;
}

#content h3 {
    color: #333;
    margin-bottom: 5px;
}

#content h3.preview {
    margin: 20px 0 20px 0;
    padding: 3px;
    color: #666;
    border-bottom: 1px solid #666;
}

#content h4.company {
    margin: 5px 0 10px 0;
    font-weight: bold;
    color: #444;
}

#content h4.company a {
    color: #444;
}

#content p {
    line-height: 1.4em;
    font-size: 110%;
    margin-bottom: 15px;
}

#content p.date {
    color: #666;
    margin: 0 0 5px 0;
}

#content p.description, #content p.apply {
    font-size: 110%;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
}

#content p.apply {
    background: #fff url(../images/td_bottom.gif) repeat-x;
    margin: 10px 0 0 0;
    padding: 10px 0 20px 0;
}

#content p a.back {
    padding-left: 10px;
    background: #fff url(../images/back.gif) no-repeat 0 50%;
}

/*	=ERRORS
-----------------------------------------------------*/
#errors {
    border: 1px solid #ccc;
    background: #f1f1f1 url(../images/icons/error.gif) no-repeat 10px 10px;
    padding: 10px 10px 10px 35px;
    margin: 20px 0 10px 0;
}

#errors p {
    margin: 0 0 10px 0;
}

#errors li {
    font-size: 110%;
}

/*	=RSS
-----------------------------------------------------*/
#rss {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -9999px;
	background: transparent url(../images/rss.gif) no-repeat;
	width: 21px;
	height: 21px;
}

/*	=JOB_LISTING
-----------------------------------------------------*/
#job_listing {
	color: #777;
	width: 100%;
}

#job_listing th {
	display: none;
}

#job_listing td {
	padding: 12px;
	color: #666;
	line-height: 1.4em;
	background: transparent url(../images/td_bottom.gif) repeat-x bottom;
	font-family: Arial, sans-serif;
}

#job_listing tr.alt td {
	background: #f1f1f1 url(../images/td_bottom.gif) repeat-x bottom;
}

#job_listing td a {
	color: #5e88a2;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#job_listing td p {
	padding: 0 0 0 15px;
	margin: 0 0 0 -10px;
}

#job_listing td p.new {
	background: transparent url(../images/star.gif) no-repeat 0 3px;
}

#job_listing tr.alt p.new {
	background-image: url(../images/star_alt.gif);
}

#job_listing tr.sponsored td {
	background: #fff2ba;
	border-bottom: 1px solid #ccc;
}

#job_listing tr.sponsored p {
	padding-left: 25px;
	background: transparent url(../images/star_sponsored.gif) no-repeat 0 0;
}

#job_listing td a:hover {
	text-decoration: underline;
}

/*	=ADD_JOB_FORM
-----------------------------------------------------*/
#add_job_form fieldset, #add_job_confirm fieldset {
    border: 1px solid #ccc;
    margin: 15px 0 30px 0;
    padding: 10px;
}

#add_job_form legend, #add_job_confirm legend {
    padding: 0 7px;
    font-weight: bold;
    color: #666;
}

#add_job_form label, #add_job_confirm label {
    font-weight: bold;
}

#add_job_form input, #add_job_form textarea, #add_job_form2 input, #add_job_form2 textarea,
#add_job_confirm input, #add_job_confirm textarea {
    width: 100%;
    margin-top: 5px;
    background: #fff url(../images/input_bg.gif) repeat-x;
	border: 1px solid #c0c0c0;
	padding: 3px 0;
}

#add_job_form input.button, #add_job_form2 input.button, #add_job_confirm input.button {
    width: auto;
    margin: 0;
    padding: 5px;
    font-weight: bold;
}

#add_job_form p, #add_job_confirm p {
    margin-bottom: 20px;
}

#add_job_form span, #add_job_confirm span {
    color: #666;
    display: block;
    background: #fff url(../images/form_note.gif) no-repeat 0 3px;
    margin: 5px 0 0 5px;
    padding: 0 0 0 12px;
    line-height: 1.4em;
    border: 0;
}

#add_job_form2 {
    margin: 20px 0 5px 0;
}

/*	=SIDE
-----------------------------------------------------*/
#side {
	width: 300px;
	float: right;
	padding: 0 0 20px 0;
}

/*	=ADD_JOB
-----------------------------------------------------*/
#add_job {
	position: relative;
	height: 9em;
}

#add_job a {
	display: block;
	width: 78px;
	padding: 79px 0 0 0;
	overflow: hidden;
	background: url(../images/add_job.gif) no-repeat;
	height: 0px !important;
    height /**/:79px;
	position: absolute;
}

#add_job a:hover {
	background-position: 0 -79px;
}

#add_job p {
	padding: 5px 0 0 90px;
	line-height: 1.5em;
	color: #666;
}

/*	=QUICK_INFO
-----------------------------------------------------*/
#quick_info {
	border: 1px solid #e2e2e2;
	border-right: 0;
	border-left: 0;
	padding: 12px 0;
	font-size: 110%;
}

#quick_info h4 {
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
}

#quick_info p, #quick_info li {
	color: #777;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#quick_info ol li {
    margin-left: 20px;
    list-style: decimal;
}

#quick_info li strong {
    color: #555;
}

/*	=CATEGORIES
-----------------------------------------------------*/
#categories {
    padding: 12px 0;
}

#categories h4 {
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
}

#categories ul {
    margin-bottom: 15px;
}

#categories li {
    margin: 0 0 1px 0;
}

#categories li a {
    display: block;
    color: #666;
    padding: 5px;
    background: #f1f1f1;
    text-decoration: none;
    height: 1%;
}

#categories li a:hover {
    text-decoration: underline;
    background: #eeeddd;
}

/*	=FOOTER
-----------------------------------------------------*/
#footer {
    clear: both;
	background: #f1f1f1;
	margin: 10px 0 5px 0;
	padding: 10px;
}

#quicklinks li {
	background: transparent url(../images/tick.gif) no-repeat 0 50%;
	padding: 0 10px;
	display: inline;
}

#quicklinks li a {
	color: #999;
	text-decoration: none;
}

#quicklinks li a:hover {
	text-decoration: underline;
}

#copyright {
	color: #aaa;
	padding: 0 10px 20px 10px;
}

#copyright a {
	font-weight: bold;
	color: #6483a5;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/*	=HIDE
-----------------------------------------------------*/
hr, #logo .email, #logo .adr, #footer h4 {
	display: none;
}