/*
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.
*/
#footer {
	display: none;
	color: #fff;
	position: relative;
	margin-top: 50px;
	background: #fff url(images/background/patterns/debut_darkf.png) repeat #333;
	border-top: solid 4px #ff6644;
}

#logo {
	position: relative;
	display: block;
	padding: 0 0 10px;
	line-height: 1.8em;
}
#logo a img{
	margin-top:0px;
}
nav#mainmenu { 
	margin:10px 0 10px 0; 
}
nav#mainmenu ul { 
	margin:10px 15px 15px 0; 
}
nav#mainmenu ul li a   { 	
	margin:10px 15px 15px 0;
	
}
nav#mainmenu ul li a:hover,
	margin-bottom:1px;
}

.pin-article .category,
.pin-article .category p, 
.pin-article .search,
.pin-article .search p {
	background: #fff;
	color: #333;
	font-size: 21px;
	text-align: center;
}

.pin-article .category p a {
	color: #333;
}

.entry-info,
.entry-info li {
	display: none;
}

  
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title { 
	font-family:'Julius Sans One',Verdana, Geneva, sans-serif; 
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 { 
	font-family:'Julius Sans One',Verdana, Geneva, sans-serif; 
}
   
.pin-article h1.title {
	font-size: 30px;
}
#sidebar h3.title {
	font-size: 22px;
}


p img {
       border: 1px solid #f2b332; padding:4px;
}