/* $Id: common.css,v 1.8 2004/09/20 14:36:53 unconed Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  /*font-weight: bold;*/
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body, h1, h2, h3, h4, h5, h6, p, td, th, li, ul, ol, div, span {
  font-family: arial, helvetic, verdana, trebuchet ms, tahoma, sans serif;
  font-size: 10pt;
}

body {
  padding: 0px;
  margin: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	padding:5px;
}

h1, h1 a { font-size:20pt; }
h2, h2 a { font-size:18pt; }
h3, h3 a { font-size:16pt; }
h4, h4 a { font-size:14pt; }
h5, h5 a { font-size:12pt; }
h6, h6 a { font-size:10pt; }

ul {
  list-style-type: disc;
}
blockquote {
  font-style: italic;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
/*li {
 padding-bottom: .3em;
}*/
p {
  /*margin: 0 0 .5em 0;*/
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#wholepage {
	border-collapse: separate;
	/*border-spacing: 10px;*/
}
#wholepage td {
	/*margin: 10px;*/
}
#header {
	padding-left:		20px;
	vertical-align:		bottom;
	text-align:			left;
	border-width:		1px;
	border-style:		solid;
}
#header .title {
	font-size:			24pt;
	line-height:		30pt;
	font-weight:		bold;
}
#header .logo {
	height: 60px;
	width: 40px;
	vertical-align: center;
	text-align: center;
}
#header .site-slogan {
  font-size: 9pt;
  line-height: 12pt;
}

#help {
  font-size: 9pt;
}
#content {
  clear: both;
}
#sidebar-left, #sidebar-right {
  /*width: 200px;*/
  vertical-align: top;
  /*padding: 2px;
  border-style: solid;
  border-width: 1px;*/
}
/*#sidebar-left {
  border-right: 1px solid;
}*/
/*#sidebar-right {
  border-left: 1px solid;
}*/
#main {
  width: 650px;
  min-width: 500px;
  padding: 20px;
  vertical-align: top;
  /*border: 1px solid black;*/
}
#footer {
 font-size: 0.8em;
 padding-top: 2em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 0 0 .5em 0;
}
.content li {
  margin-top: 0.5em;
}

.links {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block {
  width: 170px;
  border: 1px solid;
  padding: 2px;
  margin-bottom: 1em;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

.block input.form-text {
	width: 100%;
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
.links {
  margin: 1em 0 3em 0;
  text-align: right;
 }
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}

/*
** Common navigation links added on the admin/themes/settings page
*/
.navlinks {
  padding: 0em 0.5em 1.5em 0em;
  clear: both;
}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em;
}
.secondary a {
  font-size: 0.9em;
  padding: 0em 0.5em 0em 0em;
}

/*
** Logo Image Positioning
*/
/*#header img {
  float: left;
  padding: 0em 2em .5em 0em;
}
#header {
  clear: both;
}*/

/*
 * Menu
 */
ul.menu {
	margin: 0px;
	padding: 0px;
	/*list-style-position: inside;*/
	list-style-type: none;
}
ul.menu li {
	padding: 0px;
	margin: 2px 0px;
	margin-left: 8px;
	list-style-type: none;
}
ul.menu li.leaf {
	/*padding-left: 8px;
	margin-left: 8px;
	border: 0px solid;
	border-left-width: 2px;*/
	list-style-type: none;
}
ul.menu ul.menu {
	margin-left: 2px;
	padding-left: 2px;
	border-left: 2px solid;
	list-style-type: none;
}
li.expanded, li.leaf, li.collapsed {
	list-style-type: none;
	list-style-image: none;
}

/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
.item-list ul li {
  list-style: square;
}
#aggregator .feed {
  border: 1px solid gray;
  padding: 1em;
}
#aggregator .source {
  color: gray;
  font-style: italic;
  font-size: 0.9em;
}

ul.galleries h3,
ul.images h3
{
	font-size: 11pt;
/*	display: inline;*/
}
ul.galleries {
	overflow: visible;
}
ul.galleries li div.count {
	clear: none;
}
