/*
*  Personal Web Site of Rohit Arondekar
*  Author:  Rohit Arondekar
*  URL:  http://rohitarondekar.com
*  Email:  hello@rohitarondekar.com
*/


/*
* Reset
*/

* {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

/* Layout */

body {
  background:  #EFEFE8;
  text-align:  center;
/*  background: url('/images/bg.gif');*/
}

div#container {
  background: #FAFAFA;
  color: #222;
  width: 960px;
  padding-top: 9px;
  border-top: 9px solid #222;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;  
  text-align: left;
  margin: 0 auto;
  
  box-shadow: 0 0 15px #cecece;
  -moz-box-shadow: 0 0 15px #cecece;
  -webkit-box-shadow: 0 0 15px #cecece;
}

nav { margin-top: 102px; }

section, footer { clear: both; }

div.row { clear: left; }

div#featured {
  background-color: #EFEFEF;
  margin: 18px 0 14px 0;
  padding-bottom: 8px;
  
  box-shadow: 0px 4px 20px #cecece;
  -moz-box-shadow: 0px 4px 20px #cecece;
  -webkit-box-shadow: 0px 4px 20px #cecece;
}

img.profile {
  margin:  18px 50px 18px 6px;
  float:  left;
}

.col1, .col2, .col3, .col4 {
  margin-right: 16px;
  padding-left:  19px;  
  padding-right: 3px;
  float: left;
}

.col4 {
  width: 922px;
}

.col3 {
  width: 682px;
}

.col2 {
  width:  442px;
}

.col1 {
  width: 202px;
}

.one {
  width: 221px;
}

.two {
  width: 461px;
}

dl { margin: 18px 0; }

dd {
  margin-left: 221px;
  margin-top: -36px;
  margin-bottom: 36px;
}

dt { margin-left: 19px; }


.article-list { margin-left: 277px; }

section#content {
  padding-top: 17px;
  border-top: solid 1px #dfdfdf;
}

img { border: 0; }

footer { background: #222; }

br { clear: left; }

#articles { margin-top: 36px; }

/*
* Typography
*/

body {
  font-size: 62.5%;
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  line-height: 18px;
}

html>body { font-size: 10px; } /* IE */

h1 { font-size: 4.8em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
p { font-size: 1.3em; }

h1 {
  line-height: 54px;
  margin: 36px 0 18px 0;
  padding-left: 6px;
}

h2 {
  line-height: 30px;
  margin: 18px 0;
  color: #2E2E2E;
  font-weight: normal;
}

h2.blurb {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "FreeSerif", Georgia, serif;
  text-align:  center;
  line-height: 18px;
  font-weight: bold;
}

article h2 { font-size: 1.9em; }

header h2 em {
  border: 0;
  padding-bottom: 0;
}

h3 {
  color: #333;
  line-height: 18px;
  font-weight:  bold;
  margin: 18px 0;
  padding:  0 6px;
}

h4 {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.year {
  font-size: 1.6em;
  color: #999;
  font-weight: bold;
  font-family: verdana, Kalimati, sans-serif;
}

.month {
  font-size: 1.3em;
  color: #333;
  font-weight: normal;
  font-style: italic;
  font-family: verdana, Kalimati, sans-serif;
}

p {
  color: #444;
  line-height: 18px;
  margin: 18px 0;
  font-family: verdana, Kalimati, sans-serif;
}

article>div>p, article ul, article ol { width: 662px; }

article blockquote { width: 624px; }
article pre { width: 652px; }

article p {
  text-align: justify;
}

article > div > p:first-of-type {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  font-size: 1.9em;
  line-height: 24px;
  font-style: italic;
  color: #888;
}

div.title {
  float: right;
  width: 192px;
}

div.aside {
  float: right;
  width: 192px;
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #6e6e6e;
}

form {
  padding-left: 6px;
}

label {
  color: #444;
  font-size: 1.3em;
  line-height: 18px;
  margin: 18px 0;
  font-weight: bold;
  font-family: verdana, Kalimati, sans-serif;  
}

input, textarea {
  line-height: 18px;
  margin: 12px 0;
  color:  #444;
  font-size: 1.3em;
  font-family:  verdana, Kalimati, sans-serif;
  padding: 2px 2px 4px 2px;
}

input[type="text"], textarea { width: 430px; }

input[type="submit"], input[type="reset"] {
  margin-bottom: 18px;
  margin-right: 6px;
}

.error { background-color: #fff9cd; }

.valid { background-color: white; }

section#content p { padding: 0 6px; }

ul, ol {
  font-size: 1.3em/*1.33em*/;
  font-family: verdana, Kalimati, sans-serif;
  margin-left: 30px;
  margin-right: 12px;
}

ul.frontpage {
  list-style: none;
  margin-left: 6px;
  margin-right: 6px;
}

ul.frontpage li {
  margin: 13px 0;
  color: #bbb;  
}

ul.frontpage li:hover {
  margin: 13px 0;
  color: #888;  
}

.frontpage em {
  font-style: italic;
}

li { line-height: 18px; }

nav ul, nav li {
  font-size:  1.2em;
  width: 100%;
  font-family: Verdana, Kalimati, sans-serif;
  list-style: none;
  margin-left: 6px;
  float: left;
  padding: 0;
}

nav ul li {
  line-height: 18px;  
  text-align:  left;
  width: 25%;
  margin: 18px 0;  
}

pre {
  background-color: #4f4f4f;
  color: #eee;
  font-size: 1.1em;
  margin: 0 6px;
  padding: 0 6px;
  overflow: auto;
}

blockquote {
  background-color: #EFEFEF;
  margin: 6px;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 1px solid #ccc;
}

section#content blockquote p {
  padding: 18px 10px;
}

footer p {
  font-size: 1.1em;
  color: #CCC;
  padding: 0 6px;  
}

/* Links */
a {
  color:  #999;
  text-decoration: none;

  -webkit-transition-duration: 500ms;
  -webkit-transition-property: background, color;
  -webkit-transition-timing-function: ease;

  -mozilla-transition-duration: 500ms;
  -mozilla-transition-property: background, color;
  -mozilla-transition-timing-function: ease;

  -o-transition-duration: 500ms;
  -o-transition-property: background, color;
  -o-transition-timing-function: ease;

  transition-duration: 500ms;
  transition-property: background, color;
  transition-timing-function: ease;
}

a:hover {
  color: #0077cc;
  padding-bottom: 2px;
  border-bottom: solid 1px #ccc;
}

h1 a {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
	color: #6A6A6A;
}

h1 a:hover {
  color: #0077cc;
  border-bottom: 0;
}

nav ul li a#active {
  color: #555;
}

nav ul li a#active:hover {
  color: #0077cc;
}

section#content a {
  color: #0077cc;
}

section#content a:hover {
  color: #6A6A6A;
  background-color: #f0f0f0;
  border-bottom: 0;
}

footer a {
  color: #EEE;
}

footer a:hover {
  color: #222;
  background-color: #EEE;
  border-bottom: 0;
}

