﻿/*
Theme Name:     ks2
Theme URI:      
Description:    Child of Twenty Ten theme
Author:         ks
Author URI:     
Template:       twentyten
Version:        1.0
*/
/*
3/7/2015 Replaced by theme_enqueue_styles in functions.php 
@import url('../twentyten/style.css');
*/

/* Font */
body,
input,
textarea,
.page-title span,
.pingback a.url {
   font-family: Arial, Helvetica, sans-serif;
}

#content {
    font-size: 1.1em;
    line-height:1.5em;
}
/*/Font */

/* Page layout */
#main {
	padding: 30px 0 0 0;
}

#header {
	padding: 0;
}

/* Background color above header, was 20px */
#wrapper {
	margin-top: 0px;
}

#site-title, #site-description, #site-info, #site-generator 
{
	display:none;
}

/* This is the custom header image */
#branding img {
	border: none;
}

/* Added link to image in twentyten header.php; stop outline on click */
#branding a {
	outline:none;
}

/* No sidebar -- Also add then del widget in sidebar to clear default widgets */
#container {
	margin: 0;
}

#primary,
#secondary 
{
	display:none;
}
/*/No sidebar*/

#content {
	margin: 0 0 0 20px;
	min-height:600px; 
}

/*/Page layout */


/* Links */
a:link,
a:active,
a:visited {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration:underline;
	color: #000;
}


/* Headlines */

h1 {font-size:2.0em }
h2 {font-size:1.8em }
h3 {font-size:1.6em; margin:12px 0}
h4 {font-size:1.4em; margin:8px  0}
h5 {font-size:1.2em; margin:6px  0}
h6 {font-size:1.2em; margin:4px  0}

h1, h2, h3, h4, h5, h6 {
	clear: none;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1em;
	margin: 0 0 8px 0;
}

.page-title
{
	padding-bottom:10px;
}
/*/Headlines */

/* Header menu - Flip to black on white */
#access {
	background: #fff;
	border:solid #000;
	border-width: 1px 0 1px 0;
}

#access a {
	color: #000;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #fff;
	color: #000;
	text-decoration:underline;
}
#access ul li:hover > ul {
	display: block;
	text-decoration:underline;
}
#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: #000;
	text-decoration:underline;
}
* 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: #000;
	text-decoration:underline;
}

/*/Header menu*/

#menu-newheader li a {
   text-transform: uppercase;
   padding:0 15px 0 15px;
   font-size:1.4em;
   outline:none;
}


/* Horiz line at bottom of page */
#colophon {
	margin-top:10px;
	border-top:1px solid #000;
}

/* Hide quick edit links */
.post-edit-link {
	display:none;
}

/* Hide meta stuff below posts */
.entry-author-info, .entry-utility {
	display:none;
}


/* Home page */
.home-sep {
	float:left; 
	width:1px; 
	height:650px; 
	background:#000;
}
.home-panel {
	float:left; 
	padding:0 20px 0 20px;
	width:300px;
	min-height:650px; 
}
.home-panel .hentry {
	margin:0;
	padding:0;
}
.home-panel h2 {font-size:1.8em;}
.home-panel h3 {font-size:1.3em;}
.home-panel h4 {font-size:1.1em;}
.home-panel .entry-title {
	clear:both;
	margin:0;
	padding:10px 0 4px 0;

}
.home-panel .entry-content {
	clear:both;
	margin:0;
	padding:0;
}
.home-panel .entry-title a {
	text-decoration:none;
	color: #555;
	font-size: 0.8em;
}
.home-thumb {
	float:left; 
	margin:0 15px 0 0;
}
.entry-title a:hover {
	text-decoration:underline;
	color: #555;
}

#news-panel {
	padding: 20px 0 10px 0; 
	border-top:1px solid #000;
}
#news-panel-links {
	margin:20px 0 20px 0;
}
#news-panel-links p {
	margin:10px 0 10px 0;
}

/*/Home page */
.entry a {
	text-decoration:none;
	color: #000000;
}
.entry a:hover {
    text-decoration:underline;
}
/* 'ksx added this */
#content .gallery {
	margin: 0;
	padding:0;
}
#content .gallery .gallery-item {
	margin: 20px;
	width: auto;
}

/* For image.php */
.attachment img {
   border:1px solid #808080;
}

#content .attachment img {
	max-width: 500px;
}


/* Search form */
#home-search 
{
	padding-top: 20px; 
	border-top:1px solid #000;
}
#s {
    width:140px;
}
#searchsubmit {
    cursor:pointer;
    width:30px;
    height:30px;
    background: url(images/lens.png) 3px 3px no-repeat;
    text-indent:-1000px;
    display:inline;
    line-height:0px;
    padding:0;
    margin:0
}
/*/Search*/

/* Nav for post listings pages */
.navigation {
	font-size: 13px;
}
.nav-previous, .nav-next {
	width: 38%;
	height:1.5em;
}
.nav-next {
	padding-right:20px;
}
.nav-center {
	width:18%;
	float:left;
	text-align:center;
	font-size:1.1em;
}

/* No border around gallery thumbnails */
#content .gallery img {
	border: 2px solid #cfcfcf;
}

/* For pages like Tavares Strachan */
#project-list  ul li div {
	height:120px; 
}

/* For category.php */
#category-list .entry-title {
	font-size: 16px;
}
#category-list .post {
	margin-bottom:30px;
}

/* sharedaddy like icons */
.sharedaddy {
    float:left;
    width: 260px;
    margin: 20px 0 0 0;
}
#nav-below {
    clear:left;
}

#pierogi-press-logo {
	margin:0; 
	padding:12px 0 10px 0; 
	border-top:1px solid #000;
}

#artist-q-and-a {
	text-align:center;
	margin:0; 
	padding-top:10px; 
	border-top:1px solid #000;
}

/* For artist-page.php */
.artist-thmb-wrap {
  float:left; 
  padding:22px;
  padding-bottom:43px;
  font-size: 13px;
}

.center-cropped {
  width: 180px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.gallery-icon {
    width: 170px;
    height: 180px;
}

/* 'ksx 10/2015 Minimum responsive for twentyten */
/*
@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}
*/
@media only screen and (max-width: 480px) html {
    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #site-title { width:400px; }
    #container { width:100%; }
    #branding img { display:none; }
    #site-description { display:none; }
    #access { width:100%; }
    #content { width:100%; }
    .hentry{ margin-left:-13px; }
    #primary { display:none; }
    #footer { width:100%; }
    #site-generator { float:left; margin-top:5px; }
    #colophon { width:100%; }
}


