@charset "utf-8";
/*
http://paulturowski.com
Main CSS
*/

a {
	text-decoration: none;
}

hr.dotted {
	width: 300px;
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}

html, body, .def {
	color:#FFAAFF;
  	font-family: Andale Mono, Century Gothic, Arial;
  	font-size: 14px;
  	margin: 0px;
  	padding: 0px;
  	background: #000000;
  	letter-spacing: 0px;
}

img {
	vertical-align: middle;
}

p {
	color:#FFAAFF;
	line-height: 24px;
}

ul {
	padding: 0px;
	margin: 0px;
}

/* cross-browser issue? */
ul li {
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

/*===========IDS===========*/

div#worksContainer,
div#aboutContainer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

#background {
	background-image: url(images/bg_gr.jpg);
	background-size: 100%;
	/*background-repeat: no-repeat;*/
    background-repeat: repeat-y;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
}

#cvContainer p {
	text-align: left;
	font-family: Verdana, sanserif;
	font-size: 12px;
	color: #FFAAFF;
	padding-left: 40px;
	padding-right: 40px;
}

#cvIndent {
	display: inline-block;
	padding-left: 50px;
	text-indent: -10px;
	vertical-align: top;
}

#cvWorksIndent {
	display: inline-block;
	padding-left: 50px;
	text-indent: -50px;
	vertical-align: top;
}

#cvWorksTitle {
	color: #FFCCFF;
	font-weight: bold;
	font-style: italic;
}

#headContainer {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	text-align: center;
	letter-spacing: 18px;
	margin-bottom: 10px;
}

/*#header2Container {
	display: inline-block;
}*/

#hiContainer {
	padding-left: 20%;
	padding-right: 20%;
}

#miscContainer {
	/*width: 320px;*/
}

#navContainer {
	text-align: center;
	font-size: 24px;
}

#navWorksContainer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#videoContainer {
	position: absolute;
	width: 100%;
	height: 100%;
}

#welcomebg {
	position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

#worksDur {
	color: #a9cdff;
}

#worksInstr {
	font-size: 18px;
	color: #b7a9ff;
}

#worksMedia {
	/* text-align: left; */
	position: relative;
	width: 100%;
	/* padding-bottom: 57%; */
}

#worksPerformers {
	color: #ffffee;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
}

/*=========CLASSES=========*/

a.nav {
	color: #FFFFFF;
}

a.nav:hover {
	color: #6796ff;
}

ul li.nav {
	display: inline;
	/*letter-spacing: 1px;*/
}

.blackBG {
	display: inline-block;
	background-color: #000;
}

.cvHead1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	font-stretch: expanded;
}

.cvHead2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.cvLinks {
	font-weight: bold;
	color: #00CCFF;
}

.cvLinks:hover {
	color: #00FFFF;
}

.date {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
	color: #d1fdff;
}

.halfTransparentBG {
	display: inline-block;
	background-image: url(images/bgtr.png);
}

.head1 {
	font-family: Verdana, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 6px;
	color: #fff;
}

.head2 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #fffeee;
}

.head3 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #ffaaaa;
}

.headLink1 {
	color: #ff4b21;
}

.headLink1:hover {
	color: #ffc0b6;
}

.headLink2 {
	color: #ffa200;
}

.headLink2:hover {
	color: #fcc76c;
}

.headLink3 {
	color: #4bad46;
}

.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

.links {
	color: #06CDFE;
}

.links:hover {
	color: #ffeeee;
}

.note {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	letter-spacing: 0px;
}

.menuNav {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

.menuNav:hover {
	font-size: 17px;
	color: #aef5ff;
}

.softwareInfoCol {
	font-size: 16px;
	color: #ffccdd;
}
