/* $Id: common.css,v 1.12 2007/06/04 11:10:38 goba Exp $ */


    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
    pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    	margin:0;
    	padding:0;
    }
    table {
    	border-collapse:collapse;
    	border-spacing:0;
    }
    fieldset,img { 
    	border:0;
    }
    address,caption,cite,code,dfn,em,strong,th,var {
    	font-style:normal;
    	font-weight:normal;
    }
    ol,ul {
    	list-style:none;
    }
    caption,th {
    	text-align:left;
    }
    h1,h2,h3,h4,h5,h6 {
    	font-size:100%;
    	font-weight:normal;
    }
    q:before,q:after {
    	content:'';
    }
    abbr,acronym { border:0;
    }



/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 0;
  padding: 2em 0 2em 1em;
  font-size: .9em;
  line-height: 1.3em;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
}

h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 1.3em 0;
}
br {
	clear: both;
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#header {
  padding: 4px 8px 16px 36px;
}
* html #header{
	padding-bottom: 4px;
}
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  padding: 6px;
  width: 165px;
}


	
#main {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  vertical-align: top;
  width: 100%;
}

#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 0.5em 0;
}
ul.links.inline {
  font-size: 0.8em;
  line-height: 1.25em;
}

#sidebar-right.block {
  width: 160px;
}

#sidebar-left.block {
  width: 160px;
}

.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;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
  padding: 5px 3px 6px 0px; /* LTR */
  clear: both;
}
.primary a {
  font-size: 0.8em;
  padding: 0em 0em 0em 0em; /* LTR */
  
}
.secondary a {
  font-size: 0.8em;
  padding: 0em 0.5em 0em 0em; /* LTR */
}

/*
** Logo Image Positioning
*/

#header {
  /*clear: both;*/
  height: 110px;
  /*border-bottom: 1px solid black;*/
}
/*
** Module specific styles
*/
.form-item textarea {
 
   font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
}
.form-item {
	width: 30em;
}
*html .form-item {
	width: 25em;
	w\idth: 29em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}






#container {
	align:center;
	margin:	0 auto;
	width: 818px;
	border: 1px solid #875;
}
* html #container {  /* This is the Tan hack */
	width: 820px;
	w\idth: 818px; }

#container_footer{
	align:center;
	text-align: center;
	margin: 0 auto;
	width: 818px;
	height: 140px;
	padding: 0;
	
	
}
#header-table{
	width:100%;
}






