/* *****************
 *
 *  [thanostsouanas.css]
 *
 *  Written by Thanos Tsouanas for http://www.thanostsouanas.com/
 *   
 ******************************************************* */

/* Basic stuff.. */

body {
	margin:0px;
	padding:0px;
	background:#000 url('/img/river_green.jpg') top center no-repeat fixed;
	font-size:11pt;
	font-family:Verdana, sans-serif;
	text-align:left;
	color:#000;
}

.error {
    color:#f60;
}

h1, h2, h3, h4 {
	font-family:Agate, Times, serif;
}

h4 {
	text-align:center;
}

a {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

p {
	text-indent:0px;
	margin-top:4px;
	margin-bottom:4px;
	line-height:1.7em;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
	text-indent:0px;
}

h1+p:first-letter, h2+p:first-letter {
	font-size:2.5em;
	font-weight:bolder;
	font-family:georgia,serif;
}
h3+p:first-letter, h4+p:first-letter {
	font-size:1.5em;
	font-weight:bold;
	font-family:georgia,serif;
}
h5+p:first-letter, h6+p:first-letter {
	font-size:1.3em;
	font-weight:bold;
	font-family:georgia,serif;
}

p:first-child {
	text-indent:0px;
	margin-top:4px;
	margin-bottom:4px;
}

h1 {
	font-size:38px;
}
h2 {
	font-size:32px;
}
h3, h4 {
	margin-bottom:12px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:18px;
}
h5, h6 {
	margin-bottom:4px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
	letter-spacing:1px;
	text-decoration:underline;
}

h5:before { content:"> "; }

dt {
	letter-spacing:1px;
	font-weight:bold;
}
dt:before { content:"{ "; }
dt:after { content:" }"; }

img {
	border:0px;
}

img.image-left, img.image-right, img.photo-left, img.photo-right {
	padding:0px;
	margin:16px;
}
img.photo-left, img.photo-right {
	border:2px solid #000;
}
img.photo-left, img.image-left {
	float:left;
	margin-left:0px;
}
img.photo-right, img.image-right {
	float:right;
	margin-right:0px;
}

acronym, abbr, .help {
	border-bottom:1px #f00 dotted;
	cursor:help;
}

/* specific-selectors stuff.. */

div#container {
	margin:0;
	margin-right:auto;
	margin-left:auto;
	width:600px;
}

div#head, div#footakia {
	border-width:4px;
	border-style:double;
	margin:0;
	padding:20px;
}

div#head {
	text-align:center;
	border-top:0;
}

div#body div {
	border-width:4px;
	border-style:double;
	margin:0;
	padding:20px;
	margin-top:48px;
}

div#footakia {
	margin-top:48px;
	margin-bottom:48px;
	text-align:center;
}

/* colors */
.light {
	background:#ccc url(/img/river_light.jpg) top center no-repeat fixed;
	color:#022;
	border-color:#fff;
}
.light a {
	color:#710;
}
.dark {
	background:#444 url(/img/river_dark.jpg) top center no-repeat fixed;
	color:#eee;
	border-color:#000;
}
.dark strong {
	color:#fff;
	font-weight:normal;
}
.dark a {
	color:#ff8;
}
.cyan {
	background:#033 url(/img/river_cyan.jpg) top center no-repeat fixed;
	color:#dff;
	border-color:#266;
}
.cyan a {
	color:#ff0;
}
.purple {
	background:#303 url(/img/river_purple.jpg) top center no-repeat fixed;
	color:#fdf;
	border-color:#626;
}
.purple a {
	color:#ff0;
}
.green {
	background:#040 url(/img/river_green.jpg) top center no-repeat fixed;
	color:#dfd;
	border-color:#262;
}
.green a {
	color:#ff8;
}
.dgreen {
	background:#020 url(/img/river_dgreen.jpg) top center no-repeat fixed;
	color:#ffc;
	border-color:#000;
}
.dgreen a {
	color:#ff2;
}
.brown {
	background:#330 url(/img/river_brown.jpg) top center no-repeat fixed;
	color:#ffd;
	border-color:#662;
}
.brown a {
	color:#ff0;
}

/* misc */
hr {
	margin-top:16px;
	margin-bottom:16px;
}

a.subsex {
	font-weight:bold;
}
a.subsex:before {
	content:"[";
}
a.subsex:after {
	content:"]";
}

a.external {
	padding:2px;
	border-width:1px;
	border-style:dotted;
}
a.external:hover, a.external:active {
	border-style:solid;
	text-decoration:none;
}

/* Styles */

.small {
	font-size:smaller;
}

p.author {
	text-align:right;
	font-style:italic;
	font-family:Georgia, Times, serif;
	margin-top:32px;
}
p.author:before {
	content:"-- ";
}

/* EOF */
