@charset "utf-8";
/* CSS Document */

body {

	background-attachment: fixed;
	background-image: url(images/image_top.png);
	background-repeat: repeat-x;
	/*padding-top:125px;*/	


	/*margin-left:200px;*/
	
}

@font-face
{
font-family: myfont;
src: url('http://paulyee.ca/images/TrajanPro-Regular.otf'),
     url('http://paulyee.ca/images/TrajanPro-Regular.eot'); /* IE9+ */
}


.main_wrapper {
	margin-top:100px;
	min-height:570px;
		left:50%;
	margin-left:-380px;
	position:absolute;
	
}

.wordmark {
	width:10%;
	min-width:300px;
	/*height:650px;*/
/*	border: 1px solid #CCC;*/
	background-image:url(images/wordmark.png);
	background-repeat: no-repeat;
	/*padding-top:330px;*/
	text-align:center;
	float:left;
	position:fixed;
	padding-top:300px;

}

.divider_nav {
	height:40px;
	padding-top:15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;	
	margin-left:60px;
	width:175px;
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:3px;
	
	
}


.divider {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;	
	height:4px;
	width:99%;	
	clear:both;
	font-size:3px;
	margin-top:25px;
	
}



.right_side {

	width:50%;
	max-width:800px;
/*	background-color:#EEE;
	border: 1px solid #CCC;	*/
	float:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#666;
	margin-left:340px;
	font-size:16px;
}


.right_side p {

	margin-top:0px;

}


.right_side ul {

	margin-bottom:15px;

}

.entry p {
	
	margin-top:0px;	
		
}

.timestamp {

	font-style:italic;	
	font-size:12px;
	width:100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	margin-bottom:8px;	
	clear:both;
}


.more {
	
	clear:both;
	/*float:left;*/
	margin-top:-15px;	
	margin-bottom:25px;
	font-style:italic;
	
}

h1 {
	
	font-family:myfont;
	letter-spacing:4px;
	font-size:20px;
	color:#666;
	font-weight:normal;
		
}



h2 {

	font-size:17px;
	font-weight:bold;	
	margin-bottom:4px;
	
}


ul {
	
	padding-left: 22px;
	margin:0px;	
	
}


.caption {

         font-size:10px;
		 height:25px;

}

A:link {color: #f00; font-style: nounderline; text-decoration: none; font-weight: normal;}
A:visited {color: #f00; font-style: nounderline; text-decoration: none; font-weight: normal;}
A:hover {color:#333; font-style: nounderline; text-decoration: none; font-weight: normal;}