/*

Theme Name: Graphene Child: The Portfolio of Ryan Heck
Description: Child theme for the Graphene theme
Author: Ryan Heck
Template: graphene
*/


@import url("../graphene/style.css");

@font-face {
    font-family: 'SambaRegular';
    src: url('/fonts/Samba-webfont.eot');
    src: url('/fonts/Samba-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Samba-webfont.woff') format('woff'),
         url('/fonts/Samba-webfont.ttf') format('truetype'),
         url('/fonts/Samba-webfont.svg#SambaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.post-title, .post-title a, .post-title a:visited {
	font-family: 'SambaRegular';
}
.post-title a:visited {
	font: 22px SambaRegular;
	color: #1772af;
	margin-top: -3px;
}
.wp-caption-text {
	color: #5e5e5e !important;
	font: normal 11px SambaRegular !important;
	margin: 0 5px !important;
	padding-bottom: 5px;
	text-align: center;
}

#top-bar {
	border-bottom: none;
	}


#header-menu > li {
	font: normal 14px SambaRegular;
	margin: 0 0 0 5px;
}
.pfc_words img { border: none; }
#pfc_smileys img {border: none;}

.comment-entry h6 {
	color: #333;
	font: bold 16px SambaRegular;
	margin: 20px 0 5px 0;
}


#container {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#copyright h3{
	font: normal 14px SambaRegular;
	color: #e3e3e3;
}

