/*
Theme Name:     Danny Palmer
Theme URI:      http: //www.dannypalmer.com/
Description:    Theme for Danny Palmer. Child theme of Tanzaku.
Author:         Daniel Palmer
Author URI:     http: //www.dannyprose.com/
Template:       tanzaku
Version:        1.0
*/

@import url("../tanzaku/style.css");

/* SETUP */

body {
	background-image: url(images/grain.gif);
}

/* GRID TITLE ADJUSTMENTS */

.grid-image {
   position: relative;
   width: 100%; /* for IE 6 */
}

div.post-title {
   position: absolute;
	bottom: 0px;
	left: 0px;
	width: 80%;
   color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   line-height: 17px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   display: inline;
   padding-left:10px;
   padding-right: 10px;
}

div.post-title a {
	color: white;	
}

div.post-title a:hover {
	color: #FF0;	
}

/* FONT IMPORT */

@font-face {
	font-family: myriad;
	src: url('/wp-content/themes/tanzaku-child/fonts/myriad-pro/MyriadPro-Bold.eot');
	src: url('/wp-content/themes/tanzaku-child/fonts/myriad-pro/MyriadPro-Bold.eot');
	font-weight: bold;
   	font-style: bold;
}

@font-face {
	font-family: rosemary;
	src: url('/wp-content/themes/tanzaku-child/fonts/rosemary-samuels/RosemarySamuelsBold.eot');
	src: url('/wp-content/themes/tanzaku-child/fonts/rosemary-samuels/RosemarySamuelsBold.ttf');
	font-weight: bold;
   	font-style: bold;
}

/* Header Styles */

#header h1 {
	font-family: rosemary;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12em;
	text-align:center;
	margin: 0px;
	padding: 0px;
	line-height:13px;
	/*-webkit-transform: rotate(-0.7deg); 
	-moz-transform: rotate(-0.7deg);*/	
	margin-bottom: 30px;
	color:#333;
}

#header p {
	font-family: rosemary;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	line-height:1;
	margin-top: 38px;
	font-size: 2em;
	letter-spacing: 7px;
	color:#333;
}

#header p a {
	text-decoration: underline;
}

/* Post Styles */

h2.post-title {
	font-family: rosemary;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3em;
	background: yellow;
	padding: 5px;
	
}

h2.post-title a {
	color: black
}

h2.post-title a:hover {
	color: #333;
}