/*
Theme: Portfolio v.3
*/

/* standard stuff */

body {
	margin: 30; 
	background: url("http://www.liannecruz.com/images/gray-stripe.png");
	
	}
	
hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border-bottom: 1px solid #ccc;
	}
	
a{

	font: 14px georgia bold;
	color: #cc9999;
	text-decoration: none;
	}
	
a:hover {
	color:#ffffff;
	background:#666666;
}
	
h1 {
	color: #666666;
	font: 24px georgia bold;
	line-height: 30px;
	margin: 10 0 0 0;
}

h2 {
	color: #666666;
	font: 20px georgia bold;
	line-height: 30px;
	margin: 10 0 0 0;
}

ul {
list-style: disc;
}

.font {    
    font-size: 12px;
	font-family: verdana;
	line-height: 1.6;
	
	}

.border {
	width:300px; 
	}
	
.border h1 {
	border-bottom: 1px solid #ccc; 
	}	
	

/* sub navigation */
.sidenav {
	float: top;
	height: 20px;

}

.sidenav a {
	font: 1em verdana bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #ffffff;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	background: #666666;
}
.sidenav a:hover {
	background: #cc9999;
	color: #000000;	
}

/* Sidebar */
#side {
       width: 150px;
       border-left: 1px solid;
       border-color: #ccc;
       font-size: 12px;
       font-family: 'Arial';
       padding: 10px;
       list-style: none;

}

.alignright {
		float: right;
}

#side a {
    font: 12px Georgia;
    color: #cc9999;
}

#side a:hover {
	color:#ffffff;
	background:#666666;
}

/* End Sidebar */

/*Misc*/


	
	#flashcontent {
		width: 100%;
		height: 800px;
		vertical-align: top;
	
	}
	
	.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}

