/* CSS Document */

/* Inventory items stylesheet */

#inventory_main {
}

/* Inventory top links */

#inventory_top {
	list-style-type: none;
	width: 700px;
	margin: 10px auto 30px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#inventory_foot {
	padding-top:20px;
	clear: both;
	width: 700px;
	text-align: center;
}

#inventory_top li {
	display: inline;
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

#inventory_top a, #inventory_foot a {
	color: #174B65;
	font-size: 12px;
	font-weight: normal;
}

#inventory_top a:hover, #inventory_foot a:hover {
	background: url(../images/dot.gif) repeat-x bottom;
}

/* Typography (based on #noticias) */

#inventory_main h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin: 18px 0;
	padding: 0;
	text-decoration: none;
}

#inventory_main h2, #inventory_main h2 a {
	color: #0B76AE;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
		
#inventory_main h2 a:hover {
	background: transparent;
	color: #0090DA;
}
		
#inventory_main h3 {
	color: #016CA3;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 5px 0;
}

/* Inventory-specific layout */

#inv_single_img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#inventory_main li {
	margin-bottom: 10px;
}

#inv_text {
	text-align: left;
	width: 280px;
	margin-top: 30px;
}

#specs {
	width: 280px;
	margin-top: 30px;
}

#specs table {
	margin: 10px 0 0;
	padding: 0px;
	border: 0px;
}

#specs td {
	font-size: 12px;
	padding-bottom: 3px;
}

/* Inventory list */

#inv_list {
	float: right;
	width: 150px;
	margin-left: 25px;
}

#inv_list p, #past_proj p {
	margin-top: 6px;
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: bolder;
}

#inv_list a {
	color: 000;
}

/** Lytebox styles IN PROGRESS, based on Image Viewer styles above **/

#inv_left {
	float: left;
	width: 280px;
}
#inv_right {
	float: right;
    width: 400px;
	margin: 0 0 20px 10px;
}
#lb_full {
    text-align: center;
    vertical-align: middle;

}
#lb_full img {
    max-width: 400px;
    margin: 0 auto;
}
#lb_thumbnails {
	float: right;
	width: 370px;
}        
#lb_thumbnails img {
    height: 90px;
    width: 90px;
    float: left;
    margin: 5px 5px;
}
#picasa {
	float: right; 
	width: 400px;
	margin: 0 0 20px 10px;
    text-align: center;
}


/** Image viewer css 	http://webonweboff.com/widgets/js/image_viewer.aspx **/

#viewer,
#imagesBox {
	float: right;    
}
#viewer {
    width: 400px;
	height: 400px;
	margin: 0 0 20px 10px;
    text-align: center;
    vertical-align: middle;
}
#viewer img {
    max-height: 400px;
    max-width: 400px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
#imagesBox {
	width: 370px;
	height: 120px;
}        
#imagesBox img {
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px 5px;
    cursor: pointer;
}
#image-title {
    font-weight: bold;
    margin-top: 5px;
}
#image-comment {
    padding: 4px 0 4px 0; 
}


