/*  
Theme Name: Career Management (Compact)
Theme URI: http://www.career-management.de
Description: Designed by <a href="http://www.martindunkel.de" title="Martin Dunkel">Martin Dunkel</a>. Wordpress Template Original by Bartelme & LEMONed
Version: 1.0
Author: Martin Dunkel
Author URI: http://www.martindunkel.de
*/


/********************
*   Basics & Typo   *
*********************/
body
{
	margin: 0;
	padding: 0;
	background: #cacdc3 url(images/bg.png) repeat-y top center;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color: #444;
	text-align: left;
}
p
{
	margin-bottom: 10px;
}
p, ol, ul
{
	line-height: 160%;
}
table tr th p,
table tr td p
{
	margin: 0;
	padding: 0;
	line-height: 160%;
}
table tbody th, td
{
	vertical-align: top;
}

ol
{
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-position: outside;
}
ol li
{
	padding-bottom: 5px;
}
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #ee9600;
	padding-bottom: 3px;
}
h1
{
	font-size: 1.8em;
	color: #707070;
	padding-bottom: 5px;	
}
h2
{
	font-size: 1.6em;
	padding-bottom: 5px;	
}
h3, h4, h5, h6
{
	font-size: 1em;
}
h3
{
	padding-top: 5px;
	text-transform:uppercase;
	border-color: #dbd9c5;
	border-style: solid;
	border-width: 0 0 1px 0;
}
a:link
{
	color: #AF5D27;
	text-decoration: none;
}
a:visited
{
	color: #AF5D27;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #9B3303;
	text-decoration: underline;
}
a:active
{
	color: #AF5D27;
	text-decoration: underline;
}

blockquote
{
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
}
code
{
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
}
small
{
	font-size: 0.8em;
}

input, textarea, select { /* to be styled */ }
form { /* to be styled */ }

img
{ 
	border: none;
}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: header, content, sidebar, etc. *
***********************************************/
#outline {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.2em;
	}


/* header */
#header
{
	width: 100%;
	height: 40px;
	background: #fff url(images/header_bg.png) repeat-x 0 0;
	border: 0px solid green;
}
#header .blogtitle
{
	float: left;
	width: auto;
	height: 25px;
	font-family: Helvetica, Arial, sans-serif;
}
#header h1
{
	padding: 15px 0 0 20px;
}
#header h1 a
{
	color: #666;
}

.language
{
	float: right;
	width: auto;
	height: 16px;
	margin-top: 18px;
	margin-right: 20px;
	display: inline; /* IE */
}
.searchbar
{
	float: right;
	width: 130px;
	height: 25px;
	margin: 0;
	padding: 10px 0 0 20px;		
		border: 0px solid green;
}
.searchform
{
	width: 130px;
	height: 20px;
	text-align: left;
}
input#search
{
	font-size: 0.9em;
	color: #999;
	vertical-align: bottom;
	width: 120px;
	height: 16px;
	margin: 5px 0 0 0;
	padding: 1px 0 0 0;
	border: 1px solid #C4C4C4;
	background: #fff url(images/search_bg.gif) repeat-x 0 0;
}
/* div in which buttons are placed; e.g. detail view */
.buttons
{
	margin: 20px 0;
}
.buttons img
{
	padding-right: 10px;
}

/* navigation */
#nav
{
	margin-top: 10px;
	float: right;
	background:#fff url(images/nav-tab.gif) repeat-x;	
	border-bottom: 5px solid #de5b01;
	width: 760px;
}
#nav ul
{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li
{
	display: inline;
	margin: 0;
	padding: 0;	
}
#nav a
{
	font: normal 0.9em/2.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: 1px solid #d5d5d5;
	color: #444;
	background: #d8d5d5 url(images/nav-tab.gif) repeat-x;
}
#nav a:hover,
#nav a:focus,
#nav a:active
{
	background: #f6ab20 url(images/nav-tab.gif) repeat-x 0 -150px;
}
#nav .current_page_item a,
#nav .current_page_item a:hover,
#nav .current_page_item a:focus,
#nav .current_page_item a:active
{
	background: #fc7b17 url(images/nav-tab.gif) repeat-x 0 -300px
}

#separator
{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 5px;
	background: #fff url(images/separator_bg.gif) repeat-x 0 0;	
}

/* wrapper */
#wrapper
{
	float: left;
	background: #fff;
	margin: 0 !important;
	margin: -15 0 0 0; /* IE */
	padding: 0;
}

/* content */
#content {
	float: left;
	width: 520px;
	height: auto;
	background: #fff;
	margin-bottom: 10px;
	}

.pages {
	float: left;
	width: 500px;
	background: #dce6ff url(images/separator_blue.gif) repeat-x bottom center;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	background: transparent url(images/separator_blue.gif) repeat-x 0 0;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* IE */
	}

.page-title {
	width: 500px;
	margin: 20px 0 0 0;
	background: #dce6ff url(images/separator_blue.gif) repeat-x bottom center;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	background: transparent url(images/separator_blue.gif) repeat-x 0 0;
	font-size: 1.6em;
	line-height: 48px;
	color: #104177;
	}

/* vacancies and staffinformation */
/* overview list */
table.vacancies,
table.staffinformation
{
	width: 720px;
	border-collapse: collapse;
	border:1px solid #ffca5e;
	margin-bottom: 15px;
}
table.vacancies caption,
table.staffinformation caption
{
	font: 1.8em/1.8em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	text-align: left;
	text-indent: 8px;
	background: url(images/bg_caption.jpg) right top;
	height: 40px;
width: 720px;
	color: #ffaa00;
}
table.vacancies thead th,
table.staffinformation thead th
{
	background: #FE8E29 url(images/bg_th.jpg) repeat-x;
	height: 30px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #fcf1d4;
}
table.vacancies tbody tr,
table.staffinformation tbody tr
{
	background: url(images/bg_td_even.jpg) repeat-x top;
}
table.vacancies tbody tr.odd,
table.staffinformation tbody tr.odd
{
	background: #fff8e8 url(images/bg_td_odd.jpg) repeat-x;
}
table.vacancies tbody th, table.vacancies tbody td,
table.staffinformation tbody th,table.staffinformation tbody td
{
	font-size: 1em;
	line-height: 1.4em;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #ffca5e;
	border-right: 1px solid #ddd;
	text-align: left;
}
table.vacancies tfoot th, table.vacancies tfoot td,
table.staffinformation tfoot th, table.staffinformation tfoot td
{
	background: url(images/bg_tfoot.jpg) repeat-x bottom;
	color: #fff;
	height: 30px;
	text-align: right;
	padding: 10px 7px;
}
table.vacancies p,  /* IE */
table.staffinformation p  /* IE */
{
	margin: 0;
	padding: 0;
	line-height: 160%;
}

/* detail view */
table.vacancies_detail,
table.staffinformation_detail
{
	width: 470px;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
table.vacancies_detail tbody th,
table.staffinformation_detail tbody th
{
	font-weight: bold;
}
table.vacancies_detail tbody th, table.vacancies_detail tbody td,
table.staffinformation_detail tbody th, table.staffinformation_detail tbody td
{
	background: url(images/bg_td_even.jpg) repeat-x top;
	font-size: 1em;
	line-height: 1.4em;
	color: #777777;
	padding: 10px 7px;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	text-align: left;
	
}

/* application jp */
#registerbox
{
	padding: 20px;
	background: #fff8e8 url(images/bg_td_odd.jpg) repeat-x;
	border: 1px solid #ffca5e;
}

/* general post styles */
.post
{
	padding: 15px 20px;
	background: #fff;
}
.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 5px solid #000;
	}
.postentry img:hover {
	border: 5px solid #dce6ff;
	}
.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #050d24;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}		
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}
h2.posttitle
{
	/* to be styled */
}

/* comment */
.commentpage {
	margin: 0 30px;
	padding: 0;
	}
#comments {
	margin: 0;
	padding: 0;
	}
.comments-num {
	background: transparent url(images/separator_yellow.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}
#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #dce6ff;
	background: #edf2ff url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}
.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}
.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}
.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}
h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_yellow.gif) repeat-x center bottom;
	}
.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #dce6ff url(images/separator_blue.gif) repeat-x center top;
	}
.postcomment input,
.postcomment textarea {
	border: 1px solid #b0c5ff;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 435px;
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 435px;
	height: 200px;
	}
.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}	

/* sidebar inc. box */
#sidebar
{
	float: right;
	width: 220px;
	height: 100%;
	margin: 0 20px 20px 0;
	padding: 0;
	background: #fff;
	display: inline; /* IE */
}

.vacancies
{
	background-color: #fff;
	margin-top: 15px;
	width: 220px;
}
.vacancies p,
{
	padding-left: 15px;
}
.vacancies h2
{
	font-size: 16px;
	display: block;
/*	margin: 16px 0 6px 0 !important;
	margin: 0px 0 6px 0; */
}
.vacancies a, .vacancies a:visited
{

}
.vacancies a:hover, .vacancies a:focus 
{
}
.vacancies ul
{
	width: 210px;
}
.vacancies ul li
{
	padding: 1px 0px 1px 8px;
}
.vacancies ul li a
{
	font-size: 11px;
	background: transparent url(images/triangle.gif) no-repeat 4px 3px;
	padding: 0 0 0 18px;
}
.vacancies .button
{
	background: transparent url(images/vacancies_button_bg.png) repeat-x;
	width: 220px;
	height: 40px;
	text-align: left;
	color: #fff;
}
.vacancies .button img
{
	padding: 10px;
}
.vacancies .button a
{
	font-size: 1.1em;
	color: #666;
}
/* register now button */
.register
{
	clear: both;
	margin-top: 15px;
	width: 220px;
	height: 80px;
	background-color: #fff;
	color: #e25e0a;
	font-weight: bold;
	text-align: left;
}
.register a, .register a:hover, .register a:focus, .register a:visited
{
	font-size: 1.5em;
	color: #fff;
}
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #bbb;
	}

#sidebar ul.blc {
	padding: 0 5px;
	}
#sidebar ul.blc li a {
	margin: 0;
	padding: 0;
	background: none;
	}

#sidebar ul ul li {
	padding: 0;
	}

#sidebar ul ul ul li {
	margin: 0 0 0 0;
	}

/* address */
#address
{
	font-size: 9px;
	clear: both;
	float: left !important;
	float: none;
	width: 720px;
	height: 100%;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	background: #fff url(images/address_bg.png) no-repeat;
	text-align: left;
	color: #444;
		border-top: 1px solid #D9D9D9;
		border-bottom: 1px solid #dbd9c7;
}

#address-left,
#address-mid,
#address-right
{
	width: 200px;
	padding: 15px 0px 5px 38px;
	float: left;
		border: 0px solid red;
}
#address h2
{
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.4em;
	color: #CC4602;
}
#address h2 span{
	color: #FE7D18;
}
#address p
{
	margin: 0 0 10px 0;
	padding: 0 8px;
	
}

/* footer */
#footer
{
	font-size: 11px;
	width: 720px;
	height: 50px;
	clear: both;
	text-align: center;
	margin: auto;
	color: #444;
}
#footer p
{
	margin: 0;
	padding: 10px 5px;
	line-height: 200%;
}
