@charset "iso-8859-1";

body
{
	font-size: 100%;
	margin: 0;
	padding: 0px;
}
#pageWrapper
{
	border-style: solid;
	border-width: 0 0px;	/* layout's side borders */
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;		/* arial looks better with a smaller size */
	margin: 0;
	min-width: 600px;	/* IE doens't understand this property */
	width: auto;
}
* html #pageWrapper
{
	word-wrap: break-word;	/* invalid CSS but keeps IE from breaking
				   horribly under narrow viewports */
}
#masthead
{
	background-color: #D7ECFF;
	border-style: none;
	border-width: 1px 0;
	color: maroon;
}
#masthead h1
{
	display: inline;	/* easier than setting 0 padding and margin */
}

/* left and right columns */
#outerColumnContainer
{
	background-color: #D7ECFF;
	border-style: solid;
	border-width: 0 10px;
	border-left-color: #D7ECFF;	/* left hand column background color */
	border-right-color: #D7ECFF;	/* right hand column background color */
	color: #000;
	z-index: 1;
}
* html #outercolumncontainer
{
	/* IE5.0/Win fix for 1px whitespace between masthead and body.
	 * The case-incorrect selector is on purpose. IE5.0 and IE5.5 are
	 * case insensitive and I'm targeting IE 5.0. 5.5 doesn't get hurt
	 * by this extra margin work.
	 */
	margin-top: -1px;
	border-top: solid 1px #000;
}

/* middle (center) column */
#innerColumnContainer
{
	border-style: none;
	border-width: 0 0px;	/* puts borders between middle and the side
				   columns. */
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 2;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	overflow: visible;	/* fix for IE italics bug */
	position: relative;
	z-index: 10;
	background-color: #D7ECFF;	
}
#leftColumn
{
	margin: 0;
	width: 100%;
}
#rightColumn
{
	float: right;
	margin: 0;
	width: 100%;
}
#rightColumn .inside
{
	font-size: 90%;	/* because the parent element ( #rightColumn )
			   defines its width in EMs, we can't change the font
			   size in that selector, otherwise the column won't use
			   the entire width reserved for the column */
}
#contentColumn
{
	margin: 0;
	padding: 0px;
	width: 100%;
}
#footer
{
	background-color: #D7ECFF;
	border-top-style: solid;
	border-width: 1px 0;	/* border for bottom of layout and top of
				   footer area */
	color: maroon;
	position: relative;
	text-align: center;
}
html>body #footer
{
	padding-bottom: 1.01em;	/* attempt to fix Gecko engine's rounding errors
				   which can disrupt the layout. */
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 1px;		/* for better consistency across platforms, effect on height of box! */
}
.clear
{
	clear: both;
}
.inside
{
	padding: 0 0.8em;	/* glitch in IE caused by vertical padding in
				   this class, so 0 padding is set here and
				   those blocks that need the vertical padding
				   must be applied to the parent element.
				   the purpose of this class is to provide
				   horizontal padding without using hacks to
				   get around IE's broken box model. so it's
				   okay to apply vertical padding to the parent
				   element, just not horizontal padding. */
}
#centerColumn, #rightColumn, #masthead
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;	/* this is the vert padding talked about in the
				   .inside selector comment. */
}

#leftColumn
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;	/* this is the vert padding talked about in the
				   .inside selector comment. */
}

#masthead, #footer
{
	padding: 1em;	/* ditto from above */
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
{
	border-color: silver;	/* one-stop control of border color used within
				   the layout */
}
#outerColumnContainer
{
	border-top-color: #000;	/* should match the above border color */
}

/********* End Skidoo / Rest comes from position.css *********************************************************************/

/* --------- Layout and positioning ------------ */


#header img { padding : 0px;
}


#top-menu {
    padding : 1px;
    text-align : right;
}

#search-box {
    float : left;
    padding : 0;
    margin : 0;
    display : inline;
}


div.block-embedded {
    width : 200px;
}

#miniadmin div.box-content {
   font-size : .9em;
   max-height : 250px;
   overflow : auto;
}

#blog-list-view {
   margin-bottom : 2em;
}

.menu {
width: 100%; 

}
