/*



Theme Name: Jinjabird 



Template: creativelive



Author: Benzo



Version: 1.0



Updated: 2014-12-17 13:36:06



*/



@charset "UTF-8";

body {

	font-size: 100%;

}

/*********************

STOPS WORDS BREAKING WHEN THEY WRAP

*********************/

p {
	word-break: normal; 
}

/*********************

GLOBAL FONT STYLES

*********************/

p {
	color: #666;
	font-size: 0.9em;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

/*********************

SETS THE STYLING FOR THE LINK PROPERTIES IN P TAGS

*********************/

p a:link,
p a:active,
p a:visited {
	font-size: 1.0em;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #a78d58;
	text-transform:none;
	font-weight: bold;
}

p a:hover {
        color: #666666;
	background:none;
	text-decoration: underline;
}

h1 {
  	color: #a78d58;
 	font-size: 1.25em;
  	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  	font-style: normal;
  	font-weight: 400;	
	line-height: 1.4;
	letter-spacing: 9px;
	text-transform: uppercase;
}

h2 {
  	color: #a78d58;
  	font-size: 1.2em;
  	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  	font-style: normal;
  	font-weight: 400;
} 

h3 {
	color: #a78d58;
  	font-size: 1.0em;
  	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  	font-style: normal;
  	font-weight: 400;
}

h4 {
  	color: #a78d58;
  	font-size: 0.9em;
  	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  	font-style: normal;
  	font-weight: 400;
}

/*********************

STYLING FOR SIGNATURE

*********************/

.signature {
  	color: #666666;
  	font-size: 1.5em;
  	font-family: 'Great Vibes', cursive;
  	font-style: normal;
  	font-weight: 400;
}

/*********************

DIV STYLING TO CENTER TEXT

*********************/

.center {
	text-align: center;
}

/*********************

STYLING FOR FACEBOOK IMAGE

*********************/

.facebook {
	margin-top: 80px;
	margin-left: 25px;
	float: left;
}

/*********************

USED TO RIGHT ALIGN TEXT

*********************/

.right{

	text-align: right;

}

/*********************

STYLING FOR BEDFORD DIRECTORY LINK ON HOME PAGE FOOTER

*********************/

.bed-dir, .bed-dir a {
	text-align: center;
        font-size: 10px;
        color: #a78d58;
        margin: 0;
}

.banner {
	border-bottom: none;
}

li a:hover {
	text-decoration: underline;
	color: #999999;
	cursor:pointer;
}

/*********************

COLOUR OF EMAIL LINK

*********************/

.email:link {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #a78d58;
	text-transform:none
}

.email:hover{
	color: #666666;
}

/*********************

COLOUR OF PAGE NUMBERS AT BOTTON OF POSTS PAGE

*********************/

.previouspostslink,
.nextpostslink,
a.more-link,
a.excerpt-read-more {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 0.9em;
	font-weight: 400!important;
	font-style:normal!important;  
	color: #a78d58;
	text-transform:none
}

.previouspostslink:hover,
.nextpostslink:hover, 
a.more-link:hover, 
a.excerpt-read-more:hover {
	color: #666666;
}

#nextpost {
	float: left;
	width: 50%;
	text-align:right;
}

#previouspost {
	float: left;
	width: 50%;
	text-align:left;
}

/*********************

STYLING OF LINE BETWEEN EXCEPT POSTS

*********************/			

.separator {
	margin: 10px auto 10px auto;
	width: 75%;
	height: 2px;
	border-bottom: 1px solid #a78d58;;
}

/*********************

STYLING OF LINE BETWEEN REVIEWS

*********************/			

.separatorreview {
	margin: 10px auto 10px auto;
	width: 50%;
	height: 2px;
	border-bottom: 1px solid #a78d58;
}

/*********************

STYLING FOR DIV HOLDING ARCHIVES H1 TITLE

*********************/

#blogh1 {
	float: left;
	width: 100%;
	text-align:center;
}

/*********************

STYLING FOR NAVIGATION MENUS

*********************/

/*********************

COLOUR OF PRIMARY NAV FONT

*********************/

.primary-navigation a {
	font-size: 1.1em;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #a78d58;
	text-transform:none;
}

/*********************

HOME NAVIGATION

*********************/

li, a {
	font-size: 1.2em;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #a78d58;
	text-transform:none;
}

/*********************

COLOUR OF PRIMARY NAV FONT WITH MOUSE OVER

*********************/

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	color: #666666;
	background:none;
}

/*********************

COLOUR OF HOME NAV FONT VISITED LINK

*********************/

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation .current_page_parent > a {
	color: #a78d58;
	background:none;
}

/*********************

COLOUR OF SECONDARY NAV FONT

*********************/

.secondary-navigation a {
	font-size: 0.6em;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #a78d58;
	text-transform:none;
}

/*********************

COLOUR OF SECONDARY NAV FONT WITH MOUSE OVER

*********************/

.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a {
	color: #666666;
	background:none;
}

/*********************

MOVES MAIN MENU DOWN FROM TOP OF PAGE

*********************/

.primary-navigation .nav-menu {
   	 margin: 77px 0 0 0;
}

/*********************

STYLING OF LINE BETWEEN H1 TAGS

*********************/

.separatorheading {
	margin: 10px auto 10px auto;
	width: 35%;
	height: 2px;
	border-bottom: 1px solid #a78d58;
}

.footer {	  
	border-top: 1px solid #a78d58; 	
}

/*********************

ADDS A BORDER AROUND THE IMAGES IN P TAGS

*********************/

.entry-content img {
	border: 1px solid #a78d58;
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

/*********************

STYLING FOR FORM FIELDS

*********************/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin-bottom: 14px;
	font-size: 1em;
	color: #666666;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px #cccccc solid;
	width: 100%;
	max-width: 300px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	background-color: #EDEDED;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
}

/*********************

STYLING FOR INPUT BUTTON

*********************/

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #cccccc;
	border: 0;
	border-radius: 2px;
	color: #999999;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #999999;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #cccccc;
}

/*********************

STYLING THE CATAGORY TITLE AT THE TOP OF THE BLOG PAGES

*********************/


.cat-links,
.cat-links a:link,
.cat-links a:active,
.cat-links a:visited {
	color: #a78d58;
 	font-size: 1.1em;
  	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  	font-style: normal;
  	font-weight: 400;	
	text-transform: uppercase;
}

.cat-links a:hover {
    	color: #a78d58;
	background:none;
	text-decoration: underline;
}

/*********************

STYLING THE CATAGORY LIST AT THE BOTTOM OF THE BLOG PAGES

*********************/

.categories li,
.categories a:link,
.categories a:active,
.categories a:visited {
    	font-size: 0.75em;
	color: #a78d58;
	background:none;
	text-decoration: none;
	display: inline;
	padding: 0 5px 0 5px;	
}

.categories li+li { 
	border-left: 1px solid #a78d58;
}

.categories a:hover {
    	color: #666666;
	background:none;
	text-decoration: none;
}

/*********************
PUTS A SPACE ABOVE AND BELOW THE TEXT UNDER THE SEARCH RETURNED TITLE
*********************/

.space {
	margin:10px 0 20px 0;
}

/*********************
ALIGNS IMAGES LEFT
*********************/ 

.image-left {
	float: left; 
	margin: 20px;
}