@charset "utf-8";
/* CSS Document */


/*   
Theme Name: Athboy Community School
Theme URI: http://scoiltech.net
Description: Custom Theme For Athboy CS
Author: Tracey Meagher
Author URI: http://scoiltech.net
Version: 1.0
*/
 @font-face {
 font-family: 'DroidSerif-Regular-webfont';
 font-style: normal;
 font-weight: bold;
 src: url('type/DroidSerif-Regular-webfont.eot');
 src: local('?'), url('type/DroidSerif-Regular-webfont.woff') format('woff'), url('type/DroidSerif-Regular-webfont.ttf') format('truetype'), url('type/graublauweb-webfont.svg#webfontDIZj0c8I') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'DroidSans-Regular-webfont';
 font-style: normal;
 font-weight: bold;
 src: url('type/DroidSans-Regular--webfont.eot');
 src: local('?'), url('type/DroidSans-Regular-webfont.woff') format('woff'), url('type/DroidSans-Regular-webfont.ttf') format('truetype'), url('type/graublauweb-webfont.svg#webfontDIZj0c8I') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'DroidSans-Bold-webfont';
 font-style: normal;
 font-weight: bold;
 src: url('type/DroidSans-Bold-webfont.eot');
 src: local('?'), url('type/DroidSans-Bold-webfont.woff') format('woff'), url('type/DroidSans-Bold-webfont.ttf') format('truetype'), url('type/graublauweb-webfont.svg#webfontDIZj0c8I') format('svg');
 font-weight: normal;
 font-style: normal;
}

img {
    border:0px solid #ddd;
}

.break {
    clear:both;
}

body {
    margin:0px;
    padding:0px;
    background:#e6e6e6 url(images/bg.png) repeat-x;
    font-family:Verdana, Geneva, sans-serif;
    color:#3d3d3d;
    font-size:12px;
    line-height:16px;
}

hr { 
    background:url(images/div_horizontal.png);
    border: 0;
    width: 100%;
    height: 2px;
}


#main {
    padding-bottom:20px;
    margin-top:15px;
  
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 66.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}


/* 
	Text Styles
*/

h2, h2 a {
    margin:0px 0px 10px 0px;
    font-size:20px;
   color:#0b3a82;
    line-height:22px;
    letter-spacing:-1px;
    text-decoration:none;
   
}

.page_title {
    margin:0px 0px 10px 0px;
    font-size:20px;
   color:#0b3a82;
    line-height:22px;
    letter-spacing:-1px;
    text-decoration:none;
   background:none;
}


h3, h3 a {
    margin:0px 0px 10px 0px;
    font-size: 20px; 
    line-height:23px;
    color:#0b3a82;
    padding:3px 0 3px 0;
}

h4 {
    color:#092c61;
    margin:5px 0px 5px 0px;
    font-size:16px;
    line-height:18px;
    border-bottom:1px solid #d7d7d7;
    border-top:1px solid #d7d7d7;
    padding:5px 0 5px 0;
}

a {
    color:#092c61;
    text-decoration:none;
    font-weight:bold;
}

a hover {color:#212121; font-weight:bold;}

.small, small a {
    color:#092c61;
    text-decoration:none;
    padding:0 0 10px 0;
    font-size:10px;
}

a:hover {
    text-decoration:underline;
    color:#121212;
    text-decoration:none;
}

h2 a:hover {
    color:#212121;
}

#main .container {
    padding:15px;
    margin-top:0px;
   
}

.feattext {
    width:320px;
    float:left;
    margin-bottom:0px;
    padding-right:5px;
}

.featimage {
    width:130px;
    float:right;
    margin-bottom:0px;
}

.colleft, .colcontentleft {
    width:640px;
    float:left;
    margin-bottom:0px;
     font-size:12px;
}

.colright, .colcontentright {
    width:270px;
    float:right;
    padding-left:15px;
    margin-bottom:0px;
    color:#555;
    border-left:1px solid #cccccc;
}

.colcontentright {
    padding-left:20px;
}

.colcontentleft {
    border-right:1px solid #cccccc;
}

.colcontentright ul {
    border:1px solid #fdd179;
    background:#ffffdf;
    padding:25px;
}

.colcontentright ul li{
    background:url(images/greenarrow.png) no-repeat;
    background-position: 0 .5em;
    padding:4px 0 4px 20px;
    list-style:none;
    font-weight:bold;
    letter-spacing:1px;
    font-size:13px;
}

 .colcontentleft ul li {
    
    background:url(images/tick.png) no-repeat;
    background-position: 0 .5em;
    padding:4px 0 4px 20px;
    list-style:none;
    font-weight:bold;
    letter-spacing:-1px;
}

.colright ul {
    padding:0;
}

.colright ul li {
    background:url(images/bullet.png) no-repeat;
    background-position: 0 .5em;
    padding:4px 0 4px 20px;
    list-style:none;
    font-weight:bold;
    letter-spacing:-1px;
}

.colright ul li a {
}

.colleft_1 {
    margin-top:5px;
    width:260px;
    float:left;
    margin-bottom:1px;
    padding:0 5px 0 5px;
}

.loginleft {
    width:420px;
    float:left;
    margin-bottom:0px;
}

.loginright{
    width:520px;
    float:left;
    padding-left:30px;
    margin-bottom:0px;
    color:#555;
}

/*.last {
    width:260px;
    float:left;
    margin-bottom:15px;
    padding:0 5px 0 20px;
    background:url(images/div_vertical.png) repeat-y left;
}*/

.quote {
    font-family:"DroidSerif-Regular-webfont", Verdana, Geneva, sans-serif;
    background:#0b3a82 ;
    padding:15px;
    width:930px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    font-size:20px;
    line-height:22px;
    text-align:center;
    margin:0 auto;
   
}


.quote_grey {
    font-family:"DroidSerif-Regular-webfont", Verdana, Geneva, sans-serif;
    background:#f4f4f4;
    border:1px solid #ccc;
    padding:15px;
    width:930px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     color:#333;
    font-size:20px;
    line-height:22px;
    text-align:center;
    margin:15px auto;
    margin-bottom:10px;
}

.quote_grey a {
    color:#3d3d3d;
    text-decoration:underline;
}

.featurelist {
    font-family:"DroidSans-Bold-webfont" Helvetica, Arial, Sans-serif;
    background:#0b3a82 ;
    padding:8px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    font-size:18px;
    margin:0 auto;
    margin-bottom:10px;
}

.quote a {
    text-decoration:underline;
    color:#fff;
}

.fullwidth_home {
    background:#dfebf8;
    width:100%;
    color:#b5cbda;
}


.feature_container {
    background:#fff;
    padding:10px;
}


.container {
   width:960px;
    margin:0 auto;
   
}
.containerhome {
    background:#f3f3f3;
    -moz-box-shadow: 3px 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 3px 1px #ccc;
  box-shadow: 3px 3px 3px 1px #ccc;

   width:960px;
    margin:0 auto;
   
}

.display_wrapper{
   width: 940px;
   padding:10px;
   margin:10px auto;
}

.homeimage {width:570px; float:left;}
.topwidget {width:355px; float:right; padding:0px;}
#slider-wrapper {border:10px solid #fff;}
/* 
	Header-Styles 
*/

ul#menu {
    padding:10px 0;
    position:absolute;
    right:10px;
}

ul#menu li {
    display:inline;
    margin-left:10px;
}

ul#menu li a {
    text-decoration:none;
    color:#000;
    font-family:"DroidSans-Bold-webfont" Helvetica, Arial, Sans-serif;
    font-size:10px;
    margin-bottom:20px;
}

ul#menu li a.active, ul#menu li a:hover {
    color:#a1a1a1;
}

.image_block {
    padding:5px 5px 1px 45px;
    float:left;
}

.fullwidth_grid {
    background:#0b3a82 ;
    width:100%;
    height:5px;
    border-bottom:1px solid #cccccc;
}

#header {
}

#logo h1, #logo small {
    margin:0px;
    display:block;
    text-indent:-9999px;
}

.logo_left {
    width: 695px; 
	margin:0 auto;
  }
  
  .logo_left img {margin-left:0; margin-right:0;}

/*
	Home Page Styles
*/

#home_block {
    overflow:auto;
    margin-bottom:20px;
}

#block_item {
    width:600px;
    margin-right:25px;
    float:left;
    min-height:100px;
    padding-top:3px;
}

#text_column {
    float:right;
    width:300px;
}

#text_column img {
    margin-bottom:20px;
    position:relative;
    left:-3px;
}

#text_column .separator {
    background:url(images/div_horizontal.png) repeat-x;
    height:2px;
    margin-top:10px;
    padding-top:10px;
}

.item_small {
    border:1px solid #e5e5e5;
    background:#fff;
    margin-bottom:10px;
    position:relative;
    padding:15px;
}

.item_small .thumbnail {
    float:left;
    margin-right:20px;
    border:1px solid #979390;
    height:120px;
    width:120px;
}

/*
	Content-Styles
*/

#content_area {
    width:650px;
    float:left;
    line-height:1.5em;
    padding:0 0 15px 0;
}

#content_area p {line-height:1.9em;}


#content_area .block_inside {
    min-height:400px;
}

#content_wide {
    width:910px;
    padding:0 10px 0 10px;
  
}

#content_area h2 {
    font-size:22px;
    line-height:24px;
}

#content_area .header_image {
    background-repeat:no-repeat;
    padding:90px 200px 50px 40px;
    color:#9dc5e9;
}

#content_area .separator {
    border-top:1px solid #092653;
    margin-top:20px;
    padding-top:20px;
}

blockquote {
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin:0px;
    padding:20px 0 20px 0;
    padding-bottom:10px;
    margin-bottom:10px;
    margin-top:10px;
    color:#3d3d3d;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:16px;
    
    
  
}


 / .text_block {
 float:left;
 width:430px;
 margin-left:30px;
 padding-top:30px;
}

/*
	Content-Styles
*/

#sidebar {
    float:left;
    width:250px;
    position:relative;
    margin-left:20px;
    font-size:11px;
    color:#222;
    padding:15px 0 0 15px;
    background:url(images/div_vert_light.png) repeat-y;
}


#sidebar h2, #sidebar h3 {
    font-size:16px;
    line-height:18px;
    margin-bottom:15px;
	margin-top:10px;
    letter-spacing:normal;
    color:#0b3a82;
    border-bottom:1px solid #ddd;
    padding-bottom:8px;

}

.sidebar_h {padding:5px 5px 5px 0;}

.sidebar_home {background:#0b3a82; padding:5px; color:#fff; margin-top:3px; margin-bottom:10px;}

.sidebar_home h2, .sidebar_home h2 a {color:#fff;}

.sidebar h2 {color:#fff;}

#sidebar ul, #text_column ul {
    margin:10px 0px 30px 0px;
    padding:0px;
    list-style:none;
    
        
}

#sidebar ul li, #text_column ul li {
    list-style:none;
    margin:0px 0px 5px 0px;
    padding:0px 0px 5px 0px;
   /* background:url(images/tick.png) no-repeat;
    background-position: 0 .5em;*/
    border-bottom:1px dotted #dcdcdc;
 
}

#sidebar ul li img {padding:5px 10px 0; float:right;}

#sidebar ul li a, #text_column ul li a {

    padding:4px 0 4px 0px;
    list-style:none;
    font-size:12px;
    color:#222;
}

#sidebar ul li a:hover {
    color:#3d3d3d;
    text-decoration:none;
}

.sidebardivider {
    margin:10px 0 10px 0;
    background:url(images/div_horizontal.png) repeat-x;
    height:2px;
}


p {
    margin: 0px 0px 15px 0px;
}


.titlepage {font-family:"DroidSans-Bold-webfont" Helvetica, Arial, Sans-serif; font-size:22px; line-height:26px; text-align:left; color:#0b3a82 ; letter-spacing:-1px;}



.titletext, .titletext a, .titletext a:hover {
    font-size:48px;
    font-family:"DroidSans-Bold-webfont" Helvetica, Arial, Sans-serif;
    color:#10293a;
    line-height:50px;
    letter-spacing:-2px;
    text-decoration:none;
    margin:0px 0 20px 0;
}

.category, .category a, .category a:hover {
    float:right;
    color:#912a2a;
    font-size:22px;
}

.date {
    color:#10293a;
    font-size:11px;
    padding:10px 0 10px 0;
}



#pwbox-1 {}

.submit {width:64px;
    height: 39px;
    background:url(images/search_hover.png) no-repeat;
    border:none;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    letter-spacing:-1px;}


.formsubmit {
    width:84px;
    height: 39px;
    background:url(images/search.png) no-repeat;
    border:none;
}

.formsubmit:hover {
    width:84px;
    height: 39px;
    background:url(images/search_hover.png) no-repeat;
    cursor:pointer;
    border:none;
}

.collect-mail {
    width:260px;
    height:15px;
    padding:10px !important;
    margin:10px 0;
    border:1px #2d546c solid;
    background-color:#142731;
    font:  18px helvetica, sans-serif !important;
    font-weight: bold !important;
    color: #b5cbda;
}

#searchform {
}

#s {
    width:140px;
    padding:5px;
    border:1px solid #dedede;
    color:#3d3d3d;
    font-style:italic;
}

#searchsubmit {
    width:90px;
    height: 34px;
    background:url(images/search.png) no-repeat;
    border:none;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    letter-spacing:-1px;
}

#searchsubmit:hover {
    width:90px;
    height: 34px;
    background:url(images/search_hover.png) no-repeat;
    border:none;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    letter-spacing:-1px;
}

/*
	Footer-Styles
*/


#footer {
    background:url(images/footer_bg.png) repeat-x #114491;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#f5f5f5;
    position:relative;
    margin-top:0px;
    padding:0px;}

#copyright { color:#274b6c; font-size:10px; padding-bottom:30px;}

#footer h3, #footercontainer h2 {
    background:url(images/footer_divider.png) repeat-x bottom;
    color:#97baef;
     font-size:18px;
     padding:0px 0 5px 0;
}

#footer a {
    color:#f1b318;
    font-size:11px;
}

.footercontainer {
    width:880px;
    margin:0 auto;
    position:relative;
   
}


.footer_column_middle {
    float:left;
    width:270px;
    margin-right:20px;
    margin-bottom:40px;
    margin-top:30px;
}

.footer_column_right {
    float:right;
    width:270px;
    margin-right:0px;
    margin-bottom:40px;
    margin-top:30px;
}

.footer_column_left {
    float:left;
    width:270px;
    margin-right:50px;
    margin-bottom:40px;
    margin-top:30px;
}

#footer ul {
    padding:0;
    margin:0;
}

#footer li {
    background:url(images/bullet.png) no-repeat;
    background-position: 0 0.7em;
    padding:4px 0 4px 15px;
    list-style:none;
    border-bottom:1px dotted #1c3f63;
}

#footerbottom {padding:10px;}

/*
	Comment-Styles
*/

#comments_template {
    border-top:1px solid #e3e3e3;
    margin-top:0px;
    padding-top:0px;
    width:350px;
}

/* 
	Miscellaneous-Styles   
*/

.postthumb {
    vertical-align:text-top;
    float:left;
    padding:10px;
    /*background:#fff;*/
    border:#e6e6e6;
    margin:0;
}

.icon {
    padding:0 10px 0;
    vertical-align:text-top;
    float:left;
}

.more {
    padding:10px 0;
}

#buttons {
    margin-top:20px;
}

.button_right {
    padding-left:10px;
}

.input, textarea, select {
    border:1px solid #e5e5e5;
    padding:4px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#3d3d3d;
}

/* Fix up IE6 PNG Support */
img, #logo {
    behavior: url(scripts/iepngfix.htc);
}

/* Features */

.separator_r {
    margin: 0 20px 20px 0 !important;
}

#features {
    overflow: hidden;
    padding:10px 0;
}

.feature {
    float: left;
    width: 458px;
    margin: 0 0 30px 0;
}

.feature_right {
    float: right;
    width: 480px;
    margin: 0;
}

.feature img, .feature_right img {
    float: left;
    margin: 0 20px 10px 0;
}

#imagearea {margin:0 auto; width:980px;}

.amem_login {
      width: 250px;
    border: solid 1px #E0E0E0;
}

.content-nointro {
	clear:both;
	width:946px;
	padding-left:34px;
	padding-top:12px;
}


.amem_button {
    font-size: 100%;
    font-family:"Arial", Verdana, Times, serif;  
    padding-top:100px;}
    
/*float social media buttons*/
#floating-menu{border:0px solid #ccc;position: fixed; left: 50%; top: 336px; margin-left:-564px;}
#floating-menu .float-title{padding:1px 3px;}
#floating-menu .float-title a{color:#000;text-decoration:none}


.rss_email_input{background:url(images/email_input.png) no-repeat;border:0 !important;color:#605c4a;width:180px;padding-left:35px;margin-bottom:14px; height:30px;}


.display_1 img, .display_2 img, .display_3 img {margin-left:auto; 
margin-right:auto; }

.display_1{
   position: relative;
   float: left;
   left: 5px;
   width: 310px;
   padding-right:10px;
   border-right:1px solid #ddd;
   color:#3d3d3d;
   font-size:12px;
     
}
.display_2{
   position: relative;
   float: left;
   left: 15px;
   width: 320px;
   color:#3d3d3d;
   font-size:12px;
   
}
.display_3{
   position: relative;
   float: left;
   left: 25px;
   width: 310px;
   padding-left:10px;
  border-left:1px solid #ddd;
  color:#3d3d3d;
   font-size:12px;
}

.twentyten-latest-post {margin-bottom: 10px; padding-bottom:10px; border-bottom:1px solid #ddd;}
.twentyten-latest-post a {float: none; color:#191919; font-weight:bold;}
.twentyten-latest-post img {float: left; margin: 4px 4px 0 0; border:3px solid #fff;}
.twentyten-latest-post  .clear {clear: both;}

/* home blurb */

.blurb {
    margin:0 auto;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	padding:5px;  
	text-shadow:1px 1px #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-size:18px;
	line-height:130%;
	margin-bottom:15px;
    margin-right:10px;
}

.blurb p {
	margin:0;
    font-size:16px; letter-spacing:-1px; font-weight:bold;
    text-align:center;
}

.blurb img {
	float:right;
	border:none;
	margin-top:5px;
}

.container input {height:20px; background:#ddd; border:1px solid #eceaea; padding:5px;}

.wpcf7-submit { width:124px;
    height: 80px;
    background:url(images/search.png) no-repeat;
    border:none;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    letter-spacing:-1px;}

textarea {width:90%; background:#ddd; border:1px solid #eceaea; padding:5px;}

.wpcf7-form-control-wrap your-comments {background:#ddd; border:1px solid #eceaea; padding:5px;}

.wpcf7-form p input.wpcf7-submit {width:84px;
    height: 39px;
    background:url(images/search.png) no-repeat;
    border:none;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    letter-spacing:-1px;
    padding-bottom:13px;
   }
    
    .wpcf7-form p input.wpcf7-submit:hover {
    width:84px;
    height: 39px;
    background:url(images/search_hover.png) no-repeat;
    border:none;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    letter-spacing:-1px;
}

.container img {border:0px solid #fff;}

span.wpcf7-list-item {display:block;}


.content_cols {padding:5px;}



.left1{
   position: relative;
   float: left;
   left: 2px;
   width: 305px;
   height: 255px;
   background-color: #e6e6e6;
   overflow:hidden;

}
.left2{
   position: relative;
   float: left;
   left: 15px;
   width: 305px;
   height: 255px;
   background-color: #e6e6e6;
   overflow:hidden;
}
.left3{
   position: relative;
   float: left;
   left: 25px;
   width: 305px;
   height: 255px;
   background-color: #e6e6e6;
   overflow:hidden;
}


.left1 h2, .left2 h2, .left3 h2, .left4 h2 {font-size:22px;}

.left1 h3, .left2 h3, .left3 h3, .left4 h3 {font-size:12px;}


.yellowtext {color:#f1b318; font-weight:bold;}

.yellow_bg {background:#f1b318; padding:10px;}

#slider .widgettitle {display:none;}

.fb-button {background:#3b5998; color:#fff; padding:10px; text-align:center;}
.fb-button a {color:#fff;}

.tw-button {background:#0084b4; color:#fff; padding:10px; text-align:center; margin-left:10px;}
.tw-button a {color:#fff;}