body {
	background: url('../i/bg.jpg') repeat-x;
	font-size: 12px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	line-height: 2em;
	overflow: scroll;
}
#container {
	position: relative;
	width: 850px;
	margin: 40px auto;
}
#fullview {
	width: 100%;
	text-align: center;
	height: 550px;
	margin: 0 auto;
	position: absolute;
	top: -650px;
	cursor: pointer;
	padding: 100px 0 0 0;
	background: #313131;
}
#fullsizeimg{
	border: solid 8px white;
}
#fullsizecaption {
	color: white;
	width: 800px;
	margin: 0 auto;
	padding: 0 8px;
}
textarea {
	font-family: "trebuchet MS", Trebuchet, Helvetica, Arial;
	font-size: 12px;
}
h3 {
	font-weight: 100;
	font-size: 1.4em;
	font-style: italic;
	color: grey;
	margin: 0;
}
h4 {
	margin-bottom: 1em;
}

#header { 
	width: 800px;
	height: 140px;
	background: url('../i/header.gif') top center no-repeat;
}
#header h1 {
	margin-left: -9000px;
}
#leftcol {
	float: left;
}
#rightcol {
	width: 520px;
	float: right;
	margin: 0 0 20px;
}

#menu ul { 
	background: url(../i/menubar.jpg) no-repeat top right;
	padding: 17px 0;
	margin-bottom: 20px;
}

#menu ul li {
	display: inline;
	padding: 7px;
	border-right: solid 1px #CCC;
}
#gallery {
	border: solid 1px white;
}
#gallery.selectedOutline {
	border: solid 1px red;
}

a:link, a:visited {
	color: #336666;
	text-decoration:  none;
}

a:active, a:hover {
	color: #99CCCC;
}
h2 {
	font-size: 1.6em;
	font-weight: 100;
	color: #336666;
	margin: .5em 0;	
}
.thumb {
	padding: 3px;
}

#content p {
	margin: 1em 0;
}

#footer {
	clear: both;
	width: 850px;
	border-top: solid 1px #CCC;
	margin-top: 50px;
	padding: 15px 0;
}

.ui-tabs-nav { height: 20px;}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
        padding: 20px 0;
    }
}

.pdf-link {
	background: url(../i/pdf-icon.gif) no-repeat;
	padding: 15px 0 15px 40px;
}

#centeredbox {
	width: 500px;
	margin: 200px auto;
	padding: 20px;
	border: solid 1pix #CCC;
}

#image_operations { 
	padding: 10px 0;
	
}

.checkmark {
	background: url('../i/redcheck.gif') no-repeat 0 5px;
	padding: 2px 20px;
}

#image_uploader {margin-bottom:20px}
