@CHARSET "UTF-8";

#project {
	margin-left: 0px;
}

div#selected_item_description a.desc_link {
    color: #ED008C;
    font-weight: bold;
    letter-spacing: normal;
    text-decoration: none;
}

div#project_items {
width:100%;
text-align: center;
}

div#selected_item {
	width: auto;
	padding-top: 50px;
	/*NOTE: this can get overriden server side depending on configuration settings */
	height: 450px;	
}

#selected_item_frame {
	width: auto;
	/*NOTE: this can get overriden server side depending on configuration settings */
	height: 420px;
}

div#selected_item_frame img {
	display:block;
	/*to center or not to center....*/
	margin:auto;
	padding-top:10px;
}

div#selected_item_description {
	width: auto;
	overflow: automatic;
	text-align: center;
	/*NOTE: this can get overriden server side depending on configuration settings */
	height: 30px;	
}

#project_items ul>li {
	list-style-type: none;
	padding: 2px;
}

#project_items ul.right {
	margin-left: 0px;
	text-align: right;
}

#project_items li.right {
	text-align: right;
	float: right;
}

div.center {
	width: 100%;
	margin:0px auto;
}

#project_items ul.center {
	padding: 0;
	margin-left:auto;
	margin-right:auto; 
	text-align: center;
}

#project_items li.center {
	float: left;
}

#project_items a {
    font-weight: bold;
    letter-spacing: 6px;
    text-decoration: none;
}

#project_items a.navigate {
    letter-spacing: 1px;
}

#project_items a:hover {
	text-decoration: none;
        background-color: black;
        color: white;
	/*font-style: italic;*/
}

#project_items a.a_selected_item:hover {
	font-style: normal;
}

div#like_item {
    position:absolute;
    top: 550px;
    left: 420px;
}
