/*  
Theme Name: Visual
Theme URI: http://www.blog.jbi.in
Description: Jambai Blog Theme.
Author: Ajay Shivaa.
Author URI: http://www.jbi.in
*/

@import "reset.css";
@import "sifr/sifr-screen.css";
@import "schemes/dark_blue/style.css";

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #333333;
}

h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

legend {font-weight:bold;padding: 10px 10px 0 0;}

code {
  color: #3366CC;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0 15px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	padding: 8px 15px 8px 60px;
	margin: 5px 0;
	color:  #595959;
}

.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
}

.alignleft {
	margin: 5px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 5px 0 10px 15px;
	float: right;
}

img {
  border: none;
}

a img {
  border: none;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;	
        padding-right: 10px;
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.cleared {
  clear: both;
}

.left {
  float:left;
  }

.right {
  float:right;
  }

/* Search Form */

#gsearchform {
    margin-top:-4px;
}

div#thegsearchform {
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 20px;
    font-size: 110%;
    float:right;
}

/* Wrapper */

#wrapper {
	width: 970px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 970px;
	height: 120px;
}

#logo {
        float: left;
	margin: 25px 0 0 5px;
}

#logo a {
	display: block;
        width: 356px;
	height: 60px;
}

#logo a span {
	display: none;
}

#topbanner {
    float: right;
    margin: 25px 0 0 0;
    border: 5px solid #23292E;
}

/* Container */

#container {
	width: 970px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* Menu */

#menu {
	width: 970px;
	height: 40px;
}

#menu ul li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 20px;
	font-size: 110%;
}

/* Content */

#content {
	float: left;
	width: 930px;
	margin: 20px 0 10px 0;
	padding-left: 20px;
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}

.blocktitle {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #E5E5E5;
	overflow: hidden;
	height: 1%;
	color: #334857;
}

.blocktitle span {
	float: left;
}

.ico-rss {
	float: right;
	margin: 6px 3px 0 0;
}

.cat-more {
	float: right;
	margin: 6px 3px 0 0;
	font-size: 60%;
	font-weight: bold;
	color:  #27282F;
}

/* Snippet  */

.snippet {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/dotted.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.title {
	font-size: 110%;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}

.meta {
	font-size: 85%;
	color: #666666;
	margin-bottom: 5px;
	line-height: 1.2;
}

.meta a {
	font-weight: bold;
}

.excerpt {
	line-height: 1.3;
	font-size: 90%;
}

/* Last 5 articles */

#lastpost {
	width: 450px;
	overflow: hidden;
}

#post-image {
	margin-bottom: 15px;
}

#lastpost .snippet {
	background: none;
	width: 220px;
}

#lastpost .title {
	font-size: 150%;
}

#similar {
	width: 190px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #E5E5E5;
}

#similar h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.listposts li {
	padding: 4px 0 4px 16px;
	background: url(images/arrow.gif) no-repeat top left;
	background-position: 0 6px;
	line-height: 1.2;
}

#latestposts {
	width: 460px;
	margin-bottom: 20px;
}

/* Featured Posts */

#featuredposts {
	float: left;
	width: 930px;
}

#featuredposts .blocktitle {
	margin-bottom: 0;
}

.featuredposts-image {
	margin-bottom: 5px;
}

#mycarousel .title {
	line-height:  1.1;
}

/* Featured Categories */

#featuredcats {
	width: 930px;
	float: left;
	margin-top: 30px;
	overflow: hidden;
	height: 1%;
}

.catrow {
	width: 930px;
	margin-bottom: 40px;
	overflow: hidden;
	height: 1%;
}

.catblock {
	width: 450px;
	float: left;
}

.catblockmargin {
	margin-left: 30px;
}

.featuredcats-image {
	width: 180px;
	float: left;
	margin: 0 15px 10px 0;
}

/* Article Archive */

#archive {
	width: 930px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
	height: 1%;
}

#archive-listing {
	width: 610px;
}

.navigation {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

/* Navigation */

.navleft {
	float: left;
}

.navright {
	float: right;
}

#single {
	width: 590px;
	float: left;
	margin-bottom: 30px;
}

#single .title, .single {
	font-size: 240%;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}

#single .meta {
	font-size: 100%;
}

#article-excerpt {
	font-size: 110%;
	margin-top: 15px;
}

#article-excerpt p {
	margin-bottom: 15px;
	line-height: 1.3;
}

/* Single Post Tabs */

#postTabsNav {
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 1000;
	padding-left: 5px;
}

#postTabsNav li {
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0; 
	background: #EFEFEF;
}

#postTabsNav li a {
	float: left;
	padding: 10px 10px 8px 10px;
}

#postTabsNav li a.selected {
	background: #FFFFFF;
	padding-bottom: 10px;
	border-bottom-width: 0;
}

.postTabsContent {
	display: block;
	border-top: 1px solid #CCCCCC;
	position: relative;
	padding-top: 15px;
}

#tab-article {
	overflow: hidden;
	height: 1%;
}

/* Single Post Content */

.narrow {
	width: 450px;
}

#article-body {
	line-height: 1.3;
	font-size: 100%;
}

#article-body h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#article-body h3 {
	margin-bottom: 10px;
	padding: 10px 0 5px 0;
	color: #334857;
	border-bottom: 1px solid #EFEFEF;
	font-size: 110%;
}

#article-body p {
	margin-bottom: 15px;
}

#article-body ul, ol {
	margin-bottom: 15px;
}

#article-body ul li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 30px;
}

#article-body ol li {
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 30px;
}

#article-body img {
	max-width: 450px;
	height: auto;
}

#tags {
	padding-top: 10px;
	border-top: 1px solid #EFEFEF;
	margin-top: 20px;
}

#authorbox {
	background: #F5F5F5;
	width: 560px;
	padding: 15px;
	border-top: 1px solid #EFEFEF;
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
}

#authorbox img {
	float: left;
	border: 5px solid #FFFFFF;
}

#authorbox div {
	float: right;
	width: 450px;
}

#authorbox h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#authorbox p {
	line-height: 1.3;
}

/* Single Post Sidebar */

#postsidebar {
	width: 120px;
}

.postblock {
	margin-bottom: 25px;
}

.postblock h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.postblock ul li {
	padding: 8px 0;
	line-height: 1.2;
	background: url(images/dotted.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.postblock ul#sharelinks li {
	background: none;
	padding: 3px 0;
}

ul#postnav li {
	overflow: hidden;
	height: 1%;
}

ul#postnav li span {
	color: #999999;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	display: block;
	float: left;
}

ul#postnav li span.next {
	text-align: right;
}

ul#postnav li a {
	float: left;
	display: block;
	margin-top: 5px;
}

/* Comments */

#comment {
	width: 500px;
	clear: both;
}

ol.commentlist { 
  list-style:none; 
  margin:0; 
  padding:0; 
  text-indent:0; 
}

ol.commentlist li { 
  border:1px solid #d5d5d5;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  height:1%;
  margin:0 0 10px;
  padding:5px 7px 5px 57px;
  position:relative; 
}

ol.commentlist li.alt { }

ol.commentlist li.bypostauthor {
  border:1px solid #000099;
}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {
  border:1px solid #000099;
}

ol.commentlist li.comment { }

ol.commentlist li div.comment-author { 
  padding:0 170px 0 0;
}

ol.commentlist li div.vcard { 
  font:bold 14px/1.4 helvetica,arial,sans-serif;
}

ol.commentlist li div.vcard cite.fn { 
  font-style:normal;
}

ol.commentlist li div.vcard cite.fn a.url { 
  color:#c00; 
  text-decoration:none; 
}

ol.commentlist li div.vcard cite.fn a.url:hover { 
  color:#000; 
}

ol.commentlist li div.vcard img.avatar { 
  border:5px solid #d5d5d5; 
  left:7px; 
  position:absolute; 
  top:7px; 
}

ol.commentlist li div.vcard img.avatar-32 {}

ol.commentlist li div.vcard img.photo {}

ol.commentlist li div.vcard span.says {}

ol.commentlist li div.commentmetadata {}

ol.commentlist li div.comment-meta { 
  font:bold 10px/1.4 helvetica,arial,sans-serif; 
  position:absolute;
  right:10px;
  text-align:right;
  top:5px;
}

ol.commentlist li div.comment-meta a { 
  color:#333;
  text-decoration:none;
}

ol.commentlist li div.comment-meta a:hover { 
  color:#000; 
}

ol.commentlist li p { 
  font:normal 12px/1.4 helvetica,arial,sans-serif;
  margin:0 0 1em;
}

ol.commentlist li ul { 
  font:normal 12px/1.4 helvetica,arial,sans-serif;
  list-style:square;
  margin:0 0 1em;
  padding:0;
  text-indent:0;
}

ol.commentlist li div.reply { 
  background:#999;
  border:1px solid #666;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  color:#fff; font:bold 9px/1 helvetica,arial,sans-serif;
  padding:5px 10px;
  text-align:center;
  width:36px;
}

ol.commentlist li div.reply:hover { 
  background:#c30; 
  border:1px solid #c00; 
}

ol.commentlist li div.reply a { 
  color:#fff; 
  text-decoration:none; 
  text-transform:uppercase; 
}

ol.commentlist li ul.children { 
  list-style:none; 
  margin:1em 0 0; 
  text-indent:0; 
}

ol.commentlist li ul.children li { }

ol.commentlist li ul.children li.alt {}

ol.commentlist li ul.children li.bypostauthor {}

ol.commentlist li ul.children li.byuser {}

ol.commentlist li ul.children li.comment {}

ol.commentlist li ul.children li.comment-author-admin {}

ol.commentlist li ul.children li.depth-2 { 
  margin:0 0 .25em;
}

ol.commentlist li ul.children li.depth-3 { 
  margin:0 0 .25em;
}

ol.commentlist li ul.children li.depth-4 { 
  margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-5 {}

ol.commentlist li ul.children li.odd {}

ol.commentlist li.even { 
  background:#fff;
}

ol.commentlist li.odd { 
  background:#f6f6f6;
}

ol.commentlist li.parent { }

ol.commentlist li.pingback { }

ol.commentlist li.pingback.parent { }

ol.commentlist li.pingback div.vcard { 
  padding:0 170px 0 0;
}

ol.commentlist li.thread-alt { }

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
}

.comment a {
  text-decoration: none;
}

.comment a:hover {
  text-decoration: underline;
}

.comment #submit {
  width: 175px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
}

.comment #submit:hover {
  cursor: pointer;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	margin-bottom: 20px;
 }

#respond #submit {
  width: 175px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
}

#respond p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
}

#respond a {
  text-decoration: none;
}

#respond a:hover {
  text-decoration: underline;
}

#respond #submit:hover {
  cursor: pointer;
}

#respond h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

#email, #url {
	direction:ltr;
 }

/* Pages */

#sidebar {
	width: 300px;
}

.widget {
	width: 300px;
	margin-bottom: 30px;
	list-style: none;
}

h3.widgettitle {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #E5E5E5;
	color: #334857;
}

.widget ul li {
	padding: 6px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: 1.2;
}

.widget p {
	line-height: 1.2;
}

/* Widget Styling */

ul.tabNavigation {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 85%;
	font-weight: bold;
	background: #F1F5F7;
}

ul.tabNavigation li {
	float: left;
	padding: 8px 0;
	border: none;
}

ul.tabNavigation a { padding: 8px; }

ul.tabNavigation a:hover { text-decoration: underline; }

ul.tabNavigation a.selected {
	color: #333333;
	background: #FFFFFF;
	padding-top: 7px;
}

/* Calendar */

table#wp-calendar>tbody>tr>td>a {
       font-weight:bold;
       font-size:16px;
       font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
       color:#ffffff;
}

thead>tr>th {
       width:50px;
       height:20px;
       text-align:center;
       padding-bottom:2px;
}

tbody>tr>td {
       width:50px;
       height:20px;
       text-align:center;
}

caption {
       text-align:center;
       padding-bottom:2px;
}

tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
       font-weight:bold;
       font-size:18px;
       height:20px;
       font-family:garamond, bookman old style, times new roman, arial narrow, arial;
       color:#ffffff;
}

tfoot>tr>td#prev {
       width:58px;
       height:20px;
       text-align:left;
}

tfoot>tr>td#next {
       width:58px;
       height:20px;
       text-align:right;
}


/* Footer */

#footer {
	clear: both;
	width: 910px;
	height: 44px;
	padding: 0 30px;
}

#footer-links {
	float: left;
	list-style: none;
	margin-top: 15px;
}

#footer-links li {
	float: left;
	margin-right: 25px;
}

#footer-widgets {
	overflow: hidden;
	height: 1%;
	margin-left: 35px;
}

#footer-widgets ul li.widget {
	width: 280px;
	float: left;
	margin-right: 30px;
}

#footer-widgets ul li h3.widgettitle {
	border-bottom: none;
	margin-bottom: 5px;
}

#footer-widgets ul li.widget p {
	margin-bottom: 10px;
}

#footer-widgets ul li.widget li {
	border-bottom: none;
}

#copy {
	width: 940px;
	padding: 15px 20px 0 20px;
	margin-bottom: 50px;
}

/* Misc */

.sep {
	color: #CCCCCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.readmore {
	margin-top: 10px;
	margin-bottom: 10px;
}

.readmore a {
	font-size: 85%;
	color: #27282F;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 24px 2px 0;
}

/* Plugin Customizations */

#flickrrss ul {
	overflow: hidden;
	margin: 15px 0 0 0;
}

#flickrrss ul li {
	float: left;
	margin: 0 12px 12px 0;
	border: none;
	padding: 0;
}

#flickrrss ul li img {
	padding: 5px;
	border: 1px solid #EFEFEF;
}

#polls div.wp-polls {
	margin-top: 10px;
}

#polls div.wp-polls p {
	text-align: left;
}

ul.wp-polls-ul {
	margin: 10px 0;
}

.wp-polls-form input.Buttons {
	float: right;
	display: inline;
	padding: 7px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

.widget_archive select {
	margin-top: 10px;
	width: 280px;
	padding: 3px;
}

#nextprevious {
        padding:10px;
        font-size:80%;
}

acronym, abbr, span.caps {
        letter-spacing:0; /* fix opera bug */
}

small {
	font-size: 0.8em;
}

#idc-container-parent #idc-container .idc-footer { border-top: none;}
