/*
Theme Name: Center for Pediatric Dentistry
Theme URI: http://pedopages.com
Description: Custom-developed WordPress theme for Dr. Lee Baker, Center for Pediatric Dentistry, Augusta, GA.
Version: 1.0 (WP2.7.1)
Author: Jeff McKeand
Author URI: http://ellipsisdesigns.com
Tags: Custom, Baker, winter, Alaska, polar
*/

/* CSS Document */
/* 100% Hand-Coded. Copyright © 2009 PedoPages.com, Ellipsis Creative Media. All rights reserved.*/
/* Code responsibly. Learn, but DO NOT COPY! */





/* RESET */

@import url('assets/css/reset.css');
@import url('assets/css/layout.css');
@import url('assets/css/typography.css');
@import url('assets/css/navigation.css');
@import url('assets/css/sidebar.css');
@import url('assets/css/photos.css');
@import url('assets/css/totems.css');





/* IE6 Exclusion */

div#IE6 {
	display: none;
}





/* FRONT PAGE LAYOUT & STYLES */

h2.welcome {
	width: 650px;
	height: 49px;
	background: url(assets/img/fp_heading.png);
	margin: 20px auto 0;
	text-indent: -9999px;
}

div#welcomephoto {
	position: relative;
	width: 530px;
	height: 351px;
	margin: 40px auto 50px;
	background: url(../../gallery/rotator/Wills-soccer-games-400.jpg) no-repeat;
}

#welcomephoto span {
	position: absolute;
	width: 583px;
	height: 389px;
	top: -19px;
	left: -30px;
	background: url(assets/img/fp_photo_frame.png) no-repeat;
}

ul#frontfeatures {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

ul#frontfeatures li {
	display: block;
	float: left;
	width: 216px;
	padding: 0 0 500px 25px;
	margin: 0 0 -500px 25px;
	border-left: solid 1px #007fc4;
	overflow: hidden;
}

ul#frontfeatures li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

ul#frontfeatures li p {
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}




