/*solnair_projects*/

#proj{
	border:#000 1px solid;
		background:#CCC;

}
.intro_proj{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom:5px;
	text-align:justify;
	border:#ed1c24 1px solid;
	padding-top:5px;
}



#proj ul li{
	padding-bottom: 5px;
	padding-top: 10px;


}

.proj{
	color: #ed1c24;
	padding-bottom: 5px;
	padding-top: 10px;
	background:#CCC;
	font-size: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	text-align: center;
	letter-spacing: .2em;
	font-weight:bold;
}
.proj span {
	font-size: 1.3em;
	line-height: normal;
}

.pre {
	font-size: 1.5em;
	font-weight: bold;	
}

.current{
	font-size: 1.5em;
	font-weight: bold;
}

.list{
	font-size: 1.2em;
	padding-left:5px;
	padding-right:5px;
	}

.proj_list{
		text-align:center;
		font-weight:bold;
}

.proj_list_model{
		text-align:center;
		font-weight:bold;
		line-height:2em;
}

.proj_list_completed{
		text-align:left;
		font-weight:bold;
		padding-left:15px;
		line-height:3em;
		padding-bottom:30px;
		
}

li.proj_list_completed{
	
	
}
	

.ul_news{
	padding-top:10px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	text-align:center;
}

.news{
	font-size:1.3em;
	color:#ed1c24;
	font-weight:bold;
}

.ul_news li{
	padding-left:5px;
	padding-right:5px;

	
}

#proj a{
	font-size:1.1em;
	text-decoration: underline;
	color: #00F;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid #fff 1px;
	display: block;
	font-weight:bold;

	
	
	
	-webkit-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	-moz-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	-ms-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	-o-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
		}

#proj a:hover {
	background-color:#ed1c24;
	color: #fff;
	border-color: #FFFFFF;
}
