/*
Theme Name: TZ Grey
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body { 
font-family: arial, verdana, sans-serif;
font-size: 13px;
background: #e6e6e6;
margin: 0;
}

a {
color: #3589C4;
text-decoration:none;
}

a:hover {
color: #bb3030;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Roboto Slab', serif!important;
}
h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-size: 21px;
	line-height: 22px;
}
h3, h4 {
	font-size: 19px;
	line-height: 20px;
}
h2, h3, h4 {
	margin: 25px 0 10px;
}
code {
	color: #31863b;
}
p.code-block {
	background: #f1f4df;
	padding: 5px 12px;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 0 auto 0; 
	backgroun: url('images/page_shadow2.png') 120px top repeat-y;
	width: 1060px; 
}
#primary {
	float: left;
	margin: 0;
	width: 715px;
	background:#fff;
	padding: 0 0 0 25px;
}

#content {
	margin: 0 30px 0 0;
width: 680px;
float:right;
}

/*
   .entry-title{ font: 17px georgia, serif; color: #000;}  

*/

.entry-title{ font-family: 'Roboto Slab', serif; color: #222; font-size: 25px; line-height: 28px; font-weight: 700;} 


.entry-title a{color: #000; }
.entry-title a:hover {color: #777; }
.entry-summary, .entry-content {font: 13px arial, sans-serif; }


#main .widget-area {
	float: right;
	overflow: hidden;
}
#colophon {
	clear: both;
	display: block;

}
#site-generator
{
text-align: center;
	margin: 0 0 0 ;
width: 740px;
background: #aaa;
line-height: 22px;
padding: 10px 0;
color: #fff;
}

#site-generator a{color: #fff;font-weight: 700; border-bottom: 1px solid #ccc;}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-weight: bold;
	margin: 0 0 10px;
font-size: 30px;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
font: italic 13px georgia, serif; 
display:none;
	margin: 12px 0 1em;
}
#site-title a {
text-indent: -9999px;
display:block;
height: 82px;
width:223px;
	background: url('images/logo.png');
}

.title-c { }
.clear {
	height: 1px;
	clear:both;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	width: 90px; 
font: 14px arial;
	display: block;
	float:right;
	margin: 0;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	position: relative;
margin-bottom: 7px;
text-align:right;
}
#access a {
	display: block;
color: #000;
	padding: 0;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #;
color: #555;
}
#access ul ul a:hover {
	background: #;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	margin: 30px 0 0;
}
.single-author .entry-meta .byline {
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	
}
#content nav .nav-next {
	float: right;
	text-align: right;
	
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0; 
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#secondary {
float: right;
width: 300px;
margin-top:15px;
}



.entry #searchform {
	margin: 15px 0 8px;
}
#wow_wwrap8f65 {
	display: none;
} /*  Wowzio live stats widget - to hide from visitors  */


/*  Related posts and recent searches */
div.rec_sear {
	margin: 10px 0 25px;
	font-size: 13px;
	line-height: 20px;
}
div.rec_sear h5, .comments-box h5 {
	font-size: 18px;
	text-transform: none;
	margin: 25px 0 7px;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}


a.sub_fb, a.sub_rss, a.sub_twitter, a.sub_email {
	padding-left: 18px;
}
a.sub_rss {
	background: url("images/icon-cat-rss.png") 0% 50% no-repeat;
}
a.sub_twitter {
	background: url("images/icon-small-twitter.png") 0 50% no-repeat;
}
a.sub_fb  {
	background: url("images/fb.gif") 0 50% no-repeat;
}

a.sub_email  {
	background: url("images/icon-email.gif") 0 no-repeat;
}

.post_sub {
	background: #f4f4f4;
	border: 1px solid #d0d0d0;
border-left: 0;
border-right: 0;
	padding: 10px 22px 4px;
	margin: 15px -30px 15px -210px;
	line-height: 8px;
}
.post_sub h5 {
	margin: 5px 0 16px;
	font-size: 16px;
}
.post_sub a {
	font-weight: 700;
}
.post_sub .right {
	width: 225px;
	line-height: 19px;
}
.article_form {
	display: inline;
}
.article_form img {
	margin-right: 5px;
}
.article_form input.fbinput {
	margin: 0;
	border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: #fff;
	width: 215px;
	padding: 4px 5px;
}
.article_form input.fbsubmit {
	width: 74px;
	background: #444;
	color: #fff;
	border: 1px solid #444; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 2px 0;
	width: 58px;
}



.social {
	float: right;
	width: 200px;
}

ol.commentlist li.byuser {
	border: 1px solid #bbb;
}



/*  Various image styles  */
img a {
	border: none;
}
img.left, img.l {
	float: left;
	margin:2px 18px 5px 0;
}
img.right, img.r {
	float: right;
	margin:2px 0 5px 18px;
}
padding:0 4px 5px;
	margin:0;
}
img.centered {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	border: 0;
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft {
	padding: 4px;
	border:0;
	margin:0 7px 2px 0;
	display:inline;
}
.alignright {
	float: right;
	border:0;
}
.alignleft {
	float: left;
}
#ci, .centerimg {
	border: none;
	text-align:center;
	margin:5px 0;
	padding:0;
}	
#ci small, .centerimg small {
	color: #777;
	font-size: 11px;
	line-height:1.4em;
	padding:7px 0 0;
	margin:5px 0;
}
#ri, .ri {
	float: right;
	margin: 10px 0 5px 15px;
}
#li, .li {
	float: left;
	margin: 10px 15px 5px 0;
}
#ri img, #li img, .ri img, .li img  {
	margin: 0;
	padding:0;
}
#li small, #ri small, .li small, .ri small {
	font-style: italic;
	font-size: 10px;
}



/*  Contact form  */
.contact-form label {
	font-size: 12px;
}
.contact-form textarea {
	width: 490px;
}
.contact-form .textbox {
	margin: 0 15px 5px 0;
}
.contact-form .pushbutton-wide {
	width: 90px;
	padding: 7px;
	margin-right: 10px;
}
.contact-submit span {
	color: #888;
	font-size: 12px;
} 


/* 300x250 advertisement */
.adbox {
	background: #efefef;
	padding:18px 18px 3px 18px;
}
.t300 {
	width: 300px;
	margin:0px 0px 15px 0px;
}

/* subscribe widget */
#subscribe {
	background: #f0f0f0;
	margin:0px 0px 10px 0px;
	font-size: 14px;
	padding:8px;
	border:1px solid #cecece;
}
.subscribe_icons {
	width: 286px;
	margin: 0 auto 0 -5px;
	list-style: none;
	padding: 0;
}
.subscribe_icons li {
	display: inline;
	float:left;
	width:62px;
	text-align:center;
	font-size:11px;
}
.subscribe_icons a {
	display: block;
	padding:40px 8px 2px; -webkit-transition:all .3s ease-out; -moz-transition:all .2s ease-out;
	color:#000 !important;
	line-height: 13px;
}
.subscribe_icons a:hover {
	color: #26b !important;
	text-decoration:none; -moz-box-shadow:0px 2px 4px hsla(0, 0%, 0%, .35); -webkit-box-shadow:0px 2px 4px hsla(0, 0%, 0%, .35);
}
.subscribe_icons .subscribe_buzz a {
	background: url("images/icon-buzz.png") center top no-repeat;
}
.subscribe_icons .subscribe_twitter a {
	background: url("images/icon-twitter.png") center top no-repeat;
}
.subscribe_icons .subscribe_facebook a {
	background: url("images/icon-facebook.png") center top no-repeat;
}
.subscribe_icons .subscribe_rss a {
	background: url("images/icon-rss.png") center top no-repeat;
}
.subscribe_icons .subscribe_email a {
	background: url("images/icon-email.png") center top no-repeat;
}


.right {
	float: right;
}

.rel {
	float: left;
	width: 175px;
	position: fixed;
	margin: -15px 0 0 0;
}
.rel  a {color: #F21D1D; font-size: 14px; }
.rel  a:hover {color: #E84343}
.rel h5 {
	font-size: 16px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.rel ul {
	list-style: none;
	margin:none!important;
	padding: none!important;
}
.rel ul li { }


input#searchsubmit {display:none;}
input#s {display: block; width: 278px; border: 1px solid #ccc; background: #fff; font-size: 14px; padding: 8px 10px; color: #777; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4{}

.commentlist {list-style:none; margin: 0; padding: 0; }
.commentlist li {margin: 20px 0;line-height: 15px;}

.commentlist .comment-author {color: #888; font-size: 12px; border-top: 1px solid #ddd; padding-top: 2px;}

li.bypostauthor {border:0!important; }

.form-allowed-tags {display:none}



.hide{
	display:none;
}


.fb-form {}
.fb {width: 168px; border: 1px solid #ccc; background: #fff; font-size: 14px; padding: 6px 10px; color: #777; display:inline; margin: 10px 0; }
.fb-submit {width:85px;border:0;background:#BA1A1A;color:#fff; margin:0; font-size:14px; padding: 6px 0;display:inline;}
.fb-submit:hover{background:#b13535; }

.subscribe_icons li.n {	width:88px; margin: 9px 0 0 7px;}


.post {margin-top: 45px; }
.tag-links a{ color: #fff; padding: 5px; background: #888; border-radius: 5px;}
.tag-links a:hover{ background: #444; }
#nav-below { margin: 20px 0;}
#content nav#nav-below a { color: #fff; display: block; padding: 8px; background: #333; border-radius: 6px; width: 100px;}
#content nav#nav-below a:hover{ background: #666; }

.archive .post, .search .post, .home .post{width: 300px; float: left; margin-right: 30px; height: 200px;}