/*
  style.css
  
  Author:  Thomas Spranghers
  Website: http://sholva.org
  Email:   thomas.spranghers@gmail.com
  
  Copyright 2008 - All Rights Reserved  
*/


/** BEGIN OF GENERAL */

/** body **/
body {
  background: #fdfdfd;
  font-family:  Arial, Verdana, Tahoma;
  font-size: 10px;
  line-height: 20px;
  color: #222;
}

/** margin & padding **/
* {
  margin: 0;
  padding: 0;
}

/** images **/
img, a img {
  border: 0;
}

/** links **/
a {
  color: #4c88be;
  text-decoration: none;
  border-bottom: 1px solid #4c88be;
}
a:hover {
  background: #e5ed94;
  text-decoration: none;
}

/** END OF GENERAL */


/** BEGIN OF SECTIONS */

#header {
  background: #f9f9f9 url(images/design/header.png) repeat-x top center;
  height: 100px;
}
#logo {
  background: url(images/design/logo.png) no-repeat left center;
  width: 860px;
  height: 73px;
  margin: 0 auto;
}
#logo a {
  background: none;
  border: 0;
}
#logo img {
  width: 275px;
  height: 31px;
  margin-top: 20px;
}
#navigation {
  width: 860px;
  margin: 0 auto;
}
#navigation ul {
  display: inline;
}
#navigation li {
  list-style-type: none;
  float: left;
}
#navigation li a {
  background: none;
  border: 0;
  height: 24px;
  padding: 2px 20px;
  line-height: 20px;
  font-size: 13px;
  color: #eee;
}
#navigation li:hover {
  background: url(images/design/navigation.png) no-repeat top center;
}
#navigation li.active {
  background: url(images/design/navigation.png) no-repeat top center;
}
#main {
  width: 900px;
  margin: 0 auto;
}
#content {
  width: 600px;
  padding: 20px;
  float: left;
}
#sidebar {
  width: 200px;
  float: right;
  padding: 20px;
}
#subscribe {
  background: url(images/icons/rss.png) no-repeat left center;
  padding-left: 21px;
}
#about {
  padding-right: 10px;
  float: left;
}
#tweet {
  padding-top: 10px;
  clear: both;
}
#footer {
  background: #f9f9f9;
  border-top: 1px solid silver;
  padding: 10px;
  clear: both;
  font-size: 11px;
  text-align: center;
}

/** END OF SECTIONS */


/** BEGIN OF FONTS AND CLASSES */

h2, h3, h4, h5, h6 {
  font-family: Georgia, Sans-Serif, Verdana;
  font-weight: normal;
}
h2 {
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  color: #00477f;
}
h3 {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 23px;
  color: #757116;
}
h4 {
  border-bottom: 1px dashed #eee;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 17px;
  color: #aebc21;
}
h5 {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-top: 8px;
  font-size: 23px;
  color: #4c88be;
}
h6 {
  border-bottom: 1px dashed #eee;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 17px;
  color: #aebc21;
}
small {
  font-size: 11px;
  color: #999;
}
p, ul, pre, blockquote {
  margin-bottom: 10px;
}
p {
  font-size: 13px;
}
p.icons a {
  background: none;
  border: 0;
}
p.icons a img {
  float: left;
  padding: 6px 5px 0 2px;
}
ul {
  padding-left: 15px;
  font-size: 13px;
  list-style: circle;
}
pre {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera 4 - 6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
}
blockquote p {
  background: #f9f9f9;
  border-left: 2px solid silver;
  padding: 5px;
  font-size: 12px;
}
blockquote p:before { 
	content: open-quote;
	font-size: x-large;
	color: silver;
	font-family: arial;
}
blockquote p:after {
	content: close-quote;
	font-size: x-large;
	color: silver;
	font-family: arial;
}
.title {
  border-bottom: 3px double #eee;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.title h3 {
  border: 0;
}
.caption, .no-caption {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin: 0 auto 20px auto;
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: #333;
  text-align: center;
}
.caption img {
  border-bottom: 1px solid #ddd;
  margin-bottom: -4px;
  padding: 10px;
}
.caption img:hover, .no-caption img:hover {
  background: #f0f0f0;
}
.no-caption {
  width: 220px;
  float: left;
  margin-right: 20px;
}
.no-caption img, .no-caption a {
  border-bottom: 0;
}
.no-caption img {
  margin-bottom: -6px;
  padding: 10px;
}
.left {
  margin-right: 20px;
  float: left;
}
.clear {
  margin: 0;
  clear: both;
}
.movie {
  text-align: center;
  padding: 10px;
}

/** END OF FONTS AND CLASSES */


/** BEGIN OF SYNTAX HIGHLIGHTING */

.java-static { font-style: italic; }
.java-keyword { font-weight: bold; color: purple; }
.java-string { color: blue; }

/** END OF SYNTAX HIGHLIGHTING */

