﻿/*
Theme Name: TeriMeriDeal
Theme URI: http://www.visolve.com/
Description: Adsense-Ready Curvy SEO Theme For Wordpress
Author: Arvind
Author URI: http://www.visolve.com
Version: 1.0
*/

/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	background-color:#FFFFFF;
	font-family:tahoma;
	margin:0px;
	padding:0px;
	text-align:center;
/*	background-image:url("images/bg_body.png");*/
        background-repeat:repeat;
        background-position:top left;
	background-attachment:fixed;
}

.top-logo
{
margin:0 auto;
padding:5px;
position:relative;
text-align:left;
width:950px;}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
        color: #fff;
        list-style:none;
        font-size:18px;
        font-weight: bold;
		margin-bottom:0px;
		background-image:url("images/blogheader.png");
		padding-left:10px;
}

blockquote {
        color: #003366;
	border-color:#5EA4D0;
	background-color:#F8FBFD;
	border-width:1px 1px 1px 8px;
	border-style: dashed dashed dashed solid;
        padding:5px;
        overflow:auto;
}

code {
        color: #7FB07F;
        border:1px dashed #318B31;
        padding:2px;
        margin:0;
}

a:link, a:visited, a:hover  {
	color: black;/*#F15103;*/
	text-decoration:none;
        font-weight:bold;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	width:900px;
	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	height:112px;
/*	background:#3280CA url('images/top.gif') no-repeat ;
	background-repeat:no-repeat;*/
	background:#3280CA url('images/top.jpeg');
   /* background:#3280CA ; */
    background-position:center;
	padding-left:10px;
}

.blog-name:link, .blog-name:visited, .blog-name:hover {
/*	color:#438DBD;*/
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32pt;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}

.blog-description {
	color:#E79101;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
	padding-left:5px;
}

/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {
	text-align:center;
	padding-left:201px;
	background: url('images/menubg.gif') no-repeat;
	margin-bottom:5px;
}

.menu-bar ul {
	padding:5px 0px;
	margin:0;
        list-style:none;
}

/***************************************************************************/
/* Post */
/***************************************************************************/

.post-title:link, .post-title:visited {
      font-size:18px;
      font-weight: normal;
      color:#FFFFFF;
    /*  background: url('images/title_bg.png') repeat-x;*/
      margin-bottom:0px;
      margin-top:0px;
      padding: 2px 5px 2px 5px;
}

.post-title:hover {
      font-size:18px;
      font-weight: normal;
      color:#FFFFFF;
    /*  background: url('images/title_bg_hover.png') repeat-x;*/
      margin-bottom:0px;
      margin-top:0px;
      padding: 2px 5px 2px 5px;
}

.post-content {
/*	color:#3C3C3C;*/
	color:#2B80CF;
	font-family:Tahoma;
	font-size:8pt;
	line-height:15pt;
}

.post-content ul {
	list-style:url('images/bullet.png');
	padding-left:26px;
	margin-top:0px;
	margin-left:0px;
}

.post-content li {
	margin-top:10px;
}

.post-metadata {
	font-size:8pt;
        font-weight:bold;
	color:#1E72A7;
	background-color: #FFFFFF;
	padding-left:3em;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
        margin-top: 5px;
	position:absolute;
}

.left-sidebar {
	width:130px;
	left:5px;
}

.right-sidebar {
	width:130px;
	right:5px;
}

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
        list-style:none;
        font-size:13px;
        overflow:hidden;
}

/* Left and right widget title */
ul.left-sidebar li h2, ul.right-sidebar li h2 {
	background-image:url("images/sidebar_widget_bg.gif");
background-repeat:no-repeat;
	color:#FFFFFF;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	font-size:10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
        margin-top:6px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	list-style:url('images/bullet.png');
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	background:bottom url('images/sidebar_widget_bottom_bg.gif');
        padding:5px 2px 5px 24px;
        margin-left:0;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-bottom:8px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link, h2.widgettitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/***************************************************************************/
/* Old Style Tigopedia Widgets */
/***************************************************************************/

/* Adds background image to the left and right widget title */
.left-widget-title, .right-widget-title {
	background:#fff url('images/box-head.png');
    background-repeat:no-repeat;
}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("images/blogheader.png");
        background-repeat:no-repeat;
}

.left-widget-title, .right-widget-title {
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	padding:6px 5px 5px 8px;
        overflow:hidden;
}


.left-widget, .right-widget {
	color:#000000;
/*	background:bottom url('images/sidebar_widget_bottom_bg.gif');#EFEFEF*/
	
	background:#EFEFEF;
	padding:5px;
/*	margin-bottom:5px;*/
    font-size:11px;
    overflow:hidden;
}

.left-widget ul, .right-widget ul {
/*
	list-style:url('images/bullet04.gif');*/
	list-style:none;
	padding-left:4px;
	margin-top:0;
	margin-left:0px;
}

.left-widget li,  .right-widget li {
	margin-top:8px;
}
.left-widget ul li a, .right-widget ul li a{
	font-weight:bold;
	color:#965C0A;
}
.center-widget-title {
	color:#FFFFFF;
	margin-left:139px;
	margin-right:124px;
	font-size:10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
}

.center-widget {
	margin-left:124px;
	margin-right:128px;
	color:#000000;
	background-color:#FFFFFF;
	padding:0.6em 1em 1em 1em;
	margin-bottom:6px;
	font-size:10pt;
        overflow:auto;
}

.footer {
	margin-left:196px;
	margin-right:196px;
	font-size:8pt;
        font-weight:bold;
	color:#1E72A7;
	text-align:center;
	background-color:#FFFFFF;
        padding:5px 0px;
}

img {
	border-width:0px;
}

.single-post-metadata {
	color:#003366;
	background: #f8fbfd;
	border-top:1px dashed #b1d9f2;
	border-bottom:1px dashed #b1d9f2;
	font-size:10pt;
	padding:1em;
	clear:both;
}

.single-post-metadata a:link, .single-post-metadata a:visited, .single-post-metadata a:hover {
	color:#359535;
}

h3#respond, h3#comments {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

/* Comments Styles */
.odd-comment .comment-header{
	padding:5px 10px;
	background-color:#D5E6F6;
}

.even-comment .comment-header{
	padding:5px 10px;
	background-color:#E3F6D5;
}

.odd-comment .comment-header .comment-meta {
        color: #2277DD;
        font-weight: bold;
        font-size:18px;
}

.odd-comment .comment-header .comment-meta a:link, .odd-comment .comment-header .comment-meta a:visited {
        color: #2277DD;
        font-weight: bold;
        font-size:18px;
}

.even-comment .comment-header .comment-meta {
        color: #83A64A;
        font-weight: bold;
        font-size:18px;
}

.even-comment .comment-header .comment-meta  a:link, .even-comment .comment-header .comment-meta  a:visited {
        color: #83A64A;
        font-weight: bold;
        font-size:18px;
}

.odd-comment .comment-header .comment-meta .comment-date {
	color:#2277DD;
	font-size:7pt;
}

.even-comment .comment-header .comment-meta .comment-date {
	color:#83A64A;
	font-size:7pt;
}

.odd-comment .comment-header .comment-num {
	float:right;
	font-size:34px;
        font-weight: bold;
	color:#2277DD;
	background-color:transparent;
	text-decoration:none;
}

.even-comment .comment-header .comment-num {
	float:right;
	font-size:34px;
        font-weight: bold;
	color:#91B35B;
	background-color:transparent;
	text-decoration:none;
}

.odd-comment .comment-text {
        margin:10px;
        color: #1C60A1;
	padding:0px 10px;
	border:1px dashed #338899;
	background-color:#FDFEFE;
}

.even-comment .comment-text {
        margin:10px;
        color: #41760D;
	padding:0px 10px;
	border:1px dashed #339955;
	background-color:#FDFEFD;
}

.comment-list .odd-comment {
	font-size:12px;
	margin-bottom:15px;
        overflow:auto;
        border-width:1px 3px 3px 1px;
        border-style:solid;
        border-color:#B3CBE2;
        background: #D5E6F6;
}

.comment-list .even-comment {
	font-size:12px;
	margin-bottom:15px;
        overflow:auto;
        border-width:1px 3px 3px 1px;
        border-style:solid;
        border-color:#91B35B;
        background: #E3F6D5;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin-top:15px;
}

/* Search input */
input#s {
	width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.permitted-tags {
	font-size:8pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}

#menu-button {
background-image:url(images/header-button.png);
margin-left:2px;
float:left;
font-size:11px;
height:17px;
padding-top:3px;
text-align:center;
width:76px;
}
.undmenu{
	/*background-image:url(images/under-menu.png);*/
height:18px;
margin-bottom:10px;
/*padding:3pt;*/

}



#top-menu {
float:right;
margin-right:5px;
width:600px;
}
#menu-button {
background-image:url(images/header-button.png);
float:left;
height:17px;
margin-left:5px;
padding-top:3px;
text-align:center;
width:76px;
}
#menu-button a {
color:#2B80CF;
font-size:11px;
margin:0 auto;
padding:0;
text-decoration:none;
vertical-align:top;
}
#menu-button a:hover {
color:#00A3EE;
}
#under-top {
height:35px;
margin:0;
text-align:right;
width:900px;
}
#left {
background-image:url(images/under-top.jpeg);
background-color:#1D6FBE;
float:left;
height:29px;
width:132px;
}
#search {
width:580px;
color:#005FB8;
float:right;
font-size:12px;
font-weight:bold;
margin-left:125px;
padding-top:9px;
text-align:left;
}
#search input
{
	float:left;
	margin-left:10px;
}

