/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
BODY {
	background-color:#E6FDFF;
	color: #000000;
	font-size: .7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 1%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 98%;
}

/*Link styles*/
A:link {
	color: #CC0033;
	text-decoration: none;
}
A:visited {
	color: #990000;
	text-decoration: none;
}
A:hover {
	color: #FF5015;
	text-decoration: none;
}
A:active {
	color: #FF0000;
	text-decoration: none;
}

/* block element styles */

TABLE, DIV, P, INPUT, TEXTAREA, SELECT {
	color: #000000;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
textarea {
	width: 99%;
}

/* remove border from linked images */
A IMG {
	border: 0px;
}

/* inline element styles */
h1 {
	font-weight: bold;
	text-align:left;
}

.pn-pagetitle {
	font-weight: bold;
	font-size:x-small;
	text-align:left;
}
h2, .pn-title {
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
}

/* anchor styles 
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles 
for :visited etc.
*/
A {
	color: #0000FF;
	text-decoration: none;
	background: none;
}

/* form and control styles */
.input {
	border: 1px solid #000000;
	font-size: 10px;
}

/* PostNuke specific classes */
.pn-menu {
	text-align:left;
}

/* theme styles */

smallheader {
	font-size: small;
}

.newsheading {
	text-align: center;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding:5px;
	margin-top: 14px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-color:#B9E3FF;
	background-image:url(/themes/xExtraLite/images/bar_back_horizon.gif);
}

/* news styles */
.newssummary1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding:5px;
	margin-top: 14px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-color:#B9E3FF;
	background-image:url(/themes/xExtraLite/images/bar_back_horizon.gif);
}
.newssummary2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:justify;
	padding:5px;
	background-color:#FFFFD7;
}
.newssummary2 img {
	margin-left:7px;
	margin-bottom:5px;
}
.newswrapper {
	margin-bottom: 5px;
	min-width: 100px
}

/* block styles */
.sideblock {
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-color:#B9E3FF;
	background-color:#FFFFD7;
}

.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-color:#B9E3FF;
	min-width: 100px;
	background-image:url(/themes/xExtraLite/images/bar_back_horizon.gif);
}
.toprightblock {
	padding-right:5px;
}

#themelogo {
	float:left;
}
#themesearch {
	float:right;
	padding:20px;
}
#themefooter {
	text-align:center;
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:130px;
	padding-right:130px;
	background-color:#DDF9FF;
}
#header {
	border: 1px solid #cecea5;
}
/*Front page block styles*/
.frontpage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	text-align:justify;
	padding:5px;
	background-color:#FFFFD7;
}
.frontpage img {
	margin-left:7px;
	margin-bottom:5px;
}

/* styles to create table-less layout */
#page {
	min-width: 820px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 860 ? "850px" : "100%" );
}
#wrapper {
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
}
#container {
	width: 100%;
	float: left;
    margin-right:-160px;
}
#content {
	margin-right: 140px;
}
#main {
	margin-left: 180px;
}
#mainpostcalendar {
	vertical-align: top;
}
#left {
	float: left;
    width: 160px;
}
#postcalendarleft {
	position:relative;
	left:10px;
	top:10px;
    width: 160px;
}
#right {
	float: right;
	width: 120px;
}

/* utility clearer class */
.clearing {
	height: 0px;
	clear: both;
}

/* legacy opentable function styles */
.opentable1 {
	width:90%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left:1em;
	padding-left:0em;
	text-indent:0em;
	list-style-type: circle; 
}