/*
Theme Name: PSC Child of twentyeleven
Author: Ken Weiner
Versuib 0.0.1
Template: twentyeleven
Description: Customized by KW. The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url('../twentyeleven/style.css');

tbody.bordertable {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
	padding: 5px;
}
tbody.bordertable th {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #cccccc;
	padding: 5px;
	font-size: 12pt;
	text-transform: none;

}	
tbody.bordertable td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
	padding: 5px;
}	

#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
/* welcome page in index width */
.welcome_01 {
	float: left;
    clear: none;
	width: 60%;
	padding-left: 30px;
    }

	/* three column layout */
	
.column_01 {
    float: left;
    clear: none;
    width: 29%;
    }
div#column_wrap {
    float: right;
    clear: none;
    width: 70%;
    }
    div#column_02 {
        float: left;
        clear: none;
        width: 42%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-left: 5%;
        padding-right: 2%;
        }
    div#column_03 {
        float: left;
        clear: none;
		padding-left: 5%;
        width: 40%;
        }
		
		@media screen and (min-width : 640px){

	.home ul.index > li{

		display:inline-block;
		clear:none;
	}

	.home .index > li:nth-child(odd){

		width:50%;
		float:left;
		border:1px solid #fff;
		clear:both;
	}
	.home .index > li:nth-child(even){

		width:46%;
		float:right;
		border:1px solid #fff;
	}
	
.column {
   float: left;
   position: relative;
   width: 46%;
   border-top: dashed 1px #ccc;
}
 
.one {
   clear: both;
   margin-right: 7.6%;
}
 
.first {
   border-top: none;
}
 
.column h1,
.column h2 {
   color: #777;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.25em;
   padding-bottom: 0.3em;
   padding-top: 0.4em;
   padding-left: 0.3em;
}
