/*
Theme Name: lithium
Theme URI: http://www.themememe.com/lithium
Author: Ranjit Pradhan
Author URI: http://www.themememe.com
Description: Description: Hi, I am the ultra minimal starter theme portovino, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Tags: black, blue, brown, gray,white, two-columns, custom-menu
License: GNU General Public License
License URI: license.txt
Version: 1.1

*/

/* Import the necessary lithium Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* My Minimal WordPress Styling comes here */

/* 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;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. 
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; } 
 
/*  
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)

  
 == Want to have the whole site wrapped? ==  
  
 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap. 
 Try out by decommenting the next line and go from there. 
	
 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? == 
  
 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes. 
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php! 
 
 
 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html.. 

/* Globally hidden elements when Infinite Scroll is supported and in use. 
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */ 

/* 
.infinite-scroll .page-links, 
.infinite-scroll.neverending .site-footer { 
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
} 
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */  	

/* Global */
.container {
	width: 980px !important;
}
/* Body Part */
body {
	background-color: #DDDDDD !important;
	font-family: verdana,Helvetica,Arial,sans-serif !important;
	font-size: 13px !important;
        color: #666666 !important;
}
/* Header Part */
header#masthead {
	background: #153245;
}
h1.site-title a {
	color: #FFFFFF;
        font-family: 'Coda', cursive;
}
/* Nav Bar */
nav .navbar {
	margin-bottom: 0;
}
nav .navbar-default {
	background: none;
	border-color: transparent;
}
nav.site-navigation {
	background: url(includes/images/nav-bg.png);
	background-repeat: repeat-x;
}
nav.site-navigation .container {
	padding: 0;
}
nav.site-navigation .navbar-brand {
	padding: 10px 15px;
	color: #FFFFFF;
}
nav.site-navigation .navbar-toggle {
	padding: 7px 10px;
	margin-top: 5px;
}
nav.site-navigation .navbar-nav>li>a {
	padding-top: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px 8px 20px;
	margin-top: 4px;
	border-radius: 10px 10px 0 0;
        font-family: 'Roboto Condensed', sans-serif;
}
nav.site-navigation .navbar-default .navbar-nav>.active>a,
nav.site-navigation .navbar-default .navbar-nav>.active>a:hover,
nav.site-navigation .navbar-default .navbar-nav>.active>a:focus {
	background-color: #DDDDDD;
        font-family: 'Roboto Condensed', sans-serif;
}
/* Top Search Form */

.top-searchform {
	background: #DDDDDD;
	padding: 8px;
	border-radius: 0 0 8px 8px;
	color: #FFFFFF;
}
.top-searchform input[type="search"] {
	background: #153245;
	color: #FFFFFF;
	border: 1px solid #4A9EBD;
	width: 230px;
}
.top-searchform input[type="submit"] {
	background: url(includes/images/search-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	text-indent: -9999px;
	margin: 0px 12px;
}
.top-searchform form label {
	margin-bottom: 0;
}
/* Main Conent Part */
.main-content-inner article {
	background-color: #FFFFFF;
	padding: 10px 15px;
	border-radius: 10px;
}
.main-content-inner article .entry-content {
	padding-left: 0;
	text-align: justify;
}
/* content Part */
.main-content {
	margin-top: 10px;
}
.full-width {
	background-color: #FFFFFF;
	padding: 10px 15px;
	border-radius: 10px;	
}
.main-content-inner .page-header {
	margin: 0;
	border: none;
}
.main-content-inner .entry-meta {
	margin-top: 10px;
}
.main-content-inner .post-link {
	font-weight: bold;
	margin-top: 10px;	
}
.page-header .page-title {
	font-family: 'Coda', cursive;
	font-size: 24px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.page-header .page-title a,
 h2.comments-title,
 #reply-title, .full-width .page-title {
    font-family: 'Coda', cursive;
	font-size: 24px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
  line-height: 15px;
	word-wrap: break-word;
}
.page-header .entry-meta {
	color: #4A9EBD;
}
.cat-links {
	background: url(includes/images/category-icon.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 25px;
}
.tags-links {
	background: url(includes/images/tag-icon.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 25px;
}
#comments .comment-body {
	background: #CCCCCC;
	margin-bottom: 15px;
}
#comments .comment-body a img {
	border: 5px solid #E6E6E6;
}
#comments .media-body-wrap {
	padding: 10px;
	margin: 0;
}
#nav-below .nav-previous a,
#nav-below .nav-next a {
	color: #FFFFFF;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover {
	text-decoration: none;
}
/* Footer Changes */
#colophon {
	background-color: #153245;
	color: #FFFFFF;
}
#colophon a {
	color: #FFFFFF;
}
#colophon .container {
	padding: 10px 0;
}
#colophon .sep a {
	color: #428bca;
}
/* Sidebar Changes */
.sidebar .widget {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 24%, rgba(255,255,255,0.8) 39%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(255,255,255,1)), color-stop(39%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 24%,rgba(255,255,255,0.8) 39%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 24%,rgba(255,255,255,0.8) 39%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 24%,rgba(255,255,255,0.8) 39%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 24%,rgba(255,255,255,0.8) 39%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}
.sidebar {
	margin-top: -40px;
}
.sidebar .widget_meta ul {
	padding: 0 10px;
}
.sidebar .widget_meta ul li a {
	background-image: url(includes/images/list-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
}
.sidebar .widget_meta ul li a{
	padding: 6px 18px;
}
.sidebar .widget .widget-title {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #153245;
	padding-bottom: 10px;
        font-family: 'Coda', cursive;
}
.social-icons {
	padding: 0;
	list-style: none;	
}
.social-icons li {
	float: left;
}
.social-icons li a {
	background: url(includes/images/social-icons.png);
	background-repeat: no-repeat;
	width: 37px;
	height: 38px;
	display: block;	
	text-indent: -9999px;
	margin-right: 10px;
}
.social-icons li a:hover {
	opacity: .7;
}
.social-icons li a.twitter {
	background-position: -4px -1px;
	margin-left: 2px;
}

.social-icons li a.facebook {
	background-position: -49px -1px;
}
.social-icons li a.google {
	background-position: -94px -1px;
}
.social-icons li a.pinterest {
	background-position: -139px -1px;
}
.social-icons li a.flicker {
	background-position: -184px -1px;
}
.social-icons li a.instagram {
	background-position: -229px -1px;
	margin-right: 0;
}
.sidebar .widget_sb_tabbed_widget ul.sb_tabs li a {
	box-shadow: none;
	background: #DDD;
	margin: 0;
	text-align: center;
	font-size: 14px;
        font-family: 'Coda', cursive;
	font-weight: bold;
	text-transform: uppercase;
	color: #4A9FBE;
	padding-bottom: 10px;
}
.widget_sb_tabbed_widget .tab-content ul li {
	padding: 5px 0;
	border: none;
}
.sidebar .widget_sb_tabbed_widget ul.sb_tabs li img.alignleft {
	margin-bottom: 5px;
}
.sidebar .widget_sb_tabbed_widget ul.sb_tabs li a.tab-current {
	background: #FFFFFF;
	color: #153245;
}
.sidebar .widget_sb_tabbed_widget {
	border: 0;
}
.sidebar .widget_sb_tabbed_widget .tab-content li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #153245;
	padding-bottom: 10px;	
        font-family: 'Coda', cursive;
}
.widget_sb_tabbed_widget .sb-comment-meta {
	color: #4A9FBE;
	font-style: normal;
	font-size: 14px;
}
.quick-flickr-item a img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}
/* Flickr Widget */
.zframe-flickr-wrap-ltr img {
	width: 60px;
	height: 55px;
	margin-right: 9px;
	margin-bottom: 9px;
}
.widget_flickr a span {
        display: none;
}

/* The Responsive CSS here */

@media (max-width: 768px) {
	.container {
		width: auto !important;
	}
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.top-searchform {
		width: 100%;
		border-radius: 0;
	}
	.site-title {
		width: 100%;
		text-align: center;
	}
	#main-menu {
		background-color: #4A9AB9;
	}
	nav.site-navigation .navbar-default .navbar-nav>.active>a,
	nav.site-navigation .navbar-default .navbar-nav>.active>a:hover,
	nav.site-navigation .navbar-default .navbar-nav>.active>a:focus {
		 background: #217494;
		 border-radius: 0;
		 color: #FFFFFF;
	}
}
