/*
Theme Name: 	Chiropractor
Theme URI: 		http://chiropractor.co.il
Description: 	This is a custom Wordpress theme!
Version: 		1.0
Author: 		Manish Mohan
Author URI: 	http://manishmohan.com
Tags: 			chiropractor, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{  /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}

@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000; margin: 0; padding: 0;
direction:rtl !important; }
body, html { height:100%; }

h1, h2, h3, h4, h5, h6, p, ul, li, span, object, form {
	padding: 0px; margin: 0px; font-weight: normal; }
 
a{outline:none; text-decoration:none;}
a img{border:none; outline:none;}
.clear{clear:both;}
img{border:0px;}

.main { width:760px; margin:0 auto; }

/**Header**/
.header { width:100%; height:203px; float:left; background:#5d955e; }
.header1 { width:100%; height:139px; float:left; background:#5d955e; }
.head-img { width:auto; float:left; }
.logo { height:auto; float:right; }

.nav { width:100%; height:auto; float:left; background:#fff; }
.nav ul { list-style:none; margin:5px auto; float:left; display:block; }
.nav li { float:right; list-style:none; border-right:1px solid #993400; }
.nav li a { float:right; display:block; color:#000000; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; height:auto; line-height:27px; text-align:center; font-weight: bold; padding: 0 11px; }
.nav li.last { border:none; }

.container { width:100%; height:auto; float:left; background:#ece9d1; }
.content { width:580px; margin:0 auto; background:url(images/main_bgtable.png) no-repeat; background-position:top right; padding: 20px 90px;  display: table; }
h1 { color: #9b3100; font-family: arial; font-size: 27px; text-align:right; font-weight:bold; }
.hdng { color:#9B3100; padding-bottom: 5px; padding-left: 15px; }

p { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000; text-align:right; padding:7px 0;  }

.address { width:53%; float:right; text-align: right; padding: 58px 0 0; font-size:12px; color:#320001; }
.phone { width:53%; float:right; text-align: right; padding: 20px 0 46px; font-size:12px; color:#320001; }


/**page 6 **/

.fontmain{
	font-family:arial;
	font-size:13px;
	color:#000000
	}

.fontAddress{
	font-family:arial;
	font-size:12px;
	color:#320001;
	}

.fontBig{
	font-family:arial;
	font-size:27px;
	color:#9B3100;
	}

.font11{
	font-family:arial;
	font-size:11px;
	color:#9B3100;
	}

.fontHeader{
	font-family:arial;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	}
