/* @override http://localhost/~adam/stcolumbas.ie/site_v2/css/style.css */
/* @override http://www.stcolumbas.ie/css/style.css */

/* stcolumbas.ie stylesheet by bristlebird media works */

body {
	font: 70%/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #8d9d96 url(../images/styles/bg_gradient.jpg) repeat-x;
	text-align: center;
}

#container {
	width: 950px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	line-height: 1.6em;
	color: #666;
	padding: 0;
}
				
h1 {
	text-indent: -1000em;
	font-size: 6px;
	margin: 0 auto;
	padding: 0;
	height: 10px;
	width: 440px;
	text-align: center;
}

/* @group home page */

h1.h1_home {
	height: 250px;
	margin-top: 140px;
	background: url(../images/styles/bg_home_logo.jpg) no-repeat;
	margin-bottom: 20px;
}

h1.h1_home a:hover { background: url(../images/style/bg_home_logo.jpg) no-repeat; }
#home_foot {
	width: 960px;
	margin: 10px auto 0;
	font-size: 0.9em;
}
#home_foot a:link,#home_foot a:visited {
	color: #627d7e;
}
#home_foot p {
	margin: 5px;
	padding: 0;
}
#mid_home {
	width: 920px;
	margin: 0 auto;
	background: url(../images/styles/bg_bot_home.jpg) repeat-y;
	padding: 20px;
	font-size: 0.9em;
}
#mid_home p {
	margin: 5px 10px;
}
#foot_home {
	width: 920px;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 5px 20px 0;
	height: 60px;
	background: url(../images/styles/bg_foot_home.jpg) no-repeat;
}
#foot_home a:link,#foot_home a:visited, #mid_home a:link,#mid_home a:visited {
	color: #627d7e;
}
#foot_home p {
	margin: 5px;
	padding: 0;
}

/* @end */

/* @group general */

h2 {
	color: #5f2d20;
	text-transform: uppercase;
	font: normal 1.8em Arial, Helvetica, sans-serif;
}
h3 {
	color: #547695;
	font: 1.6em "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h4, .heading {
	margin: 3px 0;
	padding: 0;
	text-transform: uppercase;
	color: #22334a;
	font: normal normal 0.9em Arial, Helvetica, Geneva, sans-serif;
}
a {
	color:#CC6714;
	text-decoration: none;
}

a:hover, #home_foot a:hover, #footer p a:hover {
	color:#CC6714;
}
h2, h3, #right_col p, #right_col ul {
	border-bottom: 1px solid #DDDDDD;
}
ul, ol {
	margin: 0 0 10px;
	padding-left: 25px;
}
th {
	text-transform: uppercase;
	font-weight: normal;
	border-bottom:  1px solid #ccc;
	color: #22334a;	
}

/* @end */
/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group header */

#header {
	clear: both;
	padding: 0;
	margin: 0;
	background: url(../images/styles/bg_head_notext.jpg) no-repeat; 
	height: 170px;
}
#header p { 
	margin-left: 129px;
	color: #e8e8e8;
	text-align: left;
	text-shadow: #000 1px 1px 2px;
	line-height: 14px;
}

/* @end */

/* @group wrappers */

.page {
	text-align: left;
	background: #fffff8 url(../images/styles/page_right.jpg) no-repeat right 0;
	margin: 0;
	padding: 0;
}

.content {
	background: url(../images/styles/page_left.jpg) no-repeat 0 0;
	padding: 10px 30px 10px 15px;
	margin: 0;
}

/* @end */



/* @group top nav */

#navigation {
	display: block;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1em;
	background: url(../images/styles/bg_menu-copy.gif) 950px 51px;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	display: table;
	margin: 0 auto;
	text-align: center;
	height: 32px;
}

#navigation li {
	display: inline; /* changed from table-cell to stop elements appearing on next line */
	padding: 0 1px 5px;
	float: left;
}

#navigation li+li { background: url(../images/styles/bg_menu.gif) no-repeat 0 49%}
#navigation li.active+li { background: none }

#navigation span { 
	display: table-cell; /* added to stop elements appearing on next line */
	float: left;
}
#navigation a {
	color: #3f3f3f;
	text-decoration: none;
	float: left;
	border: none;
	text-transform: uppercase;
	padding: 7px 15px 5px;
	text-shadow: white 1px 1px 1px;
	display: block;
}
#navigation a:hover {
	color: #222;
	background: url(../images/styles/bg_menu_hover.jpg);
}
/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { display: inline; float: none; padding-right: 0; padding-bottom: 10px; }
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 11px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 1px 8px;
	margin-bottom: -8px;
}

/* @end */

/* @group Active Tab */

#navigation li.active {
	background: url(../images/styles/bg_menu.gif) 50% 33px;
	padding-bottom: 9px;
}

#navigation li.active span {
	background: url(../images/styles/bg_menu.gif) 1250px 33px;
	cursor: default;
}

#navigation li.active a {
	text-shadow: #fff 0px 1px 1px;
	color: white;
	cursor: default;
}
#navigation ul li.active span a:hover {
	background-image: none;
}
/* @end */

/* @end */

/* @group left nav */

#lnav {
	float: left;
	width: 162px;
}
#lnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
}
#lnav ul#navlist {
	padding-top: 12px;
	background: url(../images/styles/lnav_top.jpg) no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
}
#lnav ul#navlist2 {
	background: url(../images/styles/lnav_gradient.jpg) no-repeat 0 0;
	padding-top: 75px;
	margin: -4px 0 0;
	border-top: 1px solid #f1f1f1;
}
#lnav ul li {
	height: 27px;
	margin: 0;
	padding: 0;
}
#lnav ul#navlist li {
	background: url(../images/styles/lnav_mid.jpg);	
}
#lnav ul#navlist2 li {
	background: url(../images/styles/lnav_mid2.jpg);	
}
#lnav a {
	display: block;
	width: 152px;
	border-top: 1px solid #f1f1f1;
	height: 16px;
	padding: 4px 3px 7px 5px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.9em;
}

#lnav ul#navlist li.active a {
	background: url(../images/styles/lnav_active.jpg) no-repeat;
	color: white;
	cursor: default;
}

#lnav a:link, #navlist a:visited {
	color:#3e4743;
	text-decoration: none;
}
#lnav a:hover {
	background: #000000 url(../images/arrow-copy.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#3e4743;
}
#lnav ul#navlist2 a:link, #lnav ul#navlist2 a:visited {
	color: white;
	font-size: 0.9em;
}
#lnav ul#navlist2 a:hover {
	color: #5b6964;
}
#lnav ul#navlist2 li.menu_bot {
	margin: -1px 0 0;
	padding: 0;
	height: 13px;
	background: url(../images/styles/lnav_bot.jpg) no-repeat;
}

/* @end */

/* @group hnav */

#hnav {
	background: url(../images/styles/bg_home_nav.jpg) no-repeat;
	display: block;
	width: 815px;
	margin: 0 auto;
	height: 160px;
}
#hnav * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;	
}
#hnav li {
	display: table-cell;
	width: 157px;
	height: 140px;
	padding-top: 0;
	font-weight: normal;
	font-style: normal;
	float: left;
}
#hnav li a, #hnav li a:visited {
	display: block;
	height: 20px;
	padding-top: 12px;
	text-transform: uppercase;
	color: #d0d0d0;
	padding-bottom: 20px;
	text-shadow: #333333 0 1px 1px;
	margin-right: 30px;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	text-shadow: black 1px 1px 1px;
} 
#hnav li a:hover { 
	color: #ffffff;
	text-decoration: underline;
}
#hnav ul {
	display: table;
	text-align: center;
	margin: 0 auto 0 14px;
	height: 140px;
}

/* Hides from IE-mac \*/
#hnav li { width: 160px; }
/* End hide from IE-mac */

/* @end */

/* @group nav */

#nav {
	background: url(../images/styles/bg_home_nav2.jpg) no-repeat;
	display: block;
	width: 920px;
	margin: 0px auto 0;
	height: 160px;
	padding-right: 20px;
	padding-left: 20px;
/*	position: absolute;
	z-index: 10;
*/}
#nav * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;	
}
#nav li {
	display: table-cell;
	width: 130px;
	padding-top: 0;
	font-weight: normal;
	font-style: normal;
	float: left;
}

#nav ul li {
	float: left;
	display: inline; /* added to stop elements appearing on next line */
}
#nav li+li {
	padding-left: 28px;	
}
#nav li a, #nav li a:visited {
	display: block;
	height: 20px;
	padding-top: 12px;
	text-transform: uppercase;
	color: #d0d0d0;
	padding-bottom: 20px;
	text-shadow: #333333 0 1px 1px;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	text-shadow: black 1px 1px 1px;
	margin-right: 0px;	
} 
#nav li a:hover { 
	color: #ffffff;
	text-decoration: underline;
}
#nav ul {
	display: table;
	text-align: center;
	margin: 0;
	height: 140px;
}

/* Hides from IE-mac \*/
#nav li { width: 130px; }
/* End hide from IE-mac */

#nav ul li ul {
	height: auto;
	margin: -5px 0 0 1px;
	position: absolute;
	width: 130px;
	left: -999em;
	background: url(../images/styles/bg_dropdown3.gif) no-repeat 0 bottom;
	padding-bottom: 7px;
}
#nav ul li ul li {
	width: 110px;
	height: 16px;
	padding: 0 10px;
}
#nav ul li ul > li:first-child {
	background: url(../images/styles/bg_dropdown_top3.gif) no-repeat 0 top;
	margin-top: -8px;
	padding-top: 3px;
}
#nav ul li ul > li:hover {
	background: url(../images/styles/bg_dropdown_top3.gif) no-repeat 0 top;
}
#nav ul li ul li a, #nav ul li ul li a:visited {
	text-transform: none;
	text-align: left;
	padding: 0;
	overflow: hidden;
	font-size: 0.8em;
	height: 16px;
	white-space: nowrap;
}
#nav ul li ul li a:hover { 
	color: #ffffff;
	text-decoration: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {
    position:static;
    }
/* @end */

/* @group main */

#main {
	margin-left: 175px;
	margin-right: 225px;
}
#main p {
	padding-bottom: 5px;
/*	border-bottom: 1px solid #DDDDDD; */
	margin-top: 3px;
	margin-bottom: 3px;
}

/* @end */

/* @group right side */

#right_col {
	float: right;
	width: 215px;
}

#right_col p {
	margin-left: 5px;
	padding-bottom: 10px;
/*	font-size: 0.85em; */
}
#right_col ul {
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 0.85em;
}
#right_col ul li, #main ul li {
	list-style-image: url(../images/arrow-copy.gif);
	list-style-type: none;
}
#right_col img, #main img {
	border: 1px solid #333;
}
#right_col h4 {
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 0;
	height: 20px;
	background: url(../images/styles/bg_right_h4.jpg) no-repeat;
/*	margin-left: 5px; */
}

#right_col h4 a, #right_col h4 a:visited {
	color: #336699
}
#right_col a:hover, #main a:hover, #right_col h4 a:hover {
	color: #753c0d;
} 
ul#news_cats {
	text-transform: uppercase;
}
/* @end */

/* @group foot */

#footer {
	clear: both;
	padding: 0 5px 0px;
	background: #8d9d96 url(../images/styles/bg_footer.jpg) no-repeat;
	margin: 0;
}
#footer p {
	margin-top: 0;
	padding-top: 10px;
	font-size: 0.9em;
}
		
#footer p.copyright {
	color:#e8e8e8;
	padding: 5px;
	text-shadow: #000 1px 1px 2px;
}
		
#footer p a {
	color: #666;
}
#footer p.copyright a {
	color: #e8e8e8;
}
#footer.copyright p a:hover {
	color: #FFFFFF;
}

/* @end */

/* @group news styles */

h4.news_title{
	background-color: #f3f1eb;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.news_box {
	float: left;
	width: 240px;
	margin-right: 7px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	padding: 0;
	background: url(../images/styles/bg_news_box.jpg) no-repeat;
	height: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.news_box h5 {
	width: 230px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	background-image: url(../images/styles/bg_news_h5.jpg);
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
.news_box p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
/*
.news_box img {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 3px;
}
*/

.gallery { padding: 5px; }

html>body .gallery { /*Non IE rule*/ }

#main .gallery a img, #main .gallery img {
	float: left;
	border: 1px solid #777;
	padding: 1px;
	background-color: #b4b4b4;
	margin: 0 5px 2px 0;
}

#main .gallery a:hover img { border: 1px solid #333; }
#main div.news_box div.smallest.gallery p {
	margin-top: 0;
}
.news_date, .time {
	float: right; 
	margin-right: 5px;
	font-size: 0.85em;
	margin-top: 3px;
	padding-top: 4px;
	font-weight: bold;
}

/* @end */

/* @group form styles */

#main form {
	float:right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 10px;
}
#main form p {
	padding-bottom: 15px;
	padding-top: 2px;
	margin-bottom: 5px;
}
#main form input.txt, #main form textarea, #main form select.register  {
	color: #545454;
	border: 1px inset #ccc;
	background-color: #faf9f6;
	width: 355px;
	float: right;
	padding-left: 3px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	margin-top: 3px;
}
#main form input.txt { height: 14px; }
#main form textarea { 
	height: 120px; 
	margin-bottom: 5px;
}
#main form label {
	text-transform: uppercase;
	padding-right: 10px;
	float: right;
	color: #22334a;
	font: normal normal 0.9em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

#main form select.register {
	width: 360px;
}

input.button, a.button {
	background-color: #fffff8;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 0.9em;
	color: #547695;
	padding: 1px 2px 2px;
}

.button {
	padding: 2px;
}

input.search_query {
	color: #999;
	border: 1px solid #ccc;
	background-color: #faf9f6;
	width: 160px;
	padding-left: 3px;
	font-size: 0.9em;
/*	font: 11px Arial, Helvetica, Geneva, sans-serif;
*/	height: 14px;
}
input.login_button {
	background-color: #fffff8;
	color: #999999;
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 0.9em;
	padding: 2px;
	color: #547695;
	float: right;
	margin: 5px;
	clear: both;
}
input.login_field {
	color: #545454;
	border: 1px inset #ccc;
	background-color: #faf9f6;
	width: 130px;
	padding-left: 3px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	float: right;
	margin-right: 5px;
}
#right_col form label {
	float: left;
	clear: both;
	font-size: 0.9em;
}
#main form.member_rows {
	float: right; 
	width: 160px; 
	margin:0; 
	padding:0;
}
#main form.member_rows select {
	float: right;
	margin: 5px 8px 0 0; 
	padding: 0; 
	border: 1px solid silver; 
	background: #eee;
	font-size: 0.85em;
}
#main form.member_rows label {
	margin: 4px 3px 0 0; 
	float: right;
	font-size: 0.85em;
}
#right_col form select {
	color: #545454;
	border: 1px solid #ccc; 
	background-color: #faf9f6;
	font-size: 0.9em;	
	width: 203px;
	margin-bottom: 3px;
}
/* @end */

/* @group tables */

table.results {
	width:  495px;
	border: 1px solid #ddd;
	margin-top: 5px;
}
table.results td {
	padding: 3px;
	width: 82px;
	white-space: nowrap;
/*	overflow: hidden; */
}
table.results td div {
	padding: 0px;
	width: 82px;
	white-space: nowrap;
	overflow: hidden;
}
table.results tr.heading {
	background-color: #ddd;
}
table.results tr.heading a:link, table.results tr.heading a:visited {
	color: #4b73a8;
	text-decoration: none;
}
table.results tr.heading a:hover {
	font-style: italic;
} 
table.letters {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 10px;
	width: 495px;
	border-spacing: 0;
}
table.letters td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	width: 71px;
	text-align:center;
}
table.letters td a {
	width: 100%;
	height: 100%;
	display: block;
}
table.letters td a:hover {
	background-color: #eee;
}

table.results td.ac {
	text-align: center;
}
table.results td.ar {
	text-align: right;
}

/* @end */

/* @group props */

.prop {
    float:right;
    width:1px;
}
.min700px { height:700px; }
.min600px { height:600px; }
.min500px { height:500px; }
.min400px { height:400px; }
.min360px { height:360px; }

/* @end */

.img_right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

.img_left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.smaller { font-size: 0.9em; }
.smallest { font-size: 0.85em; }

.clear { clear: both; }
.right { float: right; }
.clr_lft { clear: left; }
.clr_rht { clear: right; }
.upper {
	text-transform:uppercase;
}

.login_error {
	clear: both;
	color: #993b3f;
	font-size: 0.9em;
}
.calendar, .calendar a, .calendar2, .calendar2 a {
	width: 96px;
	height: 100px;
	text-align: center;
	float: left;
}
.calendar a, .calendar2 a {
	background: url(../images/styles/calendar.jpg) no-repeat;
	display: block;
	padding-right: 5px;
	width: 91px;
}
.calendar2 {
	margin-left: 10px;
	margin-bottom: 5px;
}
.calendar2 a {
	background: url(../images/styles/calendar2.jpg) no-repeat;
	padding-top: 60px;
	height: 40px;
	text-transform: uppercase;
}
.calendar a:hover, .calendar2 a:hover  {
	text-decoration: none;
	background-position: 0 -100px;
}
.calendar a span.month, .calendar a span.day {
	color: white;
	display: block;
	height: 25px;
	font: bold 1.3em/28px "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
}
.calendar a span.day {
	color: #666;
	font-size: 4.3em;
	line-height: 60px;
	height: 70px;
}
.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
	clear: right;
}
#vertical_slide {
	padding-bottom: 10px;
	width:  490px;
	float: right;
} 
.feedback {
	font-style: italic;
	margin-top: 30px;
	padding-top: 10px;
	color: #3e3e3e;
	display: block;
}
h3.twitter {
	background: url(../images/styles/twittericon.png) no-repeat 0 bottom;
	padding-left: 35px;
}
#main #juitterContainer ul#twittList0.twittList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#main #juitterContainer ul#twittList0.twittList li.twittLI{
	width: 485px;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #f0f3f3;
	min-height: 50px;
	list-style-type: none;
	list-style-image: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #ddd;
}
#main img.juitterAvatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.time {
	float: none;
	font-style: italic;
	font-weight: normal;
}
.twidget {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	font-size: 10px;
	width: 490px;
	border: 1px solid #ddd;
}
.captcha-box {
	float: right;
	margin: 8px 0;
}
