/*
Theme Name: munch-dod
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: munchtech.com
Author URI: http://munchtech.com/
Version: 1.0
Tags: Theme designed for Dodsons
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/


body{ 
background: url("http://dodsonmedical.co.nz/wp-content/themes/munch-dod/dodsonsbg.jpg") no-repeat;
background-size: 100% 100%;
background-attachment:fixed;margin:0;padding:0;} 
body,div,p,td,input,textarea,select{font-family:'Open Sans',arial,sans-serif} 
img { border:0; }

#main {max-width:980px; margin:0 auto; padding:0;}
#logo { margin-top:8px;margin-left:24px; }

h3 {font-size:16px; }
#navigation { margin-top:22px;max-width:990px;height:38px;line-height:2.4em;background: url("http://dodsonmedical.co.nz/wp-content/themes/munch-dod/navbar.gif") no-repeat;font-family: 'Jura', Arial, sans-serif;font-size:18px;}
#nav1 { margin-left:20px;}
#nav2 { margin-left:35px;}
#nav3 { margin-left:32px;}
#nav4 { margin-left:30px;} 
#nav5 { margin-left:37px;}
#nav6 { margin-left:30px;}
#nav7 { margin-left:32px;}
#nav8 { margin-left:34px;}
#nav9 { margin-left:34px;}

#content { padding:10px; 
background:white; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-khtml-border-radius: 5px; 
border-radius: 5px;  
color:#414956;
font-family: 'Open sans', Arial, sans-serif;
font-size:14px;}
#content td {color:#414956;font-family: 'Open sans', Arial, sans-serif;font-size:14px;padding:5px;}
#content td a {color:#00B0EE; text-decoration:none; }
a {color:#414956; text-decoration:none;}
a:hover {color:#00A99D; }
a.current_page_item {color:#00A99D}
#bott {margin:0 auto; max-width:980px; height:26px; margin-bottom:85px;}

img { 
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul, li { list-style:none; }

.toolboxItems {
  display: table;
}

.toolboxItems li {
  display: table-row; 
}

.toolboxItems span {
font-size:16px; font-weight:bold; text-decoration:underline; color:#414956;
}

.toolboxItems .image,
.toolboxItems .label {
  display: table-cell;
  width:210px;
  vertical-align: top;

}

.toolboxItems .image {
padding:12px 18px 12px 1px;
width:240px;
}

.toolboxItems .image .image_shadow {
position: absolute;	
width:150px;
height:17px;
background-image: url("http://dodsonmedical.co.nz/wp-content/themes/munch-dod/staffshadow.jpg");
background-repeat: no-repeat;
background-position: center;
margin: -4px 0 10px 0;
padding: -3px 0 10px 0;
} 

.toolboxItems .label {
  width:90%;
  margin-left:240px;
padding-top:18px;
line-height:1.6em;
 color:#414956;
font-family: 'Open sans', Arial, sans-serif;
font-size:14px;
}

#doctors img {align: justify; border: 1px solid #00A99D;}
#nurses img {margin-left: 15px; border: 1px solid #00A99D;}
#admin img {margin-left: 15px; border: 1px solid #00A99D;}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* chrome hack */ 
.toolboxItems .image { width:300px; }
.toolboxItems .label {  width:78%; }
/*safari hack */
::i-block-chrome,.toolboxItems .image { width:200px; }
::i-block-chrome,.toolboxItems .label {  width:80%; }
}

input {
	width: 500px; height: 35px; padding: 2px 20px 0px 6px; margin: 0 0 5px 0; 
	background: #fff;
	border:1px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #888;-webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888;
	font-family: 'Open sans',sans-serif; font-size: 1.5em; color: #717171; 
}
	input::-webkit-input-placeholder  {
    	color: #404040; 
	}
	input:-moz-placeholder {
	    color: #404040;  
	}

textarea {
	width: 500px; height: 100px; padding: 2px 20px 0px 6px; margin: 0 0 7px 0; 
	background: #fff;
	border:1px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #888;-webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888;
	font-family: 'open sans',sans-serif; font-size: 1.5em; color: #717171; 
    -webkit-appearance: none;
}
	textarea::-webkit-input-placeholder  {
    	color: #404040; 
	}
	textarea:-moz-placeholder {
	    color: #404040; 
	}
	
input[type="text"] {
    -webkit-appearance: none;
}

input[type=submit] {
	width: 65px; height: 42px; float: right; padding: 1px 0px; margin: 0 0 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	color:#fff;
	background: #464648;
	font-size:1.5em;
	text-shadow: 0px -1px 0px #334f71; 
	cursor: pointer;
}