/*  
Theme Name: CEIM Theme
Theme URI: http://www.ceim.ie/
Description: The Original CEIM Theme
Version: 1.0
Author: Paul Rooney - Gary Meredith


*/
body {
 margin: 0;
 padding: 0;
 color: #666666;
 font-size: 12px;
 background-image: url(images/page_bg.gif);
 font-family: Helvetica, sans-serif;
}

a:link, a:visited {color: #6666FF;
text-decoration: none;}

a:hover, a:active {color: #333399;
text-decoration: underline;}


img {
	border: 0;
}
.wrapper {
 width: 770px;
 margin: 0 auto;
}
#bgtop {
 background-image: url(images/header_bg.gif);
 background-repeat: repeat-x;
}
#bgbottom {
 background-color: #FFF;
}
#main {
 position: relative;
 padding: 5px;
 margin-top: 0px;
}

#content {
 margin: 0 230px 0 0;
 width: 500px;
 padding: 10px;
 min-height: 500px;
}

* html #content {height:500px} /* IE Min-Height Hack */ 


#header {
 height: 160px;
 position: relative;
}
ul#navlist
{
  padding: 0;
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: 105px;
  left: 250px;
}

#navlist li
{
  display: inline;
  list-style-type: none;
}

#navlist a { padding: 3px 0px; }

#navlist a:link, #navlist a:visited
{
  color: #000;
  text-decoration: none;
}

#subscribe {
  position: absolute;
  top: 20px;
  left: 450px;
  padding: 8px 0px 4px 0;
  color: #FFF;
}

#subscribe form {
  display: inline;
}

.form_submit_button
{
  cursor:pointer;
  border:outset 1px #ccc;
  background:#fff;
  color:#000;
  padding: 0px 2px 0px 2px;
  margin: 0 0 0 5px;
  background: url(images/form_bg.gif) repeat-x left top;
  font-size: 12px;
}

.form_email_text
{
  width: 170px; 
  border: 1px solid #d1d1d1;
  padding: 1px;
  padding-left: 5px;
  background-color: #fff;
  font-size: 12px;
}

.centre-vertical
{
  vertical-align: bottom;
  padding-bottom: 3px;
}


#sidebar {
 position: absolute;
 top: 0;
 right: 0;
 width: 210px;
 margin: 0;
 margin-top: 10px;
 padding: 5px;
 background-image: url(images/right_col_gradient.gif);
 background-repeat: no-repeat;
}

.boxtop {
	background: url(images/box_top_bg.gif) no-repeat top left;
	min-height: 200px;
	padding: 10px;
}
* html .boxtop {height:200px} /* IE Min-Height Hack */ 
.boxbottom {
	background: url(images/box_bottom_bg.gif) no-repeat top left;
	min-height: 200px;
	padding:  10px;
}
* html .boxbottom {height:200px} /* IE Min-Height Hack */


#footer {

}
#footnote {
	padding: 10px;
	background-color: #efefef;
}
#footnoteleft {
float: left;
width: 78%;
}

#footnoteright {
}


.post h4{
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}


#sidebar h3{
	margin-bottom: 0;
}
#sidebar .entry p{
	margin: 0;
	padding: 0;
}

#wp-calendar {

	empty-cells: show;

	margin: 0px auto 0px 0;

	width: 180px;

	}



#wp-calendar #next a {

	font-size: 100%;

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	font-size: 100%;

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}


/* same as h3*/
#wp-calendar caption {
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}



#wp-calendar th {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td {

	padding: 2px 0;

	text-align: center;

	}



/*#wp-calendar td.pad:hover { // Doesn't work in IE// background-color: #fff; }*/

#searchsubmit
{
  cursor:pointer;
  border:outset 1px #ccc;
  background:#fff;
  color:#000;
  padding: 0px 2px 0px 2px;
  margin: 0 0 0 5px;
  background: url(images/form_bg.gif) repeat-x left top;
  font-size: 12px;
}

#searchform #s
{
  width: 100px; 
  border: 1px solid #d1d1d1;
  padding: 1px;
  padding-left: 5px;
  background-color: #fff;
  font-size: 12px;
}