/* author: Malgorzata Bieron */
* {
    padding: 0;
    margin: 0; 
	font-size: 1em;
}
body{
    font-family: "Century Gothic", "trebuchet ms", "Lucida sans unicode", Verdana, sans-serif;
    font-size: 0.8em;
	height: 100%;
	line-height: 2em;
	background: #b6b6b6 url(../img/left_bg.jpg) top left repeat-y;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	color: #666;
}
h4 {
	font-size: 1em;
	color: #666;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}
.hidden, .accessible {
	display: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


a {
    color: #991111;
    text-decoration: none;
	outline: 0;
}
a:hover {
	color: #000;
}
a img {
    border: 0;
}
#ajax_loader {
	display: none;
	position: absolute;
	left: 250px;
	top: 20px;
}
#container {
	margin-left: 15px;
	width: 960px;
	height: 100%;
	background: url(../img/main_bg.jpg) right top no-repeat;
	padding-top: 6px;
}
#header {
	border-bottom: solid 1px #991111;
	border-top: solid 1px #991111;
}
#content a:hover {
	background-color: #F8F3F4;
	border-bottom: dotted 1px #e9dcdc;
}
#sections {
	padding: 0 10px;
}
#content {
	clear: both;
	margin: 20px 48px;
	overflow-x: hidden;
}
#footer {
	color: #333;
	font-size: 0.8em;
	padding: 0 48px;
	text-align: right;
	line-height: 2.2em;
	border-top: solid 1px #991111;
}
#footer .logo_mini {
	background: url(../img/logo_mini.gif) left center no-repeat;
	padding-left: 20px;
	float: right;
}
#tl_tab_contact {
	_height: 400px;
	min-height: 400px;
}
#footer a {
	
}
#logo {
	background: url(../img/logo.gif) no-repeat;
	float: left;
}
#logo a {
	display: block;
	width: 236px;
	height: 45px;
	outline: 0;
	text-indent: -999em;
}
#logo a:hover {
	border: 0;
}

.lang {
	list-style: none;
	display: block;
	width: 34px;
	height: 12px;
	float: left;
	margin: 27px 0 0 10px;
	text-indent: -999em;
	outline: 0;
	background: url(../img/language.gif) no-repeat center center;
}
.lang li {
	float: left;
}
.lang a {
	display: block;
	background: none;
	border: 0;
	width: 15px;
	height: 10px;
	border: solid #ccc 1px;
}
.lang a:hover {
	border-color: #646464;
}

#main {
    list-style: none;
	height: 45px;
	margin-left: 50px;
	text-transform: uppercase;
	float: left;
}
#main li { 
    display: block;
	float: left;
	outline: 0;
	padding: 6px 2px;
}
#main li a {
	display: block;
	/*border-top: solid 22px transparent;
	_border-top: 0;
	_padding-top: 22px;*/
	line-height: 34px;
	height: 34px;
	font-size: 1em;
	font-family: "trebuchet ms", verdana, sans-serif;
	float: left;
	color: #646464;
	padding: 0 14px;
}
#main li a:hover {
	color: #991111;
}
#main li a.selected {
	color: #fff;
	background-color: #991111;
	 /*
	 
	border: dotted 1px #e9dcdc;
	border-bottom: dotted 1px #e9dcdc;
	background-color: 
	_padding-top: 0;
	border-top: solid 22px #991111;*/
}


h2.page_title {
	border-bottom: solid 1px #ccc;
	margin-bottom: 1px;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.5em;
	color: #991111;
}
/* homepage */
.homepage {
	overflow-y: hidden;
	_overflow-y: visible;
}
.homepage .intro {
	float: left;
	width: 620px;
}

.homepage .intro p {
	margin-bottom: 10px;
}
.homepage .personal {
	float: right;
	font-size: 0.9em;
	width: 192px;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: right;
}
.homepage .personal h4 {
	font-size: 1em;
}

.homepage .personal ul {
	list-style: none
}
.homepage .personal li {
	display: block;
	line-height: 1.5em;
	padding: 5px 0;
}
.homepage .personal .tracklist {
	color: #666;
	border-bottom: dashed 1px #bbb;
	background: url(../img/lastfm.gif) right bottom no-repeat;
	padding-bottom: 16px;
	margin-bottom: 7px;
}
.homepage .personal .tracklist h4 {
	display: inline;
	margin-right: 2px;
}

.homepage .personal .photos {
	background: url(../img/picasa.gif) right bottom no-repeat;
	padding-bottom: 36px;
}
.homepage .personal .photos li {
	float: left; 
	padding: 1px;
}
#content .homepage .personal .photos li a {
	width: 90px;
	height: 90px;
	display: block;
	overflow: hidden;
	text-align: center;
	border: solid #E0CDCD 2px;
}
#content .homepage .personal .photos li a:hover {
	border: solid #aaa 2px;
}
.homepage .personal .photos li img {
	border: none;
}


/* portfolio page */

.portfolio {
	position: relative;
	list-style: none;
}
.portfolio li {
	display: none;
}
.portfolio li.selected, .portfolio li.nav {
	display: block;
}
.portfolio .nav {
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	border: 0;
}
.portfolio .nav_bottom {
	top: auto;
	bottom: 0px;
}
.portfolio .nav .next, .portfolio .nav .prev {
	float: left;
	width: 80px;
	text-align: center;
	height: 40px;
	border-left: solid 1px #ccc;
}
.portfolio .label {
	color: #646464;
	font-weight: bold;
}
.portfolio .info, .portfolio .nav {
	border-top: solid 1px #ccc;
	font-size: 0.85em;
	height: 40px;
	line-height: 40px;
}
.portfolio .info .date {
	float: left;
	width: 80px;
	font-weight: bold;
	height: 40px;
	color: #646464;
	text-align: center;
	border-right: solid 1px #ccc;
}
.portfolio .info .description {
	margin-left: 100px;
	font-size: 1em;
	font-weight: normal;
	margin-right: 180px;
}
.portfolio .details {
	padding: 15px 0;
	font-size: 0.85em;
}
.portfolio .preview {
	width: 300px;
	float: left
}
.portfolio .preview img {
	float: left;
}
.portfolio dl, .portfolio .summary {
	margin-left: 330px;
}
.portfolio .summary {
	background: url(../img/dots.gif) 0 0;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 20px;
}
.portfolio .details dl dt {
	font-weight: bold;
}
.portfolio .details dl dd {
	padding-left: 10px;
	background: url(../img/bullets.gif) left -63px no-repeat;
}

ul.nav {
	float: right;
	display: block;
}
ul.nav li {
	display: block;
	float: left;
	margin: 0 1px;
}
ul.nav li a {
	display: block;
	font-size: 0.9em;
	line-height: 17px;
	text-align: center;
	color: #999;
	width: 17px;
	height: 17px;
}
#content ul.nav li a:hover, ul.nav li a.selected {
	border: 0;
	background: transparent url(../img/nav_bg.gif) no-repeat scroll center center;
	color: #fff;
}
#content ul.nav li.prev a, #content ul.nav li.next a, #content ul.nav li.next a:hover {
	text-indent: -999em;
	width: 20px;
	border: 0;
	background: transparent url(../img/nav_bg.gif) no-repeat scroll center bottom;
}
#content ul.nav li.prev a, #content ul.nav li.prev a:hover {
	background-position: center top;
}




/* experience and education pages */
.exp_edu {
	list-style: none;
	font-size: 0.85em;
}
.exp_edu li {
	display: block;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1px;
	padding-bottom: 10px;
}
/* inner list items */
.exp_edu .list li {
	list-style: none;
	padding: 0 0 0 10px;
	background: transparent url(../img/bullets.gif) no-repeat scroll left -63px;
	border: 0;
}
.exp_edu li .info {
	float: left;
	color: #646464;
	height: 40px;
	line-height: 40px;
	border-right: solid 1px #ccc;
}
.exp_edu li .date {
	width: 120px;
	font-weight: bold;
	text-align: center;
}
.exp_edu li .role {
	width: 140px;
	text-align: center;
}
#tl_tab_education .exp_edu li .role {
	width: 200px;
}
.exp_edu li .company {
	border-right: 0;
	padding-left: 20px;
}
.exp_edu li .description {
	clear: left;
	margin: 5px 10px 0;
}
.exp_edu li .references {
	font-size: 0.9em;
	color: #646464;
}

/* skills page */
.skills {

}
.skills dt, .contact dt {
	border-top: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
	color: #646464;
	margin-top: 10px; 
}
.skills dt.first, .contact dt.first {
	border-top: 0;
	margin-top: 0;
}
.skills dt span, .contact dt span {
	margin-top: 1px;
	padding-left: 10px;
	border-top: solid 1px #ccc;
	display: block;
}
.skills dd, .contact dd {
	padding-left: 10px;
	background: url(../img/bullets.gif) left -63px no-repeat;
	font-size: 0.85em;
}
.skills dd.form, .contact dd.form {
	background: none;
}
.skills dd .rating {
	padding-left: 15px;
	background: url(../img/bullets.gif) 7px 0 no-repeat;
}
.skills dd .rated_advanced {
	background-position: 7px -17px;
	color: #333;
}
.skills dd .rated_intermediate {
	background-position: 7px -34px;
	color: #777;
}
.skills dd .rated_basic {
	background-position: 7px -51px;
	color: #aaa;
}

/* forms */
.form_list {
	list-style: none;
}
.form_list li {
	display: block;
	min-height: 2em;
}
.form_list li.submit {
	margin-left: 129px;
}
span.button {
	display: block;
	float: left;
	border: solid 1px #991111;
	border-right-style: dotted;
	border-bottom-style: dotted;
}
span.button input {
	border: 0;
	font-size: 1em;
	background-color: #991111;
	color: #fff;
	font-family: inherit;
	margin: 1px;
	display: block;
}
.form_list label {
	display: block;
	float: left;
	width: 120px;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
}
.form_list .standard {
	width: 300px;
	border: solid 1px #991111;
	border-right-style: dotted;
	border-bottom-style: dotted;
}

