/* Common styles */

A 			{ color: #003366; text-decoration: underline; }
	A:link		{ color: #003366; text-decoration: underline; }
	A:visited	{ color: #003366; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	h1, h2, h3 {
		padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("http://www.stephentaylor.ca/bg.jpg");
	background-repeat: repeat-x;
	background-color: #5762b9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: #11147d;
}

a:hover {
	text-decoration: underline;
}

blockquote.harper, blockquote.pm, blockquote.cpc, blockquote.bloc, blockquote.press, blockquote.email, blockquote.pdf, blockquote.mega, blockquote.parl, blockquote.csis, blockquote.rcmp, blockquote.book, blockquote.liberal, blockquote.ndp, blockquote.layton, blocquote.bloc, blockquote.coyne, blockquote.wells, blockquote.dems, blockquote.gop, blockquote.law {
font-family:palatino,  georgia, verdana, arial, sans-serif;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 50px;
	COLOR: black;
	background-position: bottom right;
	background-repeat: no-repeat;
}

blockquote.harper {
	background-color: #C0C0FF;
	background-image: url(harperbg.jpg);
	border: 1px solid #8080FF;
}

blockquote.pm {
	background-color: #FFFFDD;
	background-image: url(pmbg.jpg);
	border: 1px solid #E7CB9B;
}

blockquote.cpc {
	background-color: #A7CDF1;
	background-image: url(cpcbg.jpg);
	border: 1px solid #0005E2;
}

blockquote.press {
	background-color: #E2E2E2;
	background-image: url(pressbg.jpg);
	border: 1px solid #808080;
}

blockquote.email {
	background-color: #FFFFC0;
	background-image: url(emailbg.jpg);
	border: 1px solid #FFFF00;
}

blockquote.pdf {
	background-color: #FFFFC0;
	background-image: url(pdfbg.jpg);
	border: 1px solid #FFFF00;
}

blockquote.mega {
	background-color: #FFFFC0;
	background-image: url(megabg.jpg);
	border: 1px solid #FFFF00;
}

blockquote.parl {
	background-color: #CBEFCB;
	background-image: url(parlbg.jpg);
	border: 1px solid #48C648;
}
	
blockquote.csis {
	background-color: #C0FFFF;
	background-image: url(csisbg.jpg);
	border: 1px solid #00FFFF;
}

blockquote.rcmp {
	background-color: #C0FFFF;
	background-image: url(rcmpbg.jpg);
	border: 1px solid #00FFFF;
}

blockquote.law {
	background-color: #EEF7A3;
	background-image: url(lawbg.jpg);
	border: 1px solid #DAE293;
}

blockquote.book {
	background-color: #FFFFC0;
	background-image: url(bookbg.jpg);
	border: 1px solid #FFFF40;
}

blockquote.liberal {
	background-color: #FFC0C0;
	background-image: url(liberalbg.jpg);
	border: 1px solid #F00000;
}

blockquote.ndp {
	background-color: #FAC08C;
	background-image: url(ndpbg.jpg);
	border: 1px solid #F7923A;
}

blockquote.bloc {
	background-color: #9FE3FF;
	background-image: url(bqbg.jpg);
	border: 1px solid #00A6EA;
}

blockquote.layton {
	background-color: #FAC08C;
	background-image: url(laytonbg.jpg);
	border: 1px solid #F7923A;
}

blockquote.coyne {
	background-color: #E2E2E2;
	background-image: url(coynebg.jpg);
	border: 1px solid #808080;
}

blockquote.wells {
	background-color: #E2E2E2;
	background-image: url(wellsbg.jpg);
	border: 1px solid #808080;
}

blockquote.dems {
	background-color: #8080FF;
	background-image: url(dembg.jpg);
	border: 1px solid #4040FF;
}

blockquote.gop {
	background-color: #8080FF;
	background-image: url(gopbg.jpg);
	border: 1px solid #4040FF;
}

/* Main layout */

#container {
width: 100%
height: 100%
position:relative;
}

#sitetitle {
	color: white;
	font-size: 28pt;
	position: absolute;
	bottom: 300px;
	left: 100px;
	width: 800px;
	height: 75px;
	z-index: -1;
	text-align: center;
}

#body div.header {
	margin: auto;
	width: 1024px;
	height: 305px;
	background-image: url("http://www.stephentaylor.ca/header.jpg");
	background-repeat: repeat-x;
}

#body div.mapsheader {
	margin: auto;
	width: 1024px;
	height: 305px;
	background-image: url("http://www.stephentaylor.ca/wp-content/themes/stblog-2/images/mapsheader.jpg");
	background-repeat: repeat-x;
}

#body div.fpheader {
	margin: auto;
	width: 1024px;
	height: 305px;
	background-image: url("http://www.stephentaylor.ca/wp-content/themes/stblog-2/images/fpheader.jpg");
	background-repeat: repeat-x;
}

.fpresult {
	float:left;
	position:relative;
	width:158px;
	height:280px;
	padding:20px;
	margin-right: 2px;
}

.fpresult:hover {
	float:left;
	position:relative;
	width:158px;
	height:280px;
	padding:19px;
	border: 1px solid #E2C822;
	background-color: #fff9d7;
	margin-right: 2px;	
}

#body div.fbheader {
	margin: auto;
	width: 100%;
	background-image: url(fb-bg.jpg);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.fbheader div.fblogo {
	background-image: url(fb-logo.png);
	width: 213px;
	height: 50px;
	position: absolute;
	left: 50px;
	top: 22px;
}

.fbheader div.fbtext {
	color: white;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.fbheader div.fbshare {
	background-image: url(fbshare.png);
	position: absolute;
	width: 250px;
	height: 80px;
	right: 0px;
	top: 9px;
}

.fbheader div.fbshare a {
	height: 100%;
	width: 100%;
	display: block;
}


#body div.npheader {
	margin: auto;
	width: 100%;
	background-image: url(np-bg.png);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.npheader div.nplogo {
	background-image: url(np-logo.png);
	width: 130px;
	height: 90px;
	position: absolute;
	left: 21px;
	top: 3px;
}

.npheader div.nptext {
	color: white;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.npheader div.npshare {
	position: absolute;
	width: 241px;
	height: 61px;
	right: 11px;
	top: 18px;
	background-color: white;
}

.npheader div.npshare a {
	height: 100%;
	width: 100%;
	display: block;
}

#body div.gamheader {
	margin: auto;
	width: 100%;
	background-image: url(gam-bg.png);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.gamheader div.gamlogo {
	background-image: url(gam-logo.png);
	width: 250px;
	height: 26px;
	position: absolute;
	left: 21px;
	top: 34px;
}

.gamheader div.gamtext {
	color: red;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.gamheader div.gamshare {
	position: absolute;
	width: 241px;
	height: 61px;
	right: 11px;
	top: 18px;
	background-color: white;
}

.gamheader div.gamshare a {
	height: 100%;
	width: 100%;
	display: block;
}

#body div.macheader {
	margin: auto;
	width: 100%;
	background-image: url(mac-bg.png);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.macheader div.maclogo {
	background-image: url(mac-logo.png);
	width: 250px;
	height: 50px;
	position: absolute;
	left: 21px;
	top: 23px;
}

.macheader div.mactext {
	color: white;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.macheader div.macshare {
	position: absolute;
	width: 241px;
	height: 61px;
	right: 11px;
	top: 18px;
	background-color: white;
}

.macheader div.macshare a {
	height: 100%;
	width: 100%;
	display: block;
}

#body div.btheader {
	margin: auto;
	width: 100%;
	background-image: url(fb-bg.jpg);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.btheader div.btlogo {
	background-image: url(bt-logo.png);
	width: 213px;
	height: 98px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.btheader div.bttext {
	color: white;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.btheader div.btshare {
	position: absolute;
	width: 241px;
	height: 61px;
	right: 11px;
	top: 18px;
	background-color: white;
}

.btheader div.btshare a {
	height: 100%;
	width: 100%;
	display: block;
}

#body div.buzzheader {
	margin: auto;
	width: 100%;
	background-image: url(buzz-bg.jpg);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.buzzheader div.buzzlogo {
	background-image: url(buzz-logo.png);
	width: 199px;
	height: 37px;
	position: absolute;
	left: 23px;
	top: 33px;
}

.buzzheader div.buzztext {
	color: #1445b0;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.buzzheader div.buzzshare {
	position: absolute;
	width: 65px;
	height: 61px;
	right: 11px;
	top: 12px;
}

.buzzheader div.buzzshare a {
	height: 100%;
	width: 100%;
	display: block;
}

#body div.twheader {
	margin: auto;
	width: 100%;
	background-image: url(tw-bg.jpg);
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 800;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.twheader div.twlogo {
	background-image: url(tw-logo.png);
	width: 213px;
	height: 50px;
	position: absolute;
	left: 50px;
	top: 22px;
}

.twheader div.twtext {
	color: white;
	font-weight: bold;
	font-size: small;
	position: absolute;
	left: 300px;
	top: 20px;
	width: 500px;
	height: 60px;
}

.twheader div.twshare {
	background-image: url(twshare.png);
	position: absolute;
	width: 250px;
	height: 80px;
	right: 0px;
	top: 9px;
}

.twheader div.twshare a {
	height: 100%;
	width: 100%;
	display: block;
}

#home {
	width: 915px;
	height: 135px; 
	position: absolute;
	left:55px;
	top: -270px;
}

#about {
	width: 166px;
	height: 83px; 
}

#bt {
	width: 108px;
	height: 87px;
}

#twitterhead {
	width: 103px;
	height: 73px;
}

#fb {
	width: 57px;
	height: 68px;
}

#fbox {

	position: absolute; 
	height: 550px; 
	width: 190px; 
	background-color: white; 
	top: 230px; 
	left: 840px;
	z-index:65;
}

#rssicon {
	width: 92px;
	height: 92px;
}

#photo {
	height:210px;
	width:110px;
	position:absolute;
	left:863px;
}

#video {
	height:210px;
	width:128px;
	position: absolute;
	left:-112px;
}

#taghead {
	height:101px;
	width:139px;
	position: absolute;
	left:-111px;
}

#photo {
	background-image: url("http://www.stephentaylor.ca/photo.jpg");
	margin-right:171px;
}

#video {
	background-image: url("http://www.stephentaylor.ca/video.jpg");
	margin-left:153px;
}

#taghead {
	background-image: url("http://www.stephentaylor.ca/taghead.jpg");
	margin-left:153px;
}

#about {
	top: -131px;
	left: 180px;
	position: absolute;
}

#bt {
	top: -135px;
	left: 390px;
	position: absolute;
}

#twitterhead {
	top: -120px;
	left: 550px;
	position: absolute;
}

#fb {
	top: -130px;
	left: 675px;
	position: absolute;
}

#rssicon {
	top: -116px;
	left: 797px;
	position: absolute;
}

#home a, #video a, #photo a, #about a, #bt a, #twitterhead a, #fb a, #rssicon a {
	display: block;
	width:100%;
	height:100%;
}

#mainwindow {
	background-image: url("http://www.stephentaylor.ca/blogbg.jpg");
	background-repeat: repeat-y;
	width: 975px;
	position: relative;
}

#mainmapswindow {
	background-image: url("http://www.stephentaylor.ca/wp-content/themes/stblog-2/images/mapsbg.jpg");
	background-repeat: repeat-y;
	width: 975px;
	position: relative;
}

#tagcontainer {
	width: 175px;
	position: absolute;
	top: 208px;
	height:100px;
	left: 0px;
}

#tagcontents {
	position:relative;
	top: 101px;
	left: 42px;
	width: 132px;
	color: white;
	background-image: url("http://www.stephentaylor.ca/tagbackground.jpg");
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}

#tagcontents a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.main {
	margin: auto;
	width: 1024px;
}

#mainwindow {
	width: 1024px;
}

#nav {
	margin: auto;
	width: 928px;
	text-align:center;
}

#tweetcontents {
	background-image: url("http://www.stephentaylor.ca/tweetbackground.jpg");
	background-repeat: repeat-x;
	font-size: x-large;
	position:absolute;
	height:100px;
	left:347px;
	top: 66px;
	width: 500px;
}

#tweettext {
height: 88px;
position: absolute;
top: 5px;
padding-right: 25px;
}


#tweetend {
	background-image: url("http://www.stephentaylor.ca/tweetbackgroundend.jpg");
	width: 16px;
	height: 88px;
	top: 66px;
	float: right;
}

#followtwitter {
position:absolute;
font-size:small;
top:65px;
right:20px;
}

#body div.footer {
	margin: auto;
	width: 1024px;
	height: 498px;
	background-image: url("http://www.stephentaylor.ca/bottom.jpg");
	background-repeat: repeat-x;
	position: relative;
}

#body div.mapsfooter {
	margin: auto;
	width: 1024px;
	height: 498px;
	background-image: url("http://www.stephentaylor.ca/wp-content/themes/stblog-2/images/mapsbottom.jpg");
	background-repeat: repeat-x;
	position: relative;
}

#endtitle {
color: #000000;
font-size: 24pt;
font-weight: bold;
top: 210px;
left:200px;
width: 800px;
height: 75px;
position: absolute;
}

#aboutstephen {
color: #000000;
position: absolute;
top: 280px;
left: 100px;
width: 250px;
text-align: justify;
}

#mailinglist {
position: absolute;
bottom: 200px;
left: 397px;
}

#bloggingtories {
position:absolute;
top:330px;
left: 720px;
width: 205px;
height: 140px;
padding-left: 5px;
overflow: auto;
}

.navigation {
margin: auto;
width: 800px;
position: relative;
text-align: center;
}

.blogbody {
	font-family:palatino, georgia, verdana, arial, sans-serif;
	color:#333;
	font-size:small;
	font-weight:normal;
  	background:#FFF;
  	line-height:200%;
	text-align:justify;
	padding-bottom: 40px;
	min-height:725px;
	}

.pagetitle {
	position: relative;
	margin: auto;
	font-family: palatino, georgia, verdana, arial, sans-serif;
	text-align: center;
	width: 800px;
	padding-bottom: 15px;
}

.post {
	margin: auto;
	width: 640px;
	padding: 1px;
}

.title	{
	font-family: georgia, palatino, times new roman, serif;
	font-size:38px;
	color:#A4A4A4;
	font-weight:lighter;
	line-height:1;
	margin: 0;
	}
	
.date {
	margin: auto;
	width: 640px;
	padding: 1px;
	font-family:palatino, georgia, times new roman, serif; 
	font-size: large; 
	color: #333; 
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
}

.emailinput {
	color: #393e71;
	width: 232px;
	height: 32px;
	position: absolute;
	top: 44px;
	left: 5px;
	border: solid 0 #ffffff;
	background: transparent;
	font-size: 18pt;
}

.submit {
	width:150px;
	height:50px;
	position:absolute;
	top: 89px;
	left: 0px;
	background: transparent;
	border: solid 0 #ffffff;
}

.titlebanner {
	color: white;
	background-color: #B2B2B2;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family:palatino, georgia, times new roman, serif;
	top: 60%;
	position: relative;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border-top: dashed 1px;
	border-bottom: dashed 1px;
}

.titletext {
	color: white;
	text-align: center;
	font-family:palatino, georgia, times new roman, serif;
	font-size: xx-large;
	line-height: 1;
	opacity: none;
	position: relative;
}

.errorbanner {
	color: white;
	background-color: #B2B2B2;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family:palatino, georgia, times new roman, serif;
	top: 30%;
	position: relative;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border-top: dashed 1px;
	border-bottom: dashed 1px;
}

#twitter_counter {
	margin-bottom:15px;
	background-color:#FFFFCE;
	padding:6px;
}
#twitter_counter a {
	color: #167c9e;
}
#twitter_counter span {
	font-weight: bold;
}
#twitter_entries {
	margin-top:-10px;
}
.twitt_status .twitt_source a {
	font-style:italic;
	color:#777777;
}

#twitter_entries .single_twitt .twitt_status {
	color:#777777;
	margin-top:5px;
}

#twitter_top_links p {
	padding-top:5px;
	margin:0;
}
#twitter_top_links p a {
	font-weight:bold;
}
#twitter_content #twitter_search #search_button input {
	background-color: #EEEEEE;
	font-size: x-small;
}

.twitter_content {
	font-size: x-small;
	line-height: 1.5;
{

.twitter_left_part {
	float:left;
	color:black;
	width:48px;
}

#twitter_module {
	background-image:url('/images/twitter-module-bg.jpg');
}
