
/**
Theme Name: Faery Ink Press
Author URI: http://www.faeryinkpress.com
Version: 1.0
Author: Clare Marshall
Description: My theme for my website.
*/

/* -------------------------------------- */





@font-face {
    font-family: 'BergamoStdRegular';
    src: url('BergamoStd-Regular-webfont.eot');
    src: url('BergamoStd-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('BergamoStd-Regular-webfont.woff') format('woff'),
         url('BergamoStd-Regular-webfont.ttf') format('truetype'),
         url('BergamoStd-Regular-webfont.svg#BergamoStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoStdItalic';
    src: url('BergamoStd-Italic-webfont.eot');
    src: url('BergamoStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('BergamoStd-Italic-webfont.woff') format('woff'),
         url('BergamoStd-Italic-webfont.ttf') format('truetype'),
         url('BergamoStd-Italic-webfont.svg#BergamoStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoStdBold';
    src: url('BergamoStd-Bold-webfont.eot');
    src: url('BergamoStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('BergamoStd-Bold-webfont.woff') format('woff'),
         url('BergamoStd-Bold-webfont.ttf') format('truetype'),
         url('BergamoStd-Bold-webfont.svg#BergamoStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoStdBoldItalic';
    src: url('BergamoStd-BoldItalic-webfont.eot');
    src: url('BergamoStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('BergamoStd-BoldItalic-webfont.woff') format('woff'),
         url('BergamoStd-BoldItalic-webfont.ttf') format('truetype'),
         url('BergamoStd-BoldItalic-webfont.svg#BergamoStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TangerineRegular';
    src: url('Tangerine_Regular-webfont.eot');
    src: url('Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Tangerine_Regular-webfont.woff') format('woff'),
         url('Tangerine_Regular-webfont.ttf') format('truetype'),
         url('Tangerine_Regular-webfont.svg#TangerineRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TangerineBold';
    src: url('Tangerine_Bold-webfont.eot');
    src: url('Tangerine_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Tangerine_Bold-webfont.woff') format('woff'),
         url('Tangerine_Bold-webfont.ttf') format('truetype'),
         url('Tangerine_Bold-webfont.svg#TangerineBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



.clearfix:after { /* FF,O,etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background: url(images/pbackground.jpg);
	font-family:"BergamoStdRegular", Georgia, "Times New Roman", Times, serif;
	color:#000;
}

a {
	text-decoration:none;
	color:#640F83;
	
	
} 

a:hover { color:#D9BFE6; }

#wrap {
	/*background:#fff;*/
	background: url(images/wbackground.jpg);
	width:996px;
	padding:20px;
	border:1px solid #e9e9e9;
	margin:40px auto 30px;
}

/* header at top*/
#header {
	font-style: normal;
	margin-bottom:15px;
}

#site-title {
	clear:both;
	font-size:41px;
	font-weight:bold;
	/*padding-top:10px;*/
}

#site-description {
	font-size:15px;
	font-weight:normal;
	color:#656565;
	/*margin-bottom:30px;
	padding:10px;*/
}

#navigation {
	background:#41264D;
	height:44px;
	padding:6px 10px 0;
	border-bottom:1px solid #D9BFE6;
	overflow:hidden;
}

#navigation ul li,#navigation a,#navigation span {
	float:left;
	line-height:37px;
	display:block;
	font-size:14px;
}

#navigation ul li {
	margin:0 5px;
}

#navigation ul li.current_page_item,#navigation ul li.hover {
	background:#C19ED0;
}

#navigation a {
	padding-left:15px;
	color:#FFFFFF;
}

#navigation .current_page_item a,#navigation .hover a,#navigation .current_page_item span,#navigation .hover span {
	background:#C19ED0;
}

#navigation span {
	padding-right:15px;
	cursor:pointer;
}

#navigation .current_page_item span,#navigation .hover span { background-position:100% 100%; }

/* container */

/* content */
#content {
	float:left;
	width:637px;
	line-height:110%;
}

#featured { margin-bottom:11px; }

.pagetitle {
	font-size:20px;
	font-weight:normal;
	margin-bottom:2px;
	color:#043253;
}

.post { margin-bottom:7px; }

.title {
	color:#370A47;
	font-size:18px;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post .title {
	font-size:20px;
	margin-bottom:6px;
	font-family: Georgia, "Times New Romain", Times, serif;
	padding: 10px;
	color:#42264e;
	/*background:#42264e;*/
}

.post .meta {
	margin-bottom:10px;
}

.post .datepost {
	margin:0;
	
}

/*mini post image*/

#postimage {
	
	float:left;
	margin-right: 5px;
	}

/* mini post */
#mini-post-wrap .odd {
	float:left;
	margin-right:7px;
}

/*#mini-post-wrap .even { float:right; }*/

.mini-post {
	float:left;
	width:600px;
	overflow:hidden;
	margin-bottom:5px;
	padding-top:20px;
}

.mini-post .title {
	padding:5px 0 15px 5px;
	height:30px;
	overflow:hidden;
	margin-bottom:2px;
	font-family: Georgia, "Times New Romain", Times, serif;
	font-size: 20px;
	color:#EDE6F4;
	/*background:#42264e;*/
}

.mini-post .title a {color:#42264e;}

.cursive {
	font-family: "TangerineBold", Georgia, "Times New Romain", Times, serif;
	font-size: 24px;
	margin-bottom:4px;

}

.mini-post .read-more {
	background:transparent url(images/more-faeryinkpress.jpg) no-repeat 0 0;
	float:right;
	text-transform:uppercase;
	font-size:11px;
	font-style:italic; 
	display:block;
	line-height:26px;
	height:40px;
	color:#ffffff;
	margin-left:5px;
	width:84px;
	text-align:center; 
}



.mini-post a.read-more:hover {
	color:#D3B0FF;
}


.mini-post .entry {
	clear:both;
	height:130px;
	overflow:hidden;
	padding:7px 5px 7px;
	margin-bottom:6px;
	border-bottom:1px solid #e3e3e3;
	background:#FFFFFF;
}

.mini-post .meta {
	font:normal 11px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:none;
	color:#370A47;
	padding:0 8px;
	text-align:right;
}

.icon {
	background:transparent url(images/meta-icons.gif) no-repeat;
	padding-left:18px;
}


#bookd {
	padding: 20px;
	border: 1px solid #000;
	font-style:italic;
	background-color:#eebbff;
	margin-left: 40px;
	margin-right: 30px;
	margin-bottom: 50px;
}

#booksub {
	font-family: "TangerineBold", Georgia, "Times New Romain", Times, serif;
	font-size: 25px;
	
}


.datepost, .commented { margin-left:10px; }

.datepost { background-position:0 2px; }

.commented { background-position:0 -26px; }

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#370A47 url(images/pagenavi-bg.gif) repeat-x 0 0;
	clear:both;
	height:51px;
	position:relative;
	padding:0 8px;
	margin-bottom:28px;
}

#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-bg.gif) no-repeat;
	position:absolute;
	top:0;
	width:5px;
	height:51px;
}

#wp-pagenavi-left {
	background-position:0 -51px;
	left:0;
}

#wp-pagenavi-right {
	background-position:0 -102px;
	right:0;
}

.wp-pagenavi {
	padding-top:19px;
	font:normal 11px Tahoma, Verdana, Arial;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#370A47 !important;
	color:#ffffff !important;
	text-transform:uppercase;
	padding:7px 9px !important;
	border:1px solid #000 !important;
}

.wp-pagenavi span.pages { background:#370A47 !important; }

.wp-pagenavi a:hover {
	background:#D9BFE6 !important;
}

/* sidebar */
#sidebar {
	float:right;
	width:321px;
	overflow:hidden;
	background:#FFF;
	border-left: 1px solid #EDE6F4;
	padding-left: 3px;
	
}

.widget {
	margin-bottom:11px;
	color:#737373;
}

.widget-title {
	font-size:26px;
	font-family: "TangerineBold", Georgia, "Times New Romain", Times, serif;
	margin-bottom:2px;
	color:#EDE6F4;
	background:#42264e;
}

#primary .widget-title {
	padding: 5px 0 3px 5px;
	/*border-bottom:4px solid #585858;*/
	margin-bottom:3px;
}

.widget a { color:#737373; }

.widget a:hover { color:#640F83; }

.widget ul li {
	line-height:28px;
	border-bottom:1px solid #e2eef7;
}

.widget ul li li {
	border-bottom:0;
	border-top:1px solid #e2eef7;
}

.widget ul li ul {
	padding-left:15px;
}

#secondary .widget ul li {
	font-style:italic;
}

.small-sidebar { width:156px; }

#sidebar-left { float:left; }

#sidebar-right { float:right; }

#tab-content {
	background:#ffffff;
	padding:8px;
}

.tabs-container ul li {
	background:#ffffff;
	padding-left:16px;
	border-color:#cee6f0;
}

.tabs-container ul li a {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#41264d;
}

/* footer */
#footer {
	width:986px;
	margin:0 auto;
	color:#9a9a9a;
	padding-bottom:35px;
}

#powered {
	font-weight:bold;
	margin-bottom:5px;
}



/*The Book Page */

#onecol {
	width: 900px;}
