@import url("reset.css");
body {
background-image:url(../images/bg.jpg);
/*background-repeat:repeat-x;
background-attachment:fixed;*/
margin-top:35px;
font-size:12px;

}

#container {
width:861px;
margin:auto;
}

#frame-top,#frame-btm {
float:left;
height:25px;
width:861px;
}

#frame-middle {
background-image:url(../images/frame_middle.png);
background-repeat:repeat-y;
float:left;
width:861px;
}

#page {
font-family:Verdana, Arial;
float:left;
width:809px;
margin-left:25px;
border:1px solid #FFF;
background-image:url(../images/page_bg.png);
background-repeat:repeat-x;
background-color:#FFF;
padding-top:30px;
padding-bottom:30px;
}

h1 {
height:47px;
width:334px;
margin-bottom:10px;
float:left;
margin-left:30px;
}

p.job-title {
color:#b1b1b1;
font-size:20px;
letter-spacing:-1px;
font-style:italic;
clear:both;
margin-left:30px;
}

p.intro {
font-style:italic;
color:#646464;
font-size:12px;
margin-top:20px;
text-align:justify;
margin-left:30px;
margin-right:30px;
line-height:18px;
}

.divider {
clear:both;
background-image:url(../images/divider.png);
background-repeat:repeat-x;
float:left;
height:2px;
width:809px;
margin-top:27px;
margin-bottom:27px;
}

h2 {
margin-left:30px;
font-size:25px;
color:#414141;
letter-spacing:-1px;
margin-bottom:15px;
}

ul.details {
float:left;
margin-left:30px;
margin-right:30px;
margin-bottom:10px;
}

.details li {
padding-left:35px;
padding-right:35px;
margin-bottom:20px;
text-align:justify;
}

.cerceve {
background:#FFF;
border:1px solid #e0e0e0;
width:680px;
padding:5px;
}

.details li p {
margin-right:30px;
text-align:justify;
color:#646464;
font-size:12px;
line-height:18px;
}

h3 {
color:#006ea7;
font-size:18px;
margin-bottom:5px;
letter-spacing:-1px;
}

ul.social {
margin-left:30px;
float:left;
}

.social li {
float:left;
height:60px;
width:60px;
margin-right:10px;
}

a {
color:#800040;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:none;
}

.formbutton {
cursor:pointer;
border:outset 1px #ccc;
color:#666;
font-weight:700;
background:url(/images/formbg.gif) repeat-x left top;
padding:1px 2px;
}

#ticker-area {
padding-left:35px;
padding-right:35px;
margin-bottom:7px;
font-size:1.5em;
font-weight:400;
color:#b1b1b1;
}

.codeblock {
background:#EEE;
color:#030;
line-height:1.3em;
border:1px solid #CCC;
padding:1em;
}

.code {
font-family:Verdana, Courier, monospace;
}

.littlelink {
float:right;
font-size:small;
}

.mini {
font-size: 9px;
}

/* nav */

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #b1b1b1;
	}
 
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #b1b1b1;
	}
 
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #414141;
	}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

