/*
Theme Name: TheTorontoBlog
Theme URI: http://danprattdesign.com
Description: A child theme of the 2010 default theme for WordPress.
Author: Dan Pratt
Author URI: http://danprattdesign.com
Version: 1.0.0
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/


@import url('../twentyten/style.css');

body {
	background: #000000;
	background-image:url(http://www.thetorontoblog.com/wp-content/themes/TheTorontoBlog/images/background.gif);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed; 
}



#main {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#container {
	 width:1000px;
 	 float:left;
 	 margin:0 0 0 0px;
}
#content {
	margin-left: 241px;
	float: left;
	overflow:hidden;
	width: 518px
	font-size: 12px;
}
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, img.alignleft,
img.alignright, img.aligncenter {
max-width: 100%;
}
#primary {
	width:150px;
	float:left;
	margin: 0 0 0 -970px;
	font-family: 'zurich_cn_btregular';
	font-size: 14px;
}

#primary a: hover {
	color: #000 !Important;
}

#secondary {
    	width:150px;
   	float:left;
	margin: 0 0 0 -156px;
	padding-left: 0px;
	font-family: 'zurich_cn_btregular';
	font-size: 14px;
}
#footer {
	clear:both;
}
#content img {
	height: auto;
	max-width: auto;
	width: auto;
}


/* =Widgets
-------------------------------------------------------------- */



.widget_rss a.rsswidget {
	color: #000;
	font-family: 'zurich_cn_btregular';
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
	font-family: 'zurich_cn_btregular';
}

.widget-title {
	font-size: 15px !important;
	color: #000;
	font-weight: normal;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.widget_search #s {
/* This keeps the search inputs in line */
	width: 100%;
	padding-bottom:2px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.wp-caption-text {
	font-family:Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	font-family:Arial, Helvetica, sans-serif;
}
pre {
	font-family:Arial, Helvetica, sans-serif;
}
code {
	font-family:Arial, Helvetica, sans-serif;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}


#site-title {
	font-family: 'zurich_cn_btregular';
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0px 6px 0px;
	width: 400px;
}
#site-title a {
	color: #000;
	text-decoration: none;
}
#site-description {
	font-family: 'zurich_cn_btregular';
	font-size: 14px;
	clear: right;
	float: right;
	margin: 8px 0px 6px 0px;
	width: 400px;
	text-align:right;
	color: #000;
}


/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	display: block;
	float: left;
	margin-Left: 0px;
}





/* =Header Menu
-------------------------------------------------------------- */

#access {
	background: #68A4C7;
	display: block;
	float: left;
	margin-Left: 0px;
	width: 1000px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0px;
	width: 1000px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	font-family: 'zurich_cn_btregular';
	color: #CBE0EC;
	display: block;
	line-height: 32px;
	padding: 0 20px;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 0px;
	background: #004878;
	border-right:thin #68A4C7 solid;
}
#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);
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #68A4C7;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #fff;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #126191;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > 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_page_ancestor 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;
}



/* =Bottom Menu
----------------------------------------------- */


#bottomMenu { 	
	margin:0 auto; 	
	width:100%;
	padding: 10px 0 0 0;
	text-align:center;
}

.bottomMenu ul { 	
	display:inline; 	
	margin:0 auto;

}


.bottomMenu li {
	font-family: 'zurich_cn_btregular'; 	
	list-style-type: none; 	
	display: inline;	
	font-size: 12px;
	line-height:24px !important;	
}


.bottomMenu li a {	
	color: #5A463F;		
	text-decoration:none;	
	font-weight: normal;	
	border-right: thin solid #5A463F;	
	padding: 0px 7px 0 3px;
	text-transform:uppercase;
}

.bottomMenu li a:hover {
	color: #2C4C4A; 	
	text-decoration:underline;
}

.bottomMenu li:last-child > a {
	border-right: none;
} 
/* remove pipe from last item */


/* =Contact Form
-------------------------------------------------------------- */

div.wpcf7 {
	margin: 0;
	padding: 0px;
}


div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 0px solid #f7e700 !important;
	background-color:#fff;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 12px !important;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 12px !important;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}



/* =Web Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'zurich_ltxcn_btlight';
    src: url('fonts/zurchlxc-webfont.eot');
    src: url('fonts/zurchlxc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zurchlxc-webfont.woff') format('woff'),
         url('fonts/zurchlxc-webfont.ttf') format('truetype'),
         url('fonts/zurchlxc-webfont.svg#zurich_ltxcn_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'zurich_bdxcn_btbold';
    src: url('fonts/zurchbxc-webfont.eot');
    src: url('fonts/zurchbxc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zurchbxc-webfont.woff') format('woff'),
         url('fonts/zurchbxc-webfont.ttf') format('truetype'),
         url('fonts/zurchbxc-webfont.svg#zurich_bdxcn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'zurich_xcn_btregular';
    src: url('fonts/zurchxc-webfont.eot');
    src: url('fonts/zurchxc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zurchxc-webfont.woff') format('woff'),
         url('fonts/zurchxc-webfont.ttf') format('truetype'),
         url('fonts/zurchxc-webfont.svg#zurich_xcn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'zurich_cn_btbold';
    src: url('fonts/zurchbc-webfont.eot');
    src: url('fonts/zurchbc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zurchbc-webfont.woff') format('woff'),
         url('fonts/zurchbc-webfont.ttf') format('truetype'),
         url('fonts/zurchbc-webfont.svg#zurich_cn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('fonts/zurchc-webfont.eot');
    src: url('fonts/zurchc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zurchc-webfont.woff') format('woff'),
         url('fonts/zurchc-webfont.ttf') format('truetype'),
         url('fonts/zurchc-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;


/* =HEADER WIDGETS
-------------------------------------------------------------- */



#header-widgets {	
	padding:0px; 	
	margin-top:18px;	
	margin-bottom:14px;	
	font-size: 16px;	
	color: #F4F2D3;	
	line-height:20px;	
	font-weight:normal;	
	letter-spacing:1px;
}

#header-widgets .widget { 	
	margin-bottom:0px; 
}


#header-widgets .widgettitle { 	
	display:none !important; 
}

#header-widgets .widget_text { 	
	text-align:center;
}


/* =CONTACT FORM 7
----------------------------------------------- */


.wpcf7 input[type="text"], .wpcf7 textarea {
	padding:5px;
	margin:5px;
	width:250px;
}

.wpcf7 input[type="select"] {
	background: none repeat scroll 0 0 #F9F9F9; 
	border: 10px solid #E9F1F5; 
	padding: 5px; 
	width:210px;
}

.wpcf7 input[type="submit"] {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #DDD1C6;
	border: 2px solid #706C60;
	color: #FFFFFF;
	margin-top:5px;
}


/* =Removing Table Properties
----------------------------------------------- */

table, th, td {
	border: 0px solid black;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
}


#content table, #content tr td {
	border:none;
} 

