/*
Theme Name: Canvas Child Theme
Theme URI: http://www.clocktowermedia.com/
Version: 1.0
Description: Custom Theme based on Canvas
Author: Bryce Wilson
Author URI: http://www.clocktowermedia.com
Template: canvas
 
*/
 
/* Default styles */

@import "../canvas/css/reset.css";
@import "../canvas/style.css";

/* Canvas Child Theme styles */
/*-------------------------------------------------------------------------------------------
/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; font: normal normal 12px Arial, "Times New Roman", Times, serif !important; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/* GENERAL STYLES */

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */

.entry img, img.thumbnail {
    background: none repeat scroll 0 0 transparent;
    border: 0 none transparent;
    padding: 0;
}

input[type="submit"] {
	border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 4px 6px;
    text-decoration: none;
    background: none repeat scroll 0 0 #8E1919;
    border-color: #CE1C1C #7B0202 #7B0202 #CE1C1C;
	}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

.width-940 #wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 936px;
}

#wrapper {
    border-width: 2px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6) !important;
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6) !important;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6) !important;
	margin: 13px auto;
	padding: 10px 0 15px;
}

#header {
	background-position: right top !important;
	width: 940px;
	margin: 0 auto;
}

#logo { line-height: 0; }

/* Navigation */
#navigation {
	background: url(images/nav-bg.png) repeat-x scroll center bottom transparent;
	padding: 0;
}
#navigation .nav { margin: 0 20px; }
.nav a, #navigation ul.rss a {
    display: block;
    font-size: 13.2px !important;
	line-height: 21.45px !important;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 9px 15px 8px;
    text-decoration: none;
	text-transform: capitalize;
}
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {
    background: none repeat scroll 0 0 #8F1A1A;
}
.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/*  Footer */

#footer { height:15px; }
#footer a { color: #fff; }
#footer #nav-footer li {
	margin-right: 5px;
	padding-right: 5px;
	float: left;
	text-transform: uppercase;
}

#footer .col-left {
	padding-left: 30px;
}
#footer .col-right {
	padding-right: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

#main ul, #main ol {
	list-style: disc inside none;
	margin: 0 0 10px 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
    color: #888888;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* Sidebar */
.widget ul { padding: 0; }
.widget ul li { list-style: none; }
.widget ul li a { padding: 0; }
.widget {margin:10px; !important;}

.widget_recent_entries ul li {
	margin-bottom: 15px;
}
.widget_recent_entries ul li a {
	line-height: 12px;
}

.widget .textwidget ul { list-style: none; padding: 0; margin: 0; }
.widget .textwidget ul li { padding: 0; }
.widget .textwidget ul li a {
    line-height: 12px;
}

#blog_subscription-2 {
    height: 130px;
    width: 180px;
}
.widget .textwidget ul ul { padding: 0 0 10px 0; }
.widget .textwidget ul ul li { padding-left: 10px; }
.widget .textwidget ul ul li a { line-height: 12px; }

.jetpack_subscription_widget #subscribe-blog input {
	color: #777777;
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}
.jetpack_subscription_widget #subscribe-blog input[type="text"] {
	width: 85% !important;
	padding: 8px !important;
}
.jetpack_subscription_widget #subscribe-blog input[type="submit"] {
	cursor: pointer;
	color: #fff;
	padding: 4px !important;
}
.jetpack_subscription_widget #subscribe-blog p { margin-bottom: 0; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* Client Login */

.login { width: 50%; margin: 0 auto; }
#client-page-list { padding: 30px; }

/* Contact 7 */

/*-------------------------------------------------------------------------------------------*/
/* 7. LAYOUTS */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 8. TEMPLATES / SLIDER */
/*-------------------------------------------------------------------------------------------*/

/* Facebook Blog */

body.page-template-template-facebook-php {
    background: none repeat scroll center top #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 5px;
    width: 800px;
}
.page-template-template-facebook-php #wrapper, 
.page-template-template-facebook-php #header, 
.page-template-template-facebook-php .col-full, 
.page-template-template-facebook-php #main-sidebar-container,
.page-template-template-facebook-php.one-col #main-sidebar-container #main {
    width: 800px;
}
.page-template-template-facebook-php #wrapper {
	border: 0 none transparent;
	margin: 0 auto;
	box-shadow: 0 0 0 0 !important;
	-moz-box-shadow: 0 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	padding: 0;
}

.page-template-template-facebook-php.two-col-left #main-sidebar-container #main {
    width: 540px;
}
.page-template-template-facebook-php.two-col-left #main-sidebar-container #sidebar {
    width: 240px;
}
#sidebar h3 {diplay:none;}
/*-------------------------------------------------------------------------------------------*/
/* 9. SHOP */
/*-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/* 10. BROWSER SPECIFIC */
/*-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/* 11. Project template - added by Nick S. */
/*-------------------------------------------------------------------------------------------*/


#template-project-page .text-center {
	text-align:center;
}

#template-project-page .project-page-content-item {
	display: block;
	float: left;
	width: 100%;
	padding:25px 0;
	border-bottom:1px solid #e6e6e6;
}

#template-project-page .project-page-content-item .media-content{
	display: block;
	float: left;
	width: 320px;
	height: 240px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

#template-project-page .project-page-content-item.project-page-content-item-link .media-content{
	background: #e6e6e6;
}
#template-project-page .project-page-content-item.project-page-content-item-embed .media-content{
	background: #000;
}
#template-project-page .project-page-content-item .media-content iframe{
	width: 320px!important;
	height:240px!important;
}

#template-project-page .project-page-content-item .project-page-content-item-meta{
	display: block;
	float: left;
	padding-left:25px;
	max-width: 580px;
}

#template-project-page  .button-wrapper {
	padding-top:20px;
}