/*	-------------------------------------------------------------
	global reset
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset,input {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none; 
}

a img, img {
	border: 0px;
}

/*	-------------------------------------------------------------
	Position
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #fff;
	font-family: "Arial", "Verdana", "Tahoma", Serif;
	font-size: 15px;
	color: #444444;
	border: 0;
	text-align: center;
}

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header {
	height: 245px;
	width: 960px;
	margin: 40px 0 40px 0;
	margin-bottom: 40px;
}

/* ie6 hack */
* html #header {margin: 40px 0 5px 0;}

/*	-------------------------------------------------------------
 logo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#logo {
	float: left;
	width: 476px;
	height: 159px;
	background: url(images/logo_emil_milanov.gif) no-repeat;
	margin: 0px;
}

#logo a {
	width: 476px;
	height: 159px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
}

#logo a:link, #logo a:visited {
	text-indent: -9999px;
}

#logo h1 {
	background-image: none;
}

/*	-------------------------------------------------------------
 quick facts
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.quick_facts {
	float: left;
	width: 384px;
	height: 159px;
	padding: 0 40px 0 40px;
	border-left: solid #f0f0f0 10px;
	border-right: solid #f0f0f0 10px;
}

.quick_facts p {
	color: #8a8a8a;
	font-weight: bold;
	line-height: 25px;	
}

.quick_facts strong{
/* background-color: #fbed91; */	

}



/*	-------------------------------------------------------------
 top navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#nav_ul {
	width: 960px;
	float: left;
	height: 41px;
	line-height: 41px;
	border-top: solid #d5d5d5 2px;
	border-bottom: solid #d5d5d5 2px;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 0;
	margin: 40px 0 40px 0;
	display: inline;
}

#nav_ul li {
	display: inline;
	float: left;
}

#nav_ul a {
	margin-top: 7px;
	display: inline;
	line-height: 26px;
	height: 26px;
	width: 119px;
	text-align: center;
	border-right: solid #d5d5d5 1px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/overflow: hidden;
	font-weight: bold;
	color: #ee6227;
	text-decoration: none;
}

#nav_ul a:hover {
	color: #5b5b5b;
	text-decoration: none;
	background: url(images/bg_nav.gif) no-repeat;
	background-position: center center;
}

a#nav_active {
	color: #5b5b5b;
	text-decoration: none;
	background: url(images/bg_nav.gif) no-repeat;
	background-position: center center;
}

a.nav_active {
	color: #5b5b5b;
	text-decoration: none;
	background: url(images/bg_nav.gif) no-repeat;
	background-position: center center;
}

/*	-------------------------------------------------------------
mark
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.mark {
	line-height: 18px;
	float: right;
	width: 103px;
	height: 105px;
	background: url(images/bg_mark.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: -110px 10px 0 0;
	position: relative;
	color:  #444;
	letter-spacing: 0px;
}

.mark span, .mark_what_i_do span {
	display: block;
	margin: 32px 0 0 32px;
	width: 50px;
}

/* ie7 hack */*:first-child+html .mark span, /* ie7 hack */*:first-child+html .mark_what_i_do span {
	margin: 32px 0 0 12px;
}

/* ie6 hack */* html .mark span, /* ie6 hack */* html .mark_what_i_do span {
	margin: 32px 0 0 12px;
}

.mark_what_i_do {
	line-height: 18px;
	float: right;
	width: 103px;
	height: 105px;
	background: url(images/bg_mark.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 10px -75px 0;
	position: relative;
	color:  #444;
	letter-spacing: 0px;
}

/*	-------------------------------------------------------------
thumbs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.thumbs_ul {
	float: left;
	width: 1000px;
	display: block;
	clear: both;
	margin: 0 0 0 -40px;
	
}




/* ie7 hack */*:first-child+html .thumbs_ul{ margin:  0 0 40px -40px;}
/* ie6 hack */

* html .thumbs_ul {
	width: 1040px;
	
}

.thumbs_ul li {
	float: left;
	display: block;
	width: 210px;
	height: 105px;
	text-align: center;
	background: url(images/bg_thumbs.gif) no-repeat;
	margin: 0 0 40px 40px;
}

.thumbs_ul li:hover {
	float: left;
	display: block;
	width: 210px;
	height: 105px;
	text-align: center;
	background: url(images/bg_thumbs_on.gif) no-repeat;
	margin: 0 0px 40px 40px;
}

.thumbs_ul li img {
	margin: 5px 0 0 0px;
}

#active_thumb{
	background: none;
	background-color: #ea5414;
}

/*	-------------------------------------------------------------
work with me
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.work_with_me {
	float: left;
	width: 476px;
	height: 159px;
	padding: 0 0px 0 0;
	clear: both;
	margin: 0 0 40px 0;
}

.work_with_me p {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	background: url(images/bg_available_text.jpg) repeat;
	width: 430px;	
}

/*	-------------------------------------------------------------
 collaborating
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.collaborating {
	float: left;
	width: 384px;
	height: 159px;
	padding: 0 40px 0 40px;
	border-left: solid #f0f0f0 10px;
	border-right: solid #f0f0f0 10px;
}

.collaborating p {
   color:#8A8A8A;
   font-weight:bold;
   line-height:25px;
}

.collaborating ul {
	display: inline;
	height: 40px;
}

.collaborating ul li {
	float: left;
	display: block;
	margin-bottom: 27px;
	width: 350px;
}

.collaborating img {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

/*	-------------------------------------------------------------
      Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	display: block;
	clear: both;
	width: 960px;
	float: left;
	margin: 0 0 20px 0;
	border-top: solid #d5d5d5 2px;
	font-size: 12px;
	color: #7F7F7F;	
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

#footer a {
	color: #8d8d8d;
}
#footer a:hover {
	color: #000;
}

/*	-------------------------------------------------------------
contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.contact {
	float: left;
	width: 384px;
	height: 159px;
	padding: 0 40px 0 40px;
	border-left: solid #f0f0f0 10px;
	border-right: solid #f0f0f0 10px;
	overflow: visible;
	}

.contact_ul {
	text-align: left;
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 0 0;
	margin: 0px 0 0px 0;
	display: inline;
}

.contact_ul li{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

/* ie6 hack */ * html .contact_ul li {line-height: 21px;}
/* ie6 hack */ * html .contact_ul {margin: 0 0 -100px 0;}


.contact_ul li span{
	float: left;
	width: 130px;
	margin-right: 0px;
	display: inline;
	color: #838383;
	font-weight: bold;
	
}

/*	-------------------------------------------------------------
   profile
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.objective {
	float: left;
	width: 476px;
	height: 159px;
	padding: 0 0px 0 0;
	clear: both;
	margin: 0 0 40px 0;
}

.objective p {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	background: url(images/bg_available_text_objective.jpg) repeat;
	width: 430px;	
	
}

.skillset {
	float: left;
	width: 384px;
	height: 159px;
	padding: 0 40px 0 40px;
	border-left: solid #f0f0f0 10px;
	border-right: solid #f0f0f0 10px;
}

.skillset p {
	color: #949292;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

.skillset ul, .star_ul {
	display: block;
	
}

.skillset ul li, .star_ul li {
	float: left;
	display: block;
	line-height: 25px;
	margin: 0px;
	width: 350px;
	background: url(images/bg_ul.gif) no-repeat;
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	
}

.star_ul li span{
float: left;
	width: 170px;
	margin-right: 0px;
	display: inline;
}

.star_ul a, .lastfm a{
	color:  #444444;
	border-bottom: dotted #444 1px;
	text-decoration: none;
}
.star_ul a:hover, .lastfm a:hover{
	color:  #000;
	border-bottom: dotted #000 1px;
	text-decoration: none;
}

.standard_left {
	float: left;
	width: 476px;
	min-height: 159px;
	padding: 0 0px 0 0;
	clear: both;
	margin: 0 0 40px 0;
}

.standard_left p {
	font-size: 15px;
	font-weight: normal;
	
	line-height: 25px;
	background: url(images/bg_available_text_objective.jpg) repeat;
	width: 430px;	
	
}


.standard_right {
	float: left;
	width: 384px;
	min-height: 159px;
	padding: 0 40px 0 40px;
	border-left: solid #f0f0f0 10px;
	border-right: solid #f0f0f0 10px;
	margin:  0 0 40px 0;
}

.standard_right p {
	color: #949292;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}


/* what I do */
#what_i_do {
	float: left;
	width: 960px;
	height: 185px;
	background: url(images/img_what_i_do.gif) no-repeat;
	background-position: 0 40px;
	margin: 0px 0 40px 0;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: solid #d5d5d5 2px;
	border-top: solid #d5d5d5 2px;
}

/* last.fm */
.lastfm_ul{
	line-height: 25px;
	height:  250px;
}

.lastfm_ul li{
	float:  left;
	width: 235px;
	display: block;
}

.lastfm{
	font-size: 9px;
	line-height: 35px;
}

.lastfm a{
	float: left;
	width: 205px;
	margin-right: 30px;
	display: block;

}

/* flickr */
.flickr_ul{
	width:  450px;
	margin: 0 0 0px -40px;
	height: 387px;
	overflow: hidden;
}


.flickr_ul li, .flickr_ul a{
	width: 92px;
	height: 92px;
	float: left;
	display: inline;
	margin: 0 0 40px 40px;
	border: solid #f0f0f0 5px;
}

.flickr_ul a img{
	width: 92px;
	height: 92px;
}

.flickr_slideshow, .flickr_ul h3{ display: none;}

/* ie6 hacks */
* html .flickr_ul{ width:  424px;}
* html .flickr_ul li, .flickr_ul a{margin: 0 0 40px 39px;}
* html .flickr_ul li img {margin: 0 0 -3px 0;}




/*	-------------------------------------------------------------
   work
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.project_details_ul {
	text-align: left;
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 0 0;
	margin: 0px 0 0px 0;
	display: inline;
}

.portfolio_preview {
	padding:  0 0 40px 0;
	margin: 0 0 0px 0;	
}

.portfolio_preview img{
    margin: 0 0 40px 0;
	border: solid #f0f0f0 10px;
}

.project_details_ul li{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

/* ie6 hack */ * html .contact_ul li {line-height: 21px;}
/* ie6 hack */ * html .contact_ul {margin: 0 0 -100px 0;}


.project_details_ul li span{
float: left;
	width: 90px;
	margin-right: 0px;
	display: inline;
	color: #838383;
	font-weight: bold;
	
}



/* project nav */
.top_container{
	float: right;
	width: 320px;
	height: 41px;
	display: block;
	position:relative;
	margin: -83px 0 0 0;
}
.nav_project_container{
	width: 960px;
	float: left;
	height: 41px;
	line-height: 41px;
	border-bottom: solid #d5d5d5 2px;
        border-top: solid #d5d5d5 2px;
	
	padding: 0 0 0 0;
	margin: -40px 0 40px 0;
	display: inline;
	text-align: right;

}


.nav_project_ul {
	width: 320px;
	float: right;
	height: 41px;
	line-height: 41px;
	
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 0;
	margin: 0px 0 0px 0;
	display: inline;
}

.nav_project_ul li {
	display: inline;
	float: left;
}

.nav_project_ul a {
	font-size: 12px;
	
	margin-top: 9px;
	display: inline;
	line-height: 22px;
	height: 26px;
	width: 148px;
	text-align: center;
	border-right: solid #d5d5d5 1px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/overflow: hidden;
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
}

a.nav_previous{
    padding-left: 5px;	
    background: url(images/nav_project_prev.gif) no-repeat;	
}

a.nav_previous:hover{
    background: url(images/nav_project_prev.gif) no-repeat;
    color: #000;	
}

a.nav_next{
	margin-left: 14px;
	text-indent: -24px;
	padding-left: 0px;	
	background: url(images/nav_project_next.gif) no-repeat;	
}

a.nav_next:hover{
	background: url(images/nav_project_next.gif) no-repeat;
	color:  #000;	
}

/* top link */
a.top_link{	
	background: url(images/nav_top.gif) no-repeat;

	font-size: 12px;
	text-indent: 18px;
	margin-top: 0px;
	display: inline;
	line-height: 22px;
	height: 26px;
	width: 69px;
	text-align: left;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/overflow: hidden;
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
}

a.top_link:hover{
	color:  #000;
	}
	
#footer a{
	float:  right;
	margin-top: -32px;
}



/*	-------------------------------------------------------------
   Typo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



p {
	line-height: 25px;
	margin: 0px;
}

.contact a, .collaborating a {
	color: #309320;
	border-bottom: dotted #309320 1px;
	text-decoration: none;
}

.contact a:hover, .collaborating a:hover {
	color: #000;
	border-bottom: dotted #000 1px;
	text-decoration: none;
}

h1, h2 {
	font-size: 31px;
	line-height: 31px;
	font-weight: bold;
	letter-spacing: -0.7px;
	color: #a5a5a5;
	margin: 0px 0 24px 0;
	
}


h2 a{
	font-size: 31px;
	line-height: 31px;
	font-weight: bold;
	letter-spacing: -0.7px;
	color: #a5a5a5;
	margin: 0px 0 24px 0;
	text-decoration: none;
}

h2 a:hover{
	font-size: 31px;
	line-height: 31px;
	font-weight: bold;
	letter-spacing: -0.7px;
	color: #000;
	margin: 0px 0 24px 0;
	text-decoration: none;
}


h4 {
	color: #6e6e6e;
	font-size: 18px;
	font-weight: normal;
}

#header h1 {
	margin: 0px;
}