/*   
Theme Name: MAPS 2
Theme URI: http://digwp.com
Description: MAPS theme
Author: Kim Sokol, based on BLANK by Chris Coyier
Author URI: http://design.kimsokol.com
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: #fff; font: 14px/1.4 Arial, Sans-serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: auto; }

h1, h2, h3 { font-weight: normalh2; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }

a {
color: #c12f39;
 }
 
a:hover {
color: #512f2e;
} 

blockquote { }
blockquote p { }

ul, ol { 
margin: 0;
}

.post { }

.entry { 
padding-bottom: 20px;
}
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

.meta {

font-weight: normal;
font-size: 18px;
text-transform: uppercase;
padding-top: 10px;
background-image: none;
color: #000;
letter-spacing: 1px;
margin: 0;
padding-top: 0px;
padding-bottom: 5px;
padding-left: 0px;

}

.postmetadata { }

#sidebar { }


.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { 
	background: #FFF;	
	background-image: url("../BLANK-Theme/images/Search-BG.jpg");
	height: 18px;
	width: 211px;
	border: none;
	position: absolute;
	right: 50px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 5px;
	font-size:14px;
	}
	
	#searchsubmit { 
	border: none;
	position: absolute;
	right: 0px;
		}


	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 0; }
ol.commentlist li.comment ul.children li { margin: 0; }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }



#header{
position: relative;
width: 965px;
height: 142px;
}

#frontheader{
position: relative;
width: 965px;
height: 159px;
background: #fff;
}

#frontheaderleft{
display: none;
position: absolute;
width: 25px;
height: 159px;
background-image: url("../BLANK-Theme/images/Header-L.jpg");
}

#headerleft{
position: absolute;
display: none;
width: 25px;
height: 142px;
background-image: url("../BLANK-Theme/images/Header2-L.jpg");
}

#headercenter{
position: absolute;
width: 965px;
height: 132px;
background-image: url("../BLANK-Theme/images/Header2-BG.jpg");
left:25px;
border-bottom: 10px solid #c12f39;
}

#frontheadercenter{
position: absolute;
width: 965px;
height: 142px;
background: #FFF;
}

#headerright{
position: absolute;
display: none;
width: 25px;
height: 142px;
background-image: url("../BLANK-Theme/images/Header2-R.jpg");
left: 940px;
}


#frontheaderright{
display: none;
position: absolute;
width: 25px;
height: 159px;
background-image: url("../BLANK-Theme/images/Header-R.jpg");
left: 940px;
}

#headerpages{
	position: absolute;
	text-align: right;
	top: 60px;
	right: -5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#headerpages ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;}

#headerpages li {
display: inline;
padding: 0px 15px 0px 15px;
border-left: 2px solid;
}

#headerpages li.first_item {
border-left: none;
}


#frontheaderpages{
	position: absolute;
	text-align: right;
	top: 60px;
	right: -5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#frontheaderpages ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;}

#frontheaderpages li {
display: inline;
padding: 0px 15px 0px 15px;
border-left: 2px solid;
}

#frontheaderpages li.first_item {
border-left: none;
}


#header a {
text-decoration: none;
color: #231f20;
}

#frontheader a {
text-decoration: none;
color: #231f20;
}

#header a:hover {
text-decoration: none;
color: #c12f39;
}

#frontheader a:hover {
text-decoration: none;
color: #c12f39;
}

#headerpagessmall {
	position: absolute;
	text-align: right;
	top: 100px;
	right: 10px;
	font-family: Arial;
	font-size: 14px;
}

#frontheaderpagessmall {
	position: absolute;
	text-align: right;
	top: 120px;
	right: 10px;
	font-family: Arial;
	font-size: 14px;
}

#main{
position: relative;
width: 940px;
left: 25px;
top: 25px;
height: 100%;
margin:0 auto;
}

#hemain{
position: relative;
width: 1140px;
left: 25px;
top: 0px;
height: 100%;
margin:0 auto;
}

#hemain p {
	font-size: 16px;
}

#colwrapper{
position: relative;
width: 940px;
min-height: 100%;
}

#hecolwrapper{
position: relative;
width: 1140px;
min-height: 100%;
}

#hemainleftcol{
float: left;
width: 560px;
padding-right: 15px;
padding-bottom: 0px;
display: inline;
}

#hemainrightcol{
float: right;
width: 560px;
padding-right: 0px;
padding-bottom: 0px;
display: inline;
}


#mainleftcol{
float: left;
width: 593px;
padding-right: 0px;
padding-left: 20px;
padding-bottom: 0px;
display: inline;
}

#mainleftcol.pdp{
width: 900px;
float: left;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 0px;
display: inline;
}

#mainleftcol p {
line-height: 24px;
}

#mainleftcol.h1, h2, h3 { 
font-weight: normal;
font-size: 18px;
text-transform: uppercase;
margin: 10px 0 30px 25px;
position: relative;
left: -25px;
height: 84px;
width: 553px;
background-image: url("images/TitleBG.jpg");
color: #FFF;
letter-spacing: 1px;
line-height: 50px;
vertical-align: middle;
padding-left: 25px;
padding-top: 105px;
display: inline-block;
}

h2.altheader { 
font-weight: normal;
font-size: 18px;
text-transform: uppercase;
margin: 10px 0 30px 25px;
position: relative;
left: -25px;
height: 75px;
width: 463px;
background-image: url("images/TitleAltBG.jpg");
background-repeat: no-repeat;
background-color: #333;
color: #fff;
letter-spacing: 1px;
line-height: 50px;
vertical-align: middle;
padding-left: 115px;
padding-top: 20px;
display: inline-block;
}

h3.pdpheader { 
font-weight: normal;
font-size: 40px;
background-image: none;
text-transform: uppercase;
position: relative;
color: #c12f39;
width: 100%;
letter-spacing: 1px;
text-align: center;
padding-top: 20px;
padding-left: 0px !important;
display: inline-block;
}

h3.heheader { 
font-weight: normal;
font-size: 40px;
background-image: none;
text-transform: uppercase;
position: relative;
color: #AA0000;
width: 100%;
letter-spacing: 1px;
text-align: center;
padding-left: 0px !important;
display: inline-block;
height: 30px;
padding-top: 20px !important;
padding-bottom: 20px !important;
}

h4 {
	padding-bottom: 10px;
}

h4.success {
	font-size: 20px;
		padding-bottom: 10px;
}


#mainrightcol{
float: right;
width: 285px;
top: 0px;
padding-top: 10px;
padding-right: 20px;
display: inline-block;
}


#frontmainrightcol{
float: right;
width: 255px;
top: 0px;
padding-top: 0px;
margin-right: 70px;
text-align: left;
line-height: 24px;
display: inline;
position:relative;
}

#mainrightcol {
text-transform: uppercase;
font-size: 16px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #fff;
list-style-type: none;
}

#mainrightcol li ul {
text-transform: none;
font-size: 16px;
font-family: Arial, sans-serif;
font-weight: normal;
color: #fff;
list-style-type: none;
}

#mainrightcol li{
background-image: url("images/ListBG2.png");
background-repeat: no-repeat;
padding: 10px;
}

#mainrightcol li.first_item {
border-top: none;
margin-top: none;
}


#mainrightcol ul ul li{
	border: 0;
	background-image: none;
}

* html #mainrightcol li ul {
padding-left: 40px;
list-style: none;
background-image: none;
}

#mainrightcol li.page_item {
list-style: none;
}

#mainrightcol ul.children li {
padding:10px;
list-style: none;
background-image: none;
}


#mainrightcol a {
text-decoration: none;
color: #fff;
display: block;
padding-bottom: 15px;
}

#mainrightcol a:hover {
text-decoration: none;
color: #edb21f;
display: block;
padding-bottom: 15px;
}

#mainrightcol ul.children li a {
color: #0c4c83;
padding-bottom: 0px;
display: block;
padding: 5px 0px 5px 0px !important;
}

#mainrightcol ul.children li a:hover {
color: #edb21f;
padding-bottom: 0px;
display: block;
padding: 5px 0px 5px 0px !important;
}


#spacer{
clear: both;
height: 15px;
background-color: #fff;
}


#footer{
clear: both;
width: 930px;
margin-left: -10px;
margin-right: 10px;
padding-top: 15px;
padding-bottom: 20px;
text-align: center;
font-size: 12px;
color: #000;
border-top: solid 10px;
border-top-color: #c12f39;
background-color: #fff;
}

#frontfooter{
clear: both;
width: 930px;
margin-left: -10px;
margin-right: 10px;
padding-top: 15px;
padding-bottom: 20px;
text-align: center;
font-size: 12px;
color: #000;
border-top: solid 10px;
border-top-color: #c12f39;
background-color: #fff;
}


h2.searchresult{
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	background-image: none;
	color: #000;
	letter-spacing: 1px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2.smalltitle{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	margin: 0;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	left: 0px;
	width: 0px;
}

h2.smalltitlenews{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;
	background-image: none;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 15px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #333;
	margin-bottom: 15px;
}

a img { border: none; }

#switcher{
position: relative;
width: 965px;
height: 389px;
top: 159px;
}

#frontmain{
position: absolute;
width: 965px;
top:548px;
}

#frontmaintop{
position: relative;
width: 948px;
margin-left: 9px;
height: 30px;
background: #fff;
border-bottom: 10px solid #c12f39;
}

#frontcolwrapper{
position: relative;
width: 940px;
margin-left: 50px;
margin-right: 50px;
margin-top: 40px;
}

#frontmainleftcol{
float: left;
width: 538px;
padding-bottom: 0px;
line-height: 24px;
font-size: 14px;
text-align: justify;
display: inline;
}


#frontmainleftcol p{
padding-bottom: 20px;
}


#frontmainbottom{
position: relative;
width: 965px;
height: 18px;
background: #fff;
background-image: url("http://mapsresearch.ca/wp-content/themes/BLANK-Theme/images/Front-Bottom-b.jpg");
}


ul.frontpagenews{
list-style-type: none;
padding-bottom: 10px;
}

li.frontpagenews{
padding-bottom: 20px;
padding-left: 10px;
}

.frontpagedate{
text-transform: uppercase;
font-weight: bold;
color: #0c4c83;
}

.breadcrumb {
padding-bottom: 25px;
margin-top: -25px;
font-size: 0.8em;
color: #0c4c83;
}

.breadcrumbs-separator {
	font-weight: bold;
	color: #0c4c83;
}

.viewinfrench {
float:right;
padding-right: 15px;
display: inline;
}

.indented {
text-indent: -3em;
padding-left: 3em;
padding-bottom: 10px;
line-height: 24px;
text-align: justify;
}



.post ul{
	padding-left: 4em;
	line-height:20px;
	padding-right: 15px;
}

.post ol{
	padding-left: 3em;
	line-height:20px;
	padding-right: 15px;
}

.post li{
	padding-bottom: 10px;
}

.post{
text-align: justify;
}

.post p{
padding-right: 15px;
}


.subhead {
font-weight: normal;
font-size: 1.2em;
text-transform: uppercase;
text-align: left;
background-image: none;
color: #0c4c83;
letter-spacing: 1px;
margin: 0;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
}


.researchimage {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	background: #fff;
	display: inline;
}

.bio {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: justify;
}

.sections ul{
	list-style-type: circle;
	padding-left: 1em;
	font-size: 1.2em;
}

ul.indented {
padding-top: 5px;
line-height: 24px;
list-style-type: none;
}

li.indented {
text-indent: -5em;
margin: 0;
padding: 0;
padding-bottom: 10px;
line-height: 24px;
text-align: justify;
}

.slideshow {
	   width: 965px !important
}

    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;
    padding: 10px;
    }

    .alignleft {
    float: left;
    padding: 10px;
    }
    
    
    #sidebar-twitter h2{
    	display: none;
    }

#sidebar-twitter ul{
list-style-type: none;
padding-bottom: 10px;
}

#sidebar-twitter li{
padding-bottom: 20px;
padding-left: 10px;
}

.entry-meta{
font-size: 8pt;
font-style: italic;
display: block;
}





} /* END screen media */




@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt}
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */