/*   
Theme Name: Orthodontic Theme
Theme URI: http://www.twomonkeyswebdesign.co.nz
Description: Wanganui Orthodontic Clinic
Author: Iain Whittaker
Author URI:  http://www.twomonkeyswebdesign.co.nz
Version: 1
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	text-align:center;
	background-color:#3f55ab;
}

h1{
	font-size:30px;
	padding-bottom:10px;
}

h2{
	font-size:20px;
	padding-bottom:10px;
	padding-top:5px;
}

p{
	padding-bottom:10px;
	line-height:120%;
}

.page-wrap{
	width:960px;
	margin: 20px auto;
	text-align:left;
	background-color:#fff;
	padding:20px 20px 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.menu{
	width:700px;
	float:right;
}

.menu ul{
	list-style: none;	
	
}
.menu li{
	display:inline;
	float:right;
	padding: 10px 10px 10px 10px;
	font-size: 28px;
	background-color: #5f91da;	
	text-transform:lowercase;
}

.menu li:first-of-type{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}

.menu li:last-of-type{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}


.menu a:visited, a:link{
	text-decoration: none;
	color:#fff;
}


.menu a:hover {
color:#3f55ab;
}


.book-button{
	color:#4b73ad;
	font-size:30px;
	background-color: #5f91da;
	float:right;
	padding:10px 20px;
	margin-top:40px;
	margin-bottom:20px;
	font-style:italic;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
   background-image: -webkit-linear-gradient(left, #d1d6eb,#5f91da);
   background-image:    -moz-linear-gradient(left,  #d1d6eb,#5f91da);
   background-image:     -ms-linear-gradient(left,  #d1d6eb,#5f91da);
   background-image:      -o-linear-gradient(left,  #d1d6eb,#5f91da);
}

.book-button a:link, a:visited{
	color:#fff;
}
.book-button a:hover{
color:#4b73ad;
}

.logo{
	float:left;
	margin-bottom:10px;
}

.tagline{
	width:700px;
	float:right;
	text-align:right;
	color:#3f55ab;
	font-size:40px;
	font-weight: 100;
	padding-top:30px;
	font-style:italic;
}

.tagline h1{
	font-size:39px;
}

.tagline h2{
	font-size:24px;
	padding-top:10px;
}

.header-image img{
	clear:both;
	border-color: #5f91da;
	border-style: none;
	border-width:2px;
	margin-bottom:10px;
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;


}

.main-content{
	position:relative;
	clear:left;
	float:left;
	width:700px;
	min-height:300px;
	background-color:#d1d6eb;
	padding:  20px 20px 0px 20px;
	color: #3f55ab;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main-content p {
	padding-right: 20px;

}

.sidebar{
	position: absolute;
	left: 720px;
	top:40px;
	width:200px;
	padding: 20px 20px 10px 20px;
	background-color:#5f91da;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sidebar p{
	padding:0 0 10px 0;
	

}

.contact {
	float: left;
	width: 350px;
}

.gmap {
	float: left;
	width: 350px;
} 


ol {
	list-style-type: decimal;
	margin-left: 20px;
	line-height:120%;
}

li {
padding-bottom: 10px;
padding-left: 10px;
}

.footer{
	clear:both;
	color:#3f55ab;
	font-size:30px;
	font-weight: 100;
	padding-top:40px;
	text-align: center;
}

a.phone{
	color:#3f55ab;
	font-size:30px;
	font-weight: 100;
	padding-top:40px;
	text-decoration:none;
	
	
}

.footer p {
	padding-bottom: 0px;
}