/*  
Theme Name: PMA 2.1
Theme URI: http://www.liftstudios.ca
Description: The WordPress theme designed by LiFT studios
Version: 2.0
Author: Haig Armen & Cameron Leed
Author URI: http://www.liftstudios.ca
*/

/* --- Start Reset and default selectors --- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li {	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
a:link, a:visited, a:hover, a:link {text-decoration: none;}
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
.clear {clear: both;} .right {float: right;} .left {float: left;} body {font-size: 62.5%;}
strong {font-weight: bold} em {font-style: italic;}

/*-- End Reset --*/

/* Begin Typography & Colors */
body {
	font-size: 72.5%; /* Resets 1em to 10px */
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #747d81;
	text-align: center;
	height:100%;
	width:100%;
	min-height:100%;
	}
#wrapper{
	height:100%;
	width:100%;
	min-height:100%;
}
#page {
	/*background-color: white;
	border: 1px solid #959596;*/
	text-align: left;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h3, h3 a:link, h3 a:active, h3 a:visited {
	font-size: 1.3em;
	color:#768791;
}
h3 a:hover {
	color:#65090a;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
/*
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:active, a:visited {
	color:#768791;
}

a:hover {
	color: #65090a;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-image:url(images/wrapper_bg.jpg);
	background-position:0pt 289px;
	background-repeat:no-repeat;
	margin:0pt auto;
	padding:0pt 130px;
	width:760px;
	/*border: 1px solid #959596;*/
	}

#header {
	/*background-color: #73a0c5;*/
	margin: 0; 
	padding: 0; 
	height: 30px; 
	width: 760px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
#masthead{
	/*height:205px;*/
	position:relative;
}
#contentWrapper{
	width:760px;
	height:100%;
	min-height:100%;
	position:relative;
	margin-top:20px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* -------------------- Main Navigation ---------------- */	

#header li { 
	float: left;
	font-size: 1.0em;
	text-transform: uppercase;
	}
	
#header a:link, #header a:visited, #header a:active { 
	color: #dfc2c5;
	padding: 10px 10px 23px 10px; 
	display: block;
	}

#header a:hover {
	color: white;
	padding: 10px 10px 23px 10px;
	display: block;
	background-image: url('images/nav_bg_over.gif');
	}
#header .page_item.current_page_item a {
	color: #7d363e;
	background-image: url('images/nav_bg.gif');
	}
#header .page_item.current_page_item a {
	color: #7d363e;
	background-image: url('images/nav_bg.gif');
	}

#header .page_item.current_page_ancestor a {
	color: #7d363e;
	background-image: url('images/nav_bg.gif');
	}

/* -------------------- Sec Navigation  -- For Inner Pages Only ---------------- */	
#content h3 { 
	font-size: 1.2em;
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #69747e;
	}

#secnav a:link, #secnav a:visited, #secnav a:active { 
	border-left: 4px solid #e9e9e9;
	font-size: 1.2em;
	color: #909aa5;
	padding: 3px 0 3px 8px;
	display: block;
	}
	
#secnav .page_item a:hover { 
	border-left: 4px solid #8d5259;
	color: #4a4e52;
	}
#secnav .current_page_item a, #secnav .current_page_item a:hover, #secnav .current_page_item a:visited, #secnav .current_page_item a:active{
	border-left: 4px solid #8d5259;
	color: #4a4e52;	
}

#secnav .current_page_ancestor a, #secnav .current_page_ancestor a:hover, #secnav .current_page_ancestor a:active, #secnav .current_page_ancestor a:visited {
	border-left: 4px solid #8d5259;
	color: #4a4e52;	
}
	
#secnav #secnav_sub .page_item a:link, #secnav #secnav_sub .page_item a:visited, #secnav #secnav_sub .page_item a:active { 
	background-image: url('images/secnav_sub_bg.jpg');
	border-left: 4px solid #e9e9e9;
	padding-left: 25px;
	color:#909aa5;
	}
#secnav #secnav_sub .page_item a:hover {
	border-left: 4px solid #8d5259;
	color: #4a4e52;
}

#secnav #secnav_sub .current_page_item a:link, #secnav #secnav_sub .current_page_item a:active, #secnav #secnav_sub .current_page_item a:visited, #secnav #secnav_sub .current_page_item a:hover {
	/*border-left: 4px solid #8d5259;*/
	background-image:none;
	background-color:#e1e4e6;
	color: #4a4e52;
}		

#secnav .page_item .current_page_item a:link, #secnav .page_item .current_page_item a:visited, #secnav .page_item .current_page_item a:active { 
	color: #4a4e52;
	background-image:none;
	background-color:#e1e4e6;
	border-left:0px;
	}
	
 
	
/* -------------------- Logo and top of page information ---------------- */	
h1 span{display: none;}	

h1 { 
	background-image: url('images/logo.gif');
	width: 236px;
	height: 75px;
	margin: 24px 0 16px 0;
	float: left;
	position: relative;
	right: 62px;
	display: inline;
	}
	
#searchform { 
	float: right;
	margin-top: 74px;
	}
	
#linebreak { 
	height: 1px;
	background-image: url('images/header_line.jpg');
	background-repeat: repeat-x;
	background-position: 0 center;
	margin-bottom: 7px;
	}	
	
* html #linebreak { /* Only feed to IE6 and below */ 
	margin: 0;} 	
	
#logininfo {margin-bottom: 9px; position:relative;}	
/* when we drop login info back into the layout, simply un comment the 'left' tag below to
correct the breadcrumb trail's position! */
#breadcrumb {margin-bottom: 9px; position:relative; top: 0; /*left: 206px;*/}

	/* ----- About Masthead Info ----- */
#pic_home {
	height:254px;
}
#home_masthead #pic {
	width: 556px;
	height: 205px;
	position: absolute; 
	top: 0; right: 0;
}
#home_masthead #grad{
	height: 205px; 
	width: 200px;
	background-image: url('images/masthead_bg.jpg');
	position: absolute;
	top: 0; left: 0;
}
#about_masthead {position: relative; height: 205px;}

#about_masthead #pic { 
	width: 200px;
	height: 205px;
	position: absolute; 
	top: 0px; left: 0px;
	}
	
#about_masthead #grad { 
	height: 205px; 
	width: 556px;
	background-image: url('images/masthead_bg.jpg');
	position: absolute;
	top: 0px; right: 0px;
	}	

#mergers_masthead {	position: relative;height: 205px;}

#mergers_masthead #pic { 
	height: 205px; 
	width: 556px;
	position: absolute;
	top: 0; right: 0;	
	}
	
#mergers_masthead #grad { 
	background-image: url('images/masthead_bg.jpg');
	position: absolute; 
	top: 0; left: 0;
	width: 200px;
	height: 205px;
	}		
		
h2.tagline { 
	font-size: 2.3em;
	color: #485767;
	margin: 23px 0 20px 0;
	}	
	
p.callout { 
	color: #768791;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 27px;
	
	}	
h2.about_name { 
	font-size: 2.4em;
	position: absolute;
	top: 20px; left: 20px;
	color: white;
	}
	
h2.mergers_name { 
	font-size: 2.4em;
	position: absolute;
	top: 20px; left: 12px;
	color: white;
	width: 180px;
	}		
	
	/* ----- Search Form -- */
	#searchform #s { 
		border: 1px solid #ced5d9;
		width: 12.8em;
		height: 14px;
		color: #6e7a85;
		}
	
	#searchform #search_btn { 
		position: relative;
		top: 3px;
		} 
		
/* --------------- NEWS ITEMS FOR HOMEPAGE ---------------*/
h4 {/* headline text*/
	font-size:24px;
	color:#485767;
	margin-top:0px;
	margin-bottom:15px;
}
h8{
	font-size:12px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:45px;
}
#news_item{
	float:left;
	width:186px;
	height:200px;
	background-color:#f2f6f9;
	border-top: 4px solid #ced5d9;
	margin-top:45px;
	margin-right:4px;
}
#news_title {
	margin-top:12px;
	margin-bottom:32px;
	margin-right:20px;
	margin-left:20px;
	background-image: url('images/bullet3.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
#news_title a:link, #news_title a:active, #news_title a:visited {
	font-size: 16px;
	color:#69747e;
}
#news_title a:hover {
	color:#650202;
}
#news_content {
	padding-right:20px;
	padding-left:20px;
	background-image: url('images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: 10px 2px;
}


/* ---------------------------- Links -----------------  */

	/* -- Login and Register Links --*/
	#logininfo a:link, #logininfo a:visited, #logininfo a:active {color: #a7b3b9; text-decoration: none;}
	#logininfo a:hover {color: #a7b3b9; text-decoration: underline;}
	/* -- Links for the bottom modules on the main page --*/
	#home_content a:link, #home_content a:visited, #home_content a:active {color: #6e7a85; text-decoration: none;}
	#home_content a:hover {color: #6e7a85; text-decoration: underline;}
	
#center_col { 
	float: left; 
	display: inline;
	width: 360px;
	margin-right:25px;
	margin-left:25px;
	margin-bottom: 1.2em;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #768791;
	} 	
	
#right_col {
	float:right;
	display:inline;
	width:160px;
}
/*
#center_col p { 
	font-size: 1.2em;
	line-height: 1.6em;
	color: #768791;
	margin-bottom: 1.2em;
	}
*/	
#center_col .callout { 
	font-size: 1.6em;
	margin-bottom: 10px;
	line-height: 1.3em;
	}
	
#content #right_col #headshot { 
	float: right;
	background-color: #f5f5f5;
	border-top: 4px solid #ced5d9;
	padding: 9px 23px;
	}			
	
#content #right_col li { 
	float: right;
	width:136px;
	background-color: #f5f5f5;
	border-top: 4px solid #ced5d9;
	padding: 12px;
	margin-bottom: 10px;
	font-weight:bold;
	font-style:italic;
	}	
	
#content #right_col li p { 
	font-size: 1em;
	line-height: 1.5em;
	}
	
#content #right_col li .author { 
	font-weight: bold;
	color: #6d7a85;	
	}


/*	Begin Headers */

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style-type: disc;
	padding-left: 10px;
	line-height:150%;	
}
.entry li {
	margin-bottom:5px;
}

/* End Entry Lists */



/* Begin Form Elements */
/*
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
*/
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	float:left;
	padding: 0px 0 10px 0;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
