/*
	Author Name	: Peter Giger
	Author Site	: Long Tail Epistemology
	Style Name	: Canvas
	Style URI	: http://longtailepistemology.com/
	Version		: 0.5
	Comments	: Write something
*/



/*- Page Structure */

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
	background: url('bg-1.jpg'); /* pgi */
	}
	
a {
	color:#555555;
}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 10px; /* pgi - orginal  20px 0 10px*/
	position: relative;
	border: 1px solid #CCCCCC; /* #ddd; */
	border-top: none;
	clear: both;
	background: url('bg-2.jpg'); /* pgi */
	}
	
#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px;
	}
	
#primary-single {
	position: relative;
	float: left;
	width: 710px;
	padding: 10px;
	}

/*- Main Menu in Header */

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	font-weight:bold;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

	ul.menu,
	ul.menu li a {
	padding: 5px 10px 6px;
	}
	
	
/*- Sidebar */

.feedlink { /* On the sidebar */
	border: none;
	padding: 2px;
	padding-right: 20px;
	/* background: url('images/feed.png') right center no-repeat;*/ /* pgi - don't use orginal feedicon in sidebar   */
	background: url('');
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	}


/*- Headings */

h1.blog-title { /* H1 is the title in the header */
	font-size: 2em;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	margin: 0;
	padding: 10px 20px 0;  /* pgi - orginal:  75px 40px 0; */
	
		filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
	
#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 20px;
	
			filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	}


/*- Primary Contents */



/* Google Maps Support */



/*- Links */



/*- Various Tags and Classes */


.alignright {
	float: right;
	border: 1px solid #CCCCCC;
	}
	
.alignleft {
	float: left;
	border: 1px solid #CCCCCC;
	}
.border {
	border:1px solid #CCCCCC;
}


/*- Begin Lists */

.sb-links ul ul li {
	margin-top: 0;
	/* Both negative margins is needed to reset the "bug" in the links list in RC4.  */
	margin-left:-10px; 
	padding-left:-10px;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */


/*-
	Links Module
*/






/*-
	Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/



/*-
	FlickrRSS
*/


/*
	Calendar Module
*/



/*
	Contact Form
*/


/* Noteworthy */



/* Tag Cloud Module */



/* Learn more about the other K2: http://en.wikipedia.org/wiki/K2 */


/* Academic Citation Plugin */

div.view_citations_link { 
	color: #06C;
	font-size: 9px; 
	font-weight: normal;
}

div.hide_citations_link {
	color: #06C;
	font-size: 9px; 
	font-weight: normal;
}

div.citation_box {             
	padding: 6px;
	border: 1px solid #000; 
	background-color: #EEE;
}

div.citation_entry {            
	margin-left: 2em;
	text-indent: -2em;
	padding: 0px 0px 6px 0px;
}

.citation_hdrtxt {              
	font-size: 9px; 
	font-weight: bold;
}

.citation_txt {
	font-size: 9px; 
	font-weight: normal;		
}

.page-head h2,
.page-head h2 a { /* Makes the title on pages magically go away - pgi  */
	display:none;
}

/* Academic Title Plugin   */
.academic_title_container {
	margin-bottom: 0.5em;
}

.academic_title_container a,
.academic_title_container a:visited {
	color: #000000;
}
.academic_title_main {
	color: #000000;
	font-size: 1.7em;
	letter-spacing: 0px;
}
.academic_title_sub {
	color: #333333;
	font-size: 1.4em;
	letter-spacing: 0px;
}
.academic_title_authors {
	color: #333333;
	font-size: 1.2em;
	letter-spacing: 0px;
}

.nodisplay {
	display:none;
}

.numposts {
	margin: 30px 0 -50px 30px;
	padding: 0 0 0 90px;
	background: url('pencil_symbol_75.png');
	background-repeat: no-repeat;
	height:100px;
	width: 300px;
	font-size:1.5em;
	color: #333333;
}
.dynamic-content {
	margin-top:-20px;
}

.sb-pagemenu h4  { /* Removes the sidebar header on subpages  */
/*	display:none; */
}

/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 0px;
	/* border:1px solid #999999; */
	padding:5px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}
	
/* Hiding the wp-author in posts  */

.entry-author {
	display:none;
}

.pdf_image {
	float:left;
	padding: 0 5px 0 0;
}

.feed-text {
	height:25px;
	width:150px;
	font-size:24px; 
	color:#AAAAAA;
	font-weight:bold;
	vertical-align:20%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.noborder {
	border: 0;
}
ul.check li {
background:url(checkmark.png) bottom left no-repeat;
padding-left: 20px;
padding-top:5px;
list-style: none;
}
.mylist {

}
.check {
background:url(checkmark.png) top left no-repeat;
padding-left: 20px;
}
#flickr-badge {
	clear:both;
}
#flickr-badge img {
	border:1px solid #999999;
	padding:2px;
	margin-right:6px;
}
