/*
Name: Saranda
Description: Saranda site style sheet
Version: 1.0a
Author: Ron Koenekoop
*/

/* undo some default styling of common (X)HTML browsers
 --- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul, ol { list-style: none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, h6, pre, code, td { font-size: 1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, table, tr, td { margin: 0; padding: 0; }

/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border: none; }


/* global stuff
 --- */

body {
	text-align: left;
	font-family: Verdana, Arial, Times, Helvetica, 'Trebuchet MS', sans-serif;
	font-size: 14px;
	color: #000011;
	}

a {
	color: #11c4de;
	text-decoration: none;
	}

p, blockquote, ul, ol {
	margin-bottom: 12px;
	}

input, textarea, select {
	border: 1px solid #999;
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #FFFFF0;
	}

input.button {
	background: #eee;
	border: 1px outset #999;
	}

/* ========== PAGE LAYOUT ========== */

/* ----- Main wrapper for center page ----- */
#centerwrapper {
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0px 0px;
	width: 995px;
	text-align: left;
	background: #FFFFF0;
}

/* ----- Second wrapper for right shadow ----- */
#shadowwrapper {
	margin: 5px 0px 0px 2px;
	padding: 0px 0px;
	float: left;
	display: inline;
	width: 990px;
	background: #FFFFF0 url(../r_bg/schaduwrechts.jpg) top right repeat-y;
}

/* ----- Third wrapper for borders ----- */
#borderwrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	width: 980px;
	border-top: 1px solid #334466;
	border-left: 1px solid #334466;
	border-right: 1px solid #334466;
	border-bottom: 1px solid #334466;
}

/* ----- Saranda header ----- */
#header {
	float: left;
	display: inline;
	height: 100px;
	width: 980px;
	padding: 0px 0px;
	background: #334466 url(../r_bg/top_saranda.jpg) top left no-repeat;
}

#headertube {
  margin: 5px 0px 0px 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* ----- Saranda menu ----- */
#menu {
	float: left;
	display: inline;
	width: 980px;
	padding: 0px 0px;
	border-top: 1px solid #334466;
	border-bottom: 1px solid #334466;
	background: #CC88CC;
}

/* ----- Saranda content ----- */
#content {
	float: left;
  display: inline;
	min-height: 400px;
	width: 980px;
	padding: 5px 0px;
	overflow: hidden;
	background: #FFFFF0 url(../r_bg/content_saranda.jpg) top left no-repeat;
}

/* ----- Saranda pictures ----- */
#content_pictures {
  float: left;
  display: inline;
  width: 245px; /*Width of left column*/
  margin: 15px 0px 0px 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* ----- Saranda text ----- */
#content_text {
  margin: 35px 160px 10px 260px; /*Margins for inner DIV inside each column (to provide padding)*/
  text-align: left;
}

/* ----- Saranda footer ----- */
#footer {
	color: #fff;
	font-size: .75em;
	height: 20px;
	width: 980px;
	padding: 0px 0px;
	float: left;
	display: inline;
	background: #334466;
	text-align: left;
	}

/* ----- Saranda shadow ----- */
#shadow {
	float: left;
	display: inline;
	padding: 0px 0px;
	height: 12px; /*Height of top shadow*/
	width: 990px;
	margin-bottom: 5px;
	background: #FFFFFF url(../r_bg/bottom.jpg) top left no-repeat;
}

/* ========== IMAGE STYLES ========== */
img.pic1 {
  float: none;
	display: inline;
	position:static;
  left:150px;
  top:45px;
  border-width: 2px;
  border-style: solid;
  border-color: #334466;
  height: 135px;
  width: 180px;
}

img.pic2 {
  float: none;
	display: inline;
	position:static;
  left:15px;
  top:20px;
  border-width: 2px;
  border-style: solid;
  border-color: #334466;
  height: 165px;
  width: 220px;
}

img.pic1a {
  float: none;
	display: inline;
	position:static;
  left:15px;
  top:20px;
  border-width: 2px;
  border-style: solid;
  border-color: #334466;
  height: 220px;
  width: 165px;
}

/* ========== HEADER STYLES ========== */
#header h1 {
	font-size: 2.5em;
	margin-left: 5px;
	}

	#header a {
		color: #fff;
		}

	#header .description {
		font-size: .75em;
		color: #bbb;
		}

/* content style
 --- */

h2.title {
	font-size: 1.7em;
	}

div.meta {
	font-size: .7em;
	color: #999;
	letter-spacing: 1px;
	text-transform: lowercase;
	}

	div.meta a {
		color: #999;
		}

.storycontent {
	margin-top: 10px;
	font-size: .9em;
	color: #333;
	}

	.storycontent img {
		margin: 3px;
		padding: 3px;
		border: 1px solid #ccc;
		}

	.storycontent ul {
		margin-left: 20px;
		padding-left: 20px;
		list-style: square;
		}

	.storycontent ol {
		margin-left: 20px;
		padding-left: 20px;
		list-style: decimal;
		}

	.storycontent blockquote {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 5px;
		padding-right: 5px;
		border-left: 7px solid #ddd;
		background: #eee;
		}

/* comments style
 --- */

h2.comments {
	font-size: 1em;
	}

#commentlist {
	font-size: .9em;
	}

	#commentlist li {
		border: 1px solid #999;
		padding: 5px;
		}

		#commentlist li p cite {
			color: #888;
			}

			#commentlist li p cite a {
				color: #888;
				}

.feedback {
	text-align: center;
	font-size: .85em;
	margin-bottom: 10px;
	}

/* footer style
 --- */

#footer p {
	margin: 0;
	text-align: center;
	}

#credits {
	display: none;
	}

/* page tabs
 --- */

#tabs {
	margin: -5px 0 10px -4px;
	padding: 0;
	float: right;
	}

	#tabs li {
		height: 20px;
		background: #99511e url(images/tab_li_bg.png) bottom left no-repeat;
		color: #fff;
		float: left;
		margin-right: 1px;
		padding: 0 0 0 8px;
		text-transform: lowercase;
		font-size: .8em;
		}

	#tabs a {
		display: block;
		float: left;
		height: 20px;
		padding: 0 8px 0 0;
		background: #99511e url(images/tab_a_bg.png) bottom right no-repeat;
		color: #fff;
		text-decoration: none;
		}

	#tabs li.current-cat {
		background: #99511e url(images/tab_li_bg_current.png) bottom left no-repeat;
		color: #000;
	}

	#tabs li.current-cat a {
		background: #99511e url(images/tab_a_bg_current.png) bottom right no-repeat;
		color: #d27028;
	}

	#tabs a:hover {
		color: #d27028;
		}

/* categories on sidebar */

li#categories ul {
	font-size: 10px;
	}

	li#categories ul ul {
		margin-left: 5px;
		}

li#categories a {
	font-size: 13px;
	}

	#footer a {
		color: #fff;
		}
	
