/*	
	Author Name	: 	Tadhg McCarthy
	Author Site	: 	http://tmclikes.com
*/

body {
	background: #000000 url(backTile.gif) repeat;
	padding: 0 0 40px;
	color: #555;
	margin: 0;
	}
	


#header {
	position: relative;
	background: black;
	width: 100%;
	height: 224px;
	z-index: 2;
	}
	
#flashBanner{
	background: black;
	position: relative;
	width: 100%;
	height: 180px;
	z-index: 1;
	}
	
#flashBanner h1{
	color: yellow;
	width: 90%;
	height: 100%;
	text-align: center;
	margin-top: 50px; 
	font: 6em, helvetica, arial; 
}

h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	}

h2 {
	letter-spacing: 0;
}
.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	}

#page {
	padding: 0;
	width: 796px;
	_width: 756px;
	border: none;
	}
.primary {
	padding-left: 25px;
	}
	
#commentlist li {
	background: #111111 url(diags.gif);
	color: #cccccc;
}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #111111;
}

.secondary span a {
	padding-top: 10px;
}

#footer a{
	text-decoration: none;
	color: #149CCC;
}

#footer a:hover{
	color: #08992c;
}


#footer {
	position: absolute;
    height: 70px;
	width: 796px;
	left: 50%;
	margin-left: -398px;
    background: url(diags.gif);
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #cccccc;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #FFF119!important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #white;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #FFF119!important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #444;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: url('images/quote.png') no-repeat 10px 0;   
	color: #08992c;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}

a, a:visited, a.sidebar a:visited{
	color: #149CCC;
	}

a:hover{
	color: #08992c;
	}

.entry-content a:visited {
  color: #0F7993;

}

.post p a:visited {
	color: #149CCC;
	}

.post p a:hover{
	color: #08992c;
	}

#af-ela-menu li {
	border: none;
	background: #161616;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#current-content #pagetrack,
#dynamic-content #nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
}

#current-content #pagetrackend,
#dynamic-content #nested_pagetrackend {
	height: 18px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#current-content #pagehandle,
#dynamic-content #nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}