/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://allvishal.com/
Description:    Child theme for the Twenty Twelve theme, for allVishal.com
Author:         Vishal K Bharadwaj
Author URI:     http://allvishal.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

h1.site-title a {
float:right;
}

hgroup {
height:136px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
display:block !important;
}

.main-navigation li {
line-height:5.1em;
}

#site-navigation ul {
clear:none;
}

#thumb-gallery { width: 90%; margin: 0 auto; }

.tag .site-content article, .category .site-content article, .archive .site-content article, .search .site-content article { border-bottom: 0; margin-bottom: 0; margin-right: 20px; clear: none; width:auto; float:left }

.entry-thumbnail { width: 150px;
				   clear: none;
				   opacity:0.8;
				   filter:alpha(opacity=80); /* For IE8 and earlier */
}
.entry-thumbnail:hover { opacity:1;
						 filter:alpha(opacity=100); /* For IE8 and earlier */
}

.pagebar { clear:both; }

body.single-portfolio_item .site-content, body.post-type-archive-portfolio_item .site-content, body.tax-portfolio .site-content {
width:100%;
}


.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
line-height:1.2em;
}

body.custom-font-enabled {
        font-size: 16px;
	font-size: 1.1428571428571428571428571428571rem;
	font-family: 'Sanchez', serif;
	text-rendering: optimizeLegibility;
	color: #112233;
}