/* Eire-Web Design.ie css style */
body{margin:0px; padding:0px; background-color:#999966; background-image:url(images/bg_main.gif); font-family:verdana; font-size:11px; text-align:center;}
a:link, a:visited{color:#ffffff; text-decoration:none;}
a:hover{color:#e5e5e5;}
#ewd_holder_div{text-align:center;width:950px; padding:0px; margin-left:auto; margin-right:auto; background-color:#ffffff;}


/* header style  */
#ewd_header{width:950px; background-image:url(images/top_bg_exp.jpg); background-repeat:repeat; background-position:top; height:167px;}
#ewd_header_left_icon{background-image:url(images/top_lft.jpg); background-repeat:no-repeat; background-position:top left; float:left; width:29px; height:136px;}
#ewd_header_left_icon img{border:0; display:block;}
#ewd_head_steps{float:left; height:136px; width:378px; text-align:left;}
#ewd_head_logo{float:left; height:136px; width:543px; text-align:right;}
#ewd_header_links{text-align:center; clear:both; padding:7px 0px 0px 0px; color:#ffffff; width:100%;}

#ewd_header img{border:0px}
#ewd_header a:link, #ewd_header a:visited{color:#ffffff; text-decoration:none; font-weight:bold;}
#ewd_header a:hover{color:#e5e5e5;}
/* end header style */

/* center left and right */
#ewd_content_ctr{clear:both;color:#ffffff; text-align:left; width:950px;}
#ewd_ctn_left_holder{float:left; width:705px; text-align:left;background-image:url(images/lg_box_exp.jpg); background-repeat:repeat-y;}
.ewd_ctn_lft_top{background-image:url(images/lrg_box_top.jpg); background-repeat:no-repeat; background-position:top left; height:32px;width:705px;}
.ewd_ctn_lft_top_txt{padding:6px 0px 0px 15px; font-size:14px; font-weight:bold;}
.ewd_ctn_center_txt{padding:0px 5px 0px 15px;}
.ewd_ctn_lft_btm{background-image:url(images/lg_box_btm.jpg); background-repeat:no-repeat; background-position:left; height:13px;width:705px;}


#ewd_right_holder{float:left; width:236px; text-align:left;}
.ewd_rgt_box_bg{background-image:url(images/small_box_top.jpg); background-repeat:no-repeat; background-position:top left; width:236px;}
.ewd_rgt_txt_holder{height:35px;}
.ewd_rgt_head_txt{padding:8px 0px 0px 38px; font-weight:bold; font-size:12px;}
.ewd_rgt_content_txt{background-image:url(images/small_box_exp.jpg); background-repeat:repeat-y; padding:0px 12px;}
.ewd_rgt_box_btm{background-image:url(images/small_box_btm.jpg); background-repeat:no-repeat; height:25px; background-position:top left;}
/* end center left and right*/

/* footer */

#ewd_footer{width:950px;clear:both; border-top:2px solid #990000; text-align:left; color:#ffffff;}
#ewd_footer_holder{clear:both; text-align:center; background-image:url(images/btm_exp.jpg); background-repeat:repeat-x; height:37px;}
#ewd_footer_txt{color:#ffffff; padding:7px;}
#ewd_privacy a:link, #ewd_privacy a:visited{color:#ffffff; font-weight:bold;}
#ewd_privacy a:hover{color:#f5f5f5;}
/* original */
h1, h2, h3 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;font-weight: bold;}
h1 {font-size: 4em;text-align: center;}
h2 {font-size: 1.6em;}
h2.pagetitle {font-size: 1.6em;}
#ewd_right_holder h2 {font-family: 'Lucida Grande', Verdana, Sans-Serif;font-size: 1.2em;}
h3 {font-size: 1.3em;}	
.commentlist li, #commentform input, #commentform textarea {font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight: bold;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none;}
#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal;}
small, #ewd_right_holder ul ul li, #ewd_right_holder ul ol li, .nocomments, .postmetadata, blockquote, strike {color: #990000;}
code {font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps{font-size: 0.9em;letter-spacing: .07em;}
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}
#wp-calendar a {text-decoration: none;}
#wp-calendar caption {font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;	text-align: center;}
#wp-calendar th {font-style: normal;text-transform: capitalize;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 2px 0 2px 10px;
	}

.entry ul li:before, #ewd_right_holder ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#ewd_right_holder ul, #ewd_right_holder ul ol {
	margin: 0;
	padding: 0;
	}

#ewd_right_holder ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#ewd_right_holder ul p, #ewd_right_holder ul select {
	margin: 5px 0 8px;
	}

#ewd_right_holder ul ul, #ewd_right_holder ul ol {
	margin: 2px 0 0 15px;
	}

#ewd_right_holder ul ul ul, #ewd_right_holder ul ol {
	margin: 0 0 0 15px;
	}

ol li, #ewd_right_holder ul ol li {
	list-style: decimal outside;
	}

#ewd_right_holder ul ul li, #ewd_right_holder ul ol li {margin: 3px 0 0 10px;padding: 0;}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#ewd_right_holder #searchform #s {
	width: 108px;
	padding: 2px;
	}

#ewd_right_holder #searchsubmit {padding: 1px;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {width: 130px;}

#commentform input {width: 170px;padding: 2px;margin: 5px 5px 1px 0;}

#commentform textarea {width: 90%;padding: 2px;}

#commentform #submit {margin: 0px 60px 0px 0px;float: right;}
/* End Form Elements */



/* Begin Comments*/
.alt {margin: 0;padding: 10px;}

.commentlist {padding: 0;text-align: justify;}

.commentlist li {margin: 15px 0 3px;padding: 5px 10px 3px;list-style: none;	}

.commentlist p {margin: 10px 5px 10px 0;}

#commentform p {margin: 5px 0;}

.nocomments {text-align: center;margin: 0;padding: 0;}

.commentmetadata {margin: 0;display: block;}
/* End Comments */



/* Begin Sidebar */
#ewd_right_holder form {margin: 0;}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

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



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #cc0000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* end original */
.cat-item{margin:1px 0px 1px 0px;}
.cat-item-3,.cat-item-6,.cat-item-7,.cat-item-8,.cat-item-9{margin:0px 0px 1px 15px;}

.entry {padding:2px 5px 2px 10px!important; width:95%; text-align:left;}
#ewd_right_holder ul, #ewd_rgt_content_txt ul{padding:0px; margin:0px;}
#ewd_rgt_content_txt ul li ul{padding:0px; margin:0px;}
.widgettitle{margin:0px;color:#990000;background-color:#f5f5f5; padding:2px; border:1px solid #990000;}
#ewd_right_holder a:link, #ewd_right_holder a:visited{color:#ffffff;}
#ewd_right_holder a:hover{color:#990000;}

#ewd_content_ctr h1{clear:both; font-size:16px; text-align:left;}
.ewd_ctn_center_txt h2{clear:both;}
.ewd_ctn_center_txt a:link, .ewd_ctn_center_txt a:visited{color:#ffffff;  text-decoration:underline;}
.ewd_ctn_center_txt a:hover{color:#990000;}

#ewd_comments{color:#ffffff; border:1px solid #e5e5e5; background-color:#990000; margin:2px 5px; width:95%;}
#ewd_comm_list a:link,#ewd_comm_list a:visited{color:#ffffff;}
#ewd_comm_list a:hover,#ewd_comments a:hover{background-color:#999966;}


