/*

Theme Name: MediaBlog [SinglePro Version]

Theme URI: http://magazine3.com/mediablog/ 

Author: Magazine3.com

Author URI: http://magazine3.com/

Description: Blogging WordPress theme

Version: 1.1

*/





/* =Reset

-------------------------------------------------------------- */



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, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}

 

/* =Global

----------------------------------------------- */



 body {

font:12px Arial, Helvetica, sans-serif;

	background: #fff;

}



/* Headings */

/* Headings */

h1, h2, h3, h4, h5, h6 {

	clear: both;

}

.entry-content h1 {

	font-size: 30px

}

.entry-content h2 {

	font-size: 24px

}

.entry-content h3 {

	font-size: 22px

}

.entry-content h4 {

	font-size: 18px

}

.entry-content h5 {

	font-size: 16px

}

.entry-content h6 {

	font-size: 14px 

}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {

	margin-bottom:8px;

	    line-height: normal;

	font-weight: bold;

}

 

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em; 

}



/* Text elements */

p {

	margin-bottom: 1.5em;

}

ul, ol {

	margin: 0 0 1.5em 3em;

}

ul {

	list-style: disc;

}

ol {

	list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

border-left: 4px solid #999;

    margin: 30px 0;

    padding-left: 8px;

    margin-left: 10px;

    margin-right: 5px; 

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	padding: 1.6em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,

html input[type="button"], html input[id="submitcomment"],

input[type="reset"]{

	border: 1px solid #ccc;

	border-color: #ccc #ccc #bbb #ccc;

	border-radius: 3px;

	background: #fafafa; /* Old browsers */

	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */

	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

	box-shadow: inset 0 2px 1px #fff;

	color: rgba(0,0,0,.8);

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1.4rem;

	line-height: 2;

	padding: 1.12em 1.5em .88em;

	text-shadow: 0 1px 0 rgba(255,255,255,.5);

}

button:hover,

html input[type="button"]:hover, html input[id="submitcomment"]:hover,

input[type="reset"]:hover  {

	background: #f5f5f5; /* Old browsers */

	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */

	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

	border-color: #bbb #bbb #aaa #bbb;

}

button:focus,

html input[type="button"]:focus, html input[id="submitcomment"]:focus,

input[type="reset"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active  {

	border-color: #aaa #bbb #bbb #bbb;

	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);

	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type=text],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}

input[type=text]:focus,

textarea:focus {

	color: #111;

}

input[type=text] {

	padding: 3px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

}



/* Links */

.entry-content a {

 color: #0900BB;

  text-decoration: underline;

    outline: 0 none;  }

 

a:hover {

    text-decoration: underline;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left; 

	margin-right: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/* Text meant only for screen readers */

.assistive-text {

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}





/* =Menu

----------------------------------------------- */



 

/* Small menu */

.menu-toggle {

	cursor: pointer;

}

.main-small-navigation .menu {

	display: none;

}





/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

	margin: 0 0 1.5em;

}

.entry-meta {

	clear: both;

}

.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}





/* =Asides

----------------------------------------------- */



 

.archive .format-aside {

	display: none;

}





/* =Media

----------------------------------------------- */



.site-header img,

.entry-content img,

.comment-content img{

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

img[class*="align"],

img[class*="wp-image-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site-header img,

.entry-content img,

img.size-full {

	max-width: 100%;

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	max-width: 100%;

}

.wp-caption.aligncenter,

.wp-caption.alignleft,

.wp-caption.alignright {

	margin-bottom: 1.5em;

}

.wp-caption img {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

#content .gallery {

	margin-bottom: 1.5em;

}

.gallery-caption {

font-size: 12px;

}

#content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

#content .gallery dd {

	margin: 0;

}

#content .gallery-columns-4 .gallery-item {

}

#content .gallery-columns-4 .gallery-item img {

}



/* Make sure embeds and iframes fit their containers */

embed,

object, #content iframe {

	max-width: 100%;

}

 

/* =Navigation

----------------------------------------------- */

.site-navigation{

clear:both

}

#site-navigation {background:#1d1d1d;  height: 50px;}

#content .site-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}

#content .nav-previous {

	float: left;

	width: 50%;

}

#content .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/* =Comments

----------------------------------------------- */



.bypostauthor {

}



/* Search widget */

.searchsubmit {

	display: none;

}

.search-form .s {

	border:1px solid #DCDCDC;

	border-right:0px;

	border-radius:0px;

	float: left;

	-webkit-transition-duration: 400ms;

	-webkit-transition-property: width, background;

	-webkit-transition-timing-function: ease;

	-moz-transition-duration: 400ms;

	-moz-transition-property: width, background;

	-moz-transition-timing-function: ease;

	-o-transition-duration: 400ms;

	-o-transition-property: width, background;

	-o-transition-timing-function: ease;

height: 22px;

    width: 170px;

}

.search-form #s:focus {

	background-color: #f9f9f9;

	width: 260px;

}

.search-form .searchsubmit {

display:block;

background: url('images/sbutton.png') transparent;

    border: 0 none;

    color: #FFFFFF;

    cursor: default;

    font-weight: 700;

    height:30px;

    margin-left: 0;

    margin-top: 0;

    overflow: visible;

    width: 29px;

}







/* General */

.cb{clear:both}



body {

	margin:0;

	color:#000;

	font:12px Arial, Helvetica, sans-serif;

	background:#fff; 

}

img {border-style:none;}

a {

	text-decoration:none;

	color:#000;

}

a:hover {text-decoration:underline;}

input, textarea, select {

	font:100% Arial, Helvetica, sans-serif;

	vertical-align:middle;

	color:#000;

}

input:focus, select:focus, textarea:focus{outline:none;}

form, fieldset {

	margin:0;

	padding:0;

	border-style:none;

}

.cb {

	clear:both; 

}

#wrapper { margin:0 auto}



/* header */

.site-header {

	display:block;

 }

.medialogo{ background: url(images/header-bg.png);

	border-bottom:1px solid #d9d9d9; 

}

.medialogo-wrapper{

	width: 1001px;

	margin: 0 auto;

}

.medialogo-text1{

	font-family: 'Open Sans', sans-serif; 

	font-size: 14px;

	text-decoration: underline; 

	font-weight: 600;

	color: #555555;

	text-transform: uppercase;

	margin-top: 2px;

} 

.medialogo-text2{

	font-family: 'Open Sans', sans-serif; 

	font-size: 11px;

	text-transform: uppercase;

	margin-left: 1px;

	margin-top: 3px;

	color: #666666;

	line-height: 19px;

} 

.logo-wrapper {

	width:1001px; 

	margin:0 auto;

	padding:0px 0 0px 0; 

}



.logo-holder{

 	float:left; 

}

 	

.site-header .logo { margin-top: 0px;

 	float:left; 

}

.site-header .logo img {

	display:block;

}



.site-header .logo a {

	display:block;

	height:100%;

} 



/* media logo */

.medialogo{

	padding: 0px 0px 8px 0px;

}

.medialogo-text{

	float: left;

	width: 115px;

}

.medialogo-img{

	float: right;

}





.social-wrapper {

	font-family: 'Droid Serif',serif;

	float:right; height: 77px;

	 width: 143px;

}



.tie-image{

	float: left;

 margin-top: 0px;

}

.tie-image img{ 

	width: 94%;

 }

.tie-text{

	width: 93px;

	float: right; 

}

.bookheading{

color: #438baa;

line-height: 18px;

font-style: italic;

text-align: center;

margin-top: 2px;

letter-spacing: 0px;

font-size: 12px;

}

.booklink{ 

margin-top: 20px;

padding: 0px 6px; 

text-align: center;   

}

.booklink a{

color: #005470;

line-height: 16px;

font-weight: bold;

}

 

 .headsearch {

margin-right: 45px;

padding-top: 4px;

}



 

.advert {

	float: right;

    margin-top: 5px;

}

.advert a {

	display:block;

	width:468px;

	height:60px;

 }





/* menu */

#menu-22 ul li div {

	color: #fff;

	display: block;

	font-family: "Segoe UI", helvetica, Arial, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: 400;

	letter-spacing: 0;

	text-decoration: none;

	text-shadow: none;

	text-transform: uppercase; 

	word-spacing: 0

}

#menu-22 ul li {

	float: left

}

#menu-22 ul li a {



} 



#menu-22 ul li a, #menu-22 ul li div {

color: #FCFCFC; 

    display: block;

    font: 500 15px/43px 'Droid Serif', serif; 

    height: auto;

    padding-left: 7px;

    padding-right: 7px;

    text-decoration: none;

	

}



#menu-22 ul li div {

	color: #000;

	text-transform: none

}

#menu-22 ul li a span {

	font-size: 10px;

	color: #999;

	line-height: 120%

}

#menu-22 ul li a:hover, #menu-22 ul li a.selected {

	text-decoration: none;

	color: #ddd;

}

#menu-22.ddsmoothmenu {

	z-index: 100;

	padding-bottom: 5px;

}

#menu-22.ddsmoothmenu ul {

	z-index: 100;

	margin: 0px auto;

	list-style-type: none;

 

 

}

#menu-22.ddsmoothmenu ul {



	padding: 0 0 8px 6px;

}

#menu-22.ddsmoothmenu ul ul li a:hover {

 

}

#menu-22.ddsmoothmenu ul li {

margin-right: 0px;

	position: relative;

	display: inline;

	float: left;

 

}

#menu-22.ddsmoothmenu ul li a:hover { 

	color: #fff

}

#menu-22.ddsmoothmenu ul li:hover {

background: rgba(51, 51, 51, 0.4); 

}

#menu-22 li.arrow a{

 background: url("images/marrow.png") no-repeat scroll right center transparent;

margin-right: 5px;

    padding-right: 10px;

    

}

#menu-22 li.arrow a:hover{ 



 background: url("images/marrow.png") no-repeat scroll right center transparent;



}

 

#menu-22.ddsmoothmenu ul li ul li a:hover {

 background-image:none

}







#menu-22.ddsmoothmenu .current-post-ancestor, #menu-22.ddsmoothmenu current-menu-parent, #menu-22.ddsmoothmenu current-post-parent, #menu-22.ddsmoothmenu ul li.current-menu-item {

	

 

}

#menu-22.ddsmoothmenu .current-post-ancestor a, #menu-22.ddsmoothmenu current-menu-parent a, #menu-22.ddsmoothmenu current-post-parent a, #menu-22.ddsmoothmenu ul li.current-menu-item a {

	 font-weight:bold;

}

#menu-22.ddsmoothmenu ul li.current-menu-item a {

	 

}

* html #menu-22.ddsmoothmenu ul li a {

	display: inline-block;

}





#menu-22.ddsmoothmenu ul li ul {

background:#1F1F1F;

	position: absolute;

	left: 0;

	display: none;

	visibility: hidden;

	padding-bottom: 6px;

	width: 165px;

	height: auto;

	border-top: 0px;

	padding-left: 0px;

}

#menu-22.ddsmoothmenu ul li ul li {

	float: none;

	display: list-item;



	padding: 0;

	width: auto;

}

#menu-22.ddsmoothmenu ul li ul li:hover {

 

}

#menu-22.ddsmoothmenu ul li ul li ul {

	background:#232323;

	border: 1px solid #999;

	top: 0px !important;

	font-size:12px;

 

}

#menu-22.ddsmoothmenu ul li ul li ul li a  {

font-size:12px;

}

#menu-22.ddsmoothmenu ul li ul li ul li.first a  {

padding-top:6px; 

}



#menu-22.ddsmoothmenu ul li ul li ul li.last a  {

padding-bottom:6px; 

}



#menu-22.ddsmoothmenu ul li ul li a {

	-webkit-transition: background-color, color 0.2s linear;

-moz-transition: background-color, color 0.2s linear;

transition: background-color, color 0.2s linear;

	padding-left: 16px;

	text-align: left;

	margin: 0;

	line-height: 100%;

	text-transform: none;   

	color: #ddd;

	background:  #1F1F1F;

	font: normal 13px 'Droid Sans',sans-serif;

	padding-bottom: 10px; 

	padding-top: 9px; 

}

 

#menu-22.ddsmoothmenu ul li ul li.first {

 

    padding-top: 9px;

    background-repeat:no-repeat;

    background-position: top center;

}

#menu-22.ddsmoothmenu ul li ul li.first a{

   padding-top: 16px;

}



#menu-22.ddsmoothmenu ul li ul li.last a{

padding-bottom: 18px;

} 



#menu-22.ddsmoothmenu ul li.firstul ul {



	margin-left:0px !important;

}

#menu-22.ddsmoothmenu ul li.firstul ul li.first{



background-position:0 0;

}



#menu-22.ddsmoothmenu ul li ul li a:hover {

	color: #fff;

}

 

 

#menu-22.ddsmoothmenu ul li ul li a.last, #menu-22.ddsmoothmenu ul li ul li a.last:hover {

	border: none

}

* html #menu-22.ddsmoothmenu {

	height: 1%

}

#menu-22.ddsmoothmenu ul li.current-menu-item a:hover {

	background: none

}

#menu-22 .sub-menu a {

	color: #111

}

#menu-22 .sub-menu li.arrow {

 

}



#main-menu-wrapper{

}

#main-menu{

	background: #000A6D; 

	position: relative;  



}

#main-menu-wrapper .menu {

	display:block;

	padding-left:10px;

	margin-bottom:3px; 

	width:1001px;

	margin:0 auto;

}



.widget .menu {

	display:block;

	padding-left:0px;

	margin-bottom:0px;

	width:295px; 

	margin:0 auto;

}

 

 

/* main */

#main {

	width:1001px;

	margin:0 auto;

	overflow:hidden;

	display:block;

	background:#fff;

}



.top-heading {

	border-bottom: 3px double #DDDDDD;

    font-family: 'Droid Serif',serif;

    font-size: 36px;

    font-style: italic;

    font-weight: normal;

    padding: 14px 15px 10px;

    text-align: center;

}



/*Featured*/



.featured-wrapper {

	margin-top:28px;

	padding-bottom: 29px;

	border-bottom: 1px solid #DDDDDD;

}

.featured-image {



	width:324px;

	height:262px;

	float:left;

} 

	.featured-image img{ border:1px solid #eee; } 

.featured-content {

	float:right;

	width:655px;

}

.featured-content h2 {

    margin:0 0 6px;

	font:26px/32px Georgia, "Times New Roman", Times, serif;

}

.featured-content .meta {

	color:#575757;

	font-size:13px;

	font-family: 'Open Sans', sans-serif;

    display: inline-block;

	background:#fff;

}

.featured-content .meta p{

	margin:0 0 6px;

	padding-left:5px;

	padding-right:8px;

}

.featured-content .meta a {

	color:#000;

}



.featured-post p{

	border-top: 3px double #DDDDDD;

    font: 15px/24px Georgia,"Times New Roman",Times,serif;

    margin-top: -16px;

    color:#222;

    padding-top: 20px;

	margin-bottom: 0px;

	margin-right: 5px;

}

.featured-post .readmore {

	float:right;

	display:block;

	margin-right: 15px;

}

.featured-post .readmore a {

	font:12px/18px Georgia, "Times New Roman", Times, serif;

	color:#0900bb;

	font-weight:bold;

	font-style: italic;

}





/*Content*/

.content-holder {

	border-top: 0px solid #DDDDDD;

}

.primary {

	float:left;

	width:670px;

	border-right: 1px solid #DDDDDD;

	padding-bottom: 30px;

	padding-right:12px

}

.home-post-holder {

width:670px;

	display:inline-block;

}

.home-post-holder h2  {

	margin-top:25px;

}

.home-post-holder h2 a{

	font-family: 'Merriweather', serif;

	font-size:36px;

	font-weight: 400;

}

.home-post-holder .home-post-meta {

	font-family: 'Merriweather', serif;

	margin-top: 6px;

	font-size:12px;

	font-weight: 400;

}

.home-post-meta { display: inline-block; width: 100%;}

.home-post-meta-left{ float: left; width:86% }

 

.home-post-holder .home-post-meta .comment a {

	float:right;

	color:#0900bb

} 

.home-post {

	border-bottom: 1px solid #f3f3f3;

    margin-top: 15px;

    padding-bottom: 15px;

	padding-bottom: 30px; 

	

}

.home-image {

	float:left;

	display:block;

}

.home-image img{

	    border-radius: 5px 5px 5px 5px;

		box-shadow: 0 1px 2px #ABABAB;

}

.home-image a:hover img{

	box-shadow: 0 5px 5px #ABABAB;

    opacity: 0.8;

}

.home-content{

	float:right;

	display:block;

	width: 415px;

}

.home-content-no-thumb {

	width: auto;

}

.big-image .home-content {

	width: 225px;

}

.big-image-social {

	margin-top: 10px;

    width: 660px ;

}

.home-content p{

color: #141414;

	font:14px/22px 'Droid Serif', serif;

	margin:-2px 0 20px;		

}

.home-content .social{

	float:left;

	display:block;

}

.home-content .social .share{

	float:left;

	font-size:15px;

	font-family: 'Open Sans', sans-serif;

	color:#6f6f6f;

	line-height: 24px;

	margin-right:4px;

}





.home-content .readmore{

	float:right;

	display:block;

	margin-right: 30px;

	margin-top:1px;

}

.home-content .readmore a{

	background:url(images/home-rm.png) repeat;

	color:#efefef;

	padding: 5px 8px;

	font-size:11px;

	font-family:arial;

	font-weight:bold;

	display:block;

}





/*Homepage Image Right*/

.image-right .home-image{

	float:right

}

.image-right .home-content {

	float: left;

}

.image-right .home-content .readmore { 

	margin-right: 15px;

}

/*Homepage Image Center*/

.image-center .home-image{

	float: none;

	text-align: center;

}

.image-center .home-image img {}

.image-center .home-content {

	float: none;

	width:auto;

	margin-left: 10px;

    margin-top: 15px;

}

.image-center .home-content .readmore{

	margin-right: 10px;

}



/* =Sidebar

----------------------------------------------- */

.secondary {

	float:right;

	width:301px;

	margin-left: 10px;

	margin-top:10px;

}

/* =Widgets

-------------------------------- */



.widget {

	margin: 0 0 20px 0;

}

.widget ul {

	list-style:none;

	margin: 0 0 10px 5px;

}

.widget ul li a {

	color:#0900bb;

}

.widget ul li a:hover{

	color:#333333;

	text-decoration:none;

}

.widget ul li {

padding-left: 1px;

	line-height: 16px;

	font-size: 13px;

	border-bottom:1px solid #f6f6f6;

	padding-bottom: 10px;

    padding-top: 10px;

}

.widget-title, .sidebartitlewrapper h3{

	text-transform:uppercase;

	color: #000000;

    font-size: 15px;

    padding:0 5px 2px 0;

	font-family: 'Open Sans', sans-serif;

	font-weight:600;

}



/* =Footer 

----------------------------------------------- */

#footer {



} 

.footer2-holder{

	display:block;

	background:#fafafa;

	padding:0px 0 0px;

	border-top:1px solid #cfcfcf;

	border-bottom:1px solid #cfcfcf;

}

.footer2-wrapper{

	margin: 0 auto;

    width: 1001px;

}

#fsidebar1, #fsidebar2, #fsidebar3, #fsidebar4{

	margin-right: 25px;

    width: 225px;

	float:left;

}

.footer2 .widget ul{

	margin:0 0 10px 0px; 	

}

.footer2 .widget ul li {

	line-height: 18px;

	font-size:14px;

	border:0px;

}



.footer2 .widget ul li a{

	color:#000;

}

.footer2 h3{

	font-family: 'Open Sans', sans-serif;

	font-size:20px;

	color:#000;

	font-weight:bold;

	font-style:italic;

	margin-bottom: 5px;

}



.footer3-wrapper {

	background:#fff;

	margin: 10px auto 7px auto;

    width: 1001px;

}

 

.backtop {

	color:#000 !important;

}





































  .footer-right{

width:395px;

float:right

}

#bottomfooter {

margin-left: auto;

    margin-right: auto;

 

    width: 960px;

} 

.footer-logo {

	float: right;

}

.footer-logo div{

    display: inline-block;

 

 

}

.site-footer {float:left; width:930px;margin:7px 0 5px 0;color:#666; font-size:13px; text-align:center }

.site-footer a{color:#000; }





#fotnav { 

text-align:center;

margin-bottom: 10px;

width:100%;

margin-top:1px;

}

#fnav ul{margin-bottom:10px}

#fnav li.current-menu-item a{color:#000}

#fnav li 

{ 

	display:inline;

 	font:13px Arial,Helvetica,sans-serif;

	list-style:none outside none;

}



#fnav li ul

{

	-moz-box-shadow:1px 1px 6px rgba(0,0,0,0.5),8px 10px 10px rgba(255,255,255,0.75) inset;

	background:none repeat scroll 0 0 #FFF;

	border-color:#-moz-use-text-color #92B8C6 #92B8C6;

	border-right:2px solid #92B8C6;

	border-style:none solid solid;

	border-width:medium 2px 2px;

	height:auto;

	left:-999em;

	margin:-47px 0 0 85px;

	padding:2px 70px 2px 3px;

	position:absolute;

	z-index:9999;

}



#fnav li ul a

{

	color:#555 !important;

}



#fnav li a

{

	color:#555;

	margin:0 0 0 11px;

	text-decoration:none;

}



#fnav li a:hover

{

	color:#000;

	text-decoration:none;

}



/* Single --------------------------------------------------------------*/



.single-entry-title {

	 border-bottom: 3px double #DDDDDD;

	font-family: 'Merriweather', serif;

	font-size:39px;

	font-weight: 400;

	margin-top: 20px;

	padding-bottom: 5px;

} 

.page .single-entry-title{font-size:23px;}

.page .entry-content p {color: #141414;

    font: 14px/22px 'Droid Serif',serif; }

.page .entry-content {color: #141414;

    font: 14px/22px 'Droid Serif',serif; }



.meta-data {

	border-bottom:1px solid #f8f8f8;

}



/* Author box */

#authorarea-wrap{

 width: 665px;

 background:#f7f9fa;

 border:1px solid #eaedef;

}

#authorarea {

margin:8px 0

}

.author-image{

	float:left;

}

.authorinfo {

	float:right;

	width: 585px;

	margin-right: 10px; 

}

#authorarea img {

float:left;

border:1px solid #ddd;

margin:0px 0px 0px 8px;

border-radius: 0px 0px;

box-shadow: 0 0;

padding:0px;

}



#authorarea p {

line-height: 18px;

color:#000; 

font-size:12px;

margin:0

}

.author-name {

	color:#0900BB;	

	font-family: 'Droid Serif', serif;

	margin-bottom: 4px;

}

.author-name a {

	font-weight:bold;

}



/* post navigatior in single [Next and previous] */

.single-pagi {

	border-bottom:1px solid #f4f4f4;

	margin-top: 15px;

}

.prev-nav,  .next-nav {

	width: 280px;

	font-size:25px;

	margin: 10px;

	color: #000;

	font-family: 'Merriweather', serif;

	font-weight:normal;

	line-height: 20px;

}

.prev-nav {

	float: left;

	margin-right: 0px

}

.next-nav {

	float: right;

	text-align: right;

	margin-left: 0px

}

.prev-nav a, .next-nav a {

	margin-top: 8px;

	color: #000;

	font-size: 14px;

}

.cat-links-holder-single {

margin-top: 20px;

	color:#0900BB;

	font-family:georgia, Time new roman, serif; 

	font-size:18px;

	font-weight:bold;

	display: inline-block;

	padding-right:8px;

	background:#fff; 

}

.related {

	border-top: 4px solid #F4F4F4;

	padding-top:20px;

	margin-top: -10px;

	

}

.relatedpost h3{

	font-family: 'Merriweather', serif;

	font-weight:normal;

	font-size:18px;

	background:url(images/bullet.png) no-repeat 5px 5px transparent;

	padding-left:25px;

	margin-bottom:18px;

}



/* Sharebox */

#sharebox {

	float: left;

	margin-left: 20px;

	background: #DBDBDB;

	position: fixed;

	top: 145px;

	left: 0;

	padding: 5px 0;

	-moz-border-radius: 5px;

	border-radius: 5px;

	border: 1px solid #CDCDCD

}

#sharebox:hover {

	background: #eee;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s

}

#sharebox .wdt {

	text-align: center;

	clear: left;

	padding: 2px 4px

}

.ltt-quote.large .ltt-quotemark {top:38px !important;}



ul.custom, ul.custom ul{margin:0}





/* Featured area */



/* FlexSlider Browser Resets */

.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus  {outline: none;}

.slides,

.flex-control-nav,

.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 



/* FlexSlider Necessary Styles

*********************************/ 

.flexslider {margin: 0; padding: 0;}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {  display: block;}

.flex-pauseplay span {text-transform: capitalize;}



/* Clearfix for the .slides element */

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 

html[xmlns] .slides {display: block;} 

* html .slides {height: 1%;}



/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {display: block;}





/* FlexSlider Default Theme

*********************************/

.flexslider { position: relative; width: 1001px;  }

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.loading .flex-viewport {max-height: 300px;}

.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */

.flex-direction-nav {*height: 0;}

.flex-direction-nav a {width: 38px; height: 38px; margin:0; display: block; background: url(images/slider-arrows.png) no-repeat 0 0; position: absolute; top: 225px; cursor: pointer; text-indent: -9999px;   -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-next {background-position: 100% 0; right: 575px !important; }

.flex-direction-nav .flex-prev {left: 345px !important;}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}

.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */

.flex-control-nav {position: absolute; bottom: 8px; text-align: center;right:10px;}

.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {  cursor: pointer; text-indent: -9999px;background:url(images/featured-button.png) no-repeat;width:8px;height:9px;display:block;list-style:none;}

.flex-control-paging li a:hover {	background:url(images/featured-button-active.png) no-repeat;}

.flex-control-paging li a.flex-active {	background:url(images/featured-button-active.png) no-repeat; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}

.flex-control-thumbs li {width: 25%; float: left; margin: 0;}

.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}

.flex-control-thumbs img:hover {opacity: 1;}

.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}



 #featuredbg-wrapper{

width:1001px;

margin:0 auto;

 }



 .featuredslidertext{

 margin-left: 11px;

 margin-bottom: 10px;

 font-family:georgia, Time new roman, serif; 

 font-size:16px;

 color:#000;

 font-style:italic;

 }



 .featuredslidertext span{

 color:#e3001b

 }



#pagination {

	font-size:21px;

	font-family: 'Open Sans', sans-serif;

	color:#020106;

	font-weight:600;

	text-align: center;

	margin-top:30px;

}

.current {

	background:#222;

	padding:4px 7px;

	margin:3px;

	color:#fff;

	font-weight: bold;

}

#pagination .inactive{

	background:#eee;

	padding:4px 7px;

	margin:2px;

	font-weight: bold;

}

#pagination .page-number, #pagination .previous{

	margin-right:20px;

}

#pagination .next, #pagination .last, #pagination .first{

	margin-left:20px;

}









/*M3 Widgets*/





ul.flickr-photos{

padding-bottom: 10px !important;

    padding-left: 14px !important;

    padding-top: 4px !important;

}

li.flickr-photo {

background-image:none !important;

display:inline-block;

border:1px solid #D7D7D7 !important;

height:75px;

margin:9px 0px 2px 6px !important;

padding:5px !important;

width:auto!important;

}

li.flickr-photo img{max-width:70px; max-height:70px}



p.tag_cloud {

margin-top:6px

}



#___plus_0 {width:290px !important}



.tweets {

width:300px;

clear:both

}



.tweet {

background:url("images/twit.png") no-repeat scroll 1px 50% transparent !important;

 padding-bottom: 5px;

  padding-top: 5px;

padding-left:21px !important;

line-height:18px !important;

margin-left: 0 !important;

}



.tweet:hover {

background:url(images/twit.png) no-repeat scroll 1px 50% transparent !important

}



p.follow-message {

text-align:center;

font-size:12px;

font-weight:700;

width:300px;

margin-top:2px !important



}



p.follow-message a {

color:#29c !important

} 





/*Popular Widgets*/



.widget_mostpopular h3 {

border-bottom:0 solid #DDD !important;

text-align:center

}



.mostpopular {

padding-left:0px !important;

list-style:none;

margin:.3em 0;

display: inline-block;

padding:0

}

ul.mostpopular li{



margin:0px !important; 

}



ul.mostpopular li a{



color:#000;

} 

.mostpopular_li {

-webkit-transition-property:background; 

-webkit-transition-duration: 0.2s, 0.1s; 

-webkit-transition-timing-function: linear, ease-in;





-moz-transition-property:background; 

-moz-transition-duration:0.2s, 0.1s; 

-moz-transition-timing-function: linear, ease-in;





transition-property:background; 

transition-duration: 0.2s, 0.1s;  

transition-timing-function: linear, ease-in;



background-image:none !important;

border:0;

list-style:none !important;

line-height:20px !important; 

position:relative;

width:100%;

margin:0 0 -7px;

padding:11px 0 3px 8px !important

}



.mostpopular_li.color0 {



background-color:#ee5826 !important;

width:95%

}

.mostpopular_li.color0:hover { background:#FF7040 !important;}



.mostpopular_li.color1 {

background-color:#27b6e2 !important;

width:93%

}

.mostpopular_li.color1:hover { background:#49D4FF !important;}





.mostpopular_li.color2 {

background-color:#c5e627 !important;

width:89%

}

.mostpopular_li.color2:hover { background:#D8EB80 !important;}





.mostpopular_li.color3 {

background-color:#ff6f51 !important;

width:84%

}

.mostpopular_li.color3:hover { background:#FF8A71 !important;}



.mostpopular_li.color4 {

background-color:#d59b8e !important;

width:80%

}

.mostpopular_li.color4:hover { background:#E7B5AA !important;}



.mostpopular_li.color5:hover,.mostpopular_li.color6:hover,.mostpopular_li.color7:hover,.mostpopular_li.color8:hover,.mostpopular_li.color9:hover,.mostpopular_li.color10:hover,.mostpopular_li.color11:hover,.mostpopular_li.color12:hover,.mostpopular_li.color13:hover,.mostpopular_li.color14:hover,.mostpopular_li.color15:hover { background-color:#999 !important; }





.mostpopular_li.color5,.mostpopular_li.color6,.mostpopular_li.color7,.mostpopular_li.color8,.mostpopular_li.color9,.mostpopular_li.color10,.mostpopular_li.color11,.mostpopular_li.color12,.mostpopular_li.color13,.mostpopular_li.color14,.mostpopular_li.color15 {

background-color:#888 !important;

width:74%

}

ul.mostpopular li{border-bottom:0px solid #ddd !important;margin-left:0px !important;}



a.barlinko {

background:none;

display:block;

font-family: 'Open Sans',sans-serif !important;

font-size:14px !important;

text-decoration:none !important;

margin:0 8px 0 0;

padding:0;

color:#222222 !important; }

.barco  a {color:#000 !important;font-size:12px !important}

.barco {

display:block;

right:0

}



.block-image-viewed-l {

display:inline-block;

width:230px

}

.block-image-viewed-r,#comment-textarea {

float:right

}



.block-image-viewed-r img {

width:48px;

height:48px

}



.block-item-small ol {

list-style:decimal !important;

background:#fff !important

}



.block-item-small ol li {

list-style:decimal !important;

min-height:40px;

font-size:14px !important;

font-family:'Open Sans', sans-serif;

font-weight:700;

padding:5px 0 !important

}



.block-item-small ol li:hover {

background:none !important

}



.block-item-small ol li a {

font-size:12px;

font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;

font-weight:400

}



span.block-image-viewed-views {

font-size:11px !important;

font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;

font-weight:400

}



/* m3 twitter widget */

.twitter-widget ul li {margin: 0px !important; border: 0 none;padding-top:0px}

.m3-fbwidget{text-align:center}



/* m3 Google plus widget */

.m3-gpluswidget {text-align:center} 



/* TWeet */

span.twitter-text {

     border-bottom: 1px dotted #ddd;

    display: block;

    padding-bottom: 9px;  color: #666666;

}



 span.twitter-text a{ color: #000 !important; }





 /* tabs area */

.tab-content {

overflow:hidden;

padding:16px 16px 0

}





.tabs-wrapper {

 

overflow:hidden;

width:100%

}



.tabs-wrapper .tab-content {

border:1px solid #CDD0D2;

border-width:0 1px 1px

}



ul.tabs {

-moz-border-radius:2px;

-webkit-border-radius:2px;

border-radius:2px;

padding-top:0px !important;

border:1px solid #DEDEDE;

margin-top:0px !important;

background:#F9F9F9;

float:left;

height:40px;

width:299px;

padding-left:0 !important;

margin-bottom:0 !important

}



ul.tabs li {

background:none !important;

float:left; 

overflow:hidden;

position:relative; 

margin:0px 0 0 0px !important;

padding:0 !important;

width:auto !important;

}



ul.tabs li a {

font-family:'Open Sans',sans-serif !important;  

    color: #666 !important;

    display: block;

     font-size: 14px !important;

    font-weight: normal;

    height: 39px;

    line-height: 39px; 

    outline: medium none;

	padding: 0 23px;

    text-decoration: none; 

 

}

ul.tabs li.active a{color:#0900BB !important}

ul.tabs li a:hover {

text-decoration:underline

}



html ul.tabs li.active,html ul.tabs li.active a:hover {

background:#fff !important; 

}



.tabs_container {



border-top:none;

overflow:hidden;

float:left;

width:299px;

background:#fff;

clear:both

}



.tab_content {

padding:5px 8px 4px

}

.block-item-small-tabs {

border-bottom: 1px dashed #EEEEEE;

    clear: both;

    height: auto;

    margin-bottom: 0;

    overflow: hidden;

   padding: 6px 0px 6px 0;

    width: 275px;

} 

.block-item-small-tabs img{

margin-right: 4px !important;

background:none repeat scroll 0 0 #FFF;

border:1px solid #CACACA;

border-radius:3px 3px 3px 3px;

padding:3px;

box-shadow:0 0 2px #eee;

-moz-border-radius:3px;

-webkit-border-radius:3px 3px 3px 3px;

} 



.block-item-small-tabs .block-image {

position:relative;

display:inline-block;

margin-left:0px;

float:left

}



.block-item-small-tabs .block-image-r {

float: right;

    font-size: 13px;

    line-height: 16px;

    padding-right: 0px;

    width:211px;

    }

    



.block-item-small {

border-bottom: 1px dashed #EEEEEE;

    clear: both;

    height: auto;

    margin-bottom: 0;

    overflow: hidden; background:#fff;

    padding: 6px 2px 6px 0px;

 width: 305px;

}



.block-item-small-view ol {

list-style:decimal outside none !important;  margin-bottom: 0;

     width:301px;

}



.block-item-small-view ol li {

list-style-type:none;

min-height:50px;

font-family:'verdana', arial, sans-serif;

font-size:14px !important;

font-weight:700;

 overflow:visible;

clear:both;

padding:6px 6px 4px 9px !important;

 margin-left: 0px;

-webkit-transition-property:background; 

-webkit-transition-duration: 0.2s, 0.1s; 

-webkit-transition-timing-function: linear, ease-in;





-moz-transition-property:background; 

-moz-transition-duration:0.2s, 0.1s; 

-moz-transition-timing-function: linear, ease-in;





transition-property:background; 

transition-duration: 0.2s, 0.1s; 

transition-timing-function: linear, ease-in;

}



.block-item-small-view ol li:hover {

background:#fff !important

}



.block-item-small-view ol li a {

font-family:'Open Sans',sans-serif !important;

font-size: 13px;

    font-weight: 600;

color:#444;

}



.block-item-small-view ol li:hover a{ 

color:#000 !important;

}



 ul.recent-comments-list li{

	background-image: none !important;

    padding-left: 0 !important; 

}

    .recent-comments-list li a{ font-size:13px;

    font-weight:bold; }







/* The widget image on left  */

.block-item-small .avatar {

width:45px;

height:45px;

box-shadow:none !important;

margin-right:4px

}



.block-item-small h2,.block-item-small h2 a {

color:#333;

font-family:'Open Sans', sans-serif;

font-size:13px;

font-weight: 600;

line-height:16px;

padding-right:1px;

}



.block-item-small img {

border:1px solid #D7D7D7;

padding:2px

}



.block-item-small .block-image {

position:relative;

display:inline-block; 

margin-left:0px;

float:left

}



.block-item-small .block-image-r {

float: right;

padding-right: 0px; 

    width: 241px;

}



.block-meta {

color:#888;

display:block;

font-size:11px;

margin-top:4px

}



.block-meta a {

color:#888 !important

}



.block-meta a:hover {

color:#333 !important;

text-decoration:none

}



/* views widget */

.popularviewbg {

background:#F3F3F3;  

 

padding-top: 4px; 

}

.popularviewbg ol li:hover {

background:#fff !important;

}

/* more sidebar */

#calendar_wrap {

background:#fff;

padding: 7px;

}

#wp-calendar {

	color: #555;

	width: 279px;

	font-size: 13px;

	text-align: center;

	clear: both

}

#wp-calendar td a {

	color: #fff;

	font-weight: bold;

	padding: 0 7px;

	background-color: #999;

}

#wp-calendar caption {

	font-size: 16px;

	text-align: center;

	font-weight: 500;

	text-transform: uppercase;

	padding: 5px 0 3px

}

#wp-calendar th {

	background: #f4f4f4;

	text-align: center;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	font-weight: 700

}

#wp-calendar tbody tr td {

padding: 5px 0;

	text-align: center

}

#wp-calendar tfoot td {

	background: #f4f4f4;

	border-top: 1px solid #ccc; 

	border-bottom: 1px solid #ccc

}



.widget  ul, .widget ol { margin:0px;}



/* Social */



ul.socialwidget {

	position: relative;

	padding: 0px;

	list-style: none;

	display: inline-block;

}

ul.socialwidget li {

	background: none !important;

	float: left;

	margin: 0 13px 15px !important; 

	padding: 0px;

	width: 16px;

	height: 16px;

	display: block;

	border: none;

	width: 32px  !important;

	height: 32px;

}

ul.socialwidget li a {

	width: 32px  !important;

	height: 32px;

	display: block;

	padding: 0px;

	background: url(images/icon-social.png) 0px 0px no-repeat

}

ul.socialwidget li a.twitter {

	background-position: 0px 0px

}

ul.socialwidget li a.facebook {

	background-position: -40px 0px

}

ul.socialwidget li a.in {

	background-position: -80px 0px

}

ul.socialwidget li a.gplus {

	background-position: -120px 0px

}

ul.socialwidget li a.pint {

		background: url(images/pinterest-icon.png) 0px 0px no-repeat

}

ul.socialwidget li a.forrst {

	background-position: -200px 0px

}

ul.socialwidget li a.flickr {

	background-position: -240px 0px

}

ul.socialwidget li a.deviant {

	background-position: -280px 0px

}

ul.socialwidget li a.behance {

	background-position: -320px 0px

}

ul.socialwidget li a.vimeo {

	background-position: -360px 0px

}

ul.socialwidget li a.utube {

	background-position: -400px 0px

}

ul.socialwidget li a.rss {

	background-position: -440px 0px

}



.multiplesocialwidget-id {

width: 295px;

margin-left: 0px !important; 

-moz-box-shadow:1px 1px 1px #EEE;

-webkit-box-shadow:1px 1px 1px #EEE;

box-shadow:1px 1px 1px #EEE;

border-radius:2px 2px 2px 2px;

border:1px solid #DDD;

}



.fb-likebox {

border-bottom:1px solid #DDE1EE;

background:#fff;

padding:10px 10px 0

}



.googleplus {

background:#F5FCFE;

font-size:.90em;

font-family:"Arial","Helvetica",sans-serif;

color:#000;

line-height:1px;

padding:9px 11px

}



.googleplus span {

color:#000;

font-size:11px;

position:absolute;

display:inline-block;

margin:9px 80px

}



.twitterbg {

background:#EEF9FD;

padding:10px

}



.multiplesocialwidget-id-widget {

background:#EBEBEB;

text-align:right;

border-image:initial;

padding:2px 8px 2px 3px

}



.multiplesocialwidget-id-widget .author-credit a {

font-size:10px;

font-weight:700;

text-shadow:1px 1px #FFF;

color:#1E598E;

text-decoration:none

}



.email-news-subscribe .email-box {

font-family:"Arial","Helvetica",sans-serif;

border-image:initial;

padding:10px

}



.email-news-subscribe .email-box input.email {

background:#FFF;

color:#999;

-moz-border-radius:3px;

-webkit-border-radius:3px;

-o-border-radius:3px;

-ms-border-radius:3px;

-khtml-border-radius:3px;

border-radius:3px;

border-image:initial;

font-family:"Arial","Helvetica",sans-serif;

padding:7px 10px 8px

}



.email-news-subscribe .email-box input.subscribe {

background-image:0;     background-color:  #D1E5F6;

color:#186487;

border:1px solid #A4CCE5;

font-size:11px;

font-weight:700;

padding:6px

}



.email-news-subscribe .email-box input.subscribe:hover {

background-color:#cfe5f3;

background-image:0;

border:1px solid #307ba9;

color:#186487

}



.email-news-subscribe .email-box input.subscribe:active {

background-color:#cfe5f3;

background-image:0;

box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;

-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;

-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;

border:1px solid #307ba9;

color:#186487

}



#other-social-bar {

overflow:hidden;

padding:0

}



#other-social-bar .other-follow {

color:#1E598E;

padding-bottom:7px

}









/* Comment style */

#comments-content {

margin-left: 0;

    width: 99%;

}



ol.commentlist {

margin-bottom:30px;

list-style-type:none 

}



.the-comment {

margin-bottom:24px

}



.avatar {

float:left;

margin-right:14px;

background:none repeat scroll 0 0 #FFF;

border:1px solid #CACACA;

border-radius:3px 3px 3px 3px;

box-shadow:0 0 2px #C3C3C3;

-moz-border-radius:3px;

-webkit-border-radius:3px 3px 3px 3px;

padding:4px

}



.comment-arrow {

background:url(images/comment-arrow.png) no-repeat;

width:8px;

height:15px;

float:left;

margin-top:16px;

margin-right:-1px

}



.comment-box {

border:1px solid #E5E5E5;

-moz-border-radius:5px;

-webkit-border-radius:5px;

border-radius:5px;

overflow:hidden;

padding:14px

}



.comment-author {

margin-bottom:10px;

color:#EEE;

padding-bottom:3px;

border-bottom:1px solid #eee

}



.comment-author strong{  

color: #111111;

    font-family: 'Droid Serif',serif !important;

    font-size: 16px;

    font-weight: normal;

}



.comment-author small {

font-size:10px;

margin-top: 6px;

color:#384f79;

float:right

}



.comment-text {

line-height:20px

}



.comment-text p {

margin-top:15px;

    font-size: 14px;

    line-height: 25px;

}



.children {

margin:20px 0 0 83px

}



.children li.comment {

list-style-type:none;

margin:0 0 20px

}



.cancel-comment-reply {

margin-bottom:10px

}



.no-comments {

color:#888

}



.comment-text-side {

color:#888;

line-height:20px

}



a.comment-reply-link {

background: #EEEEEE;

    color: #333333;

    font-size: 12px;

    padding: 2px 7px;

}





#respond {

margin:0 20%;

width:615px;

padding-top:25px

}



#respond h3 {font-family: Helvetica,Arial,"Trebuchet MS",sans-serif;font-size:15px; 

font-weight:bold;

margin-bottom:0 !important

}



#respond-content {

width:610px

}



#comment-input {

float:left;

margin-right:8px

}



#comment-input input {

width: 190px;

margin-bottom:17px;

background-color:#EEE;

border:1px solid rgba(174, 173, 173, 0.5);

border-radius:1px 1px 1px 1px;

box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);

color:#676A6B;

display:inline-block;

text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);

padding:9px 13px 

}



#comment-input input:focus,textarea:focus {

outline:none

}



#comment-input label {

font-size:12px;

display:block;

margin-bottom:2px

}



#comment-input label .req {

color:#999

}



.textarea-comment {

background:#E9E9E9;

width:355px;

height:153px;

font-family:arial;

background-color:#EEE;

border:1px solid rgba(174, 173, 173, 0.5);

border-radius:3px 3px 3px 3px;

box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);

color:#676A6B;

display:inline-block;

text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);

padding:6px 10px

}



#comment-textarea label {

font-size:12px;

display:block;

margin-bottom:3px

}



#comment-textarea-admin {

float:none;

margin-bottom:16px

}



#comment-textarea-admin label {

display:block;

margin:10px 0 5px

}



 



#comment-submit {

clear:both;

width:600px;

text-align:center;

margin-bottom:10px

}



#comment-submit-admin {

clear:both;

margin-bottom:10px

}



#comments-content ol {

margin:18px 5px 18px 0

}



.respond {

padding:5px

}



.comment-submit {

cursor:pointer;

font-family:"Segoe UI",helvetica,Arial,sans-serif;

 width: 100%;

border:1px solid #3C3C3E;

font-size:16px;

font-weight:700;

box-shadow:0 1px 0 #212122, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;

color:#FFF;

text-shadow:0 -1px 0 rgba(0, 0, 0, 0.8);

padding:9px 242px !important

}



.comment-submit:hover {

border:1px solid #3C3C3E;

 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset

}



.comment-submit:active {

border:1px solid #3C3C3E;

 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset

}

h3.numberofcomments {text-align:center !important; 

color:#222;

display:block;

font-size:20px !important;

font-weight:700;

margin:46px 0 15px;

padding:0 8px

}

.numberofcomments a{color:#222}



h3.numberofcomments span {

background:#fff;font-family:Helvetica,Arial,sans-serif;

padding:1px 4px

} 



 /* Tags */

.tagcloud{padding-left:5px;}

.tagcloud a,.almeros_tags a{display:inline-block;float:none;margin:2px 1px;padding:6px 3px;font-family:"Trebuchet MS","Arial","Helvetica",sans-serif;font-style:normal;font-weight:bold;text-decoration:none;background-color:#ec745c;color:#fff !important;-webkit-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-moz-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-o-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-webkit-box-shadow:0 0 1px #999999;-moz-box-shadow:0 0 1px #999999;-o-box-shadow:0 0 1px #999999;box-shadow:0 0 1px #999999;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.1s ease-in;-moz-transition:-moz-transform 0.1s ease-in;-o-transition:-o-transform 0.1s ease-in;transition:transform 0.1s ease-in;}

.tagcloud a:hover,.almeros_tags a:hover{color:#fff;background-color:#0c92da;-webkit-box-shadow:0 0 20px rgb(0,0,50);-moz-box-shadow:0 0 20px rgb(0,0,50);-o-box-shadow:0 0 20px rgb(0,0,50);box-shadow:0 0 10px rgb(0,0,50);-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);-o-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);}

.tagcloud a:nth-child(2n),.almeros_tags a:nth-child(2n){background-color:#ff9f51;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}

.tagcloud a:nth-child(2n):hover,.almeros_tags a:nth-child(2n):hover{-webkit-transform:rotate(-3deg) scale(1.2);-moz-transform:rotate(-3deg) scale(1.2);-o-transform:rotate(-3deg) scale(1.2);background-color:#0c92da;transform:rotate(-3deg) scale(1.2);}

.tagcloud a:nth-child(4n),.almeros_tags a:nth-child(4n){background-color:#9ab9e4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}

.tagcloud a:nth-child(4n):hover,.almeros_tags a:nth-child(4n):hover{-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);background-color:#0c92da;}

.tagcloud a:nth-child(5n),.almeros_tags a:nth-child(5n){background-color:#9ab9d4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}

.tagcloud a:nth-child(5n):hover,.almeros_tags a:nth-child(5n):hover{-webkit-transform:rotate(2deg) scale(1.2);-moz-transform:rotate(2deg) scale(1.2);background-color:#0c92da;-o-transform:rotate(2deg) scale(1.2);transform:rotate(2deg) scale(1.2);} 



/* Category widget with numbers */

ul.pane li{background:none!important;background-origin:padding-box;background-position:50% 100%;background-repeat:repeat-x;background-size:auto;color:#787878;font-size:12px;font-style:italic;font-weight:700;line-height:21px;padding:6px 12px 6px 1px !important }

ul.pane li a{color:#333;display:inline-block;font-size:13px;font-style:normal;font-weight:700;padding-left:0px;width:265px}

.pane ul li a:hover{color:#777}

/* TWeet */

.tweets {

width:300px;

clear:both

}



.tweet {

font-size:13px;

background:url("images/twit.png") no-repeat scroll 1px 50% transparent !important;

 padding-bottom: 5px;

  padding-top: 5px;

padding-left:26px !important;

line-height:18px !important

}



.tweet:hover {

background:url(images/twit.png) no-repeat scroll 1px 50% transparent !important

}



p.follow-message {

text-align:center;

font-weight:700;

width:300px;

margin-top:2px !important



}



p.follow-message a {

color:#29c !important

}



 



 

#example-content-1 {

	display: none;        /* required */

	position: absolute;   /* required */



	border: 1px solid #CCCCCC;

	background-color: white;

	width:262px

}

#example-content-1 .addthis_toolbox{	padding: 10px 10px 0px 10px; }

.sharerow{display:block}

.sharerow-l-wrapper{float:left; width: 192px;margin-top: 1px;}

.sharerow-l{float:left;width: 95px;height: 35px;}

.sharerow-r{float:right}



.sharerow-pin{float:left;width:60px;}

.sharerow-bubble {

margin-left: 5px;

margin-top: -5px;

	width: 0; 

	height: 0; 

	border-left: 5px solid transparent;

	border-right: 5px solid transparent;

	

	border-bottom: 5px solid #ccc;

}



#example-target-1:hover #example-content-1{ display:block }

#example-target-1{ padding-bottom:3px }

 .textwidget{font-size:13px;line-height:19px}



























/*Pagination*/

.navigation {height:37px; border:1px solid #cbcbcb;text-align: center; font-family:"Segoe UI", helvetica, Arial, sans-serif; font-size:18px; font-weight:bold; width: 490px;float: right;   margin: 20px 18px 10px 0; display:inline-block}

.navigation a {text-decoration:none;color:#6a6a6a;  line-height: 34px;}

.navigation a:hover{background:#666; color:#fff;}

.page-numbers { padding: 5px 8px 8px;} 







/*Archives*/

#pag {text-align:center} 

#pag  .navigation {float:none; width: 650px; }

.post-wrapper-archive{padding-left:6px}

.recentpost-image-0, .bottom-recentpost-image-0 {float:left;font-size:12px}

.bottom-recentpost-wrapper-cat{    width: 645px;  }

.bottom-recentpost-wrapper-cat .post-content p {font-size: 12px}

.related-post-wrapper-block {      width: 645px; }



.content-heading h2 a, .bottom-content-heading-0 h2 a, .bottom-content-heading h2 a {color: #222222;

    font: bold 18px 'Droid Serif',serif;}

 

 .bottom-recentpost-image-0 img {    background: none repeat scroll 0 0 #FFFFFF; 

    border: 1px solid #e5e3e1;

    border-radius: 3px 3px 3px 3px;

    box-shadow: 0 0 2px #E5E5E5;

    float: left;

    margin: 0 9px 2px 0; 

    padding: 6px;}

.recentpost-cont-holder {float:right;     width: 255px;margin-right:4px}

.post-content-holder {float:right;width: 425px;} 

.readmore-b0  {float:right;}

.readmore-b0 a { background: #e5e3e1;

    color: #333;

    float: right;

    font-family: "Segoe UI",Helvetica,Arial,sans-serif;

    font-size: 12px;

    font-weight: 700;

    line-height: 21px;

    padding: 0 9px 1px;

    text-decoration: none;}

.readmore-b0 a:hover { background: #f0efee; }	

.post-content-big p {margin-bottom:5px;line-height:17px}

.post-content-big, .post-content {font-family:Helvetica,Arial,sans-serif}

.content-heading {margin: 19px 0 7px;}

  .post-content-big {font-size:13px}

.post-content {font-size:14px;margin-bottom:2px;margin-top:4px}

.post-content  p {margin-bottom:2px}

.bottom-archive, .bottom-recentpost {clear: both;margin-top: 4px;padding-bottom: 10px;padding-top: 10px;border-bottom:1px dashed #e5e3e1;font-size:14px}

.no-img-bottom-archive {width:640px}

.post-content-holder .comments-link, .bottom-recentpost .comments-link    {float:right;margin-right: 10px;margin-top:2px;}

.post-content-holder .comments-link a , .bottom-recentpost .comments-link  a {color:#333}

.content-heading .comments-link a  {color:#333}

.content-heading .comments-link  {margin-right:10px}



  

.bottom-recentpost .bottom-content-heading-0 h2  {width:640px}

.cat-title-b0-1 {margin-top:2px; margin-top: 20px; padding: 7px 0; background:#F1F1F1;  }

.cat-title-b0-1 h1 span,  .page-title {

	font-size: 17px;

	color: #111;

	padding: 4px 5px;

	font-family: 'Open Sans',sans-serif;

	text-decoration: none;

	font-weight: normal;}

.page-title {text-align:center}

.page-title span {font-weight:bold}

.page-title {	color: #333; border:1px   solid #333; border-left:0px ; border-right:0px ;margin: 10px 15px;}







/* Attachment */

span.nav-previous {float:left;font-size: 14px;}

span.nav-next {float:right;font-size: 14px;}

.attachment-content{text-align:center;    padding: 8px 28px;}



/* Single */

.single-wrapper { 

color: #141414;

	font:14px/22px 'Droid Serif', serif;

	margin:-2px 0 20px;		

}



.single-post-meta {

border-bottom: 1px solid #DDDDDD;

	font-family: 'Merriweather', serif;

	margin-top: 8px;

    padding-bottom:6px;

	font-size:12px;

	font-weight: normal;

}

 

.single-post-meta .comment a {

	color:#0900BB;

	margin-left:5px;

}

 

.single-post-meta .comment {

	float:right;

}



.counter { background: url('images/views.png') no-repeat 1px center;

    display: inline-block; font-weight:bold;

    margin-left: 3px;

    padding-left: 20px; }

 











































/* Footer widgets */

#footer .box-hold .box {

	width:226px;

	margin-right:20px;

	float:left;

}

#footer .box-hold .box-widget {

 	margin-bottom:16px;

}

#footer .box-hold .box strong {

	display:block;

	padding:0 7px;

	margin-bottom:7px;

	font:italic 500 15px/26px 'Droid Serif',serif;

	border-bottom:4px solid #000;

}

#footer .box-hold .box ul{

margin:0;

}

#footer .box-hold .box li {

color:#000;

list-style:none;

	margin:0 1px 6px 3px;

	line-height:16px;

}

#footer .box-hold .box li a{ 

color:#333;

}

#footer .box-hold .box li a:hover{ 

text-decoration:underlined;

color:#333;

}



#footerwrapper  ul.pane li a{width:180px}



.footerwrapper a { font-size:13px} 

.footerwrapper1 ul.pane li a {

color:#fff

}

.footerwrapper .block-item-small{ width:auto !important; padding-left: 7px;}



.footerwrapper .block-item-small .block-image-r {padding-right: 3px;

    width: 150px;}

.footerwrapper .block-item-small .block-image-r span{display:none}



.footerwrapper .multiplesocialwidget-id {width: 235px;}

.footerwrapper .email-news-subscribe .email-box input.email{ width: 107px !important;}

.footerwrapper span.twitter-text {width: 235px;}

.footerwrapper ul.tabs li a{font-size:12px;padding:0px 10px;}

.footerwrapper .tabs_container {width: 226px;}

.footerwrapper .block-item-small-view ol {width: 227px;margin-left:0px;}

.footerwrapper .block-item-small-view ol li {margin-left: 0 !important;}

.footerwrapper .block-item-small-view ol img{ display:none}

.footerwrapper .block-image-viewed-l {width:206px} 

.footerwrapper ul.pane li a{width:195px !important;font-weight:normal}

.footerwrapper .widget-title h3 span {text-transform: none;}



.footerwrapper ul {margin:5px 5px 5px 0px ;}

.footerwrapper ul li  {padding-bottom: 5px; padding-top:0px;font-size:13px !important; margin-top:5px; margin-left:10px;width:auto !important}

.footerwrapper ul li a {font-size:13px !important}

.footerwrapper ul  li a {color:#292827;font-family:'Droid Sans', sans-serif; font-size:14px; }

.footerwrapper h3 {color:#000;font-family:'Open Sans',sans-serif; font-size:18px;font-weight:bold; padding-left: 0px;}

.footerwrapper ul.socialwidget li{margin: 0 12px 14px !important;}

 

.footerwrapper .tabs-wrapper{margin-left: 0px;}

.footerwrapper .widget {

    margin: 0 0 28px;

} 

.footerwrapper .block-item-small h2, .block-item-small h2 a{font-weight:normal}

#footer ul.tabs {width:224px;}

#footer ul.tabs li{margin-left:1px !important}

#footer ul.tabs li a{font-size: 12px !important;

    font-weight: bold; }

#footer .block-item-small-tabs{width:210px}

#footer .block-item-small-tabs .block-image-r{width:200px}

#footer .block-item-small-tabs img{display:none}



 .hgroup {display:none}

 .ad-1{ padding-top:3px }

.ad-3{ text-align:center;     margin-top: 8px; }

.ad-4{ text-align:center }

.ad-5{margin-top:4px}



#mobile-menu { display:none;   margin:0 auto }







#mobile-menu select{

	margin-bottom: 8px;

    margin-left: 29px;

    padding:5px;

	background:#f1f1f1; 

	border:1px solid #ccc;

	color: #666666;     

    font-size: 12px;

}





.post-3 .alignnone{

	width: 120px;

	margin: 5px 5px 0px 5px 

}



.post-3 .alignnone a, .post-3 .alignleft a{ 

 display: inline-block;

}

.post-3 .alignleft{ 

	margin: 5px 

}





/* TEMP STYLES START */

.medialogo{ display:none }

/* TEMP STYLES END */



.primarysingle{

width:100%;

border-right: 0px solid #DDDDDD;

}

#wrapper { 

background: #E6E6E6;

}

#main{

padding: 0 25px;

border-right: 1px solid #CDD4E7;

border-left: 1px solid #CDD4E7;

}

.menu-highlight{

background: url('images/wadhwa-menu-line-blue.png') no-repeat;

width: 665px;

margin-left: 246px;

height: 10px;

} 

.home-post-meta-left a{

font-size: 10px;

}



.floatleft {

 	float: left;

 }



.floatnone-university { color: #333;

line-height: 1.4;  }



.floatnone-university p{ margin-top:6px;  margin-bottom:6px }

.floatright-university img { margin-left:2px; }



.floatright-university {

 	float: right;

 }



.publisher-wrapper{

margin-top:35px;

}



.publications-logo{ height: 210px;

margin-top: 24px;

background: url('images/media-recognitions2.png') no-repeat;

}

 

.publications-logo a.twp{

height: 40px;

width: 275px;

margin-top: 12px;

display: block;

margin-left: 10px;

}



.publications-logo a.wsj{

height: 46px;

margin-top: 49px;

display: inline-block;

margin-left: 0px;

width: 120px;

}

.publications-logo a.forbes{

height: 42px;

margin-top: 41px;

display: inline-block;

margin-left: 7px;

width: 113px;

}

.publications-logo a.lnkd{

height: 32px;

margin-top: 8px;

display: inline-block; 

margin-left: 14px;

width: 115px;

}

.publications-logo a.prism{

height: 30px;

margin-top: 4px;

display: inline-block; 

margin-left: 0px; 

width: 138px; 

} 



.book-wrapper{

margin-left: 10px;

 	height: 185px; 

 background: url('images/book-of-the-year.png') no-repeat;

}

.book-wrapper a.book-wrapper-link{

height: 182px;

width: 275px;

margin-top: -14px;

display: block;

margin-left: 0px; 

} 

.recognition-wrapper{

	background-position: 0px -253px !important;

	height: 315px; 

margin-top: 24px;

background: url('images/media-recognitions2.png') no-repeat;

}

.recognition-logo a.uscis{

height: 80px;

width: 275px;

margin-top: 22px;

display: block;

margin-left: 12px;

} 



.recognition-logo a.time{

height: 80px;

width: 275px;

margin-top: 1px;

display: block;

margin-left: 12px;

} 



.recognition-logo a.thefp{

height: 90px;

width: 275px;

margin-top: 0px;

display: block;

margin-left: 12px;

} 





#headerwrapper{

/*	background: url('http://wadhwa.com/beta/wp-content/themes/mediablog-single-pro-3/images/wadhwa-headbg.png');

background-position: center right;  */

background:#0900bb;

}

.floatright-university img{ width:100% }

.floatright-university{ width: 70px; }



.category .primary {

border-right: 0px solid #DDDDDD !important;

 width: 99.5% !important; }



.category .home-post-holder { 

width: 99.5% !important;

 }

.category .home-content { 

width: 73%;

 }

.category .home-content-no-thumb{ 

width:auto;

 }











 /*Featured Posts*/



.featured-news-area{ width: 1001px;



margin: 0px auto 18px auto; }



/* items list */



.items-list {



	margin:0;



	padding:0;



	list-style:none;



	overflow:hidden;



}



.items-list li {



	float:left;



	padding:0 0 1px 1px;



}



.items-list li:first-child {padding:0 0 1px 0;}



.items-list .category {



	text-decoration:none;



	font-weight: 700 ;



	font-size: 14px;



	line-height: 16px;



	font-family: 'Droid Sans', sans-serif;



	color:#3e2804;



	display:inline-block;



	background:#f9a51b;



	padding:7px 12px 7px 12px;



}



.items-list .item04 .category {



	font-size:12px;



	padding:6px 9px 6px 9px;



}



.items-list .category:hover {



	cursor:pointer;



 



}



.items-list img {



	display:block;



	vertical-align:top;



}



/* item01 */.item01 {



	position:relative;



    background:#666;



	width:649px;



	height:399px;



}



/* item01 description */



.item01 .description {



	position:absolute;



	bottom:41px;



	left:0;



	width:494px;



	z-index:10;



}



.item01 .text {



	padding:6px 50px 6px 11px;



	background:url(images/bg-text.png);



}



#content .item01 h2 {



	font-weight: 700 ;



	font-size: 22px;



	line-height: 28px;



    padding: 1px;



	font-family: 'Droid Sans', sans-serif;



	margin:0;



}



#content .item02 h2,



#content .item03 h2 { 



	font-weight: 700 ;



	font-size: 20px;



	line-height: 26px;



	font-family: 'Droid Sans', sans-serif;



	margin:0;



}



#content .item04 h2 { 



	font-weight: 700 ;



	font-size: 14px;



	line-height: 17px;



	font-family: 'Droid Sans', sans-serif;



	margin:0;



}



.item01 h2 a,



.item02 h2 a,



.item03 h2 a,



.item04 h2 a {



font-family: 'Source Sans Pro', sans-serif;



	color:#fff; font-weight: 300;



	text-decoration:none;



}







/* item02 */



.item02 {    background:#666;



	position:relative;



	width:450px;



	height:199px;



}



/* item02 description */



.item02 .description {



	position:absolute;



	bottom:0;



	left:0;



	width:450px;



	z-index:10;



}



.item02 .text {



	padding:6px 11px 6px 10px;



	background:url(images/bg-text.png);



}



/* item03 */



.item03 {background:#666;



	position:relative;



	width:485px;



	height:289px;



}



/* item03 description */



.item03 .description {



	position:absolute;



	bottom:0px;



	left:0;



	width:485px;



	z-index:10;



}



.item03 .text {



	padding:6px 11px 6px;



	background:url(images/bg-text.png);



}



.item03 h2 a { font-size: 26px; line-height: 30px;}



/* item04 */



.item04 {background:#666;



	position:relative;



width: 331px;



height: 144px;



}



/* item04 description */



.item04 .description {



position: absolute;



bottom: 0px;



left: 0;



z-index: 10;



width: 331px;



}



.item04 .text {

 

	padding:5px 9px;



	background:url(images/bg-text.png);



}



.item04 h2 a{



	font-size: 15px; 



line-height: 18px;



}







.social-wrapper {

	display: none;

}

.videobreadcrumb .breadcrumbs {

color: #666;

margin-left: 6px;

margin-right: 6px;

margin-bottom: 1.625em;

margin-top: 11px;

font-size: 12px;

font-family: arial, sans-serif;}

.videobreadcrumb .breadcrumbs a{

color:#333

}



.browse-category-types-left{ float:left;border-right: 1px solid #ddd; width:155px }

.browse-category-types-right{ width:790px; float:left }

.browse-category-types-right ul{margin: 0 0 0 2.3em;

 list-style-type:none;}

 .browse-category-types-right ul li {

font-size: 12px;

float: left;

margin: 0px 3px;

line-height: 28px;

}

 .browse-category-types-right ul li a {

color:#111;

background:#eee;

padding: 4px 6px 4px 6px;

}

.zilla-tabs .zilla-nav li a{

padding: 5px 9px 0 9px;

}



.video-post-header{
	/* OLDCODE display: inline-block;float: left;width: 275px;margin: 0px 29px;height: 285px;*/
display: inline-block;
float: left;
width: 239px;
margin: 6px 5px;
height: 240px;
 }
.video-post-header img{	width: 100%;	height: 100%;}
.vidthumb h2{ line-height:13.5px;font-size:11px }
.subcat-wrapper{ display: none; }

/* subscription box */
#RB-box{background:#000A6D;border:0px
solid #1A2638;border-radius:0px; margin-bottom:6px;padding:10px;text-align:center;background: }


#RB-box h1{margin-top:0px; color:#FFF;font-family:georgia;font-size:14px;margin-bottom:5px;padding:0;text-shadow:0 2px 3px #000;line-height:26px}
 

#RB-box input{background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;border:medium none;border-radius:2px 2px 2px 2px;font-size:12px;padding:5px;text-shadow:0px 0px 0 #FFF;width:260px; color:#666; font-family:georgia; margin-bottom:5px;}


#RB-box .submit{ padding: 3px 0px; background: #317E1A; border: 1px solid #369a18;
 color:#FFF;cursor:pointer;font-weight:bold;margin-left:20px;text-shadow:0 1px 0px #000;width:85px; font-family:Arial, Helvetica, sans-serif; margin-left:5px;}


#RB-box .submit:hover{background: -moz-linear-gradient(center top , #46B725, #205F0D) repeat scroll 0 0 transparent}


#RB-box .submit:active{background: -moz-linear-gradient(center top , #46B725, #205F0D) repeat scroll 0 0 transparent}