@charset "UTF-8";
/* CSS Document */

/* Global reset
-------------------------------------------------------------------*/

	html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input { margin:0; padding:0; }
	h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size:1em; font-weight:normal; font-style:normal; }
	fieldset,img { border:none; }
	caption,th { text-align:left; }
	table { border-collapse:collapse; border-spacing:0; margin-bottom:10px; width:100%; }
	table td { padding:0 10px 0 0; }

	.hidden, .screen_reader, hr { display:none; } /* Paragraph default styling, amend as desired */
	
	p { margin:0 0 1em 0; padding:0; } /* Default link styling */
	a { color:#333333; text-decoration:none; font-weight:500 }
	a:hover {
	color:#000000;
	text-decoration:none;
} /* Float an element left with a margin */
	
	.floatL						{ float:left; } /* Float an element right with a margin */
	.floatR 					{ float:right; } /* Float an element right with a margin */
	.italic 					{ font-style:italic; } /* Italisise */
	.upper 						{ text-transform:uppercase; } /* Italisise */
	.clear 						{ clear:both; }
	.hideText					{ text-indent:-3000em; overflow:hidden; }
	
	.clearfix:after 			{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	
	blockquote					{ padding:20px; margin:0 40px 20px 20px; border-left:3px solid #666666; clear:both; }

/* Default
-------------------------------------------------------------------*/

	html, body 					{ font:11px/1.4em "museo-1","museo-2",serif; color:#666666; font-weight:300 }	
	body 						{ background:#ffffff; padding:65px 25px 50px 25px; _padding:10px 0 0 0; margin:0; }

/* Template
-------------------------------------------------------------------*/

	#header						{ background:#000000; width:100%; height:40px; position:fixed; top:0; left:0; z-index:100; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow:0 0px 10px rgba(0, 0, 0, 0.4); overflow:hidden; }
	#wrapper					{ padding:20px; clear:both; position:relative; z-index:50; top:60px; }
	#contentwrap				{ position:relative; }
	#coreContent				{ width:960px; margin:0 auto; }
	#content					{ width:620px; float:left; }
	#sidebar					{ width:260px; float:right; }
	#foliogrid 					{ margin-left:65px 0 60px -1px; _margin-left:-30px 0 0 15px; }

/* Header
-------------------------------------------------------------------*/

	#header div					{
	float:left;
	margin:0;
	padding:13px 0 18px 20px;
	color:#999999;
	font: "museo-1","museo-2",serif;
	font-size: 14px;
}
	#header form				{ float:left; margin:0; padding:0; }
	#header h3					{ text-transform:uppercase; padding:0; float:left; margin:0 10px 0 0; }
	#header p					{ padding:0; margin:0; }
	#header a					{ color:#ffffff; font-style:none; text-decoration:none; font-weight:300; }
	#header a:hover				{ text-decoration:none; color:#999999 }
	
	#header input,
	#header select 				{ background:#ffffff; padding:3px; margin:-4px 0 0 0; border:0; color:#999999; font-size:12px; color:#999999; float:left; }
	#header input				{ width:auto; }
	
	#header ul					{ list-style:none; padding:0; margin:0; float:left; }
	#header ul li				{ float:left; margin:0 0 0 10px; padding:0 0 0 10px; border-left:1px solid #999999; text-transform:uppercase; }
	#header ul li.first			{ border-left:0; padding:0; margin:0; }
	
	.blogInfo					{ text-transform:uppercase; font-size:14px; }
	
/* Post
-------------------------------------------------------------------*/

	h1							{ border-bottom:1px dotted #cccccc; padding-bottom:20px; }
	h1,
	h1 a	 					{ font-size:30px; line-height:1.2em; margin:0 0 15px 0; font-style:none; text-decoration:none; }
	h1 a:hover	 				{ text-decoration:underline; }
	
	#coreContent h2,
	#coreContent h3,
	#coreContent h4				{ font-size:18px; line-height:1.2em; margin:0 0 20px 0; color:#232323; font-style:normal; border-top:1px dotted #cccccc; padding:10px 0; }
	
	#coreContent h3				{ font-size:18px; }
	#coreContent h4				{ font-size:14px; }

	.post 						{ background:#ffffff; position:absolute; border:1px solid #999999; margin:0 10px 10px 0; }
	.post > div 				{ padding:10px; _width:180px; _padding:0; }
	
	.post:hover					{ background:#ffffff; border:1px solid #666666  }
	.post:active				{ background:#ffffff; border:1px solid #666666  }

	
	.whiteBlock:hover			{ background:#ffffff; border:1px solid #ffffff  }
	.whiteBlock:active			{ background:#ffffff; border:1px solid #eeeeee  }
	
	.post-header,
	.post-content	 			{ margin:0 0 20px 0; }
	
	.post-content h2	 		{ font-size:13px; margin:0 0 10px 0; text-transform:uppercase; color:#666666;  }
	.post-content a	 			{ text-transform:capitalize; color:#666666; text-decoration:none; }
	.post-content a:hover		{ text-decoration:underline; color:#333333 }
	.post-content h2 a	 		{ text-decoration:none; text-transform:uppercase; font-style:normal; color:#666666; font-weight:500}
	.post-content h2 a:hover	{ text-decoration:none; color:#333333; font-weight:500 }
	
	.post-footer	 			{
	line-height:1em;
	font-size: 13px;
}
	.post-footer a	 			{
	text-decoration:none;
	color: #666666;
}
	.post-footer a:hover		{
	text-decoration:underline;
	color: #333333;
}
	
	.copyright					{ text-transform:uppercase; color:#777; font-size:10px; }
	.copyright p				{ margin:0; }
	.copyright a				{ text-transform:capitalize; color:#282827; font-style:italic; }
	
	.whiteBlock 				{ background-color:#ffffff; border:1px solid #ffffff; font-size:125%; line-height:1.6em; margin:0 0 20px 0; }
	.whiteBlock > div 			{ padding:30px; _padding:0; }
	
	.whiteBlock a img 			{
	background-color:#ffffff;
	border:1px solid #cccccc;
}
	.whiteBlock a img:hover 	{  }
	.whiteBlock a img:active 	{  }
	
	.singlepost 				{ font-size:125%; line-height:1.6em; margin:20px 0; }
	.singlepost > div 			{  }

	.singlepost img		 		{ border:1px solid #cbcbcb;  }
	.singlepost a img:hover,
	.singlepost a img:active 	{  }

	.archiveTitle h2			{ font-size:14px; color:#232323; font-style:italic; margin:0; }
	.archiveTitle .currentCat	{ margin:0 0 10px 0; }
	.archiveTitle .currentCat span	{ font-weight:bold; }
	.archiveTitle .spaced		{ margin:0 0 30px 0; }
	.archiveTitle h3			{ font-size:14px; color:#232323; font-style:italic; margin:0 0 20px 0; }
	.archiveTitle ul			{ list-style:none; padding:0; margin:0 0 30px 0; font-style:italic; }
	.archiveTitle ul ul			{ margin:0; font-style:italic; }
	.archiveTitle ul li			{ padding:0 0 0 20px; font-style:italic; }
	.archiveTitle ul ul	li		{ padding:0; }
	.archiveTitle p				{ margin:0 0 30px 0; }
	.archiveTitle .back			{ margin:0; }
	
	.alignleft					{ float:left; margin:0 30px 30px 0; }	
	.alignright					{ float:right; margin:0 0 30px 30px; }
	
	.pagination					{
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin-bottom: 20px;
}
	.prevpost					{ float:left; }
	.nextpost					{ float:right }
	.prevpost a,	
	.nextpost a					{
	color:#666666;
	padding:10px 15px;
	margin:0;
	display:block;
	font-style:italic;
	text-decoration: none;
	font-weight: 300;
}
	.prevpost a:hover,	
	.nextpost a:hover			{
	font-style:italic;
	color: #333333;
	text-decoration: none;
	font-weight: 300;
}
	
/* Sidebar elements
-------------------------------------------------------------------*/	
	
	ul.sidebar_list 			{
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	font-weight: 300;
}
	ul.sidebar_list li.widget, 
	ul.sidebar_list li.linkcat 	{ margin:0 0 2.5em 0; line-height:1.4em; border:0; }
		li.widget h2 			{ font-size:14px; line-height:1.2em; margin:0; color:#666666; font-style:none; border:0; border-bottom:1px solid #cccccc; padding:0 0 10px 0; }
		li.widget p 			{ margin:0 0 1.5em 0; padding:0 10px; }
		li.widget ul 			{ list-style:none; margin:0; padding:0; }
		li.widget ol 			{ list-style:none; margin:0; padding:0; }

/* Footer elements
-------------------------------------------------------------------*/

	#footer						{ border-top:1px solid #cbcbcb; padding:10px 0 10px 0; text-transform:uppercase; font-size:0.9em; clear:both; margin: 20px 0 0 0; }
	#footer h3					{ text-transform:uppercase; padding:0; float:left; margin:0 10px 0 0; }
	#footer p					{ padding:0; margin:0; }
	#footer a					{ color:#282827; font-style:normal; text-transform:capitalize; text-decoration:none; }
	#footer a:hover				{ text-decoration:underline; }
	
	#footer ul					{ list-style:none; padding:0 30px 0 0; margin:0; float:left; }
	#footer ul li				{ float:left; margin:0 0 0 5px; padding:0 0 0 5px; border-left:1px solid #666666; text-transform:lowercase; }
	#footer ul li.first			{ border-left:0; padding:0; margin:0; }
	#footer p					{ float:right; margin:0; padding:0; text-transform:uppercase; }
	
	.copyright					{ text-transform:uppercase; }
	.copyright a				{ text-transform:capitalize; }
	
	.left, .prev				{ float:left; }
	.right, .next				{ float:right; }