﻿/*----------------------------------------------------------------------------
Layout stylesheet for modern browsers

Concerns the picturepages layout and styles

version: 	0.1
author: 	Jacob Olsson
email:		jacob(at)bananpaj.com
website:  	www.staireo.com
-------------------------------------------------------------------------------*/

/* LAYOUT
-------------------------------------------------------------------------------*/

#pics_head
{
	float:left;
	width:750px;
	height:48px;
}

#pics_footer
{
	float:left;
	width:750px;
	height:33px;
}

#pics_content{
	background-image:url('images/backgrounds/pics_tile_750_14_01.jpg');
	background-repeat:repeat-y;
	min-height:400px;
	padding-left:30px;
	padding-right:30px;
	display:inline-block;
}

#pics_content_single{
	background-image:url('images/backgrounds/pics_tile_750_14_01.jpg');
	background-repeat:repeat-y;
	min-height:400px;
	padding-left:6px;
	padding-right:6px;
    display:inline-block;
}


.pics_image
{
	border-style:none;
}

#footer_links{
	width:750px;
	text-align:right;
}
#footer_links h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	color:#FFFFFF;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:2px;
	float:right;
}
#footer_links img
{
	border-style:none;
	float:right;
	clear:both;
	margin-right:10px;
	margin-bottom:5px;
}
#footer_links input
{
	border-style:none;
	float:right;
	clear:both;
	margin-right:10px;
	margin-bottom:5px;
	display:block;
}


/* Album page
--------------------------------*/

.pics_album_thumb{
	width:90px;
	height:90px;
	overflow:hidden;
	margin-top:10px;
	margin-left:11px;	
	margin-right:12px;
	margin-bottom:17px;
	border-style:none;
	display:block;
}

.pics_album_thumb_back
{
	width:113px;
	height:117px;
	float:left;
	background-image:url('images/backgrounds/pics_albthumb_113_117_01.jpg');
	background-repeat:no-repeat;
}

.album_element
{
	float:left;
	width: 345px;
	height: 120px;
	vertical-align:middle;
}

.album_element p{
	float:left;
	width: 220px;
	height:120px;
	margin-top: 40px;
	vertical-align:bottom;
	text-align:left;
}

/* Photos page
--------------------------------*/
.thumb_element
{
	float:left;
	width:210px;
	height: 200px;
	margin-left:15px;
}

.thumb_background_landscape
{
	width:203px;
	height: 170px;
	background-image:url('images/backgrounds/pics_thumb_203_170_01.jpg');
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
}

.thumb_image_landscape{
	margin-left:13px;
	margin-top:14px;
	width:177px;
	height:133px;
	border-style:none;
}

.thumb_background_portrait
{
	width:165px;
	height: 212px;
	background-image:url('images/backgrounds/pics_thumb_165_212_01.jpg');
	background-repeat:no-repeat;
	float:left;
	margin-left:20px;
}

.thumb_image_portrait{
	margin-left:16px;
	margin-top:12px;
	width:133px;
	height:177px;
	border-style:none;
}


/* Single photo page
--------------------------------*/

.pic_frame_portrait
{
	width:427px;
	height: 554px;
	background-image:url('images/backgrounds/pics_frame_427_554_P.jpg');
	background-repeat:no-repeat;
	margin-bottom:0;
	
	/*Adjust to keep it centered*/
	margin-left:63px;
}

.pic_frame_landscape
{
	width:553px;
	height: 419px;
	background-image:url('images/backgrounds/pics_frame_553_419_L.jpg');
	background-repeat:no-repeat;
	float:left;
	display:inline;
	margin-bottom:0px;
}

.pic_portrait
{
	margin-left: 32px;
	margin-top:32px;
}

.pic_landscape
{
	margin-left:35px;
	margin-top:26px;	
}

#pics_content_single table{
	
	vertical-align:middle;
	text-align:left;
	width:736px; /*736*/
	margin-left:2px;
	padding:0;
	float:left;
	display:inline;
}


#pics_content_single .arrow
{
	width:80px;
}




/* STYLES
-------------------------------------------------------------------------------*/


.album_element p
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.album_element i
{
	font-size:10px;
}

#pics_content_single #pic_caption
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #FFFFFF;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}




