/*  
Theme Name: Costa Gaels
Author URI: http://www.justinparks.com
Version: 2.5
Author: Justin Parks
Description: Trnsparent PNGS and Divs all mashed together that made me want to scream, but its done now and I like it.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #120c0c url(images/bg.jpg) top repeat-x;
	color: #C0C0C0;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}

a	{
	color: #ffffff;
	text-decoration: underline;
	}

a:visited {
	color: #cc33cc;
	text-decoration: underline;
	}
	
a:hover{
	color: #33cccc;
	text-decoration: underline;
	}

ol {
	font-family:Arial,Georgia;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0 0 25px;
}

#container { 
	width: 950px;
	display: block;
	text-align: left; 
	margin: 2px auto 0;
	padding: 20px;
	}

* html #container {
	overflow: hidden;
}

#header {
	height:449px;
	margin:0 auto;
	position:relative;
	width:950px;
	}

#headerbg { 
	background-image:url(images/header-bg.png);
	position: absolute;
	height:449px;
	width:950px;
	}
	
#logo { 
	background-image:url(images/costa-gaels-logo.png);
	height:260px;
	margin-top:40px;
	padding:10px 0;
	position: absolute;
	width:350px;
 	}
 
#GAA-football { 
	background-image:url(images/oneills-gaa-ball.png);
	float:left;
	height:154px;
	margin-top:278px;
	position:relative;
	width:150px;;
 	}

#subscribeicons {
	background-repeat:no-repeat;
	float:right;
	height:210px;
	margin:0 0 0px 0px;
	position:relative;
	width:550px;
 }
 
#homelink { 
	background-color:transparent;
	height:260px;
	left:10px;
	position:absolute;
	top:10px;
	width:345px;
 }
 
#sponsor { 
	background-repeat:no-repeat;
	float:right;
	height:100px;
	padding:10px 0;
	position:relative;
	top:215px;
	width:450px;
 }
 
#sponsorlink { 
	background-color:transparent;
	height: 100px;
	left: 0;
	position:absolute;
	top: 0px;
	width: 450px;
 	}

#contactlink { 
	background-color:transparent;
	font-family:"Trebuchet MS",arial;
	font-size:25px;
	height:35px;
	left:590px;
	position:absolute;
	top:18px;
	width:450px;
 	}

#contactlink1 { 
	font-family:"Trebuchet MS", arial;
	font-size: 25px;
	color:C0C0C0;
 	}
 
#rsslink { 
	background-image:url(images/RSS.png);
	height:62px;
	left:815px;
	position:absolute;
	top:95px;
	width:70px;;
	}

#rsslink1 { 
	height:62px;
	position:absolute;
	width:70px;
	}
 
#emaillink { 
	background-image:url(images/email.png);
	background-color:transparent;
	height:64px;
	left:800px;
	position:absolute;
	top:185px;
	width:110px;
}

#emaillink1 { 
	height:64px;
	position:absolute;
	width:110px;
}

/* The title of the page, in the top left. White. */
#header .title {
	color: #000000;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	width: 50%;
	}

#header .title a {
	color: #000000;
	text-decoration: none;
	}

#header .title a:hover {
	color: #669900;
	text-decoration: none;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #000000;
	font-size: 25px;
	font-family: Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 75px;
	font-style: italic;
	}

#menu { 
	display:block;
	height:45px;
	left:330px;
	margin-top:330px;
	position:absolute;
	width:750px;
	}
	
* html #menu {
	bottom: 0px;
}
#navlist, #navlist ul {
	height: 33px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#navlist li {
	border:medium none;
	display:inline;
	float:left;
	height:30px;
	margin:0 3px;
	padding:5px;
	text-align: right;
	width: auto;
}
#navlist li a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	width: auto; 
	height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	padding: 6px 0px 0px 0px;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	color: #C0C0C0;
	border-bottom: 1px dashed #ffffff;
}
#content { 
	width: 600px; 
	float: left; 
	margin-bottom: 20px;
	}

#video { 
	width: 950px; 
	float: left; 
	margin-bottom: 20px;
	}

	
#join {
	width: 300px;
	float:left;
	}

#content p{
	font-family: Arial, Georgia;
	font-size: 16px;
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 25px 0px;
	}
	
/* images */
img {
     background: #000000;
	 margin: 5px;
     padding: 5px;
     border: 1px dashed grey;
}
img.alignright {float:right; margin:0 0 1em 1em; border:1px dashed grey;}
img.alignleft {float:left; margin:0 1em 0em 0; border:1px dashed grey;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border:1px dashed grey;}
a img.alignright {float:right; margin:0 0 1em 1em; border:1px dashed grey;}
a img.alignleft {float:left; margin:0 1em 1em 0; border:1px dashed grey;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border:1px dashed grey;}
.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;
}
	
#content h1 {
	color: #ffffff;
	font-size: 25px;
	font-family: "Trebuchet MS", Arial, Georgia, Times New Roman, Serif;;
	font-weight: normal;
	padding:10px 0;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #ffffff;
	}

#content h1 a:hover {
	color: #C0C0C0;
	}

#content h2 {
	color: #ffffff;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #C0C0C0;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #C0C0C0;
	text-decoration: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	background: none repeat scroll 0 0;
	float:right;
	margin:0 10px 10px;
	padding:5px;
	width:270px; 
	}

#GAA { background-image:url(images/GAA-Spain.png);
	height:112px;
	width:270px;
}
	
#sidebar h2 {
	color: #e0e0e0;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #E0E0E0;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	font-family: "Arial", Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #ffffff;
}

#footer2 { 
	height:25px;
	padding:0px;
	text-align:center;
	width:auto;
}	
	
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #E0E0E0;
	text-decoration: none;
}
#content, #footer { padding: 15px; }