/*
Theme Name: Paperpunch PRO Child Theme
Theme URI: http://thethemefoundry.com/paperpunch/
Description: Child theme for customizing Paperpunch PRO.
Version: 2.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: paperpunch_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../paperpunch_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

event-meta event-meta-updated{display:none;}

#title, #description {margin-left: -9999px;}

#header {
    background: none repeat scroll 0 0 #FFF;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

#header {background: #fffded url(http://www.knittingtemptations.com/temptingtidbits/wordpress-content/themes/paperpunch_pro_child/images/header_topTT.png) no-repeat top left;
height:150px;
padding-left:0px;}

div#title-logo {float:left; margin:0; padding:0;}

#navigation { background: url("images/new-header-bottom.png") top left no-repeat; }

#nav {padding: 0px 20px 7px 30px;}

.meta { color: #fff; background: url("###") repeat-y scroll left bottom #efa972;}
.meta span { color: #fff;}

#content .post-box, #sidebar-image, #sidebar .widget, .comment-box {
    border: 1px solid #bcdde5;
}



/*
#sidebar div#calendar_wrap {
    color: #666666;
    font-size: 1.3em;
    margin-left: 15px;
}
*/

#footer {
    background: none repeat scroll 0 0 rgba(154, 154, 154, 0.1);
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
}

/* Events Calendar //////////////////////// */

table.em-calendar { width:100%; }
table.fullcalendar td{ width:14.28%; }

table.em-calendar thead {background-color: #ddd;}


table.em-calendar td {padding: 4px 12px 24px 12px !important;}
tr.days-names td{background-color: #eee; font-weight: bold; padding: 2px 12px !important;}

table.em-calendar ul { list-style:none;margin-left:0;}
table.em-calendar ul li { line-height:110%;}
table.em-calendar ul li a{text-decoration: none;}
table.em-calendar ul li a:hover{text-decoration: underline;}
