/*
Theme Name:     lomokev twenty ten child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme made for lomokev
Author:         lomokev
Author URI:     http://lomokev.com
Template:       twentyten
Version:        1.2
*/

/* need to change something in fuctions */
/* define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 140 ) ); // need to chenge in my child files was 198 */

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

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a:link{
	color:#4384b6; /* was pink */
	text-decoration: none;
}
a:visited{
	color:#4384b6; /* was pink */
}
a:hover{
	color:#4384b6; /* was pink */
}
a:active{
	color:#4384b6; /* was pink */
}

#wrapper {
	margin-top: 0px;
	/*
	
	width: 940px;
	padding: 0 20px;
	*/
}

#site-title a {
    color: #4384b6; /* was pink */
    float: left;
    width: 230px;
	height:98px;
	background:url(graphics/lomokev-sprite-map.png) no-repeat left top;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	margin:23px 23px 23px 23px;
}

a a:link { color:#4384b6; /* was pink */ text-decoration: none }
a:hover { color:#4384b6; /* was pink */ text-decoration: underline }

#branding img {
	border-top:none;
	/* stops there being a border above the bannor image */
}

#header {
    /* padding: 30px 0 0; */
	padding-top:0;
}

#site-title {
	width:auto;
	margin-bottom:0;
}

#lomokev-site-description{
	margin-top:59px;
	font-size:100%;
	float:left;	
}

#books{
	float:right;
	margin:30px 17px 0 0;
}

#books #hs, #books #po, #books #tc{
	display:inline-block;
	height:78px;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	margin-left:10px;
	background:url(graphics/lomokev-sprite-map.png) no-repeat;
	-moz-box-shadow: 2px 2px 2px #BBB; 
	-webkit-box-shadow: 2px 2px 2px #BBB; 
	box-shadow: 2px 2px 2px #BBB; 
}

/*
#books span{
    width: 50px; height: 50px; 
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background-color:red;
	display:block;
}

#books_link{
    text-align: center;
	margin-top: 20px;
}
*/

#hs{
	width:106px;
	background-position: -230px 0px !important;
}

#po{
	width:97px;
	background-position: -336px 0px !important;
}

#tc{
	width:78px;
	background-position: -433px 0px !important;
}

.us_books #hs{
	background-position: -230px -78px !important;
}

.us_books #po{
	background-position: -336px -78px !important;
}

.us_books #tc{
	background-position: -433px -78px !important;
}

/* =Menu start
-------------------------------------------------------------- */

#access {
	/* background: #000; */
	background-color:#111;
}

#access a {
	color: #4384b6; /* was pink */
}
/*
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}*/
#access ul ul a {
	background: #000;
	/* seconday nev items need to override the width setting */
	/* dose not work */
	/* width:auto; */
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #222;
	color: #fff;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Menu start
-------------------------------------------------------------- */

/* blog posts start */

/* blog post title start */
#content .entry-title {
	color: #4384b6; /* was pink */
}
.entry-title a:link,
.entry-title a:visited {
	color: #4384b6; /* was pink */
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}
/* blog post title end */

/* blog post under title start */
.entry-meta {
	color: #4384b6; /* was pink */
}
/*
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
*/


.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #4384b6; /* was pink */
}
/* blog post undertitle start */

/* blog post content end */
.entry-content a:link,
.entry-content a:visited {
	color: #4384b6; /* was pink */
	text-decoration: none;
}
.entry-content a:active,
.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .adsbygoogle{
	/* so inline ads are in the middle of the blog posts */
	margin-left:77px;
}

/* blog post content end */

/* blog post ends */


.widget-title {
	color:#4384b6; /* was pink */
}

/* style new email sign up start */

.textwidget form{
	margin-top:12px;
}

.textwidget input[type="text"], .textwidget input[type="email"]{
	width:90%;
	padding:6px 5% 6px 5%;
	display:block;
	margin:0 0 6px 0;
}

/* style new email sign up end */

/* ad styling start */

#carbonads-container{
	padding-bottom:20px;
}

.carbonad-tag a:link{
	color:#4384b6;
}

/* ad styling end */

/* side bar form styling start */

.textwidget input{
	margin-top:5px;
	margin-bottom:5px;
}

/*  side bar form styling end */




/* table stuff */

.lktable {
	border:none;
	margin: 20 -1px 0 0;
}

.lktable tr th {
	color: #000 !important;
	font-size: 14px;
	background-color:#EEE;
	padding:  5px 0px 5px 5px !important;
}

.lktable thead th {
	color: #000;
	font-size: 14px;
	padding:  5px 0px 5px 5px !important;
}

.lktable tr td {
	border-top: none;
	padding:  5px 0px 5px 5px !important;
	font-size:12px;
}

.lktable tr.even td {
	
}

/*

#content table {
	border:none;
	margin: 20 -1px 0 0;
}

#content tr th,
#content thead th {
	padding: 0px 0px;
	color: #000;
	font-size: 14px;
	background-color:#EEEEEE;
	padding:  5px 0px 5px 5px;
}

#content tr td {
	border-top: none;
	padding:  5px 0px 5px 5px;
	font-size:12px;
}

#content tr.even td {
	
}

*/

/* table stuff end */

/* stuff for the one column full with page start */

.one-column-full-width #content {
	margin: 0 auto;
	width: 900px; /* 940px */
}
	
/* stuff for the one column full with page end */

/* image caption start */

.wp-caption {
	background-color:transparent;
    /* line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; */
    padding: 0;
    /* text-align: center; */
}

.wp-caption img {
    margin: 0;
	max-width: 640px;
}

.folio-caption{ /* new for the portfolio pages */
	line-height: 18px;
    text-align: center;
    color: #888888;
    font-size: 12px;
    width: 500px;
    margin-left: 210px;
}

.one-column-full-width .attachment-large{
	width:100%;
	height:auto;
	/* images where being cropped to the right */
}

/* image caption end */

/* portfolio 3 column for montage portrait end */

.page-template-portfolio-three-column-project-page-php .folio-image{
	width: 288px;
}

.page-template-portfolio-three-column-project-page-php .gutter-sizer{
	width: 18px; /* 21px */
}

.page-template-portfolio-three-column-project-page-php .folio-image img{
	width: 100%;
	height:auto;
}

.page-template-portfolio-three-column-project-page-php .folio-caption{
	margin-left:10%;
	width:80%;
	margin-bottom:0 !important;
}

.page-template-portfolio-three-column-project-page-php .packery{
	margin-bottom:30px;
}



/* portfolio 3 column for montage portrait end */

/*
.widget-container ul{
	list-style:none !important;
	margin-left:0 !important;
}
*/

/* for projects pages start */

.page-template-portfolio-project-page-php{
	
}

/* for projects pages end */

/* portfolio page start */

#folio-thumbs{
	/* background-color:#CCC; */
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#folio-thumbs li{
	/* background-color:#C00; */
	width:288px;
	margin-right:18px;
	overflow:hidden;
	display:inline-block;
	margin-bottom:12px;
}

#folio-thumbs li img{
	width:288px;
	height:192px;
	margin-bottom:0px;
}

#folio-thumbs li p{
	/* background-color:#0FF; */
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
}

.end-folio-column{
	/* background-color:#00F !important; */
	margin-right:0px !important;
}

/* back next buttons start */

.previous-next-page{
	/*height:50px;  added because the claring was not working */
	margin-bottom:20px;
}

.previous-next-page div{
	width:300px;
}

.previous{
	text-align:left;
	float:left;
}

.back-to-gird-button{
	text-align:center;
	float:left;
	
}

.next{
	text-align:right;
	float:right;
}

.clearing{
	clear:both;
}

/* back next buttons end */
	
/* portfolio page end */