/*
 * Theme Name: Dark
 * Theme URI: http://drmarc.com
 * Description: Theme created specifically for drmarc.com. A trendy theme.
 * Version: 0.1
 * Author: Abhijit Nadgouda
 * Author URI: http://ifacethoughts.net/
 */

/* Common elements */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 76%/1.5 Verdana, sans-serif;
  color: #ccc;  
  background-color: #171b20;
}

a {
  text-decoration: none;
  color: #a3d2d8;
  border: none;
  border-bottom: 1px dotted #a3d2d8;
}

a:hover {
  border-bottom-style: solid;
}

a:visited {
  color: #ccc;
  border-color: #ccc;
}

img {
  border: none;
}

h2, h3, h4 {
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #f6f7f9;
}

h1 {
  font-size: 1.5em;
  font-family: "Lucida Handwriting", Verdana, Arial, sans-serif;
  margin: 0 20px;
  padding: 0;
}

h1, 
h1 a,
h1 a:visited {
  color: #a3d2d8;
  border: none;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

.post h3, .post h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ddd;
  border-bottom: 1px dotted #666;
}

h3.toggler {
  font-size: 1em;
  padding: 0 5px;
  margin: 10px 0 5px 0;
  cursor: pointer;
}

h4 {
  font-size: 1.1em;
}

p {
  clear: both;
}

/* Structure */
#wrap {
  width: 780px;
  margin: 10px auto;
  position: relative;
  background-color: #242a36;
}

#header {
  clear: both;
  background: #242a36 url('images/drmarc_small.jpg') no-repeat 90% 0%;
  margin: 0 10px;
  height: 155px;
  border-bottom: 2px solid #668c7d;
}

#logo {
  margin: 5px 0 0 60px;
  padding: 2px;
  border: 2px solid #a3d2d8;
  width: 230px;
  height: 100px;
}

#secondary {
  width: 160px; 
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
}

#menu {
  font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

.homepage #menu {
  margin-top: 35px;
}

ul#menu li {
  padding: 0;
  margin: 0;
  text-indent: 0;
}

ul#menu li a,
ul#menu li a:visited {
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  margin: 5px 0;
  padding: 3px 0 3px 5px;  
  color: #ccc;
  border: none;
  background-color: #247fab;
}

ul#menu li a:hover {
  text-decoration: underline;
  border: none;
  color: #fff;
}

ul#menu li.current_page_item a {
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: #668c7d;
}

#content {
  margin: 0 10px 10px 10px;
}

#primary {
  width: 580px;
  overflow: hidden;
  float: right;
  position: relative;
  font-size: 1.1em;
}

.homepage #primary {
  text-align: center;
}

.highlight {
  clear: both;
  margin: 10px 0;
  padding: 10px;
  background-color: #668c7d;
  border: 1px solid #999;
  color: #fff;
}

#primary .post {
  padding: 10px 10px 10px 20px;
}

.post img {
  padding: 2px;
  border: 1px solid #999;
}

#footer {
  clear: both;
  margin: 0 10px;
  padding: 3px;
  text-align: center;
  font-size: 0.9em;
  border-top: 2px solid #668c7d;
}

/* Custom properties */
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:".";
}
/* Causes a validation error but is included in CSS2.1: http://www.w3.org/TR/CSS21/visuren.asp#propdef-display */
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}

.clearboth {
    clear: both;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

img.floatleft {
  margin: 0 10px 5px 0;
}

img.floatright {
  margin: 0 0 5px 10px;
}

#intro {
  font-size: 1.1em;
  margin: 0 20px 0 20px;
  padding: 10px;
  background-color: #668c7d;
  color: #eee;
}

#introtoggle {
  padding: 5px;
  text-decoration: none;
  border: none;
  margin: 0 0 0 600px;
  background-color: #668c7d;
  color: #eee;
}

.slideshow {
  margin: 20px auto 0 auto;
  width: 450px;
  height: 300px;
  overflow: hidden;
  padding: 5px;
  border: 2px solid #666;
  background-image: url('../../uploads/building_ss.jpg') no-repeat;
  display: block;
}

.slideshow img {
  border: none;
  padding: 0;
  margin: 0;
  width: 450px;
  height: 300px;
}

.procedureimgs {
  text-align: center;
  margin: 5px auto;
}
