/************************************************
This is the layout section of the CSS file. All
the different divs are in this section
************************************************/

#wrapper {
	min-width: 400px;
	width: 100%;
}
#libphoto{
	position:absolute;
	top:0px;
	left:0px;
}
#outer {
	border-left: 165px solid #BFE4FF;  /* left column background */
	border-right: 200px solid #BFE4FF; /* right column background */
	background: #FFFFFF url(http://www.cplwcho.org/photos/books.jpg) center no-repeat; /* #E6F4FF; */        /* center column background */
}
#inner {
	margin: 0;
	width: 100%;
}
#header {
	width:100%;
	height:65px;
	background: url(http://www.cplwcho.org/photos/header_background.gif) repeat;
	/*background-color: #add4f1;/*#eddbc7;#6096BF; */
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}
#side1 {
	width: 160px;                      /* left column width */
	margin-left: -160px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
}
#side2 {
	width: 200px;                      /* right column width */
	margin-right: -200px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#content {
	float: left;
	width: 100%;
	z-index: 12;
	border-left: 3px solid #fff;
}

#cl {
	float:left;
	width:49%

}

#cr {
	float:right;
	width:49%

}
/* Mozilla bug workarounds */
#outer > #inner {
	border-bottom: 1px solid transparent;
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
#footer {
	background-color: #F4F4F4;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
}

#wifi {
	width:175px;
	padding: 2px 10px 2px 10px;
	height:110px;
	text-align:center;
	}

/************************************************
This is the text and paragraph formatting area
of the CSS file. It should be easier to maintain
if it is in one file.
************************************************/
body {
	font-size:76%;
	font-family:arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; /*#6096BF;*/
}

form {
	margin: 0;
	padding: 0;
}

h2, h3 {
	margin-top: 0;
}
p {
	margin-top: 0;
}
#header h1 {
	font: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 1em;
}
#side1 h3 {
	width: 150px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 150px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000099;
}
#side2 h3 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}
#side2 p {
	padding-left: 10px; /*10px;*/
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #B1B1B1;
	background-color: #FFFFFF;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;/* 130% Georgia, "Times New Roman", Times, serif;*/
	color: #901602;
	padding-left: 10px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;/* 130% Georgia, "Times New Roman", Times, serif;*/
	color: #901602;
	padding-left: 10px;
}
#content p {
	margin-left: 1em; /*3em*/
	margin-right: 2em; /*2em*/
}
#footer p {
	padding-left: 1em;
}
.clear {
	clear: both;
}
#content li {
	margin-top: 0;
}

.event-title {
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	}


/*
The styles for the main links
*/

a:link, a:visited {
	font-family:arial, verdana, sans-serif;
	color:#003399;
	text-decoration: none;
}

a:hover {
	color: #901602;
	text-decoration:underline;
}

a.other:link, a.other:visited {
	font-family:arial, verdana, sans-serif;
	color:#003399;
	text-decoration: none;
}

a.other:hover {
	color: #901602;
	text-decoration:underline;
}