/*
THEME NAME: clc_thm_2
THEME URI: http://dev.clcgtn.org
DESCRIPTION: based on Sandbox from http://www.plaintxt.org/themes/sandbox/
VERSION: 2.0
AUTHOR: mmdl
AUTHOR URI:
TAGS: 
*/

/* page layout: 3-col, sidebar */
div#wrapper {
	background-color: #eeffff;
/*	border: blue solid 2px;*/
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
div#container {
	float:right;
	margin:0 0 30px -300px;
	width:100%;
}
div#content {
	margin:50px 50px 0 300px;
}
div.weeklymessage {

}
div.announcement {
   margin-top: 25px;
   padding-left: 5px;
   border: 1px solid #0481f9;
}
div.announcement .postDate {
   font-size: 11px;
}
div.sidebar {
	background-color: #eeffff;
   border-right: 1px solid #0481f9;
	float:left;
	overflow:hidden;
	width:250px;
	padding-top: 50px;
	padding-left: 15px;
}
.bloglist {
	list-style-type: none;
	line-height: 20px;
	font-weight: bold;
	color: #0481f9;
	margin-left: -40px;
}
.bloglist a {
	color: #0481f9;
	text-decoration: none;
	padding: 3px;
}
.bloglist a:hover {
	color: #eeffff;
	background-color: #0481f9;
/*	text-decoration: underline;*/
}
.widget {
   list-style-type: none;
   margin-left: -40px;
}
div#secondary {
/*	display: none;*/
	clear:left;
padding-bottom: 50%;
}
div#footer {
	background-color: #0481f9;
	color: #eeffff;
	clear:both;
	width:100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer a {
	color: #eeffff;
}

/* fonts, colors, etc. */
/*	content background: #eeffff	*/
body {
	font-family: Georgia, sans-serif;
	background-color: #eeffff;
	background-image: url('images/bkgd.jpg');
	background-repeat: repeat;
}

/* header */
div#header {
	margin-bottom: 10px;
	padding-top: 75px;
	padding-bottom: 15px;
	height: 100px;
	background-color: #ddeeff;
	background-image: url('images/chi-rho4.gif');
	background-repeat: no-repeat;
	background-position: 20px center;
	
}
div#header h1 {
	font-size: 42px;
	font-family: Georgia; 
	text-decoration: none;
	color: #443344;
	font-weight: 600;
	line-height: 42px;
	margin-top: -5px;
	margin-left: 150px;
}
div#header h1 a {
	font-size: 42px;
	text-decoration: none;
	color: #443344;
	font-weight: 600;
	line-height: 42px;
}
div#header h1 a:hover {
	color: #4499aa;
}
div#header div#blog-description {
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-family: Times;
	font-style: italic;
	color: #443344;
	line-height: 20px;
}

/* menu */
div#access div.skip-link {
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
   font-size: 15px;
}

div#access a {
	color: #bb0000;
	text-decoration: none;
}

div#access a:hover {
	text-decoration: underline;
}

div#menu {
	color: #eeffff;
	font-size: 0.9em;
	height: 1.5em;
	padding-top:0.3em;
	padding-bottom: 0.3em;
	background-color: #0481f9;
	width: 100%;
	position: absolute;
	top: 170px;
}
div#menu ul, div#menu ul ul, div#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #0481f9;		
}
div#menu ul li {
	float: left;
}
div#menu ul li a {
	color: #eeffff;
	font-weight: 500;
	text-decoration: none;
	margin-left: 15px;

	padding-right: 50px;
   padding-left:10px;
	font-size: 18px;
}
#menu ul li.current_page_item a {
   color: #0481f9;
   background-color: #eeffff;
   padding-bottom: .5em;
}

/* style for child pages; better to avoid child pages */
div#menu ul ul {
	display: none;
	padding-top:0.3em;
	padding-bottom: 0.3em;
	margin-left: 15px;
}
div#menu ul ul li {
	float: left;
}
div#menu ul li:hover ul {
	display: block;
	font-size: 0.9em;
	padding-top:0.5em;
	position: absolute;
	text-decoration: none;
}
div#menu ul li:hover ul li a {
	border: none;
	display: block;
	padding: 0.1em;
	width: 10em;
	text-decoration: none;
}
