/*
*
*	Pixaria Gallery 1.0
*	Copyright 2002 - 2006 Jamie Longstaff
*
*	Script author:		Jamie Longstaff
*	Script version:		1.0	
*
*/

/* Main elements
----------------------------------------------- */

/* Import new CSS for version 2.0 */
@import url("http://stock.julianw.com/psg.css.php?cmd=version_2"); 

body
	{
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	margin:0;
	background: #000 url(http://www.julianw.com/templates/rt_bentobox_dark/images/style1/bg.png) repeat-x;
	color: #CCCCCC;
	font-size:11px;
	text-align:center;
	}

h1
	{
	font-weight:normal;
	margin:0px 0px 4px 0px;
	font-size:16px;
	}

h2
	{
	font-weight:normal;
	margin:0px 0px 1px 0px;
	font-size:14px;
	}

h3
	{
	font-weight:bold;
	margin:0px 0px 1px 0px;
	font-size:10pt;
	line-height:16px;
	}

p,div,td
	{
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	font-size:11px;
	line-height:14px;
	}

a:link,a:visited,a:active
	{
	color: #CCCCCC;
	}

a:hover
	{
	text-decoration:underline;
	color: #FFFFFF;
	}

li
	{
	margin-top:11px;
	}

form
	{
	margin:0px;
	}

/* ID Entities
----------------------------------------------- */

#masthead /*  */
	{
	height:125px;
	background: url(http://stock.julianw.com/resources/themes/Julianw/images/image-stock-library.png) 0 0 repeat-x;
	margin:0px auto;
    width: 990px;
	border:0px;
	}

/*#masthead .masthead-right {
    background: url(http://www.julianw.com/templates/rt_bentobox_dark/images/style1/head-r-sucker.png) 100% 0 no-repeat;
    }
    
#masthead .masthead-logo {
	background: url(http://www.julianw.com/templates/rt_bentobox_dark/images/style1/logo-sucker.png) 0 0 no-repeat;
    height: 125px;
    float: left;
    }

#masthead .masthead-title {
	background: url(http://stock.julianw.com/resources/themes/Julianw/images/image-stock-library.png) right 0 no-repeat;
    float: right;
    }*/
	
#copyright /*  */
	{
	background: url(http://www.julianw.com/templates/rt_bentobox_dark/images/style1/bottom-bg.png);
	padding:10px;
	font-size: 10px;
    color: #FFFFFF;
	}

#content
	{
	margin:0px auto;
    width: 960px;
	background-color:#1F1F1F;
	text-align:left;
	}
	

/* Class entities
----------------------------------------------- */

.emphasis
	{
	font-weight:bold;
	}

.small /*  */
	{
	font-size:9px;
	}

.small-bold /*  */
	{
	font-size:9px;
	font-weight:bold;
	}

.title
	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}

.list-one /*  */
	{
	background-color:#000000;
	}
	
.list-two /*  */
	{
	background-color:#333333;
	}

.section-title
	{
    font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding:6px;
    color: #EB8A00;
	border-bottom: 4px solid #2C2C2C;
	}

.section-title-text
	{
	font-size:11px;
	font-weight:bold;
	}

.section-subtitle
	{
	padding:6px;
	background:#000000;
	font-size:11px;
	font-weight:bold;
	}

.section-subtitle-text
	{
	font-size:10px;
	font-weight:bold;
    color: #FFFFFF;
	}

.section-content
	{
	padding:10px;
	text-align:center;
	background-color:#DDD;
	}
	
.form-title
	{
	font-size:13pt;
	font-weight:bold;
	text-align:justify;
	margin-top:0px;
	margin-right:8px;
	margin-left:2px;
	line-height:1.3em;
	}

.thumbnail /*  */
	{
	border: 6px solid #FFF;
	}

.image /*  */
	{
	border: 6px solid #FFF;
	}

.html-error
	{
	padding:6px;
	background-color:#DDD;
	border-bottom:1px solid #FFF;
	}

.html-error-warning
	{
	color:#F00;
	}

.contenttable
	{
	line-height:1.2em;
	width:920px;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin:0px;
	
	}

.contentcell
	{
	width:403px;	
	text-align:left;
	vertical-align:top;
	}

.table-view
	{
	line-height:20px;
	}

.row-title
	{
	padding: 2px;
	font-weight:bold;
	line-height:20px;
	}

.row-content
	{
	padding: 2px;
	line-height:20px;
	}

.tblhedtxt
	{
	font-size:10pt;
	font-weight:bold;
	}
	
.tblheader
	{
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding:6px;
    color: #EB8A00;
	border-bottom: 4px solid #2C2C2C;
	}

.index-title-bar
	{
    font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding:6px;
    color: #EB8A00;
	border-bottom: 4px solid #2C2C2C;
	}

.plain
	{
	text-decoration:none;
	}

.required
	{
	color:#F00;
	font-weight:bold;
	}

.forminput
	{
	font-size:10px;
	color:#222;
	}


/* Top Navigation
----------------------------------------------- */

a.navigation-link
	{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:11px;
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	color:#CCCCCC;
    text-transform: uppercase;
	text-decoration:none;
 	}

a.navigation-link:hover
	{
	color:#ffffff;
	text-decoration:none;
	}


/* Listbox classes
----------------------------------------------- */

.tabletitle
	{
	height:20px;
	font-weight:bold;
	background-image:url('http://stock.julianw.com/resources/images/listbox_title.gif');
	}

.tblcont
	{
	border: solid 1px #CCC;
	color:#444;
	/*width:100%;*/
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin:0px;
	}

.tblcont-stack
	{
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	color:#444;
	/*width:100%;*/
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin:0px;
	}

.table-view
	{
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	}

.table-view a
	{
	text-decoration:none;
	}

.table-view a:hover
	{
	text-decoration:underline;
	}

.tabletitle td
	{
	padding-left:2px;
	padding-right:2px;
	}


/* Image browser classes
----------------------------------------------- */

.browser-grid /*  */
	{
	padding:0px;
	background-color:#000000;
	border-bottom:4px solid #2C2C2C;
	}

.browser-cell /* The thumbnail table cell for the title of a gallery or image */
	{
	text-align:center;
	height:16px;
	}

.browser-cell-text /* The thumbnail view text font for a gallery or image */
	{
	font-size:10px;
	}

.browser-cell-image /* Advanced thumbnail view image thumbnail cell */
	{
	vertical-align:middle;
	text-align:center;
	}

.browser-cell-title /* In advanced thumbnail view this is the description cell format */
	{
	padding:0px;
	margin:0px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	}

.browser-cell-caption /* In advanced thumbnail view this is the information cell format */
	{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:10px;
	}

.browser-image /* When browsing images in a gallery, this is the style of the comp and thumbnail image DIV tags */
	{
	padding:10px;
	text-align:center;
	background-color:#000000;
	}
	
.browser-info-panel /*  */
	{
	width:920px;
	}

.browser-info-title /* When browsing images in a gallery, this is the image details heading style */
	{
	padding-right:6px;
	width:120px;
	font-size:11px;
	background-color:#000000;
	border-bottom:1px solid #333333;
	font-weight:bold;
	}

.browser-info-caption /* When browsing images in a gallery, this is the image details information style */
	{
	padding-right:6px;
	width:220px;
	font-size:11px;
	background-color:#000000;
	border-bottom:1px solid #333333;
	vertical-align:top;
	}

.browser-edit-title /* When browsing images in a gallery, this is the image details EDIT MODE heading style */
	{
	padding-right:6px;
	width:120px;
	font-size:11px;
	background-color:#AAA;
	border-bottom:1px solid #EEE;
	vertical-align:top;
	font-weight:bold;
	}

.browser-edit-caption /* When browsing images in a gallery, this is the image details EDIT MODE information style */
	{
	padding-right:6px;
	width:220px;
	font-size:11px;
	background-color:#CCC;
	border-bottom:1px solid #EEE;
	vertical-align:top;
	}

.browser-edit-field /* When browsing images in a gallery, this is the image details EDIT MODE form input item style */
	{
	width:220px;
	}

.thumbnail-cell
	{
	font-size:11px;
	text-align:left;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	}

/* Form layout items
----------------------------------------------- */

.form-row-title /* The description of what a form element is about */
	{
	padding-right:6px;
	width:403px;
	font-size:11px;
	background-color:#AAA;
	border-bottom:1px solid #EEE;
	vertical-align:top;
	font-weight:bold;
	}

.form-row-field /* The form element */
	{
	padding-right:6px;
	font-size:11px;
	background-color:#CCC;
	border-bottom:1px solid #EEE;
	vertical-align:top;
	}

.form-row-heading
	{
	padding:6px;
	background-color:#BBB;
	border-bottom:1px solid #FFF;
	font-weight:bold;
	}

/* DHTML / AJAX SLIDER CONTROLS AND IMAGE BOX CSS */

div#slider
	{
	width:220px;
	margin: 0px;
	}

div#slider-bar
	{
	width: 155px;
	background-image: url('http://stock.julianw.com/resources/themes/Julianw/images/scaler_slider_track.gif');
	background-repeat: repeat-x;
	background-position: center left;
	height:24px;
	}

div#slider-handle
	{
	width: 18px;
	height: 24px;
	margin: 0;
	cursor:move;
	}

.scale-image-basic
	{
	width: 100px;
	height: auto;
	margin: 0;
	border: 0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}

.img-container-basic
	{
	float:left;
	width:160px;
	height:170px;
	text-align:center;
	font-size:10px;
	overflow:hidden;
	}

.scale-image-advanced
	{
	width: 100px;
	height: auto;
	margin: 0;
	border: 0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}

.img-container-advanced
	{
	float:left;
	width:160px;
	height:170px;
	text-align:center;
	font-size:9px;
	overflow:hidden;
	}

.gallery-home {
clear: both;
}

.gallery-home img {
float: left;
margin-right: 15px;
}

.copyright-table {
border: 1px solid #FFFFFF; 
border-collapse: collapse;
}

.copyright-table td {
border: 1px solid #FFFFFF;
font-size: 10px;
text-align: center;
}
