/*
Theme Name: Dyslexia Association of Ireland
Theme URI: http://www.dyslexia.ie/
Description: Dyslexia Association of Ireland
Version: 1
Author: Andrew Ellison | Cronin Designs 
*/


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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #f5f5f5;
	font-family: Helvetica,'Arial';
	color: #4c4c4c;
}

hr {
color: #bfbfba;
background-color: #bfbfba;
height: 1px;
  border: 0;
  width: 100%;
}


#wrapper {
	background-color: white;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#accessibility-options {
	float: right;
}



#social-media {
	background-color: #e4e4e4;
	width: 960px;
	float: left;
	margin-bottom: 10px;
}

#social-media img {
	padding-left: 10px;
	padding-right: 10px;
}



#social-media #links {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.box {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
 	margin-bottom: 20px;
	margin-top: 20px;
	color: #8d8d8d;
	width: 410px;
	float: left;
	padding: 20px;
}

.box h1 {
	color: #008cc3;
	font-size: 24px;
	padding-bottom: 20px;
}

.box a {
	text-decoration: none;
}

.box img {
	float: right;

}
.box p {
	float: left;
	width: 300px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 960px;
	margin-bottom: 30px;
}

#main-content {
	float: left;

	width:650px;
}

#side-bar {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.colour-box {
	border-color: #909ea2;
	border-width: 1px;
	border-style: solid;
	width: 12px;
	height: 12px;
	float: left;
	margin: 5px;
	margin-top: 10px;
}

#accessibility {
	
	float: right;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	background-image: url("images/accessibility.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	background-color: white;
	margin-top: 20px;
	color: #4c4c4c;
}

#colour-select {
	float: left;
	cursor:pointer;
	margin-right: 20px;	
}

#font-select {
	float: left;
	vertical-align: middle;
}

#show-support {

	z-index: 10;
	width: 100px;
	height: 100px;
	position: absolute;
	margin-left: 850px;
	margin-top: 90px;
	clear: both;
}

.font-size{
	float: left;
	cursor:pointer;
	padding-right: 5px;
}



table {
	border-style: solid;
	width: 100%;
	font-size: 14px;
	bordr
}

table td {
	border-color: white;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	width: 50%;
}

th {
	border-color: white;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	width: 50%;
	background-color: #008CC3;
	text-align: left;
	color: white;
}

table .left {
	background-color: #F7F7F7;
}

tr {
border-bottom: 1px solid #000;
}

tr:nth-child(odd)    { background-color:#eee; 
}

tr:nth-child(even)    { background-color:#fff; }


.navigation {

	float: left;
	width: 960px;
	background-color: #008cc3;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.navigation ul {
}

.navigation li {
	float: left;


}

.navigation li a{
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-left: 2px;
	color:white;
}


.navigation li a:hover {
	color:white;
}


.navigation .current-menu-item a  {
	color:white;
}

/* ------ PAGE CONTENT LISTS ------ */

#main-content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-content ul li {
	list-style: disc;
	margin-left: 40px;
	line-height: 22px;
}


#main-content ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-content ol li {
	list-style: decimal;
	margin-left: 40px;
	line-height: 22px;
}








h1.page-title {
	font-size: 25px;
	color: black;
	font-weight: 500;
	margin-bottom: 10px;
	float: left;	
}

h1.social-media {
	font-size: 24px;
	color: black;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
} 

h2 {
	font-size: 18px;
	color: black;
	font-weight: 500;
	margin-bottom: 10px;
}



.navigation .current-page-ancestor a  {
	color: white;
}

#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}


#crumbs {
	margin-top: 10px;
	float: left;
	background-color: #efefef;
	width: 940px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#crumbs a {
	text-decoration: none;
	color: #4c4c4c;	

}

#main-content p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 22px;
}



#main-content li {
	padding-bottom: 10px;
	padding-top: 10px;

}




#latest-news {
	background-color: #f7f7f7;
	width: 280px;
	border-color: #CCC;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	color: #8D8D8D;
	font-size: 14px;
	color: grey;	
	margin-bottom: 30px;
}



#latest-news  .title  {
	background-color: #008CC3;
	color: white;
/*	background-image: url('images/sub-menu-rollover.gif');
	background-repeat: no-repeat;
	background-position-x: 260px;
	background-position-y: 10px;
*/
	padding: 10px;
}


#latest-news .content {
	margin: 10px;
	
}

#latest-news .link {
	text-align: right;
	margin: 10px;
}


#latest-news p {
	margin-bottom: 10px;
	margin-top: 10px;
}


#latest-news a:link {
 	color: #008CC3;
	text-decoration: none
 	} 
 	
#latest-news  a:visited {
 	color: #;
 	}
 	
#latest-news  a:hover,a:focus {
 	color: #0072a1;
 	text-decoration: none;}
 	
#latest-news  a:active {}



#sub-menu {
	background-color: #f7f7f7;
	width: 280px;
	border-color: #CCC;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	font-size: 14px;
	color: #4c4c4c;	
	margin-bottom: 30px;

}

h2.sub-menu {
	margin-top: 10px;
	padding: 10px;
	background-color: #e6e6e6;
	color: #4c4c4c;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
}

#sub-menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 260px;
	text-decoration: none;
} 





#sub-menu #parent li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;	
	width: 200px;
	text-decoration: none;
	line-height: 16px;
} 

#sub-menu a {
	text-decoration: none;
	color: #4c4c4c;	
}



#sub-menu a li:hover {
	background-color: #008CC3;
	color: white;
/*	background-image: url('images/sub-menu-rollover.gif');
	background-repeat: no-repeat;
	background-position: center right;
*/
}


#sub-menu .sel {
	background-color: #008CC3;
	color: white;
	background-repeat: no-repeat;
	background-position: center right;
}




#footer p {
	line-height: 22px;
}


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

#footer a:hover {
	color: white;
	text-decoration: none;
}



/*
 * Color, Border, and Button Rules
 */
.contentslider {
  background:#333; /* This is the color of said border */
}
.cs_wrapper, .cs_article {
  background:#FFF; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
}

.contentslider h1 {
	color: white;
	font-size: 45px;
}


.contentslider {
  position:relative;
  display:block;
  width:980px;
  height:400px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
  width: 980px;

}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:980px;
  height:400px;
  margin:0 auto;
  padding:0;
 	background-repeat: no-repeat;
}


.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:400px;
  z-index:10000;
 	padding: 20px;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:100px;
  margin:0;
}

#map {
	width: 650px;
	height: 450px;
}


.parent-sub {
background-color: #F7F7F7;
width: 280px;
border-color: #CCC;
border-bottom-left-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
border-style: solid;
border-width: 1px;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;
font-size: 14px;
color: #4C4C4C;
margin-bottom: 30px;
margin-right: 20px;
padding: 10px;
height: 80px;;
float: left
}

.parent-sub h1 {
	color: #008cc3;
	font-size: 16px;
}

.parent-sub a {
	text-decoration: none;
}



.pagenav { 	background-color: #f7f7f7;
	width: 280px;
	border-color: #CCC;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	color: #8D8D8D;
	font-size: 14px;
	color: grey;	
	text-indent: 10px;
	} /* the outermost list item; contains whole list */

.page_item {  } /* any Page item */
.current_page_item { 	background-color: #008CC3;
	color: white;
	background-image: url('images/sub-menu-rollover.gif');
	background-repeat: no-repeat;
	background-position-x: 260px;
	background-position-y: 10px; } /* the current Page */
.current_page_parent { padding-left: 10px; } /* parent of the current Page */
.current_page_ancestor { padding-left: 10px; } /* any ancestor of the current Page */



#slider {
background-image: url(data1/images/banner.png) ;
background-repeat: no-repeat;
width: 960px;
height: 250px;
}

#donationWidget {
margin-left: 20px;
margin-top: 20px;
}
