/* 
** lumen-perfectus.com - lists and forms stylesheet
** 
** 17 November 2008 - (version 0.14)
** 
*/

/* import base stylesheet */
@import url("lp_base.css");

/* overwrite base style */

body {
    background-color: #E4E4E4;	
}
	
#header a {
	display: block;
}

#left_ h1 {
	display: none;
}

/* lists of links, with headers  -- used on the galleries, links, and map pages */

#linktable {		/* wrapper for columns of links */
	margin: 0.1em;
	padding: 0.1em;
	width: 100%;
	font-size: 118%;
}

div.columns {		/* each column */
	float: left;
	margin: 0.6em;
	width: 27%;
}

li.colheader {
	list-style-type: none;
	color: #404040;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
}

li.colsubheader {
	list-style-type: circle;
	font-size: 82%;
	color: #707070;
	font-weight: bold;
	line-height: 2em;
}

li.colsubheader2 {
	list-style-type: none;
	padding-left: 0.5em;
	font-size: 82%;
	color: #707070;
	font-weight: bold;
	line-height: 2em;
}

li.rowempty {
	list-style-type: none;
	font-size: 74%;
	margin-left: 0em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
	
li.col {
	list-style-type: none;
	font-size: 74%;
	margin-left: 0em;
	line-height: 1.5em;
}

#content .col a:link, #content .col a:visited {
    color: #959595;
	text-decoration: none;
	font-weight: normal;
}

#content .col a:hover, #content .col a:active {
	color: #68808C;
}

/* used on lprevhistory and lparchive pages */

div#nav {
    width: 90%;   
}

#nav ul {
    list-style-type: disc;
    padding: 0.1em 0em 0.9em 0.5em;    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 98%;
	line-height: 1.4em;
}

#nav ul li {
    padding: 0.2em 0em 0.3em 0.3em;
    margin: 0em 0.3em 0em 1em;
}

#nav ul li.empty {
	list-style-type: circle;
}

#nav a:link, #nav a:visited {
    color: #959595; 
}
 
#nav a:hover, #nav a:active {
    color: #68808C;
}

/* forms */

/* buy prints, used only on purchase page */

form#buy_print {
	margin: 1.2em;
	padding: 3px;
}

#buy_print input {
	margin-top: 1.1em;
	margin-bottom: 0.9em;
}

#buy_print .printinfo {
	margin: 0em 0em 1.8em 1.8em;
	line-height: 1.2em;
}

#buy_print img {
	margin-bottom: 3.5em;
}

#buy_print .bn_btn {
	float: right;
	margin: 1em 10em 0em 0em;
}

/* search box, used only on search page*/

#search_box input {
	font-size: 90%;
	margin: 1.2em 0em 0.5em 0.5em;
}

input photosizes {
		
}
