/*
Theme Name: Conrad Chiropractic
Theme URI: http://cochiro.com/
Description: A custom theme created for Conrad Chiropractic by <a href="http://cylence.com">Cylence Web Design, Inc</a>.
Version: 1.0
Author: Ryan L. Cross
Author URI: http://cylence.com/
Tags: three columns
*/

body {
  background: #D5E5ED;
  font-family: verdana;
  font-size: 12px;
}

h2 {
  color: #1B7987;
  font-size: 24px;
  font-weight: normal;
}

h3 {
  color: #1B7987;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 12px;
  padding: 0;
}

hr {
  background: #90CADE;
  border: 0;
  width: 80%;
  height: 1px;
  margin: 20px auto;
}

a {
  color: #1B7987;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Sections */

div#page {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

header, nav, footer {
  display: block;
}

header {
  position: relative;
  background: url(images/header.jpg) no-repeat 50% 0;
  height: 124px;
}

header #logo {
  position: absolute;
  top: 26px;
  left: 26px;
  background: url(images/logo.png);
  text-indent: -5000px;
  width: 250px;
  height: 70px;
}

header .phone {
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #1F8E9F;
}

header .address {
  position: absolute;
  top: 68px;
  right: 20px;
  font-size: 16px;
  text-align: right;
}

nav {
  background: url(images/nav.gif);
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  margin-bottom: 13px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

nav ul {
  display: inline-block;
  list-style: none;
  height: 40px;
  margin: 0 auto;
  padding: 0;
}

nav li {
  float: left;
  background: url(images/nav-separator.gif) no-repeat 100% 0;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

nav li.last {
  background: none;
}

nav a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 40px;
  padding: 0 19px;
}

nav a:hover {
  color: #3188A9;
}

article {
  display: block;
  width: 600px;
  margin-right: 320px;
}

aside {
  float: right;
  width: 300px;
}

footer {
  color: #3188A9;
  text-align: center;
}


/* Container */

div#container {
  background: #FFFFFF;
  padding: 20px 20px 50px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#category_links {
  width: 918px;
  margin: 0 auto 20px;
}

#category_links a {
  display: inline-block;
  text-indent: -5000px;
  width: 286px;
  height: 366px;
  margin: 0 8px;
}

#category_links .auto { background: url(images/link_auto.jpg) no-repeat 0 0;}
#category_links .auto:hover { background: url(images/link_auto.jpg) no-repeat 0 -366px; }

#category_links .family { background: url(images/link_family.jpg) no-repeat 0 0; }
#category_links .family:hover { background: url(images/link_family.jpg) no-repeat 0 -366px; }

#category_links .sports { background: url(images/link_sports.jpg) no-repeat 0 0; }
#category_links .sports:hover { background: url(images/link_sports.jpg) no-repeat 0 -366px; }

article .section {
  background: url(images/section.jpg) repeat-x 0 24px;
  width: 600px;
  height: 400px;
  margin: 0 316px 0 0;
}

.two-columns .left-column,
.two-columns .right-column {
  float: left;
  width: 280px;
  padding: 24px 10px 0;
}

article .section p,
article .section ul {
  padding: 0 10px;
}

article .section li a {
  font-size: 11px;
}

article .section .left-column h3,
article .section .right-column h3 {
  padding-left: 30px;
  background-repeat: no-repeat;
  line-height: 24px;
}

article .section h3.arrow {
  background-image: url('images/icons-arrow.png');
}

article .section h3.globe {
  background-image: url('images/icons-globe.png');
}

article .section h3.facebook {
  background-image: url('images/icons-facebook.png');
}

article .section h3.question {
  background-image: url('images/icons-question.png');
}

article .section h3.video {
  background-image: url('images/icons-video.png');
}

article .section h3.articles {
  background-image: url('images/icons-form.png');
}

article .section h4 {
  color: #1B7987;
  margin: 24px 10px 4px;
  padding: 0;
}

article .section ul {
  list-style: none;
  margin: 0;
}

article .section li {
  list-style: none;
  margin: 4px 0;
  padding: 0;
}

article .section .pubdate {
  font-size: 10px;
  margin-left: 10px;
}

#testimonials {
  float: right;
  width: 270px;
  margin: 0 16px 0 0;
}

#testimonials h3 {
  background: url(images/testimonials.png) no-repeat;
  height: 30px;
  margin: 0 auto  ;
  line-height: 30px;
  padding-left: 40px;
}


/* Sidebar Content */

aside .section {
  width: 300px;
  margin: 20px 0;
}

aside fieldset {
  font-size: 12px;
  width: 250px;
  margin: 10px auto;
  padding: 0 10px 10px !important;
}

aside legend {
  font-size: 17px !important;
}


/* Quick Links*/

#quicklinks a {
  display: block;
  text-indent: -9999px;
  width: 259px;
  height: 42px;
  margin: 0 auto;
}

#quicklinks a.auto { background: url(images/section_links.jpg) no-repeat 0 0; }
#quicklinks a.auto:hover { background: url(images/section_links.jpg) no-repeat -259px 0; }

#quicklinks a.family { background: url(images/section_links.jpg) no-repeat 0 -42px; }
#quicklinks a.family:hover { background: url(images/section_links.jpg) no-repeat -259px -42px; }

#quicklinks a.sports { background: url(images/section_links.jpg) no-repeat 0 -84px; }
#quicklinks a.sports:hover { background: url(images/section_links.jpg) no-repeat -259px -84px; }


/* Promotional Links */

#promotional {
  margin: 0;
}

#promotional div {
  margin: 0 auto;
}

#promotional a {
  display: block;
  margin: 8px 0;
}

#promotional .twitter {
  display: block;
  background: url(images/twitter.png) no-repeat;
  width: 160px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
}

#promotional .facebook {
  display: block;
  background: url(images/facebook.png) no-repeat;
  width: 160px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
}



/* Testimonials */

.quotescollection_randomquote {
  font-size: 12px;
  width: 250px;
  margin: 0 auto;
}

.quotescollection_randomquote cite {
  margin-top: 8px;
}


/* Forms */

ul#forms {
  list-style: none;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

ul#forms li {
  background: url(images/icons-form-large.png) no-repeat 10px 0;
  height: 70px;
  margin: 0;
  padding: 0 0 0 70px;
}

ul#forms li h4 {
  margin:  10px 0 6px;
  padding: 0;
}

ul#forms li p {
  font-size: 11px;
  margin: 6px 0;
  padding: 0;
}

ul#forms li a {
  color: #000000;
  text-decoration: none;
}

/* General WP Styles */

.size-thumbnail {
  border: 1px solid #000000;
  margin: 0 0 0 20px;
}

.alignright {
  float: right;
}

blockquote {
  font-size: 11px;
  border: 1px solid #AAAAAA;
  padding: 0 10px;
}

/* Mail Chimp Styles */

#mc_signup_form {
  background: #E0FAFE !important;
  background: -moz-linear-gradient(100% 100% 180deg, #90CADE, #E0FAFE) !important;
  background: -webkit-gradient(linear, left top, right top, from(#90CADE), to(#E0FAFE)) !important;
  width: 220px !important;
  margin: 0 auto;
  padding: 15px !important;
}

#mc_signup_form input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #90CADE;
  width: 180px;
  margin-bottom: 10px;
}

#mc_header {
  width: 260px !important;
  margin: 10px auto;
}

#mc_signup_submit {
  margin: 20px 0 0;
}
