/*
Theme Name: Core 1
Theme URI: http://frankylicio.us/
Description: Child Theme for notes-blog-core-theme
Author: franky	
Author URI: http://ifranky.com/
Template: notes-blog-core-theme
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../notes-blog-core-theme/style.css");

@font-face { font-family:'Diavlo Book'; src: url('/fonts/DiavloBook.otf') format('opentype'); }
@font-face { font-family:'Anivers Regular'; src: url('fonts/Anivers_Regular.otf') format('opentype'); }
@font-face { font-family:'Gondola SD - Swash Regular'; src: url('fonts/Gondola_SD-Swash.eot'); src: local('Gondola SD - Swash Regular'), local('GondolaSD-Swash-Regular'), url('fonts/Gondola_SD-Swash.ttf') format('truetype'); }

h1 {
	font-family: 'Diavlo Book', 'Anivers Regular', Tahoma, Arial, Helvetica, sans-serif;
}

h2, h2 a, div.recently h3, h3, h4, h5, h6 {
	font-family: 'Anivers Regular', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.attr {
	font-size: 10px;
}

.gondola { font-family: 'Gondola SD - Swash Regular'; line-height: 2.4em; padding-top: 10px; }

.sticky {
	background-color: #F5F5F5;
	border-bottom: 1px dashed #333;
}

div.post {
	margin-bottom: 45px;
}

.wp-caption { padding: 10px 7px; border: none; font-size: 12px; color: #777; font-style: italic; text-align:center; }
p.wp-caption-text { margin:10px 0 !important; padding:0; line-height: 14px !important; }

ul#sidebar {
	margin-top: 30px;
	}

.journal {
	background-color: #F5F5F5;
	border-bottom: 1px dashed #e8e8e8;
}

.journal p {
	color: #555;
}

.journal p a.more-link {
	font-size: 12px;
}
