﻿
/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	padding-bottom:0px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(Photo/content-shim.gif);
}

.gradient {
	background-image: url(Photo/content-shim-photo.gif);
}

.solid {
	background-image: url(Photo/content-shim-none.png);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(Photo/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}



#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}


.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums
{
    background-image: url(Photo/body-repeat-photo.gif);
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 500px;
}

.view 
{
    BACKGROUND-COLOR: white;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}

.view .photo-frame {
	margin-left: 15px;
	margin-right: 15px;
}

.item {
	padding: 5px 10px;
	color: #B2B2B2;
	vertical-align: bottom;
    padding-bottom : 20px;
}

.item_text 
{
    width: auto;
    height: auto;
    text-align: center;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(Photo/body-repeat-photo.gif);
	padding: 0;
	width: 950px;
}

.tab_menu {
	background-image: url('Photo/tab_menu.png');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	height: 40px;
	text-align: left;
}

.buttonbar {
	background-image: url(Photo/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: left;
}

.buttonbar-top {background-image: url(Photo/photonav-top-bg.gif);}
.buttonbar-left {
    margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 8px;
	height: 33px;
	text-align: left;
    background-image: url(Photo/photonav-left-bg.png);
}

.buttonbar-leftright {
 	background-repeat: repeat-x;
    margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 1px;
	height: 41px;
	text-align: left;
    background-image: url(Photo/photonav-leftright-bg.png);
}

.buttonbar-right {
    margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 8px;
	height: 33px;
	text-align: left;
	background-image: url(Photo/photonav-right-bg.png);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(Photo/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(Photo/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/* Photo Border for All Pages Except the Albums Page */

.photo-frame .topx-- {
	background-image: url(Photo/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(Photo/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(Photo/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(Photo/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(Photo/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(Photo/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(Photo/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(Photo/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

.gallery-frame
{
    border-color: #000000;
    width: 312px;
    text-align: center;
}

.gallery-frame-rodape
{
    width: 312px;
    height: 30px;
    display: block;
}

/* Photo Border for the Album Page */

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-image: url(Photo/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(Photo/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(Photo/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(Photo/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(Photo/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(Photo/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(Photo/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(Photo/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(Photo/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(Photo/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(Photo/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(Photo/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .b01{background-image: url(Photo/album-l1.gif);width:14px;height:14px;}
.album-frame .b02{background-image: url(Photo/album-mtl.gif);width:60px;height:14px;}
.album-frame .b03{background-image: url(Photo/album-mtr.gif);width:68px;height:14px;}
.album-frame .b04{background-image: url(Photo/album-r1.gif);width:14px;height:14px;}
.album-frame .b05{background-image: url(Photo/album-l2.gif);width:14px;height:81px;}
.album-frame .b06{background-image: url(Photo/album-r2.gif);width:14px;height:81px;}
.album-frame .b07{background-image: url(Photo/album-l3.gif);width:14px;height:39px;}
.album-frame .b08{background-image: url(Photo/album-r3.gif);width:14px;height:39px;}
.album-frame .b09{background-image: url(Photo/album-l4.gif);width:14px;height:14px;}
.album-frame .b10{background-image: url(Photo/album-mbl.gif);width:60px;height:14px;text-align:right;}
.album-frame .b11{background-image: url(Photo/album-mbr.gif);width:68px;height:14px;}
.album-frame .b12{background-image: url(Photo/album-r4.gif);width:14px;height:14px;}
/* Form Items */

.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

/* Login View */

.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}

/* LIST */

ul {
	list-style-type: none;
	list-style-image: url(Photo/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}
.link {
	list-style-image: url(Photo/bullet-1.gif);
}
