/* * 
 * Style:   Shutterlog Main
 * Author:  Carlos Johnson
 * Date:    17 Oct 2004
 */

body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	font-size/* */:/**/small !important;
	font-size: /**/small !important;
	text-align: center;
	background: #000;
	color: #999;
}

/* redundant selectors to help NS4 not forget */
div, p, th, td, li, dd, dl, dt 
{ 
    font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
}

a:link
{
	color: #ccc;
    border-bottom: dotted #555 1px;
    text-decoration: none;
}

a:visited
{
	color: #ccc;
    border-bottom: dotted #555 1px;
    text-decoration: none;
}

a:hover
{
	color: #fe6;
    border-bottom: solid 1px;
    text-decoration: none;
}

/* Lists
*/
ul
{
    margin: .5em 0;
    padding-left: 10px;
    margin-left: 10px;
}

li
{
	line-height: 1.2em;
	margin-left: 5px;
	padding-left: 5px;
	list-style: disc;
}

/* Navigation bar
 */
#navbar
{
	width: 770px;
	margin: 0 auto 30px auto !important;
	background: #222;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

#title
{
    position: relative;
    top: 0;
    left: 12px;
	letter-spacing: .2em;
	font-weight: bold;
	padding: 2px;
}

#title, #title a:link, #title a:hover, #title a:visited
{
    border: none;
    text-decoration: none;
}

#nav
{
	position: absolute;
    top: 0;
    right: 8px;
	font-size: 77%;
	letter-spacing: .1em;
	padding: 3px;
}

#nav 
{
    color: #555;
}

#nav a:link, #nav a:visited
{  
	color: #999;
    border: none;
    text-decoration: none;
}

#nav a:hover
{
	color: #fe6;
    border: none;
}

/* Content
*/
#content
{
	width: 770px;
	margin: 0 auto;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
} 

/*
.photo, .thumb, .crop
*/
.thumb, .crop
{
	border: 1px solid #555;
	padding: 4px;
}

.crop
{
    float: left;
    margin: 4px;
}

.caption
{
	font-size: 85%;
	text-align: center;
}

a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb
{
    border: none;
}

#about-photo
{
    float: right;
    width: 50%;
}

#about-text
{
   float: left;
    width: 50%;
    font-size: 85%;
    line-height: 1.6em;
	text-align: left;
}

p.poweredby
{
    padding-top: 15px;
}

/* Comments
*/
#commentheader
{
    margin: 0 auto;
	padding: 10px 20px;
	font-size: 85%;
	text-align: left;
}


#commentcontent
{
    margin: 0 auto;
    padding:10px 20px;
    font-size: 85%;
	text-align: left;
}

#commentcontent .commentno
{
    padding:0 7px 0 14px;
    border:1px solid #555;
    margin-right:2px;
    font-size:140%;
    color:#555;
}

#commentcontent dt
{
    padding:8px 6px .5em;
    background:#222;
    font-weight:normal;
}
  
#commentcontent dd
{
    padding:2px 20px 8px;
    margin:0 0 1.5em;
    background:#222;
}

#commentform
{
    margin: 0 auto;
    padding:10px 20px;
    font-size: 85%;
	text-align: left;
}

div.row
{
    clear: both;
    padding-top: 10px;
}

div.row span.label
{
    float: left;
    width: 50px;
    text-align: left;
}

div.row span.formw
{
    float: right;
    width: 400px;
    text-align: left;
}

input, textarea, select
{
    margin: 1px 0;
    font: 100%/1.2em Monaco,Monospace;
}
  
.textfield
{
    font-size: 110%;
    background:#222;
    border:1px solid #555;
    color:#999;
}

/* Footer
*/
#footer
{
	width: 770px;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 15px;
	position: relative;
	left: 0;
	top: 0;
}

#footer p
{
    margin: 0;
    padding: 10px 6px;
	letter-spacing: .1em;
	font-size: 78%;
	line-height: 1.6em;
	text-align: left;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}