/*  
Theme Name: EBR
Theme URI: http://erb.dcusoccer.ie/wordpress
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size: .80em;
	background: #fff url(images/backgroud.jpg) repeat-x;
}
li {
	list-style: none;
}
td{padding: 8px;}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


h1, h2, h3, h4, h5 {/*
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;*/
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.3em;
	color: #002151;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}
#content {
	width: 711px;
	float: left;
	min-height: 455px;
	padding: 8px 25px 20px 0;
	/*background: url(images/content-bg.gif) no-repeat top right;*/
	background: url(images/internalleftbg.jpg) no-repeat top right;

}
#sidebar {
	width: 223px;
	min-height: 598px;
	float: right;
	/*padding: 20px;*/
	padding-top: 20px;
	/*background: url(images/content-bg.gif) no-repeat top right;*/
	background: url(images/internalrightbg2.jpg) no-repeat top right;
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 30px;
}
#header h1 {
	position: relative;
}
#header h1 a {
	color: #7e4c10;
	color: #fff;
}
#header h1 a:hover {
	color: #5a360b;
	color: #7e4c10;
}
#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
}
#header ul {
	/*position: absolute;*/
	left: 0;
	bottom: 1px;
	/*font: 13px Georgia, "Times New Roman", Times, serif;*/
	list-style: none;
	/*margin-top: -6px;*/
	margin-top:6px;
	padding: 0;
	text-transform: none;
	float:left;
	clear:both;
	border-radius: 4px 4px 0 0;
    overflow: hidden;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #003077;
	text-decoration: none;
	/*margin-right: 1px;*/
	background:#fff;
	/*border: 1px solid #f7951e;*/
	border-bottom: none;
	border-right: 1px solid #C2D0E5;
}
#header li:last-of-type a {
	border-right: none;
}
#header li a:hover {
	background-color:#fff;
	background-color: #001071;
	border-bottom: none;
	color: #fff;
}
#header li.current_page_item a {
	color: #003077;
	background-color: rgba(255,255,255,0.75);
	border-bottom: none;
}
#topsearch {
	position: absolute;
	right: 0;
	top: 16px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
#topsearch button:hover {
	background: url(images/search_hover.gif) no-repeat;
}

#logo {
	float: left;
	width: 148px;
	height: 48px;
	margin-top: 20px;
	text-align: right;
}
#logo:hover{
	opacity: 0.85;
}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0;
	background: url(images/hr.gif) 0% 100% no-repeat;
	/*padding: 0 0 10px 0;*/
	padding: 20px;
}
.post h2 {
	margin: 0 0 1em;
	font-size: 1.6em;
}
.post h2 a {
	color: #864901;
}
.post h2 a:hover {
	color: #84755c;
}
.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
	text-align: justify;
}
.post-entry a {
	color: #4f6373;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #864901;
}
.post-entry span.more-link a:hover {
	color: #84755c;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	text-indent: -5px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	/*background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;*/
	background: rgba(255,255,255,0.5);
}
#sidebar li ul li:hover {
	/*background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;*/
	background-color: #001071;
	background-color: rgba(0,16,113,0.75);
	color: #fff;
}
#sidebar li ul li.current_page_item {
	/*padding-left: 8px;*/
	padding-right: 10px;
	/*background: #e8e8e8;*/
	background: rgba(0,0,0,0.15);
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #fff;
}

#sidebar li li:hover a {
	color: #fff;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	background: #808080 url(images/footer.png) repeat-x;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	margin-top: 20px;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}



#footer ul
{
	margin: 0px;
	padding: 0px;
}

#footer li
{
	list-style: none;
	display: inline;
	color: #949292;
	font-size: 10px;
	padding-right: 10px;
}

#footer li a
{
	color: #949292;
	text-decoration: none;
}


#rightcontainer
{
	float: right;
	width: 520px;
	overflow: hidden;
}

#rightcontainer:hover{
	opacity: 0.85;
}

#leftcontainer
{
	float: right;
	width: 470px;
	text-align: left;
}

#leftcontainer h1
{
	margin: 0px;
	padding: 0px;
	color: #003077;
	font-size: 2.9em;
	margin-top: 12px;
}

#leftcontainer h2
{
	margin: 0px;
	padding: 0px;
	color: #003077;
	font-size: 1.6em;
	margin-top: 8px;
	margin-bottom: 8px;
}

#leftcontainer h2 a
{
	color: #003077;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#leftcontainer h2 a:hover
{
	color: #003077;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}


#leftcontainer h3
{
	margin: 0px;
	padding: 0px;
	color: #003077;
	font-size: 1.5em;

	margin-top: 12px;
	border-bottom: 1px solid #ccc;
}

#leftcontainer h4
{
	margin: 0px;
	padding: 0px;
}


.homebgcontainer
{
	float: left;
	width: 470px;
	height:165px;
	background-image: url(images/homebg2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}


.margintop
{
	margin-top: 15px;
}

.homecontent
{
	margin: 0px auto;
	width: 447px;
	text-align: left;
	min-height: 95px;
	height: 95px;
}

div>.homecontent
{
	height: auto;
}

.homecontent a
{
	color: #003077;
	text-decoration: none;
}

.homecontent a:hover
{
	color: #003077;
	text-decoration: underline;
}

.homecontent ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-bottom: 2px;
}

.homecontent li
{
	color: #003077;
	list-style: none;
}


.member-table{
	margin: 0 auto;
}
.member-table td{
	width: 72px;
	text-align: center;
}
.member-table a{
	padding: 2px;
	width: 76px;
	height: 80px;
	display: block;
	padding-bottom: 12px;
	border-radius: 2px;
}
.member-table a:hover{
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.75);
	font-weight: bold;
}
.member-table img{
	float: none;
	margin: 0;
	padding: 6px;
}
.excerpt{
  display: block;
  padding-top: 2px;
  padding-bottom: 12px;
}

.excerpt-dash{
	display:none;
}

.post-info,
.post-meta{
	display: none;
}