html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	background-color: #000000;
	position:relative; 
	padding:0;
	margin:0;


}


/* Global */




#container {
	background-color: #000000;
	width: 950px;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;	
	margin-top: 0px;
	margin-bottom: 0px;	
	height:100%;	
}


#header {
	background: #891206 url(/inc-inishmore/images/header.png) no-repeat top center;
	background-color: #000000;
	text-align: center;
	width: 100%;
	color: #ffffff;
	height: 166px;
	padding-top: 30px;

}

#masthead {
	margin-left:auto; 
	margin-right:auto;			
	width: 950px;

}

#logo {
	height:70px; 
	width: 500px;
	z-index:2;
	float:left;
	text-align:left;
	margin-left: 15px;

}

#social-networking {

	height:70px; 
	width: 220px;
	float: left;
	text-align:left;
	margin-left: 150px;	

}

/* General Content */

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 2em;
	width: 100%;
	text-align:left;
	position:relative; 
	margin-left:auto; 
	margin-right:auto;		
	padding-left: 15px;

	min-height: 20%;	
}

#content  a { 
	text-decoration: none;
	color: #3A8428;
}
#content  a:hover { 
	text-decoration: underline;	
}

#content .image-float-right {
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	border: 1px solid #cccccc;
}

#content .image-float-left {
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	border: 1px solid #cccccc;
}

#content ul {
	font-size: .7em;
	padding-left: 25px;
}

#content li {
	line-height: 1.4em;
}

/* Header text */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #42b2f4;
	margin-top: 0px;
	margin-bottom:5px;
}

#content h1 {
	font-size: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #42b2f4;
	font-weight: bold;	
	margin-top: 4px;
	margin-bottom: 4px;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	color: #42b2f4;
	font-weight: bold;	
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Sidebar */

#sidebar {
	width: 190px;
	float: right;
	border: 1px solid #d3d0cc;
	padding-left: 10px;	
	padding-right: 10px;		
	padding-top: 10px;
	margin-left: 20px;	
	margin-bottom: 10px;
	font-size: .85em;
	
}

.sidebar h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:0px;
	line-height:1em;
}

.sidebar h2 {
	font-size: 1.0em;
	line-height: 1em;
	color: #42b2f4;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* General */
p {

	line-height: 1.5em;
	color: #ffffff;
	font-weight: normal;	
}

.LineTop {
	border: 1px solid #cccccc;
}

/* Navigation */


#ad {
	padding-left: 600px;
	padding-top: 50px;
	display:block;
}

#nav {
	padding-top: 85px;
	display:block;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;		
	margin-left: 1px;	
}	 

#nav li { 
	float:left; 
	margin:0;
	padding:0;

}
#nav li a span { 
	position:absolute;
	left:-2500px;
}
#nav li a {
	background-repeat:no-repeat;
	display:block;
	height:24px;
}
#nav li a:hover { 
	background-position:0px -26px;
}
#nav li.on a, ul#nav li.on a:hover { 
	background-position:0px -26px;
	cursor:default;
}
#nav li#nav_current a {
	background-image:url(/inc-inishmore/images/nav_current.gif);
	width:144px;
}
#nav li#nav_about a {
	background-image:url(/inc-inishmore/images/nav_about.gif);
	width:75px;
}
#nav li#nav_past a {
	background-image:url(/inc-inishmore/images/nav_past.gif);
	width:160px;
}
#nav li#nav_gallery a {
	background-image:url(/inc-inishmore/images/nav_gallery.gif);
	width:84px;
}		
#nav li#nav_awards a {
	background-image:url(/inc-inishmore/images/nav_awards.gif);
	width:90px;
}
#nav li#nav_support a {
	background-image:url(/inc-inishmore/images/nav_support.gif);
	width:97px;
}

#nav li#nav_merch a {
	background-image:url(/inc-inishmore/images/nav_merch.gif);
	width:137px;
}
#nav li#nav_contact a {
	background-image:url(/inc-inishmore/images/nav_contact.gif);
	width:100px;
}

/* Footer */			

#footer {
	background: #000000 url(/inc-inishmore/images/footer2.png) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ffffff;
	text-align:center;
	clear:both;
	width: 100%;
	height: 100px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top: 145px;	
}

#footer_content {
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
	padding-left: 10px;
	width: 860px;
	margin-top: 60px;
}

#footer_content p{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .8em;
	line-height: 1.2em;
}

#footer_content a {
	color: #ffffff;
	text-decoration: none;
}

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

#footer_content .primary a {
	font-size:1em;
	color: #ffffff;
	text-decoration: none;
}

#footer_content .primary a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_content .secondary p {
	line-height: 1.1em;
}
#footer_content .secondary a {
	font-size:1.1em;
	color: #ec1d24;
	text-decoration: none;
}

#footer_content .secondary a:hover {
	color: #ec1d24;
	text-decoration: underline;
}