/*
Theme Name: IRCPL-Dev.
Theme URI: Your Theme's URI
Description: IRCPL's Theme.
Version: 1.0
Author: Frank Shepard
*/
@import url(tripoli/tripoli.base.css); 
@import url(tripoli/plugins/tripoli.visual.css); 
@import url(tripoli/plugins/tripoli.type.css);
@import url(tripoli/plugins/tripoli.layout.css); 
/* your custom styles goes here */
@import url(custom.css);

/* For Secondary Pages */	
body.l2 #primary {
	width:565px;
	margin-left:185px;
}

body.l2 #secondary {
	/*background-color:#dedede;*/
	width:185px;
	margin-left:-750px;
}

div#container {
	background:url(images/bg-2Cols.jpg) repeat-y;
}

div#tools {
	background-color:#fff;
}

h2.eventsHeader, h2.newsHeader {
	height:28px;
	width:auto;
	color:#fff;
	margin:0 -12px .5em -12px;
	padding:.5625em 0 0 .5em;
	font-weight:normal;
	font-size:2em;
	text-indent:0;
}

div.post h2, div.entry h2 {
	font-family:Tahoma, Geneva, sans-serif;
	/*font-weight:bold;*/
	text-indent:0;
	font-size:1.4em;
	margin-bottom:0.25em;
	margin-top:0em;
	line-height:1.25em;/*1.6em*/
}

a.posth2link {
	text-decoration:none;
	color:#324263;
}

div.entry {

}

h3.pastEventsHeader {
	background-color:#999;
	color:#fff;
	padding: 2px 4px;
}

p.eventTimeLoc {
	font-weight:normal;
	text-indent:0;
	font-size:1em;
	/*margin-top:-1em;
	margin-bottom:1.6em;
	line-height:1.6em;*/
}

div.entry li {
	text-indent:0;
}

div.entry, div.post h2 {
	/*border: 1px solid red !important;*/
}

div.entry p.eventTimeLoc {
	text-indent:0;
}

div.entry p img {
	/*float:left;*/
	margin-right:1em;
}

div#secondary {
	text-align:right;
}

div#sidebar {
	border: solid #ffffff thin;
	padding:.5em;
	margin-top:3.5em;
}

div#sidebar ul {
	list-style:none;
	margin-left:0;
}

div#sidebar li h2 {
	font-weight:bold;
	text-indent:0;
	font-size:1em;
	margin-bottom:0em;
	line-height:1.6em;
}

div#sidebar li a {
	text-decoration:none;
	color:#333;
}

a.postNav {
	/*font-size:smaller;*/
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	padding:2px 4px 2px 4px;
}
/* End Secondary Pages */