/*
Theme Name: Rugani Chiropractic
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: arial;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333e45;
	background: #6d9ac5;
}
ol{
	list-style: none;
}
ul{
	list-style-type:circle;
	margin-left:15px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:link, a:visited {color:#0764e3; text-decoration:none;}
a:hover {color:#333e45; text-decoration:underline;}

/* ----- Begin Main Structure Son! ----- */

#header {
	background-image:url(images/header-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:211px;
}

#header-wrap {
	width:880px;
	margin:0px auto;
}

#nav-wrap {
	width:881px;
	height:45px;
	background:url(images/nav-bg.jpg) repeat-x;
}

#body {
	background:url(images/body-bg.jpg) repeat-x;
	min-height:577px;
}

#body-wrap {
	width:896px;
	margin:0px auto;
	background:url(images/body-container-bg.png) repeat-y;
}

#home-content {
	background:url(images/nav-shadow.jpg) no-repeat;
	margin:0px 7px 0px 8px;
	padding:11px 11px 15px 11px;
}

#content {
	background:url(images/nav-shadow.jpg) no-repeat;
	margin:0px 7px 0px 8px;
	padding:20px 20px 5px 20px;
}

#archive-wrap {
	float:left;
	width:560px;
}

#footer {

}

/* ----- Global styles ----- */

.internal-content-style {line-height:16px;}
h1.article-event-title {font-size:18px;}
h1.page-title {font-size:18px;}
h2{font-weight:bold; color:#0764e3; margin-bottom:10px;}
p {margin-bottom:15px;}
p.last {margin-bottom:0px;}
ul.list {list-style-type:disc;}
.list-wrap {margin-left:20px;} /* Div with margin to wrap list instead of having margin on list.  Fixes exploder issue. */
.home-link-top {float:right; padding-top:5px;}

.logo {padding-top:26px; margin-left:10px; float:left;}
.head-banner {padding-top:18px; margin-left:90px; float:left;}
.head-address {width:368px; height:25px; margin-top:6px; float:right; background:url(images/header-address-bg.png) no-repeat; text-align:right;}
.address-text {color:#d8d7d7; padding:7px 10px 0px 0px;}
.body-container-bottom {width:896px; margin:0px auto;}

.image-float-right {padding:0px 0px 0px 8px; float:right;}
.image-float-left {padding:0px 8px 0px 0px; float:left;}


/* ----- Specific styles ----- */

.home-banner {}
.home-column {float:left; margin-top:30px;}
.dotted-div {background:url(images/dotted-div.jpg) repeat-x; height:1px; margin:10px 0px;}


/* Home Welcome */
.welcome {width:259px; margin-left:10px;}
.welcome-text {line-height:18px;}
a.welcome-read-more:link, a.welcome-read-more:visited {color:#0764e3; text-decoration:none;}
a.welcome-read-more:hover {color:#333e45; text-decoration:underline;}


/* Home Articles & Events */
.home-feed {width:259px; margin-left:30px;}
.events {margin-bottom:25px;}
.ec3_events li {line-height:14px; margin-bottom:6px;}
.articles li {line-height:14px; margin-bottom:6px;}
.article-date {font-weight:bold;}
a.home-link:link, a.home-link:visited {color:#0764e3; text-decoration:none;}
a.home-link:hover {color:#333e45; text-decoration:underline;}


/* Home See Us */
.see-us-column {width:259px; margin-left:30px;}
.follow-us {float:left; margin-top:-6px;}
.follow-us img {margin-left:10px;}
.social {float:left;}


/* About Us */
.about-center {text-align:center; font-weight:bold;}
.about-dotted-div {background:url(images/dotted-div.jpg) repeat-x; height:1px; margin-bottom:10px;}


/* FAQ */
.faq-links {margin-bottom:20px; line-height:18px;}


/* Articles */
.article-single-date {float:right; padding-top:5px;}
.entry {line-height:16px; margin-bottom:10px; float:left; width:560px;}
.archive-entry {line-height:16px; margin-bottom:10px;}
.sidebar {float:left; margin-left:25px; width:250px;}
.side-news-list ul {list-style-type:circle;}
.side-news-list li {line-height:16px;}


/* Events */
.event-date {font-weight:bold; margin-bottom:0px;}
.ec3_schedule {padding-bottom:10px;}

/* Testimonials */
.testimonial-left {width:400px; float:left;}
.testimonial-right {width:400px; float:left; margin-left:20px;}
.name {color:#0764e3; font-weight:bold;}

/* Insurance */
.insurance-list {float:left; width:400px;}

/* Forms */
.download-table {float:left;}


.clear{height:1px; clear:both; font-size:0px; line-height:0px; overflow:hidden; }
