/*
Theme Name: Cal Dental Arts
Theme URI: http://www.caldentalarts.com
Description: Custom WordPress theme for Cal Dental Arts
Version: 1.0
Author: Derek Ashauer, Events Online
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #df7f25;
    text-decoration: underline;
}
a:hover, a:active {
    color: #20aaf5;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
img.alignleft {
	float: right;
	margin: 0 15px 10px 0;
}
img.alignnone {
	vertical-align: middle;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 100px;
	background: transparent url(_images/divider.gif) left bottom repeat-x;
}
	#top img#logo {
		float: left;
		margin: 45px 0 0 0;
		display: inline;
	}
	
	#phone {
		text-align: right;
		color: #df7f25;
		font-size: 16px;
		margin: 10px 0 0 0;
	}
	
	#menu {
		float: right;
		margin: 14px 0 0 0;
		display: inline;
	}
		#menu li {
			list-style: none;
			border-left: 1px solid #d0f3ca;
			font-size: 16px;
			float: left;
			padding: 17px 0 10px 16px;
			margin: 0 0 0 16px;
		}
		#menu a:link, #menu a:visited {
			color: #69d857;
			text-decoration: none;
			display: block;
		}
		#menu a:hover, #menu a:active {
			color: #20aaf5;
		}
		#menu li.page-item-9 {
			border: none;
		}
	
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */

#banner {
	height: 297px;
	background: transparent url(_images/banner.jpg) 0 0 no-repeat;
	margin: 0 0 30px 0;
}
/*
#banner {
	height: 195px;
	background: transparent url(_images/banner3.jpg) 0 0 no-repeat;
	margin: 15px 0 30px 0;
}
*/
/*
#sub #main {
	background: transparent url(_images/sub-header1.jpg) 0 0 no-repeat;
}
*/

#content {
	width: 560px;
	float: left;
}
	#home #content h1 {
		font-size: 22px;
		line-height: 22px;
		color: #32ca19;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	#sub #content h1 {
		color: #df7f25;
		font-size: 26px;
		line-height: 30px;
		padding: 30px 0 0 0;
		margin: 0 0 80px 0;
		font-weight: normal;
	}
	#content h2, #home #content h1 {
		font-size: 22px;
		color: #32ca19;
		font-weight: normal;
	}
	#content li {
		margin-left: 25px;
	}
	
	#content .gallery {
		margin: 0 0 30px 0;
	}

#side {
	width: 290px;
	float: right;
}
	
	a.button {
		width: 290px;
		height: 80px;
		margin: 0 0 4px 0;
		display: block;
	}
		a.button span { display: none; }
		
		a#button-case { background: transparent url(_images/button-case.jpg) 0 0 no-repeat; }
		a#button-case:hover { background-position: 0 -80px; }
		
		a#button-newsletter { background: transparent url(_images/button-newsletter.jpg) 0 0 no-repeat; }
		a#button-newsletter:hover { background-position: 0 -80px; }

		a#button-products { background: transparent url(_images/button-products.jpg) 0 0 no-repeat; }
		a#button-products:hover { background-position: 0 -80px; }
		
		a#button-photos { background: transparent url(_images/button-photos.jpg) 0 0 no-repeat; }
		a#button-photos:hover { background-position: 0 -80px; }

	#sub #side {
		padding: 230px 0 0 0;
	}
	
	#submenu {
		margin: 0 0 35px 0;
	}
		#submenu li {
			margin: 0 0 4px 0;
			list-style: none;
			padding: 0 0 4px 0;
			border-bottom: 1px solid #d0f3ca;
			font-size: 14px;
		}
		#submenu li a {
			text-decoration: none;
		}
			#submenu li ul {
				margin: 5px 0 0 0;
				display: none;
			}
				#submenu li.current_page_item ul, #submenu li.current_page_parent ul, #submenu li.current_page_ancestor ul {
					display: block;
				}
				#submenu li.current_page_item, #submenu li li.current_page_item { font-weight: bold; }
			#submenu li li {
				font-size: 12px;
				border: none;
				padding: 0;
				font-weight: normal;
				margin-left: 15px;
			}
		
		ul.children { display: none; }
		.current_item_parent ul.children { display: block; }
	
	.blockquote {
		margin: 35px 0 0 0;
		background: #f0f6fb;
		padding: 15px;
	}
		.xmasb_quotes_quote {
			font-size: 13px;
			color: #df7f25;
			font-style: italic;
		}
		.xmasb_quotes_author {
			font-size: 11px;
			line-height: 14px;
			margin: 5px 0 0 0;
			color: #20aaf5;
		}
			.xmasb_quotes_author strong { font-weight: normal; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	border-top: 1px solid #c9eaf4;
	text-align: center;
	padding: 15px 0 40px 0;
	margin: 15px 0 0 0;
}
	#footer li {
		display: inline;
		padding: 0 7px;
	}
	#footer li, #footer p, #footer a {
		color: #20aaf5;
	}
	#footer p {
		margin: 15px 0 0 0;
		font-size: 11px;
	}
	