/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.

Modified by BlueByro.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
	}
a {
	color: #ff6666;
	}
a:hover {
	color: #ff0000;
	}
body {
	background: #800600 url(img/bkgr.gif) repeat-y center top;
	color: #cccccc;
	font: normal 70% Verdana,Arial,sans-serif;
	}
input {
	color: #555;
	font: normal 1.1em Verdana,Arial,sans-serif;
	}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	}
ul {
	margin-left: 1.2em;
	}
h1 {
	font-size: 1.3em;
	}
h3 {
	font-size: 1.2em;
	padding-bottom: 0.25em;
	}
blockquote {
	background: #4e4e4e;
	border-bottom: 1px solid #6c6b6b;
	border-top: 1px solid #6c6b6b;
	color: #FFF;
	display: block;
	font-size: 1.0em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	}
blockquote p {
	padding: 3px 0;
	}
h1,h2,h3 {
	color: #ff9999;
	}


/* misc */

.clearer {clear: both;}


/* structure */

.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
	}
.container-gallery {
	background: 333333;
	margin: 0 auto;
	width: 630px;
	}


/* top */

.top {
	background: url(img/top_SGTS.gif) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 630px;
	}
.top a {
	color: #ff9999;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
	}
.top span {
	padding-left: 24px;
	}
.top a:hover {
	background: #b20602;
	color: #FFF;
	}


/* header */

.header {
	height: 200px;
	margin: 0 auto;
	width: 630px;
	}
	

/* item */

.item {
	clear: both;
	}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
	}
.item .date div {
	padding-top: 4px;
	}
.item .date span {
	font: normal 2.0em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.item .content {
	float: left;
	width: 438px;
	}
.item .content2 {
	background: #333333;
	float: left;	
	text-align: center;	
	padding: 0 16px 10px 16px;
	width: 596px;
	}
.item h1 {
	background: #800600;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
	}
.item h3 {
	line-height: 30px;
	}
.item .body {
	padding: 12px 18px;
	line-height: 2.0em;
	}
.item .body img {
	float: left; 
	padding: 4px;
	border: 1px solid #666666;
	background: #000;
	margin-top: 9px;
	margin-right: 10px;
	margin-bottom: 9px;
	display: inline;
	}
		

/* main */

.main {
	float: left;
	}


/* navigation */

.navigation {
	float: left;
	margin-left: 1px;
	width: 190px;
	}
.navigation h1 {
	background: url(img/bgfooter.gif) repeat-x; #ac0400
	color: #FFF;
	font-size: 1.2em;
	line-height: 40px;
	padding-left: 12px;
	}
.navigation ul {
	margin: 0; padding: 0;
	}
.navigation li {
	border-bottom: 1px solid #e8b1ad;
	list-style: none;
	}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #660000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	}
.navigation li a:hover {
	background: #fc958d;
	color: #330000;
	}
.navigation img {
	float: right; 
	/* padding: 4px; */
	border: 1px solid #666;
	/* background: #000; */
	/* margin-top: 15px; */
	/* margin-right: 10px; */
	display: block;
	}
	

/* gallery */

.gallery img {
	float: center;
	padding: 4px;
	border: 1px solid #D9E0E6;
	background: #fff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;	
	text-align: center;
  	}
.gallery iframe {
	float: center;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
  	}
.gallery img:hover	{
	border: 1px solid #666666;
	background: #DDD;	
	}


/* footer */

.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #cc6666;
	font-size: 1.0em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
	}
.footer a {
	color: #ff9999;
	}
.footer a:hover {
	color: #ffcccc;
	}
	