/*  
Theme Name: Revolving Doors
Theme URI: http://themasterplan.in/
Description: Custom-made theme for Introversion, Patrick Kalyanapu's blog
Version: 1.0
Author: Arun Kale
Author URI: http://themasterplan.in/
*/


html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 11px arial, sans-serif;
  line-height: 170%;

  background: #000;
  color: #9a9a9a;
}

h3 span {
  display: none;
}

a {
  color: #d2b29d;
  text-decoration: none;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #60ceff;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(images/bg/bullet.gif);
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label.cform {
  display: block;
  float: left;
  width: 47px;
  text-align: right;
  padding: 0 9px 0 0;
  margin: 0;
}

input.single, 
input.single:focus, 
input.single:hover {
  padding: 2px;
  width: 318px;
  float: left;
  height: 14px;
  font: 400 9px arial, sans-serif;
  color: #fff;
  background: #11100e;
  border: 1px solid #333;
}

textarea.single, 
textarea.single:focus, 
textarea.single:hover {
  padding: 2px;
  width: 318px;
  float: left;
  font: 400 9px arial, sans-serif;
  color: #fff;
  background: #11100e;
  border: 1px solid #333;
  margin: 0;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 0;
  background: #000;
  border: 0;
  width: 37px;
  height: 9px;
  margin: 10px 0 0 0;
}

select.postnavig {
  padding: 3px 2px;
  width: 333px;
  font: 400 9px arial, sans-serif;
  color: #444;
  background: #746b66;
  border: 1px solid #000;
  margin: 0 5px 0 0;
  float: left;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}



/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #8BE6FA;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;
}
