/*
Theme Name: Cáthal Ó Saindair
Theme URI: http://wordpress.org/
Description: 
Author: Acton | BV - Jason Healy
Author URI: 	

*

/*RESETS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*BEGIN HOMEPAGE CSS*/

body { background:#666;}

#wrapper_home {
	width:960px;
	margin:0 auto;
	background:url(i/home_bg.jpg) no-repeat;
	height:450px;
	padding-top:100px;
	}
	
#logo_home {
	background:url(i/logo_home.png) no-repeat; 
	margin:0px auto ;
	width:572px;
	height:57px;

	}	
	
ul.home_nav  {
	margin:140px 0 0 25px;;
	}
	
ul.home_nav li a {
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:40px;
	text-decoration:none;
	color:#fff;
	display:block;
	width:270px;
	height:39px;
}

ul.home_nav li a:hover {
	
	text-decoration:none;
	color:#C00;
}

ul.home_nav li.about a:hover {
	color:#09F;	
	background:url(i/about_hover.png) no-repeat;
	background-position:150px;
	
	}
	
ul.home_nav li.articles a:hover {
	color:#F90;	
	background:url(i/articles_hover.png) no-repeat;
	background-position:220px;
	}

ul.home_nav li.work a:hover {
        width:330px;
	color:;	
	background:url(i/work_hover.png) no-repeat;
	background-position:225px;
	}	
ul.home_nav li.forum a:hover {
	color:#FF0;	
	background:url(i/forum_hover.png) no-repeat;
	background-position:170px;
	}	
ul.home_nav li.contact a:hover {
	width:330px;
	color:#0F0;	
	background:url(i/contact_hover.png) no-repeat;
	background-position:270px;
	}





.about-news-home {
	height:200px;
	background:#333;
	margin:0 auto;
	width:960px;
	
	
	}
.about_home {
	width: 390px;
	float:left;
	padding:20px 20px 0 30px ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	margin-left:30px;
	}
	
.about_home h3, .news_home h3, .article_sidebar h3 {
	padding:0px 0px 15px 0px ;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#FF0;
	}	
	
.about_home p
	{ color:#CCC;}


.news_home {
	
	float:left;
	padding:20px 20px 0 30px ;
	float:left;
	margin-left:50px;}

ul.home-posts {

	}	
ul.home-posts li a {
	display:block;
	width:260px;
	height:20px;
	color:#CCC;
	background:url(i/dots.png) bottom no-repeat;
	padding:5px 5px 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	}


/*FOOTER*/
#footer {
	height: 100px;
	background:url(i/footer_bg.gif);
	width:960px;
	margin:0 auto;
	
	}
	
	
#copyright {
	float:left;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FF0;
	font-size:12px;
	margin-left:15px;
	margin-top:40px;
	}	
	
#actonweb {
	float:right;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#ccc;
	font-size:12px;
	margin-right:15px;
	margin-top:40px;
	}	
#actonweb a{
	color:#F00;
	text-decoration:none;
	}			

/*PAGE CSS*/

.narrow_page {
       width:940px;
       margin:0 auto;
}


#page_background {
	background-color:#000;
	}
#wrapper_page {
	width:960px;
	margin:0 auto;
	background:#000;
	background:url(i/page_bg.jpg) no-repeat;
	padding: 0 0 40px 0;
	min-height:200px;
	}

.top_nav { 
	background:url(i/top_nav.png);
	width:940px;
	height:54px;
	margin:0 auto;

}
ul.page_menu {
	float:right;
	width:500px;
	}



ul.page_menu li { display:inline;}
ul.page_menu li a {
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	float:left;
	text-align:right;
	padding:19px 5px 0px 0 ;
	text-decoration:none;
	}
	
ul.page_menu li a:hover {
	color:#F00;
	
	}	

.page_logo {

        display:block;
        text-indent:-999px;
	width:353px;
	height:48px;
	background:url(i/page_logo.jpg) no-repeat;
	float:left;
	margin-left:20px;
        
	
	}	
	
	
/*ARTICLE PAGE CSS*/

.portrait {
	padding:20px 0px 15px 0px ;	
	}

.article_content { 
	float:left;
	width:550px;
	background:url(i/transparent_bg.png);
	background:#fff;
	padding: 0 35px 35px 35px;
	margin: 15px 0 0 12px;
}



.article_content h3 {
	padding:25px 0px 15px 0px ;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#F00;
	}	
	
	
.article_content p {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	line-height:22px;
	color:#333;
margin-bottom:10px;
	}	
	

.article_content p em {font-style:italic;}
.article_content p strong {font-weight:bold;}

.article_sidebar p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	color:#fff;
        padding:2px 9px 0px 4px ;
        text-align:justify;
	
	
	}
.article_sidebar p a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	color:#ff0;
       
	
	
	}
	
 p.article_info {
	background:#666;
	padding:15px;
	margin-bottom:10px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:13px;
	font-size:10px;
	}
	
.article_sidebar {
	float:left;
	width:260px;
	background:url(i/transparent_bg.png);
	margin: 15px 0 0 12px;
	padding: 0 20px 20px 20px;
	}
ul.article_nav {
	
	}

ul.home-posts li a:hover {
	background:url(i/transparent_bg_over.png) bottom no-repeat;
	color:#FFF;
	}
	
ul.article_posts {
	padding:0 0 20px 0;

	}	
ul.article_posts li a {
	display:block;
	width:260px;
	height:20px;
	color:#CCC;
	background:url(i/dots.png) bottom no-repeat;
	padding:5px 5px 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
border:none;
	}
ul.article_posts li a:hover, ul.article_posts li.current_page_item a {
	background:url(i/transparent_bg_over.png) bottom no-repeat;
	color:#FFF;
border:none;
	}	

ul.article_posts li.current_page_item a

.article_sidebar h3 {
	padding:25px 0px 15px 0px ;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#FF0;
	}	
	

/*WORK PAGE CSS*/


ul.gallery-links {}
ul.gallery-links li a {float:left; margin-right:10px; color:#313131; padding:3px; display:block; width:120px; height:18px;}

.gallery-quick-links {background:#fff; padding:20px;margin-bottom:15px;}


.work_content p {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	line-height:18px;
	color:#fff;
text-align:center;
	
	
	}	
 p.article_info {
	background:#666;
	padding:15px;
	margin-bottom:10px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:13px;
	font-size:10px;
	}
	
.work_sidebar {
	float:left;
	width:185px;
	margin: 15px 0 0 12px;
	padding: 0 20px 20px 20px;
	}

	
.work_content {
	float:left;
	width:600px;
	background:url(i/transparent_bg.png);
	padding:20px 5px 20px 5px;
	margin: 15px 5px 0 12px;
	
	}

	
ul.work_nav li a {
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	
	padding:19px 5px 0px 0 ;
	text-decoration:none;
	}
	
ul.work_nav li a:hover {
	color:#F00;
	
	}	
/*REUSEABLES*/
.clearfloat { clear:both;}

/*TABLES RELOADED*/

.wp-table-reloaded {
	
	
	font-size:8pt;
	width:100%;
	text-align:left;
}
.wp-table-reloaded th {
	background-color:#E6EEEE;
	border:1px solid #FFFFFF;
	padding:4px;
}
.wp-table-reloaded td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#F0F0F6;
}
.wp-table-reloaded .header {
	background-image:url(http://cathalosandair.actonbv.com/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://cathalosandair.actonbv.com/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://cathalosandair.actonbv.com/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}