/*
Theme Name: DANCARE
Theme URI: http://WEBDESIGNANDDEVELOPMENTINDIA.COM/
Author: Sadia
Author URI: http://WEBDESIGNANDDEVELOPMENTINDIA.COM/
Version: 4.0.5
Description: 
*/
/*CSS Reset*/



@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(grid.css);


body { /* This is where you set many of the universal defaults */
	background: url(images/bg.gif)  !important; 
	font: 1em Arial, Helvetica, sans-serif;
color: #666;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
color: #7b0100;
text-decoration: underline;
}
a:hover { 
color: #b1a989;
text-decoration: underline;
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	margin: 5px 20px 5px 20px; padding: 0px 20px;
	font-style: italic;
	background: #DDD;
	border: 1px solid #555;
	border-left: 3px solid #555;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	/*
	font-family: ;
	font-size: ;
	color: px;
	margin: px; padding: px;
	*/
}

h1 {
line-height: 37px;
margin-top: 0;
color: #7b0100;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 29px;
border-bottom: 2px solid #e2decc;
}
h2 { /* This style used as a sub-header in post/page content */
	 line-height: 53px; font-size: 20px;
}
h3 { /* This style used as the post titles on homepage/archive */
margin-top: 0;
color: #7b0100;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 30px;
border-bottom: 2px solid #e2decc;
line-height: 47px;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	padding: 0 0 0 15px;
}
h5 {
	font-size: 20px;
	line-height: 30px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 5px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.post img {}

/*********************************************
		Container Div
*********************************************/
#container {
	background: url(images/content.png) repeat-y top right;



}

/*********************************************
		Header Styles
*********************************************/
#header {
	height: 268px;
	clear: both;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}
#header #title a {
	display: block;
	overflow: hidden;
}

/*********************************************
		Content Div
*********************************************/
#content {
margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 9px;
}

.page,
.post {
	padding: 5px 10px 10px 10px;
}
.post .title {
	width: 701px;
}
.page .date {
	display: none;
}
.post .date {
	display: block;
	width: 69px; height: 75px;
	background: url(images/date.png) no-repeat;
	text-align: center;
	color: #FFF;
	float: left;
}
.post .date .month {
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
.post .date .day {
	font-size: 35px;
	line-height: 35px;
}
.post .post-title {
	float: left;
	width: 610px;
	padding: 2px 0px 0px 10px;
}
.post .post-title a {
	text-decoration: none;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
    display: none;
	clear: both; /* we need this so floats in the post are cleared */
	border-top: 1px solid #d7d7d7;
	margin: 10px 0px 0px 0px; padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 18px;
}
.photometa {
	margin: 0px 5px 0px 5px; padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px; padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px; padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 10px;
}

/*********************************************
		Sidebar
*********************************************/
#sidebar { /* Wide Sidebar */
	background: #FFF url(images/grad.gif) repeat-x;
}
.sidebar {
text-align:center;
}
#sidebar .sidebar {
	background: none;
}
.sidebar a {
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar h4 {
	clear: both;
	color: #fff;
	font-size: 29px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 10px 0; 
	padding: 23px 0px 8px 15px;
	line-height: 13px;
}
.sidebar h4 img {
	padding: 0px;
}
.sidebar h4 a {
	color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
.sidebar .widget {
	color: #f8f8f8;
text-align: center;
clear: both;
padding: 5px 10px;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar img {
	padding: 5px 0px;
}
.sidebar p, 
.sidebar .textwidget {
	padding: 5px 0px;
}
.sidebar img {
	text-align: center;
}

.sidebar a.rsswidget img {
	display: none;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0; padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
	background: #333;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px; padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px; padding: 5px;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
    display: none;
	text-align: left;
	color: #222;
}
#footer .alignleft,
#footer .alignright {
	padding: 10px;
}
#footer .alignright {
	text-align: right;
}
#footer a {
	color: #222;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*********************************************
		Contact Form Styles
*********************************************/
.logo{
width: 266px;
height: 180px;
background: url(images/logo.png) no-repeat;
}
.page-header {
    padding: 0px 11px 11px 11px;
    overflow: hidden;
}
.header-right {
    float: right;
}

.menu-nav-container {
background: url(images/menu-line.png) no-repeat top center;
padding-top: 27px;
}
#menu-nav {
text-align: center;
background: url(images/menu-line.png) no-repeat bottom center;
padding-bottom: 27px;
}
.header-right h4 {
    font-size: 28px;
    line-height: 37px;
}

.photoblock {
    overflow: hidden;
}
.photoblock p {
    display: none;
    overflow: hidden;
}
p.wp-caption-text {
display:block;
}
.topsidebar{
text-transform: uppercase;
overflow: hidden;
background:url(images/nav-bg.gif) repeat-y;
}
.sidrbar-wrap{
padding-bottom: 29px;
margin-left: 15px;
width: 200px;
background:url(images/nav_bottom.gif) no-repeat bottom center;
}
.footer-bottom .widget {
margin-left: 16px;
width: 95%;
border-top: 2px solid #e2decc;
}

.footer-bottom{
width:745px;
text-align:center;
float:right;
padding:5px 15px;
background:url(images/content.png) repeat-y top right;
}
.footer-wrap{
text-align: center;
font-size: .9em;
overflow:hidden;
padding-bottom:30px;
margin-bottom:30px;
background:url(images/page-bottom.jpg) no-repeat bottom right;
}
.phone {
font-size: 1.6em;
font-weight: bold;
color: #7b0100;
}
.hours {
font-size: .9em;
line-height: 1.3em;
}

#specials {
font:Arial, Helvetica, sans-serif;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
line-height: 26px;
font-weight: bold;
font-size: 17px;
padding-top: 65px;
vertical-align: middle;
float: left;
display: table-cell;
height: 90px;
text-align: center;
width: 324px;
margin: 11px;
background:#E2DECC url(images/special_top.gif) top center no-repeat;
color: #666666;
}

#specials h4 {
padding: 0px;
font-family: arial;
font-size: 27px;
font-weight: bold;
}
#dc_jqaccordion_widget-3-item ul a,
#dc_jqaccordion_widget-2-item ul a {
font-weight: bold !important;
padding: 5px 0px !important;
background: #000 url(images/nav-bg.gif) repeat-y 0 0 !important;
border-bottom: 1px dotted #fff !important;
}
#dc_jqaccordion_widget-3-item ul li.current-menu-item a,
#dc_jqaccordion_widget-3-item ul a:hover,
#dc_jqaccordion_widget-2-item ul li.current-menu-item a,
#dc_jqaccordion_widget-2-item ul a:hover {
color: #7b0100 !important;
background: url(images/nav_over.gif) top repeat-x !important;
}
.sub-menu li a {
font-size: 12px;
text-transform: capitalize;
}

.bottom-nav a {
font-size: 1.2em;
font-weight: bold;
color: #7b0100;
text-decoration: underline;
}
.input {
width: 201px;
margin-left: 18px;
}
.input2 {}