@charset "UTF-8";
/* CSS Document */

/* -webkit-box-reflect:below -22px -webkit-gradient(linear,left top, left bottom,from(transparent), color-stop(0.2,transparent),to(rgba(255,255,255,0.5))); */

/* Styles for Past Projects Main */

#past_projects {
	width:619px;
	height:436px;
	background:#cce9ff;
	margin:0;
	float:left;
	left:402px;
	position:absolute;
	border: solid white 2px;
	padding:0px;
	overflow:scroll;
	box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
}

#past_projects ul {
	list-style-type:none;
	width:582px;
	padding-left:32px;
}

.title {
	font-size:16px;
	margin:0px;
	padding:0px 0px 7px 0px;
	text-shadow:
		-1px -1px 2px rgba(240,235,230,0.6),
		1px -1px 2px rgba(240,235,230,0.6),
		-1px 1px 2px rgba(240,235,230,0.6),
		1px 1px 2px rgba(240,235,230,0.6);
}

.listing {
	float:left;
	display:block;
	width:100%;
	padding:0px;
}

.listing img {
	float:left;
	margin:0px 10px 10px 0px;
	display:inline;
}

.description {
	font-weight:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	display:inline;
	width:232px;
	height:95px;
	margin-top:5px;
	float:left;
	padding:0;
}

.description p {
	margin:0;
	padding:0;
}

.options {
	display:inline;
	width:155px;
	height:65px;
	margin-top:0px;
	float:left;
	padding-left:10px;
}

.options a {
	font-weight:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}

.options a:hover {
	color:#008;
	font-size:13px;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin: 7px 0px 0px 25px;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  margin-left:40px;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}