/* -------------------------------------------------------------- 
 
	print.css

	Author: Paul Woods
	Date: Nov 07

	This is the main stylesheet for the Edenderry CE Online. 

-------------------------------------------------------------- */

/* Main Styles
-------------------------------------------------------------- */

body {
	font-size: 100%;
	font-family: 'ProximaNovaA-Regular', sans-serif;
	text-align: left;
	color:#666;
}

p, ul, ol, span { font-size: 90%; }
p span { font-size: 100%; }

a { color: #666;text-decoration:none; }

strong { font-family: 'ProximaNovaA-Bold', sans-serif; font-weight:bold; }

abbr { border-width:0; }

	.tools { display:none; }
	
	
/* Images 
-------------------------------------------------------------- */

img { border: none; margin: 0; padding: 0; }
.media img, .hentry img { border: 1px solid #666; margin: 0; padding: 1px; }

/* Tables
-------------------------------------------------------------- */

table th { background-color:#ccc; border-bottom:1px solid #ccc; padding: 3px; vertical-align:top; text-align:left; }
table td { border:1px solid #ccc; padding: 3px; vertical-align:top; text-align:left; }

/* Headings 
-------------------------------------------------------------- */

h1, h2, h3 { font-family: 'ProximaNovaA-Bold', sans-serif; }

#header h1 { display:none; }


/*h1 {
	font-family: sans-serif;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase; 
	line-height: 1em;
	border-bottom:1px solid #ccc;
}*/
h2 { font-size:180%; text-align:center; margin-top:1em; color:#007086; }
h4 { font-family: 'ProximaNovaA-Bold', sans-serif; font-weight:bold; }


/* Forms */

a.control span { display:none; }


/* Container 
-------------------------------------------------------------- */

#title { display:none; }


/* TopBar 
-------------------------------------------------------------- */

#header	{ display:none; }

/* Right Column 
-------------------------------------------------------------- */

#sidebar { display:none; }

/* Footer 
-------------------------------------------------------------- */

#footer { display:none; }

/* Inner Columns 
-------------------------------------------------------------- */

.inncol { clear:both; }

h3 .pager { display:none; }

/* Navigation
-------------------------------------------------------------- */

#header ul, #header #navigation-sec ul { display:none; }

/* Information List
-------------------------------------------------------------- */

ul.infoList 		{ list-style-type: none; margin: 0; padding: 0 5px; }
ul.infoList li 	{ margin: 0; padding-top: 5px; }

/* Article
-------------------------------------------------------------- */

	/* Article Stats */ 
	p.dt { text-align:center; }

	/* Article Media */ 
	.half { float: right; width: 300px;margin:20px;}
	
	/* Article Controls */ 

	#tools { display:none; }
	
	/* Article Comments */ 
	#comments { display:none; }

/* Events
-------------------------------------------------------------- */

	.vevent { clear:both; }
	.vevent .span-1 { float:left; width:20%; margin-right:5%; }
	.vevent .span-1 p.dt { text-align:right; padding-top:10px; }
	.vevent .span-2 { float:left; width:70%; }
	.vevent .last { float:left; display:none; }

/* Profile
-------------------------------------------------------------- */

	.contactDetails { display:none; }

/* CSS Tricks
-------------------------------------------------------------- */

/*THUMBNAIL HOVERPOPUPS*/

.popup span img { display:none; }