/*
	Theme Name: News Pro Theme- Custom Styles
 (shared on nulledwp.net)	Theme URI: http://my.studiopress.com/themes/news/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.2
 
	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Custom Mohsin Ali CSS for Home Page and Category */
body {
    background-color:white;
	font-family: 'Roboto', sans-serif !important;
}

.site-container {
    margin: 0px auto;
}

.genesis-nav-menu a {
    border-right: 0px;
    padding: 12px 14px;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: none;
}

div.img {
    margin: 2px;
    padding: 2px;
  height: 300px;
   width: 300px;
    float: left;
    text-align: center;
}
div.img a { font-size: 12px;}	
div.img img {
    display: inline;
 }
div.desc {
  text-align: -webkit-auto;
width:210px;
 }
div.desc p{
 font-family: Museo;
color: #d60c8c;
 }
div.desc p u{
 color:blue;
 }
.just{
text-align:justify;
}
.post-title { text-align:center; }

.othername{ text-align:center; font-size:20px;}

.oldprice
{ 
font-size:16px;
}
div.page-navigation {
margin-bottom: 20px;
background-color: #f8f8f8;
font-size: large;
font-family: initial;
text-align: -moz-center;
text-align: center;
padding: 10px;
border: 1px solid #ccc;
}

.entry {
    padding: 5px;
}
.entry-title {
    font-size: 24px;
font-family: 'Roboto', sans-serif;
    line-height: 1;
}
.sidebar .widget {
    padding:5px;
}

table {
    margin-bottom:0px;
    line-height:1;
} 
th {
   text-transform: none;
  font-family: 'Glyphicons Halflings','Roboto', sans-serif !important;

   font-size: 12pt;
   letter-spacing: 1px;
   color: #FE6A00;
}  
td{
   /*font-family: 'Raleway', sans-serif;*/
font-family: 'Roboto', sans-serif;
   font-size: 10pt;
}
.cnt{
text-align:center;
}
tr:nth-child(even) {background: #EBF1FA}
tr:nth-child(odd) {background: #D1DFF3} 

.breadcrumb {
    text-transform: capitalize;
}                                         