/* $Id: local.css,v 1.1 2010/07/12 23:05:43 aross Exp $ */ 

/**
 * @file
 * For users to customize theme
 *
 * This file will be loaded after the other theme stylesheets so use it to make 
 * your own customizations and it will override other settings.
 *
 * IMPORTANT - when upgrading the theme, save a copy of this file and then
 * paste back into the new local.css after the upgrade to keep your customizations
 * 
 */

#search-box {
	position: absolute;
	top: 50px;
	right: 25px;
}
#slinks {
	margin-top: 19px;
	border-top: 1px solid silver;
	padding-top: 5px;
}
#slinks, #slinks a {
	font-size: 7pt;
	color: gray;
}

.dl, .file-uploads {
	margin:5px 0px;
	padding: 3px 10px 3px 80px;
	min-height: 64px;
	background: #ededed url('/images/save.gif') .8em .3em no-repeat;
	border: 1px solid #e7e7e7;
	border-radius: 7px;
}
.node .picture, .node .pictures, .node image, .image-thumbnail {
	border: 1px solid #dddddd;
	float: right;
	margin: 0.5em;
	padding: 3px;
}

.node .pictures {
	border: 1px solid #dddddd;
	float: right;
	margin: 0.5em;
	padding: 3px;
}

.view .image-gallery-nodes ul li {
	height: auto !important;
	width: 145px !important;
	vertical-align: top;
}

h1.title {
	margin: 5px 0px;
	padding: 3px 0px;
	line-height: 120%;
	font-size: 16pt;
}

.meta {
	background: #eee;
	padding: 2px 5px;
}

textarea.form-textarea {
	font-family: "Menlo", monospace;
}

.block-red {
	background-color: #fadadd;
}

#block-block-36 {
	background-color: #fadadd !important;
	background-image: none !important;
	border: 3px solid maroon !important;
}

.vocabulary-container {
column-count:2;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
}

.blue-block {
	background: transparent !important;	
}