/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
@media only screen and (max-width: 3000px) {
	main-navigation a {
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
	}
	
	h1#site-title a {
		color: #e0e0e0;
	}
	
	hr.black {
  border-top: 1px solid black;
  }
	
	hr.blackthick {
  border-top: 3px solid black;
  }
	
	main-nav {
		display: none;
	}
	
	#topbanner pagetitle {
		display: none;
	}
	
	blockquote {
		padding: 10px;
		background: #f5f5f5;
		font-style: normal;
		margin-left: 60px;
		margin-right: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 1px solid #B0B0B0;
	}
	
	li {
		margin-bottom: 0;
	}
	
	ol {
		font-family: Georgia, Book Antiqua, serif;
		text-rendering: optimizeLegibility;
		color: #333333;
		font-size: 100%;
		line-height: 100%;
	}
	

	p {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	
	article header {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	article footer {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	article.post, article.page, article.attachment {
		margin-bottom: 40px;
		padding: 60px;
		border: 2px solid #000;
	}
	
	header h2 a {
		font-size: 24px;
		font-family: Helvetica, Arial, sans-serif;
		color: black;
		font-weight: bold;
		line-height: 125%;
	}
	
	.header {
		display: none;
	}
	
	menu {
		display: none;
	}
	
	header-menu {
		display: none;
	}
	
	h1.site-title {
		font-family: "Arimo", "arial", "sans-serif";
		color: black;
		display: inline;
	}
	
	h3.widget-title {
		font-family: Helvetica, Arial, sans-serif;
	}
	
	body {
		font-family: Georgia, Book Antiqua, serif;
		text-rendering: optimizeLegibility;
		color: #333333;
	}
	
	widget-area {
		border: 2px solid #333 !important;
		padding: 15px;
	}
	
	#sidebar li {
		list-style: none;
		margin-bottom: 0; font-family: sans-serif;
	}
	
	#sidebar {
		font-family: sans-serif;
		text-rendering: optimizeLegibility;
	}
	
	#comments {
		font-family: sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 100%;
	}
	
	#footer {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
	}
	
	#twitter_timeline-3 {
		border: 2px solid #000;
	}
	
	#text-3 {
		border: 2px solid #000;
	}
	
	#tag_cloud-3 {
		border: 2px solid #000;
	}
	
	#search-4 {
		border: 2px solid #000;
	}
	
	#archives-4 {
		border: 2px solid #000;
	}
	
	#text-4 {
		border: 2px solid #000;
	}
	
	#blog_subscription-3 {
		border: 2px solid #000;
	}
	
	#meta-4 {
		border: 2px solid #000;
	}
	
	#categories-4 {
		border: 2px solid #000;
	}
}

@media only screen and (max-width: 1000px) {
	menu {
		display: none;
	}
	
	main-nav {
		display: none;
	}
	
	blockquote {
		padding: 20px;
		background: #f5f5f5;
		font-style: normal;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 1px solid #B0B0B0;
	}
	
	p {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	
	article header {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	article footer {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	article.post, article.page, article.attachment {
		margin-bottom: 20px;
		padding: 20px;
		border: 1px solid #000;
	}
	
	li {
		margin-bottom: 0;
	}
	
	ol {
		font-family: Georgia, Book Antiqua, serif;
		text-rendering: optimizeLegibility;
		color: #333333;
		font-size: 105%;
		line-height: 100%;
	}
		
	header h2 a {
		font-size: 24px;
		font-family: Helvetica, Arial, sans-serif;
		color: black;
		font-weight: bold;
		line-height: 125%;
	}
	
	h3.widget-title {
		font-family: Helvetica, Arial, sans-serif;
	}
	
	body {
		font-family: Georgia, Book Antiqua, serif;
		text-rendering: optimizeLegibility;
		color: #333333;
	}
	
	#sidebar li {
		list-style: none;
		margin-bottom: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#sidebar {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility; 
	}
	
	#comments {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 100%;
	}
	
	#footer {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
	}
	
	#twitter_timeline-3 {
		border: 1px solid #000;
	}
	
	#text-3 {
		border: 1px solid #000;
	}
	
	#tag_cloud-3 {
		border: 1px solid #000;
	}
	
	#search-4 {
		border: 1px solid #000;
	}
	
	#archives-4 {
		border: 1px solid #000;
	}
	
	#text-4 {
		border: 1px solid #000;
	}
	
	#blog_subscription-3 {
		border: 1px solid #000;
	}
	
	#meta-4 {
		border: 1px solid #000;
	}
	
	#categories-4 {
		border: 1px solid #000;
	}
}

@media only screen and (max-width: 480px) {
	menu {
		display: none;
	}
	
	main-nav {
		display: none;
	}
	
	blockquote {
		padding: 10px;
		background: #f5f5f5;
		font-style: normal;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 1px solid #B0B0B0;
	}
	
	p {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	
	article header {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	article footer {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	article.post, article.page, article.attachment {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #000;
	}
	
	li {
		margin-bottom: 0;
	}
	
	ol {
		font-family: Georgia, Book Antiqua, serif;
		text-rendering: optimizeLegibility;
		color: #333333;
		font-size: 100%;
		line-height: 100%;
	}
	

	header h2 a {
		font-size: 24px;
		font-family: Helvetica, Arial, sans-serif;
		color: black;
		font-weight: bold;
		line-height: 125%;
	}
	
	h3.widget-title {
		font-family: Helvetica, Arial, sans-serif;
	}
	
	body {
		font-family: Georgia, Book Antiqua, serif;
		text-rendering: optimizeLegibility;
		color: #333333;
	}
	
	#sidebar li {
		list-style: none;
		margin-bottom: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#sidebar {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
	}
	
	#comments {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 100%;
	}
	
	#footer {
		font-family: Helvetica, Arial, sans-serif;
		text-rendering: optimizeLegibility;
	}
	
	#twitter_timeline-3 {
		border: 1px solid #000;
	}
	
	#text-3 {
		border: 1px solid #000;
	}
	
	#tag_cloud-3 {
		border: 1px solid #000;
	}
	
	#search-4 {
		border: 1px solid #000;
	}
	
	#archives-4 {
		border: 1px solid #000;
	}
	
	#text-4 {
		border: 1px solid #000;
	}
	
	#blog_subscription-3 {
		border: 1px solid #000;
	}
	
	#meta-4 {
		border: 1px solid #000;
	}
	
	#categories-4 {
		border: 1px solid #000;
	}
}