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


/*
* Reset
*/

* {
  margin: 0;
  padding: 0;
}

/*
* display block for HTML5 elements. Only required for old browsers.
*/

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:  #222222;
  width:  960px;
  padding-top: 9px;  
  border-top: 9px solid #222222;
  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:  36px 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 {
  margin-right: 16px;
  padding-left:  19px;  
  padding-right: 3px;
  float: left;
}

.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 {
  border-top:  1px solid #dfdfdf;
  padding-top:  17px;
}

img {
  border: 0;
}

footer {
  background: #222222;
  border-top:  1px solid #ccc;
  border-bottom:  1px solid #ccc;  
}

br {
  clear:  both;
}

#articles {
  margin-top: 36px;
}

/*
* Typography
*/

body {
  font-size:  62.5%;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  line-height:  18px;
}

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

h1 {
  font-size:  4.8em /*5.4em*/;
  line-height:  54px /*0.3em*/ /*0.25em*/;
  margin: 36px /*0.6em*/ /*0.75em*/ 0 18px 0;
  padding-left:  6px;
  text-shadow: 1px 1px #ddd;
}

h1 a {
  font-family:  Georgia, Serif;
	color:  #6A6A6A;
  text-decoration: none;
}

h1 a:hover {
  color: #0077cc;
  text-decoration: none;
}

h2 {
  font-size:  2.4em;
  font-style:  italic;
  line-height: 18px;
  margin: 18px 19px;
  color: #2E2E2E;
  text-align:  center;
  text-shadow: 1px 1px #dedede;
}

h2 em {
  border-bottom:  2px solid #ccc;
  padding-bottom:  4px;
}

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

h3 {
  color: #333;
  font-size:  1.6em;
  line-height: 18px;
  font-weight:  bold;
  margin: 18px 0;
  padding:  0 6px;
  text-shadow: 1px 1px #dedede;
}

h4 {
  font-size:  1.2em;
/*  background-color: #EFEFEF;*/
  color: #999;
  font-weight: normal;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 0 4px 0;
  margin-bottom: 12px;
  text-shadow: 1px 1px #dedede;
}

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

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

p {
  color:  #444;
  font-size: 1.2em/*1.33em*/;
  line-height:  18px/*1.125em*/;
  margin:  18px 0/*1.125em 0*/;
  font-family:  verdana, sans-serif;
}

form {
  padding-left: 6px;
}

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

input, textarea {
  line-height: 18px;
  margin: 12px 0;
  color:  #444;
  font-size: 1.2em;
  font-family:  verdana, 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.2em/*1.33em*/;
  font-family:  verdana, 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/*1.125em*/;
}

nav ul, nav li {
  font-size:  1.3em/*1.43em*/;
  width: 100%;
  font-family:  "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight:  bold; 
  list-style:  none;
  margin-left:  6px;
  float:  left;
  padding: 0;
  text-shadow: 1px 1px #dedede;
}

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

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

a#active {
  color: #555;
  text-decoration: none;
}

a#active:hover {
  color: #0077cc;
  text-decoration: underline;
}

a:hover {
  color: #0077cc;
  text-decoration: underline;
}

pre {
  background-color: #4f4f4f;
  color: #dedede;
  font-size: 1.1em;
  margin: 0 6px;
  padding: 0 6px;
  border-left: 4px solid #ccc;

  box-shadow: 1px 1px 3px #aaa;
  -moz-box-shadow: 1px 1px 3px #aaa;
  -webkit-box-shadow: 1px 1px 3px #aaa;
}

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

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

section#content a {
  color: #0077cc;
  text-decoration: none;
}

section#content a:hover {
  color:  #6A6A6A;
  background-color:#f0f0f0;
  text-decoration: none;
}

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

footer a {
  color:  #EEE;
  text-decoration:  none;
}

footer a:hover {
  color:  #222;
  background-color:  #EEE;
  text-decoration:  none;
}
