.clr{
	clear:both;
}

/* Style Categories View */
#view_categories h3{
	font-size:16px;
}

#view_categories.main ul li{
	list-style:none;
	line-height:1.8em;
	display:inline-block;
	padding:0 10px 0 10px;
	margin:0 10px 0 10px !important;
	vertical-align: top;
	
}

#view_categories ul li a{
	text-decoration:none;
	color:#666;
}

#view_categories.main ul li a:hover{
	background:#666;
	color:#fff;
}	

#view_categories.main a:hover{
	opacity: 0.5;
	background:#000;
}

#view_categories.main a.view_link{
	padding:5px 10px 5px 10px;
	background:#666;
	color:#fff;
}

/* Style Projects View */
#view_projects.main ul li{
	list-style:none;
	line-height:1.8em;
	display:inline-block;
	padding:0 10px 0 10px;
	vertical-align: top;
	margin:10px 0;
	
}

#view_projects ul li a{
	text-decoration:none;
	color:#666;
}

#view_projects .main_image{
	
	overflow:hidden;
}

#view_projects .main_image:hover{
	opacity: 0.5;
	background:#000;
}

#view_projects h4{
	background:#f4f4f4;
	color:#666 !important;
	padding:5px;
	margin-bottom:5px;
}

#view_projects_categories li{
	float:left;
	list-style:none;
	padding:8px !important;
	width:200px;
}

#view_projects_categories a{
	text-decoration: none;
	color:#666;
	border-bottom:dotted 1px #666;
	padding:5px;
	display:block;
	min-width:140px;
}

#view_projects_categories a:hover,#view_projects_categories a:active,#view_projects_categories li.current a{
	background:#666 !important;
	color:#fff;
}

a.all_projects{
	padding:10px !important;
	text-decoration: none !important;
	color:#000 !important;
}

/* Project Show File */

#item_fields{
	padding-top:20px;
}

.item_fields .main_image{
	padding-bottom:20px !important;
	float:left;
}

.item_fields .side_fields{
	float:left;
	width:43%;
}

.item_fields .side_fields li{
	line-height:1.9em !important;
	padding:5px !important;
	border-bottom:#ccc dotted 1px !important;
	list-style:none;
	width:90%;
}

.thumb{
	float:left !important;
	overflow:hidden;
	margin:10px 0 0 10px;
}

a.launch_link {
	background:#095197;
	color:#fff !important;
	text-decoration: none;
	font-size:120%;
	border-radius:10px;
	padding:5px 10px;
	margin-left:30%;
}

a.launch_link:hover{
	background:#000 !important;
}

a.back{
	float:left;
}

#view_project .main_image img{
	border:1px #ccc solid;
	padding:4px;
}