/*  
Theme Name: ulster gaa
Theme URI: http://purposemakers.net
Description: ulster gaa
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------

* div  {
	background:#cfd0d2;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background-color:#000;	
	color:#ccc;
	font-size:62.5%;
	font-family: Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:100em;
	margin:0 auto;
	padding:0;	
}

a {
	color:#ffe035;
	font-weight:bold;
	text-decoration:none;
}

a:hover { 
	color:#ccc;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#ffe035;
	font-weight:normal;
	padding-top:10px;
	margin:0 0 20px 0;	
}

h2, h3{
	font-size:1.8em;
}

h4{
	font-size:1.5em;
	margin:0;
}

p{
	line-height:1.75em;
	font-size:1.1em;	
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	padding:1px 12px 1px 1em;
	border-left:2px solid #C00;
	color:#BBB;
	background-color:#333;
	font-size:1.1em
}

hr {
  background-color: #000;
  color: #000;
  height:1px;
  border:0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
	background-color:#000;
	background: #000 url(img/header_bg_01.gif) repeat-x center top;
}

#header .inside{
	height:145px;
}

#header h2, #header h4{ 
	font-size:2.25em;
	margin:0;
	padding:0;
	float:left;
}
#header h2 a { 
	text-decoration:none; 
	display:block;
	float:left;
	width:145px;
	height:145px;
	z-index:-10;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/text_01.gif) no-repeat left top;
}

#header h4 a { 
	text-decoration:none; 
	display:block;
	float:left;
	width:70px;
	height:75px;
	margin:70px 0 0 0;
	z-index:-10;
	border:0;
	text-indent:-10000px;
}

#header h3{ 
	margin:10px 0 0 0;
	font-size:1.3em;
	font-weight:bold;
	padding:0;
	color:#ccc;	
}

#subscibe_form {
  float:right;
}

/*-----------------------------------------------------------------------------------------------
  Nav Styles
-----------------------------------------------------------------------------------------------*/

#navigation {
	background-color:#2f2f2f;
	height:40px;
}

#navigation ul {
  padding:15px 0 0 0;
  margin:0;
}

#navigation li {
  float:left;
  margin:0 5px 0 0;
  padding:0 0 0 10px;
  list-style:none;
  background:url(img/norm_left.gif) no-repeat left top;  
}

#navigation a {
  display:block;
	color:#000;  
  padding:8px 15px 5px 5px;
  font-weight:bold;  
  background:url(img/norm_right.gif) no-repeat right top;
}

#navigation a:hover  {
	color:#aaa;  
}

#navigation li.current_page_item, #navigation li.current_page_parent {
  background-image:url(img/left_on.gif);
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
  background-image:url(img/right_on.gif);
  color:#fff;
}

#sub_nav {
	height:30px;  
}

#sub_nav li {
  float:left;
  margin:0;
  padding:10px;
  list-style:none;
}

#sub_nav li.current_page_item a {
  background:url(img/sub_nav_current_01.gif) no-repeat left center;
  padding:0 0 0 10px;
  color:#ccc;  
}

#breadcrumb {
  padding:5px 0;
  clear:both;
}

#search {
  float:right;
  padding:0;
  margin:-5px 0 0 0; 
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
	text-align: left;
  /* background: #000 url(img/primary_bg.jpg) repeat-y center top; */
}

#primary .home {
	float:left;
	width:50em;
	padding:2em 2em 2em 0;
}

#primary .primary {
	float:left;
	width:70em;
	padding:2em 2em 2em 0;
}

#primary .primary h1 a {
  font-weight:normal;
}

#primary .primary p {
  font-size:110%;
}

#primary .post{
	padding:0 0 1em 0;
}

#primary .entry img {
	padding:0 0 2em 2em;
}

#primary .fixtures {
	width:90em;
}

#news_meta {
  padding:0.5em;
  margin:0 0 5em 0;
  background-color: #2f2f2f;  
}

p.postmetadata {
  background-color: #2f2f2f;
  padding:10px;
  font-weight:bold;
	font-family:Arail, Verdana, sans-serif;
	font-size: 90%;	
}

table.ec3_schedule {
  float:right;
}

li.alt {
  background-color: #343434;
  padding:10px 10px 0 10px;   
}

.contacterror {
  border:2px solid #F00;
}

.contactform {
  float:right;
}

.contacttext {
  float:left;
}

.ladies_link {
  padding:0 10px 0 10px;
  margin-top:-20px;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary{
	float:right;
	width:26em;
	padding:2em 0 2em 0;
	display:inline;
}

* html #primary .secondary{
	width:25em;
}

.secondary h1 {
  padding:10px 0 0 0;
  margin:0;
}

.secondary ul {
	list-style-type:none;
	margin:0 0 2em 0;
}

.secondary ul li {
	list-style-type:none;
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #eee;
}

#primary .secondary li.current_page_item a {
  color:#cfd0d2;
  background-color:#2f2f2f;
  padding:3px;
}

.grad_top_container {
  padding:0 20px 20px;
  margin:0;
  background: #000 url(img/top_grad_01.jpg) repeat-x left top;  
}

.grad_top_container a {
  font-weight:normal;
}

/*-----------------------------------------------------------------------------------------------
	Asides
-----------------------------------------------------------------------------------------------*/

#primary .asides{
	float:left;
	width:15em;
	padding:2em 2em 2em 0;
	display:inline;
}

.asides h2 {
  font-size:1.3em;
  margin:10px 0 0 5px;
}

.asides_container {
  background-color:#000;
  margin:0 0 20px 0;
  padding:0 0 0.5em 0;
  border-bottom:5px solid #2f2f2f;
}

.asides_container2 {
  background-color:#000;
  margin:0 0 20px 0;
  padding:0 0 0.5em 0;
}

#primary .asides .asides_container ul {
  margin:10px 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#ccc;
	padding:1em 0 2em 0;
  background: #000 url(img/top_grad_01.jpg) repeat-x left top;  	
}

#footer a, #footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a:hover{
	color:#ccc;
}

#footer h5 {
	font-size:100%;
	padding:0 0 5px 0;	
}

#footer p {
	margin:0;
}

#footer #partners {
  height:80px;
}


#footer #partners img {
	float:left;
	clear:right;
	margin:0 20px 0 0;
}

#footer p.attributes{ 
	float:right;
	padding:0 0 0 1em;
}

a.rss {
  padding:0 0 5px 16px;
  background: url(img/feed-icon-12x12.gif) no-repeat 0 1px;
}


/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

table {
	padding: 0;
	margin: 0 0 20px 0;
  border-collapse:collapse;	
}

#primary .primary th {
	color: #fff;
  background-color: #2f2f2f;
  text-transform: uppercase;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;	  
  text-align: left;
	padding: 5px 5px 5px 10px;
}

#primary .primary td {
	padding: 10px;
  background-color: #222;
  border-right: 1px solid #000;
	border-bottom: 1px solid #000;  
	color: #fff;
  vertical-align:top;
}

#primary .primary td h2 {
	margin-bottom:0;
}

#primary .primary td img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#wp-calendar table {
	font-family:Arail, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	width:100%;
  border-collapse:collapse;	
}

#wp-calendar table a:link, #wp-calendar table a:visited {
	font-weight:bold;
	color: #fff;	
}

#wp-calendar caption {
  font-size: 120%;
  padding:0 0 15px 0;
  text-align:left;
}

#wp-calendar th {
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
  text-transform: uppercase;
  text-align: left;
	padding: 5px 5px 5px 10px;
  background-color: #2f2f2f;
}

#wp-calendar td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #4d4d4d;
	padding: 5px 5px 5px 10px;
	color: #fff;
}

#wp-calendar table a.eventday:link  {
	color:#ffe035;
  background-color: #333;
	text-decoration:none;
	font-weight:bold;	
}

#wp-calendar table a.eventday:visited  {
	color:#cc0000;
  background-color: #333;
	text-decoration:none;
	font-weight:bold;	
}

#wp-calendar table a.eventday:hover  {
	color:#fff;
}

#wp-calendar #today {
  background-color: #333;
}

#wp-calendar #today a:link, #wp-calendar #today a:visited {
	text-decoration:underline;  
  color:#fff;
	font-weight:bold;  
}

.contactleft {
  margin:15px 0 5px 0;
}
