/* Project: portfolio.skladany.net
   Version: 5.75
    Author: Steve Skladany, www.skladany.net
      Date: 3.24.9

   12.02.9: Changing Icons to CSS Sprites

======================================== */

/* =====================================
::::::::::::: the LEVELER ::::::::::::::
======================================== 
 http://www.websemantics.co.uk/tutorials/useful_css_snippets/#leveller
 "The intention is to remove as many of the differences 
 between browsers and platforms as possible in one fell swoop."
 
 The 'height/min-height' code keeps the vertical scroll bar from disappearing in Firefox
======================================== */

* { margin:0; padding:0;
}

body { min-height:101%; font:100.01%/130% Helvetica, Arial, Tahoma, sans-serif; color:#000; background:#fff;
}
td { vertical-align: top;
}


#viewport {
	position: fixed;
	z-index: 100;
	width: 1000px;
	top: 578px;
	/*border-bottom: 2px solid yellow;*/
}


/* =====================================
:::::::::::: GLOBAL STYLES :::::::::::::
======================================== */
body {
	background-color: #222;
	font-size: .75em; 
	height: 100% ; /* this is the key! */ 
} 
	
p {	
	margin: 0;
	padding: 0;
	line-height: 1.85em;
}

h1, h2 { 	
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
}
	
li {	
	list-style-type: none;
}
	
hr {
	display: none;
}

.clearBoth {
	clear: both;
}





/* Links
======================================== */

a, a h1, a h2,  a p, a img {
	text-decoration: none;
}

a img {	
	border: 0;
}
	
a {
	color: #800;
	font-weight: bold;
}
	
dl a, .classifiedAdBlock a {
	font-weight: bold;
	color: #006;}

a div li, h3 a {	
	font-weight: bold;
}	

a:hover {
	background-color: #fc3;
	color: #A00;
}






/* =====================================
:::::::::::: MAIN STRUCTURE ::::::::::::
======================================== */

body, #mainWrapper, #navWrapper, #descWrapper, #imageBlockWrapper {
	height: 100%;
	min-height: 48em;
}

body {
	padding: 0 10px;
	text-align: center;
}

#mainWrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-image: url(../images/navBackgroundColor.png);
	background-repeat: repeat-y;	
	border-left: 1px solid #966;
}

#backgroundWrapper {
	background-image: url(../images/navBackground.jpg);
	background-repeat: no-repeat;	
	height: 100%;
}

#navDescWrapper {
	float: left;
	/*position: fixed;*/
	position: relative;
	width: 374px;
	height: 500px;
}

#imageBlockWrapper, #resumeBlockWrapper, #blogContent {
	margin-left: 379px;
	margin-right: 27px;
	padding-top: 54px;
	padding-bottom: 22px;
	background-color: #fff;	
	position: relative;	
}

#imageBlock {
	margin-top: 12px;
	margin-left: 21px;
}

#imageBlock img {
	float: left;
	padding: 0;
	margin: 0;
}

#contactBlock {
	position: absolute;
	top: 0;
	right: 0;
	width: 221px;
	height: 300px;
	z-index: 10;
}

#mainNav {
	margin: 36px 0 0 194px;
	width: 27px;
}

#navBlock {
	position: fixed; 
	width: 232px;
	height: 400px;
}

#descBlock {
	position: fixed; 
	margin-left: 230px;
	width: 142px;
	height: 300px;
}

.iconBlock {
	margin: 12px 0 0 62px;
  	width: 132px;
}

.iconBlock li {
	float: left;
	padding: 0 6px 9px 0;
}



/* =====================================
::::::::::::::: ELEMENTS :::::::::::::::
======================================== */

/* contactBlock
---------------------------- */
#headerBlock h1, #mainNav {
	position: fixed;
}

#headerBlock h1 {
    text-indent: -9000px;
    background: url(../images/headerSkladanyDesign.png) no-repeat;
    display: block;
    overflow: hidden;
    height: 36px;
    width: 194px; 
}

/* -- Disabled link version

#headerBlock h1 a {
    text-indent: -9000px;
    background: url(../images/headerSkladanyDesign.png) no-repeat;
    display: block;
    overflow: hidden;
    height: 36px;
    width: 194px; 
}

#headerBlock h1 a:hover {
	background-position: 0 -36px;
}

*/

#mainNav li a {
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    height: 119px;
    width: 27px;
}

#mainNav a.mainNavPortfolio {
    background: url(../images/mainNavPortfolio.png) no-repeat;
}

#mainNav a.mainNavAbout {
	position: relative;
	top: -3px;
    background: url(../images/mainNavAbout.png) no-repeat;
    height: 101px;
}

#mainNav ul li a:hover, #mainNav ul li a.selected {
	background-position: -27px 0;
}


/* navBlock
---------------------------- */

#navBlock h2 {
    margin: 59px 0 0 16px;
    padding: 0;
    display: block;
    color: white; 
    text-transform: uppercase;
    letter-spacing: .1em;
}

#navBlock h2 {
	margin-top: 59px;
    text-indent: -9000px;
    background: url(../images/navHeaderDesign.png) no-repeat;
    display: block;
    overflow:hidden;
    height: 12px;
    width: 55px; 
}
  
#navBlock .navHR {
	position: relative;
 	margin: 2px 0 0 16px;
    text-indent: -9000px;
    background: url(../images/navHR.png) no-repeat;
    display: block;
    overflow: hidden;
    height: 3px;
    width: 181px;
}

#navBlock li a {
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    height: 38px;
    width: 38px;
    background: url(../images/navBlock.png) no-repeat; 
}

#navBlock a.soldiersface 	{ background-position: -38px 0}
#navBlock a.chopin 			{ background-position: -76px 0}
#navBlock a.eyebeam 		{ background-position: -114px 0}
#navBlock a.primer 			{ background-position: -152px 0}
#navBlock a.radio 			{ background-position: -190px 0}
#navBlock a.mediaComp 		{ background-position: -228px 0}
#navBlock a.summerTV 		{ background-position: -266px 0}
#navBlock a.outdoorAds 		{ background-position: -304px 0}
#navBlock a.danceMarathon 	{ background-position: -342px 0}
#navBlock a.beerCups 		{ background-position: -380px 0}
#navBlock a.earthquake 		{ background-position: -418px 0}
#navBlock a.bayer  			{ background-position: -456px 0}
#navBlock a.stamps  		{ background-position: -494px 0}

#navBlock a:hover.soldiersface, #navBlock a.selected.soldiersface 			{ background-position: -38px -38px}
#navBlock a:hover.chopin, #navBlock a.selected.chopin						{ background-position: -76px -38px}}
#navBlock a:hover.eyebeam, #navBlock a.selected.eyebeam 					{ background-position: -114px -38px}
#navBlock a:hover.primer, #navBlock a.selected.primer						{ background-position: -152px -38px}
#navBlock a:hover.radio, #navBlock a.selected.radio							{ background-position: -190px -38px}
#navBlock a:hover.mediaComp, #navBlock a.selected.mediaComp					{ background-position: -228px -38px}
#navBlock a:hover.summerTV, #navBlock a.selected.summerTV					{ background-position: -266px -38px}
#navBlock a:hover.outdoorAds, #navBlock a.selected.outdoorAds				{ background-position: -304px -38px}
#navBlock a:hover.danceMarathon, #navBlock a.selected.danceMarathon 		{ background-position: -342px -38px}
#navBlock a:hover.beerCups, #navBlock a.selected.beerCups					{ background-position: -380px -38px}
#navBlock a:hover.earthquake, #navBlock a.selected.earthquake				{ background-position: -418px -38px}
#navBlock a:hover.bayer, #navBlock a.selected.bayer							{ background-position: -456px -38px}
#navBlock a:hover.stamps, #navBlock a.selected.stamps 						{ background-position: -494px -38px}

#navBlock a:hover, #navBlock li a.selected {
	background-position: 0 -38px;
}


/* Repetitive 'a:hover' fixes "hover out" issues in IE 
#mainNav a:hover, #mainNav a:hover span.textLink, #mainNav a.selected span.textLink {
	cursor: pointer;
	background-position: 0 -18px;
}
*/
#resume a { 
	background: url(../images/icons/resume.png) no-repeat;
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    height: 22px;
    width: 59px;
    margin: 1em 0 0 12px;
}

#resume a:hover, #valid a:hover {
	background-position: 0 -22px;
}

#valid a { 
	background: url(../images/icons/xhtml.png) no-repeat;
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    height: 22px;
    width: 59px;
    margin: 8px 0 0 12px; 
}



/* descBlock
---------------------------- */

#descBlock h3 {
    margin: 56px 0 .5em 13px;
    padding: 0;
    display: block;
    color: #933;
    font-size: 1.2em;
    font-family: Trebuchet MS, Arial, Verdana, Sans;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.4em;
}


#descBlock p {
    margin: 0 10px 0 13px;
    font-size: .95em;
}	


/* =====================================
:::::::::::: About Page ::::::::::::::
======================================== */

#about #resumeBlock {
	padding-top: 5px;
	padding-left: 30px;
}

#about #resumeHeader h2 {
    background: url(../images/navHeaderAbout.png) no-repeat;
}

#about #resumeHeader {
	color: #fff;
}

#about #resumeHeader h3 {
    background: url(../images/resumeHeader.png) bottom right no-repeat;
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    height: 55px;
    width: 197px;      
}

#about #resumeHeader ul {
	text-indent: -9000px;
    display: block;
    overflow: hidden;
    
}

/* -- Text version of Header

#about #resumeHeader h3 {
	margin: 14px 34px 5px 0;
	text-align: right;	
	font-weight: normal;
	font-size: 1.3em;
}

#about #resumeHeader ul {
	margin: 0 34px 0 0;
	text-align: right;	
}

*/


#about #resumeHeader li {
	margin: 0 0 .2em 0;
	font-size: 1.1em;
}

#about #descBlock {	
	margin-top: 58px;
}

#about #resumeBlock {
	width: 90%;
}

#about #resumeBlock h2 {
    text-indent: -9000px;
    display: block;
    overflow: hidden;
    height: 30px;
    width: 30px;
    float: left;
}

#about #resumeBlock h2#experience {
    background: url(../images/icons/resumeExperience.png) 3px 0px no-repeat;
}

#about #resumeBlock h2#education {
    background: url(../images/icons/resumeEducation.png) 3px 0px no-repeat;
}

#about #resumeBlock h2#skills {
    background: url(../images/icons/resumeSkills.png) 3px 0px no-repeat;
}

#about #resumeBlock .jobs, #about #resumeBlock .schools, #about #resumeBlock .skillset {
	width: 465px;
	float: right;	
}

#about #resumeBlock .job  {
	clear: both;
	padding-bottom: .25em;
}

#about #resumeBlock h3, #about #resumeBlock dt {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .90em;
	letter-spacing: .03em;
	line-height: 1.3em;
}

#about #resumeBlock ul, #about .city, #about .years {	
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
	text-indent: 0;	
}

#about #resumeBlock .desc {
	list-style-image: url(../images/bullet.png);
	margin: .15em 0 0 12px;
}

#about #resumeBlock .clientList {
	margin-top: .25em;
	padding-bottom: .5em;
}



#about #resumeBlock .clientListHeader {
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	font-size: .95em;
}

#about #resumeBlock .clientList .job {
	margin: 5px 0 0 30px;
}

#about #resumeBlock .school {
	margin: 0 0 .5em 0;
}

#about #resumeBlock dt {
	float: left;
	width: 20%;
	margin-top: .1em;
	margin-right: .3em;
}

#about #resumeBlock dd {
	float: left;
	width: 70%;
}




/* =====================================
::::::::::::::::: blog :::::::::::::::::
======================================== */

#blog #navDescWrapper {
	width:245px;
}

#blogContent {
	padding-top: 47px;
	padding-left: 10px;
}


#blogContent div.post {
	/* border-bottom: 1px dotted #ccc; */
	padding-bottom: 10px;
	margin: 0 48px 2em 8px;
}

#blogContent div.post p {
	font-family: georgia "Times New Roman", serif; }


#blogContent div.post h2 {	
	display: inline;
	font-size: 1.6em;
	font-family: georgia,"times new roman",serif;
	font-weight: normal;
	border-bottom: 1px solid #933;
	margin-left: -140px;
	padding-left: 140px;
	padding-bottom: 3px;
	padding-right: 14px;
}

#blogContent div.post h2 a {
	font-weight: normal;
	color: #777;
}


#blogContent div.post .entry {
	margin-top: 15px;

}



#blogContent div.post {
	position: relative;
}

#blogContent div.post small {
	font-size: 10px;
	position: absolute;
	top: 13px;
	left: -140px;
	width: 90px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #933;
	line-height: 13px;
	border-bottom: 2px solid #933;
	/* font-family:"arial black",helvetica,sans-serif; */
}

#blogContent div.post .postmetadata {
	font-size: 10px;
	position: absolute;
	top: 32px;
	left: -140px;
	width: 90px;
	text-align: left;
	text-transform: uppercase;	
	font-family: Helvetica, Arial, Tahoma, sans-serif;

}

#blogContent div.post .postmetadata a {
	background-color: #718da9;
	color: #ddd;
	padding: 2px 6px 0 6px;
	line-height: 14px;
}






#blog #navBlock ul {
	margin: 5px 0 0 16px;
	color: #eee;
}

#blog #navBlock ul ul {
	margin: 0;
}

#blog #navBlock li a {
	color: #eee;
	display: inline;
	height: auto;
	width: auto;
	overflow: auto;
	text-indent: 0;
}










