/*
 Theme Name:     Pinboard Turquoise Child
 Theme URI:      http://mammasaurus.co.uk/pinboard/
 Description:    Pinboard Turquoise Child Theme
 Author:         Mammasaurus
 Author URI:     http://mammasaurus.co.uk/free-wordpress-child-themes/
 Template:       pinboard
 Version:        1.0.0
*/

@import url("../pinboard/style.css");
@import url(http://fonts.googleapis.com/css?family=Codystar);
@import url(http://fonts.googleapis.com/css?family=Domine);
@import url(http://fonts.googleapis.com/css?family=Glass+Antiqua);
/*– Theme customisation starts here –*/
/*– This is where the changes to the header are –*/

#header {
border-top: none;
}

#site-title {
font-family: 'Codystar', cursive;
font-size: 60px;
letter-spacing: 1px;
}

#site-description {
margin-left: 20px;
font-size: 16px;
font-family: glass antiqua;
font-weight: normal;
}

#site-title a, #site-description {
color: #5bcdba;
}

/*– This is where the changes to the top menu are –*/

#access a {
display: block;
color: #ffffff;
text-transform:none;
font-weight: normal;
text-decoration: none;
-moz-transition: background-color .25s ease, margin .25s ease;
-webkit-transition: background-color .25s ease, margin .25s ease;
-o-transition: background-color .25s ease, margin .25s ease;
-ms-transition: background-color .25s ease, margin .25s ease;
transition: background-color .25s ease, margin .25s ease;
}

#access li li a {
min-width: 150px;
padding: 5px 24px;
margin: 0;
background: none;
line-height: 33px;
text-align: left;
overflow: hidden;
}

#access a:hover, #access li.current_page_item > a, #access li.current-menu-item > a {
background: rgba(255, 255, 255, .2);
color: #c4c4c4;
text-decoration: none;
}

/*– This is where the changes to the slider are –*/

#slider .entry-title a {
display: block;
padding: 10px 20px;
background: rgba(0, 0, 0, .15);
color: #fff;
font-family: Glass Antiqua;
font-weight: normal;
text-transform: none;
font-size: 16px;
}

/*– This is where the changes to the body are –*/

p {
font-family: 'Domine', serif;
font-size: 13px;
}

.single .entry-meta {
padding: 1.5% 2.4%;
margin-bottom: 24px;
background: #c4c4c4;
border-top: none;
border-bottom: none;
}

.entry-meta a {
color: #fff;
}

.entry-meta a:hover {
color: #000;
}

.gallery-item {
float:left;
padding:10px 0;
background:#FCFCFC;
border-bottom:none;
box-shadow:none;
text-align:center;
}

.page-title, #sidebar-wide .widget-title, #sidebar-footer-wide .widget-title {
margin: 0;
font-family: Glass Antiqua;
font-size: 32px;
font-style: normal;
font-weight: 300;
letter-spacing: normal;
}

body.custom-background {
background: #fff;
background-image: url('/wp-content/themes/pinboard-turquoise-child/images/bg.jpg');
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
}

.entry-content a img,
#attachment-nav a img {
max-width: 98.5%;
padding:0.8%;
box-shadow:none;
background:#FFF;
border:#EEE 1px solid;
}

#access {
padding: 0 20px;
background: #5bcdba;
box-shadow: none;
}

body {
background: #ffffff;
color: #888;
font-size: 13px;
line-height: 22px;
}

.entry-title, #comments-title, #reply-title {
font-family: 'Glass Antiqua', cursive;
line-height:1em;
font-weight: 300;
font-size:21px;
letter-spacing: 1px;
}

.entry-title a {
color: #5bcdba;
}

#wrapper {
position: relative;
max-width: 1140px;
margin: 0 auto;
box-shadow: none;
background: #fff;
overflow: hidden;
}

.entry-meta {
padding: 1.5% 2.9%;
background: #C4C4C4;
border-top: #F3F3F3 1px solid;
border-top: none;
color: #fff;
font-size: 12px;
font-weight: 300;
}

/*– This is where the changes to the sidebar are –*/

.widget-area li {
padding: 7px 0;
margin: 0;
border-bottom: none;
rborder-bottom: rgba(0, 0, 0, .036) 1px solid;
line-height: 1.62em;
}

.widget-area a {
color: #888;
}

.widget-area a:hover {
color: #5bcdba;
}

.widget-title {
margin: 0;
font-size: 21px;
color: #5bcdba;
line-height:1em;
font-family: 'Glass Antiqua', cursive;
}

/*– This is where the changes to the footer are –*/

#copyright {
clear: both;
padding: 1.4% 3.2%;
background: #5bcdba;
border-top: none;
border-top: none;
color: #fff;
font-weight: 300;
}

#footer {
clear: both;
border-top: none;
border-top: none;
}

/*– End of Custom Changes –*/